Add libm-test support for ignored return value, add more lrint / llrint / lround...
[glibc.git] / ChangeLog
blob96c22ba55f6609d50948aa4d8b1be9ef53c5c126
1 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
3         * math/gen-libm-test.pl (show_exceptions): Take extra argument
4         $ignore_result.
5         (parse_args): Handle function results specified as IGNORE.
6         * math/libm-test.inc (IGNORE_RESULT): New macro.
7         (check_float_internal): Do not check numerical result if flag
8         IGNORE_RESULT set.
9         (check_complex): Pass through IGNORE_RESULT to second
10         check_float_internal call.
11         (check_int): Do not check numerical result if flag IGNORE_RESULT
12         set.
13         (check_long): Likewise.
14         (check_bool): Likewise.
15         (check_longlong): Likewise.
16         (lrint_test_data): Add tests of infinite and NaN arguments.
17         (lrint_tonearest_test_data): Likewise.
18         (lrint_towardzero_test_data): Likewise.
19         (lrint_downward_test_data): Likewise.
20         (lrint_upward_test_data): Likewise.
21         (llrint_test_data): Likewise.
22         (llrint_tonearest_test_data): Likewise.
23         (llrint_towardzero_test_data): Likewise.
24         (llrint_downward_test_data): Likewise.
25         (llrint_upward_test_data): Likewise.
26         (lround_test_data): Likewise.
27         (llround_test_data): Likewise.
29         * math/libm-test.inc (NO_TEST_INLINE): New macro.
30         (ERRNO_UNCHANGED): Update value.
31         (ERRNO_EDOM): Likewise.
32         (ERRNO_ERANGE): Likewise.
33         (NO_TEST_INLINE_FLOAT): New macro.
34         (NO_TEST_INLINE_DOUBLE): Likewise.
35         (enable_test): New function.
36         (RUN_TEST_f_f): Check enable_test before running test.
37         (RUN_TEST_2_f): Likewise.
38         (RUN_TEST_fff_f): Likewise.
39         (RUN_TEST_c_f): Likewise.
40         (RUN_TEST_f_f1): Likewise.
41         (RUN_TEST_fF_f1): Likewise.
42         (RUN_TEST_fI_f1): Likewise.
43         (RUN_TEST_ffI_f1): Likewise.
44         (RUN_TEST_c_c): Likewise.
45         (RUN_TEST_cc_c): Likewise.
46         (RUN_TEST_f_i): Likewise.
47         (RUN_TEST_f_i_tg): Likewise.
48         (RUN_TEST_ff_i_tg): Likewise.
49         (RUN_TEST_f_b): Likewise.
50         (RUN_TEST_f_b_tg): Likewise.
51         (RUN_TEST_f_l): Likewise.
52         (RUN_TEST_f_L): Likewise.
53         (RUN_TEST_fFF_11): Likewise.
54         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
55         conditionals.
56         (cosh_test_data): Likewise.
57         (exp_test_data): Likewise.
58         (expm1_test_data): Likewise.
59         (hypot_test_data): Likewise.
60         (pow_test_data): Likewise.
61         (sinh_test_data): Likewise.
62         (tanh_test_data): Likewise.
63         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
64         flags argument.
66         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
67         tests with quiet NaN input and output.
68         (acosh_test_data): Likewise.
69         (asin_test_data): Likewise.
70         (asinh_test_data): Likewise.
71         (atan_test_data): Likewise.
72         (atanh_test_data): Likewise.
73         (atan2_test_data): Likewise.
74         (cbrt_test_data): Likewise.
75         (cos_test_data): Likewise.
76         (cosh_test_data): Likewise.
77         (erf_test_data): Likewise.
78         (erfc_test_data): Likewise.
79         (exp_test_data): Likewise.
80         (exp10_test_data): Likewise.
81         (exp2_test_data): Likewise.
82         (expm1_test_data): Likewise.
83         (hypot_test_data): Likewise.
84         (j0_test_data): Likewise.
85         (j1_test_data): Likewise.
86         (jn_test_data): Likewise.
87         (lgamma_test_data): Likewise.
88         (log_test_data): Likewise.
89         (log10_test_data): Likewise.
90         (log1p_test_data): Likewise.
91         (log2_test_data): Likewise.
92         (pow_test_data): Likewise.
93         (scalb_test_data): Likewise.
94         (sin_test_data): Likewise.
95         (sincos_test_data): Likewise.
96         (sinh_test_data): Likewise.
97         (tan_test_data): Likewise.
98         (tanh_test_data): Likewise.
99         (tgamma_test_data): Likewise.
100         (y0_test_data): Likewise.
101         (y1_test_data): Likewise.
102         (yn_test_data): Likewise.
104         [BZ #16167]
105         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
106         argument being NaN and avoid computations with second argument in
107         that case.
108         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
109         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
110         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
112 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
114         * locale/iso-639.def: Add Chitwani Tharu (the).
116 2013-11-14  Andreas Schwab  <schwab@suse.de>
118         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
119         word instead of empty string.
121 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
123         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
124         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
125         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
126         (__fe_nomask_env): Likewise.
128 2013-11-13  Steve Ellcey  <sellcey@mips.com>
130         * benchtests/bench-timing.h: Include time.h.
132 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
134         [BZ #15997]
135         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
136         to 3.4.0 for x32.
137         * sysdeps/unix/sysv/linux/configure: Regenerated.
139 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
141         [BZ #16151]
142         * stdlib/strtod_l.c (round_and_return): Do not consider
143         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
144         exponent one less than half the least subnormal exponent.
145         * stdlib/test-strtod-round-data: Add more tests.
146         * stdlib/tst-strtod-round.c (tests): Regenerated.
148 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
150         [BZ #14143]
151         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
152         (__fe_mask_env): Likewise.
153         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
154         libm_hidden_proto and add function prototype.
155         (__fe_mask_env): Add function prototype.
156         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
157         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
158         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
159         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
160         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
161         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
163 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
165         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
166         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
168 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
170         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
171         of htab_find_slot().
173 2013-11-11  David S. Miller  <davem@davemloft.net>
175         [BZ #16150]
176         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
177         symbol in the non-vis3 case in static builds.
178         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
179         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
180         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
181         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
183 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
185         [BZ #387]
186         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
187         it is empty.
189 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
191         * benchtests/Makefile: Add bench-strtod.
192         * benchtests/bench-strtod.c: New file: strtod benchtest
194 2013-11-11  Andreas Schwab  <schwab@suse.de>
196         [BZ #16153]
197         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
198         terminating NUL in key length.
200 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
202         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
203         Add artificial ODP entry for vDSO symbol for PPC64.
204         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
205         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
207 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
209         [BZ #15374]
210         * nss/getent.c (services_keys): Recognize services starting with digit.
212 2013-11-06  David S. Miller  <davem@davemloft.net>
214         [BZ #15985]
215         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
216         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
218 2013-11-06  Will Newton  <will.newton@linaro.org>
220         * manual/memory.texi (Malloc Examples): Remove register
221         keyword from examples.
223 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
225         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
227 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
229         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
230         depending on [__GCC_IEC_559 > 0].
231         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
232         depending on [__GCC_IEC_559_COMPLEX > 0].
234 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
236         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
237         to iso-639.def.
239 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
241         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
243 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
245         [BZ #16112]
246         * malloc/malloc (malloc_info): Do not handle first bin as
247         special case.
249 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
251         * locale/iso-639.def: Add Central Nahuatl (nhn).
253 2013-11-01  Bruno Haible  <bruno@clisp.org>
255         [BZ #7003]
256         * manual/math.texi (BSD Random): Specify range upper bound as
257         in POSIX.
259 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
261         * locale/iso-639.def: Add Meadow Mari (mhr).
263 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
265         [BZ #14752], [BZ #15763]
266         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
267         Validate name.
268         * rt/tst_shm.c: Add test for escaping directory.
270 2013-10-31  Andreas Schwab  <schwab@suse.de>
272         [BZ #15917]
273         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
274         followed by 'x' as part of digit sequence.
275         * stdio-common/tst-sscanf.c (double_tests2): New tests.
277 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
279         [BZ #16037]
280         * configure.ac: allow GNU Make 4.0 and greater.
281         * configure: Regenerated.
283 2013-10-30  Will Newton  <will.newton@linaro.org>
285         [BZ #16038]
286         * malloc/hooks.c (memalign_check): Limit alignment to the
287         maximum representable power of two.
288         * malloc/malloc.c (__libc_memalign): Likewise.
289         * malloc/tst-memalign.c (do_test): Add test for very
290         large alignment values.
291         * malloc/tst-posix_memalign.c (do_test): Likewise.
293 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
295         [BZ #11087]
296         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
297         (munmap_chunk): Likewise.
298         (mremap_chunk): Likewise.
300 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
302         [BZ #15799]
303         * stdlib/div.c (div): Remove obsolete code.
304         * stdlib/ldiv.c (ldiv): Likewise.
305         * stdlib/lldiv.c (lldiv): Likewise.
307 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
309         [BZ #16071]
310         * nss/nss_files/files-XXX.c (get_contents_ret): New
311         enumerator.
312         (get_contents): New function.
313         (internal_getent): Use it.  Expand size of LINEBUFLEN.
315 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
317         * configure.in: Moved to ...
318         * configure.ac: ... here. Change reference to configure.in
319         to configure.ac.
320         * sysdeps/arm/preconfigure.ac: ... here.
321         configure.in to configure.ac.
322         * sysdeps/gnu/configure.in: Moved to ...
323         * sysdeps/gnu/configure.ac: ... here.
324         * sysdeps/i386/configure.in: Moved to ...
325         * sysdeps/i386/configure.ac: ... here.
326         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
327         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
328         * sysdeps/mach/configure.in: Moved to ...
329         * sysdeps/mach/configure.ac: ... here.
330         * sysdeps/mach/hurd/configure.in: Moved to ...
331         * sysdeps/mach/hurd/configure.ac: ... here.
332         * sysdeps/powerpc/configure.in: Moved to ...
333         * sysdeps/powerpc/configure.ac: ... here.
334         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
335         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
336         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
337         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
338         * sysdeps/s390/s390-32/configure.in: Moved to ...
339         * sysdeps/s390/s390-32/configure.ac: ... here.
340         * sysdeps/s390/s390-64/configure.in: Moved to ...
341         * sysdeps/s390/s390-64/configure.ac: ... here.
342         * sysdeps/sh/configure.in: Moved to ...
343         * sysdeps/sh/configure.ac: ... here.
344         * sysdeps/sparc/configure.in: Moved to ...
345         * sysdeps/sparc/configure.ac: ... here.
346         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
347         * sysdeps/unix/sysv/linux/configure.ac: ... here.
348         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
349         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
350         * sysdeps/x86_64/configure.in: Moved to ...
351         * sysdeps/x86_64/configure.ac: ... here.
352         * sysdeps/x86_64/preconfigure.in: Moved to ...
353         * sysdeps/x86_64/preconfigure.ac: ... here.
354         * aclocal.m4: Change reference to configure.in to configure.ac.
355         * config.h.in: Likewise.
356         * manual/install.texi: Likewise.
357         * manual/maint.texi: Likewise.
358         * Makefile: Likewise.
359         * malloc/Makefile: Likewise.
360         * nscd/Makefile: Likewise.
361         * Makeconfig: Change reference to configure.in and
362         preconfigure.in to configure.ac and preconfigure.ac
363         respectively.
364         * INSTALL: Regenerated.
365         * configure: Likewise.
366         * sysdeps/gnu/configure: Likewise.
367         * sysdeps/i386/configure: Likewise.
368         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
369         * sysdeps/mach/configure: Likewise.
370         * sysdeps/mach/hurd/configure: Likewise.
371         * sysdeps/powerpc/configure: Likewise.
372         * sysdeps/powerpc/powerpc32/configure: Likewise.
373         * sysdeps/powerpc/powerpc64/configure: Likewise.
374         * sysdeps/s390/s390-32/configure: Likewise.
375         * sysdeps/s390/s390-64/configure: Likewise.
376         * sysdeps/sh/configure: Likewise.
377         * sysdeps/sparc/configure: Likewise.
378         * sysdeps/unix/sysv/linux/configure: Likewise.
379         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
380         * sysdeps/x86_64/configure: Likewise.
381         * sysdeps/x86_64/preconfigure: Likewise.
383 2013-10-29  Andreas Schwab  <schwab@suse.de>
385         * stdio-common/Makefile (tst-swscanf-ENV): Define.
387 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
389         * benchtests/pow-inputs: Add new inputs.
391         * benchtests/exp-inputs: Add new inputs.
393         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
394         conditional check for return value.
395         (__cos32): Likewise.
397 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
399         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
400         to provide a boost for large inputs with word alignment.
401         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
402         implementation based on optimized PPC64 strcpy.
403         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
404         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
405         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
406         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
408 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
410         [BZ #2801]
411         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
413 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
415         [BZ #14876]
416         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
417         * time/tst-strptime.c (day_tests): Add testcase.
419 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
421         [BZ #14029]
422         * manual/pattern.texi: Acknowledge that fnmatch can fail.
424 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
426         [BZ #16074]
427         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
428         MAP_FAILED on error.
430 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
432         [BZ #16072]
433         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
434         heap for large requests.
436 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
438         [BZ #9954]
439         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
440         result if the result has no associated interface.
441         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
442         interface for all 127.X.Y.Z addresses.
444 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
446         * locale/iso-639.def: Add Ligurian (lij)
448 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
450         [BZ #15825]
451         * sunrpc/rpc_main.c: Document rpcgen -5.
453 2013-10-19  Michael Stahl  <mstahl@redhat.com>
455         * elf/rtld.c (do_preload): Print the reason why preloading failed.
457 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
459         [BZ #10278]
460         * posix/glob.c: Match only directories when trailing slash is present.
461         * posix/tst-gnuglob.c (my_opendir): Do not open files.
462         (main): Add testcase.
464 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
466         [BZ #15670]
467         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
469 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
471         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
472         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
473         AUTH_DES and cindex for FIPS 140-2.
474         (DES Encryption): Add cindex FIPS 46-3.
476         * locale/locarchive.h (struct locarhandle): Add fname.
477         * locale/programs/localedef.c (main): Pass ARGV[remaining]
478         if an optional argument was specified to --list-archive,
479         otherwise NULL.
480         * locale/programs/locarchive.c (show_archive_content): Take new
481         argument fname and pass it via ah.fname to open_archive.
482         * locale/programs/localedef.h: Update decl.
483         (open_archive): If AH->fname is non-null, open that file
484         rather than the default file name, and don't ignore ENOENT.
485         (create_archive): Set AH.fname to NULL.
486         (delete_locales_from_archive): Likewise.
487         (add_locales_to_archive): Likewise.
488         * locale/programs/locfile.c (write_all_categories): Likewise.
490 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
491             Aldy Hernandez  <aldyh@redhat.com>
493         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
494         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
495         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
496         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
497         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
498         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
499         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
500         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
501         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
502         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
503         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
504         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
505         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
506         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
507         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
508         Likewise.
509         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
510         Likewise.
511         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
512         Likewise.
513         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
514         Likewise.
515         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
516         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
517         Likewise.
518         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
519         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
520         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
521         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
522         Likewise.
523         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
524         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
525         * sysdeps/powerpc/preconfigure: Likewise.
526         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
527         Likewise.
528         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
529         Replace contents of file by #include of <fenv_libc.h>.
530         * sysdeps/powerpc/soft-fp/sfp-machine.h
531         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
532         and <sys/prctl.h>.
533         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
534         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
535         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
536         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
537         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
538         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
539         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
540         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
541         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
542         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
543         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
544         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
545         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
546         Allow copysignl PLT reference to be missing.
548 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
549             Joseph Myers  <joseph@codesourcery.com
551         [BZ #15948]
552         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
553         single character.
554         (add_to_tablewc): Assert sequence of wide characters is nonempty.
556 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
558         * elf/tst-tls-dlinfo.c: Don't include tls.h.
559         * elf/tst-tls1.c: Likewise.
560         * elf/tst-tls10.h: Likewise.
561         * elf/tst-tls14.c: Likewise.
562         * elf/tst-tls2.c: Likewise.
563         * elf/tst-tls3.c: Likewise.
564         * elf/tst-tls4.c: Likewise.
565         * elf/tst-tls5.c: Likewise.
566         * elf/tst-tls6.c: Likewise.
567         * elf/tst-tls7.c: Likewise.
568         * elf/tst-tls8.c: Likewise.
569         * elf/tst-tls9.c: Likewise.
570         * elf/tst-tlsmod1.c: Likewise.
571         * elf/tst-tlsmod13.c: Likewise.
572         * elf/tst-tlsmod13a.c: Likewise.
573         * elf/tst-tlsmod14a.c: Likewise.
574         * elf/tst-tlsmod16a.c: Likewise.
575         * elf/tst-tlsmod16b.c: Likewise.
576         * elf/tst-tlsmod2.c: Likewise.
577         * elf/tst-tlsmod3.c: Likewise.
578         * elf/tst-tlsmod4.c: Likewise.
579         * elf/tst-tlsmod5.c: Likewise.
580         * elf/tst-tlsmod6.c: Likewise.
582 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
584         [BZ #12486]
585         * malloc/malloc.c: remove checks for statistics.
587 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
589         [BZ #15277]
590         * inet/inet_net.c (inet_network): Detect additional invalid strings.
591         * inet/tst-network.c: Add testcase.
593 2013-10-17  Andreas Schwab  <schwab@suse.de>
595         [BZ #15218]
596         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
597         to determine canonical name.
599 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
601         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
602         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
603         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
604         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
605         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
606         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
607         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
608         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
609         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
610         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
611         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
612         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
613         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
614         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
615         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
616         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
617         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
618         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
619         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
620         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
621         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
622         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
623         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
624         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
625         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
626         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
627         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
628         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
629         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
630         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
631         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
632         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
633         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
634         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
635         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
636         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
637         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
638         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
639         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
640         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
641         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
642         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
643         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
644         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
645         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
646         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
647         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
648         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
649         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
650         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
651         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
652         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
653         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
654         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
655         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
656         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
657         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
658         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
660 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
662         [BZ #16041]
663         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
664         make result into a quiet NaN.
666 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
668         * soft-fp/adddf3.c: Fix horizontal whitespace.
669         * soft-fp/addsf3.c: Likewise.
670         * soft-fp/addtf3.c: Likewise.
671         * soft-fp/divdf3.c: Likewise.
672         * soft-fp/divsf3.c: Likewise.
673         * soft-fp/divtf3.c: Likewise.
674         * soft-fp/double.h: Likewise.
675         * soft-fp/eqdf2.c: Likewise.
676         * soft-fp/eqsf2.c: Likewise.
677         * soft-fp/eqtf2.c: Likewise.
678         * soft-fp/extenddftf2.c: Likewise.
679         * soft-fp/extended.h: Likewise.
680         * soft-fp/extendsfdf2.c: Likewise.
681         * soft-fp/extendsftf2.c: Likewise.
682         * soft-fp/extendxftf2.c: Likewise.
683         * soft-fp/fixdfdi.c: Likewise.
684         * soft-fp/fixdfsi.c: Likewise.
685         * soft-fp/fixdfti.c: Likewise.
686         * soft-fp/fixsfdi.c: Likewise.
687         * soft-fp/fixsfsi.c: Likewise.
688         * soft-fp/fixsfti.c: Likewise.
689         * soft-fp/fixtfdi.c: Likewise.
690         * soft-fp/fixtfsi.c: Likewise.
691         * soft-fp/fixtfti.c: Likewise.
692         * soft-fp/fixunsdfdi.c: Likewise.
693         * soft-fp/fixunsdfsi.c: Likewise.
694         * soft-fp/fixunsdfti.c: Likewise.
695         * soft-fp/fixunssfdi.c: Likewise.
696         * soft-fp/fixunssfsi.c: Likewise.
697         * soft-fp/fixunssfti.c: Likewise.
698         * soft-fp/fixunstfdi.c: Likewise.
699         * soft-fp/fixunstfsi.c: Likewise.
700         * soft-fp/fixunstfti.c: Likewise.
701         * soft-fp/floatdidf.c: Likewise.
702         * soft-fp/floatdisf.c: Likewise.
703         * soft-fp/floatditf.c: Likewise.
704         * soft-fp/floatsidf.c: Likewise.
705         * soft-fp/floatsisf.c: Likewise.
706         * soft-fp/floatsitf.c: Likewise.
707         * soft-fp/floattidf.c: Likewise.
708         * soft-fp/floattisf.c: Likewise.
709         * soft-fp/floattitf.c: Likewise.
710         * soft-fp/floatundidf.c: Likewise.
711         * soft-fp/floatundisf.c: Likewise.
712         * soft-fp/floatunditf.c: Likewise.
713         * soft-fp/floatunsidf.c: Likewise.
714         * soft-fp/floatunsisf.c: Likewise.
715         * soft-fp/floatunsitf.c: Likewise.
716         * soft-fp/floatuntidf.c: Likewise.
717         * soft-fp/floatuntisf.c: Likewise.
718         * soft-fp/floatuntitf.c: Likewise.
719         * soft-fp/fmadf4.c: Likewise.
720         * soft-fp/fmasf4.c: Likewise.
721         * soft-fp/fmatf4.c: Likewise.
722         * soft-fp/gedf2.c: Likewise.
723         * soft-fp/gesf2.c: Likewise.
724         * soft-fp/getf2.c: Likewise.
725         * soft-fp/ledf2.c: Likewise.
726         * soft-fp/lesf2.c: Likewise.
727         * soft-fp/letf2.c: Likewise.
728         * soft-fp/muldf3.c: Likewise.
729         * soft-fp/mulsf3.c: Likewise.
730         * soft-fp/multf3.c: Likewise.
731         * soft-fp/negdf2.c: Likewise.
732         * soft-fp/negsf2.c: Likewise.
733         * soft-fp/negtf2.c: Likewise.
734         * soft-fp/op-1.h: Likewise.
735         * soft-fp/op-2.h: Likewise.
736         * soft-fp/op-4.h: Likewise.
737         * soft-fp/op-8.h: Likewise.
738         * soft-fp/op-common.h: Likewise.
739         * soft-fp/quad.h: Likewise.
740         * soft-fp/single.h: Likewise.
741         * soft-fp/soft-fp.h: Likewise.
742         * soft-fp/sqrtdf2.c: Likewise.
743         * soft-fp/sqrtsf2.c: Likewise.
744         * soft-fp/sqrttf2.c: Likewise.
745         * soft-fp/subdf3.c: Likewise.
746         * soft-fp/subsf3.c: Likewise.
747         * soft-fp/subtf3.c: Likewise.
748         * soft-fp/truncdfsf2.c: Likewise.
749         * soft-fp/trunctfdf2.c: Likewise.
750         * soft-fp/trunctfsf2.c: Likewise.
751         * soft-fp/trunctfxf2.c: Likewise.
752         * soft-fp/unorddf2.c: Likewise.
753         * soft-fp/unordsf2.c: Likewise.
754         * soft-fp/unordtf2.c: Likewise.
756 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
758         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
759         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
761 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
763         * elf/dl-libc.c: Clear initfini list after freeing.
765 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
767         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
768         * soft-fp/addsf3.c: Likewise.
769         * soft-fp/addtf3.c: Likewise.
770         * soft-fp/divdf3.c: Likewise.
771         * soft-fp/divsf3.c: Likewise.
772         * soft-fp/divtf3.c: Likewise.
773         * soft-fp/double.h: Likewise.
774         * soft-fp/eqdf2.c: Likewise.
775         * soft-fp/eqsf2.c: Likewise.
776         * soft-fp/eqtf2.c: Likewise.
777         * soft-fp/extenddftf2.c: Likewise.
778         * soft-fp/extended.h: Likewise.
779         * soft-fp/extendsfdf2.c: Likewise.
780         * soft-fp/extendsftf2.c: Likewise.
781         * soft-fp/extendxftf2.c: Likewise.
782         * soft-fp/fixdfdi.c: Likewise.
783         * soft-fp/fixdfsi.c: Likewise.
784         * soft-fp/fixdfti.c: Likewise.
785         * soft-fp/fixsfdi.c: Likewise.
786         * soft-fp/fixsfsi.c: Likewise.
787         * soft-fp/fixsfti.c: Likewise.
788         * soft-fp/fixtfdi.c: Likewise.
789         * soft-fp/fixtfsi.c: Likewise.
790         * soft-fp/fixtfti.c: Likewise.
791         * soft-fp/fixunsdfdi.c: Likewise.
792         * soft-fp/fixunsdfsi.c: Likewise.
793         * soft-fp/fixunsdfti.c: Likewise.
794         * soft-fp/fixunssfdi.c: Likewise.
795         * soft-fp/fixunssfsi.c: Likewise.
796         * soft-fp/fixunssfti.c: Likewise.
797         * soft-fp/fixunstfdi.c: Likewise.
798         * soft-fp/fixunstfsi.c: Likewise.
799         * soft-fp/fixunstfti.c: Likewise.
800         * soft-fp/floatdidf.c: Likewise.
801         * soft-fp/floatdisf.c: Likewise.
802         * soft-fp/floatditf.c: Likewise.
803         * soft-fp/floatsidf.c: Likewise.
804         * soft-fp/floatsisf.c: Likewise.
805         * soft-fp/floatsitf.c: Likewise.
806         * soft-fp/floattidf.c: Likewise.
807         * soft-fp/floattisf.c: Likewise.
808         * soft-fp/floattitf.c: Likewise.
809         * soft-fp/floatundidf.c: Likewise.
810         * soft-fp/floatundisf.c: Likewise.
811         * soft-fp/floatunsidf.c: Likewise.
812         * soft-fp/floatunsisf.c: Likewise.
813         * soft-fp/floatuntidf.c: Likewise.
814         * soft-fp/floatuntisf.c: Likewise.
815         * soft-fp/floatuntitf.c: Likewise.
816         * soft-fp/fmadf4.c: Likewise.
817         * soft-fp/fmasf4.c: Likewise.
818         * soft-fp/fmatf4.c: Likewise.
819         * soft-fp/gedf2.c: Likewise.
820         * soft-fp/gesf2.c: Likewise.
821         * soft-fp/getf2.c: Likewise.
822         * soft-fp/ledf2.c: Likewise.
823         * soft-fp/lesf2.c: Likewise.
824         * soft-fp/letf2.c: Likewise.
825         * soft-fp/muldf3.c: Likewise.
826         * soft-fp/mulsf3.c: Likewise.
827         * soft-fp/multf3.c: Likewise.
828         * soft-fp/negdf2.c: Likewise.
829         * soft-fp/negsf2.c: Likewise.
830         * soft-fp/negtf2.c: Likewise.
831         * soft-fp/op-1.h: Likewise.
832         * soft-fp/op-2.h: Likewise.
833         * soft-fp/op-4.h: Likewise.
834         * soft-fp/op-8.h: Likewise.
835         * soft-fp/op-common.h: Likewise.
836         * soft-fp/quad.h: Likewise.
837         * soft-fp/single.h: Likewise.
838         * soft-fp/soft-fp.h: Likewise.
839         * soft-fp/sqrtdf2.c: Likewise.
840         * soft-fp/sqrtsf2.c: Likewise.
841         * soft-fp/sqrttf2.c: Likewise.
842         * soft-fp/subdf3.c: Likewise.
843         * soft-fp/subsf3.c: Likewise.
844         * soft-fp/subtf3.c: Likewise.
845         * soft-fp/truncdfsf2.c: Likewise.
846         * soft-fp/trunctfdf2.c: Likewise.
847         * soft-fp/trunctfsf2.c: Likewise.
848         * soft-fp/trunctfxf2.c: Likewise.
849         * soft-fp/unorddf2.c: Likewise.
850         * soft-fp/unordsf2.c: Likewise.
851         * soft-fp/unordtf2.c: Likewise.
853 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
855         [BZ #15672]
856         * misc/error.c (error_tail): Fix possible buffer overflow.
858 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
860         [BZ #13028]
861         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
862         address.
864 2013-10-14  P. J. McDermott  <pj@pehjota.net>
866         [BZ #832]
867         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
868         testing pipefail option.
870 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
872         * soft-fp/double.h: Indent preprocessor directives inside #if.
873         * soft-fp/extended.h: Likewise.
874         * soft-fp/op-2.h: Likewise.
875         * soft-fp/op-4.h: Likewise.
876         * soft-fp/op-common.h: Likewise.
877         * soft-fp/quad.h: Likewise.
878         * soft-fp/single.h: Likewise.
879         * soft-fp/soft-fp.h: Likewise.
881 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
883         * iconv/iconv_prog.c: Fix typos.
884         * stdio-common/psiginfo-data.h: Likewise.
886 2013-10-12   Reuben Thomas <rrt@sc3d.org>
888         [BZ #15764]
889         * locale/setlocale.c: Fix typo.
891 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
893         [BZ #16036]
894         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
895         signaling NaN arguments.
896         * soft-fp/unordsf2.c (__unordsf2): Likewise.
897         * soft-fp/unordtf2.c (__unordtf2): Likewise.
899         [BZ #14910]
900         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
901         unordered operands.
902         * soft-fp/gesf2.c (__gesf2): Likewise.
903         * soft-fp/getf2.c (__getf2): Likewise.
904         * soft-fp/ledf2.c (__ledf2): Likewise.
905         * soft-fp/lesf2.c (__lesf2): Likewise.
906         * soft-fp/letf2.c (__letf2): Likewise.
908         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
909         * soft-fp/eqsf2.c (__eqsf2): Likewise.
910         * soft-fp/eqtf2.c (__eqtf2): Likewise.
911         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
912         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
913         * soft-fp/fixdfti.c (__fixdfti): Likewise.
914         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
915         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
916         * soft-fp/fixsfti.c (__fixsfti): Likewise.
917         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
918         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
919         * soft-fp/fixtfti.c (__fixtfti): Likewise.
920         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
921         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
922         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
923         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
924         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
925         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
926         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
927         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
928         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
929         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
930         * soft-fp/floatdisf.c (__floatdisf): Likewise.
931         * soft-fp/floatsisf.c (__floatsisf): Likewise.
932         * soft-fp/floattidf.c (__floattidf): Likewise.
933         * soft-fp/floattisf.c (__floattisf): Likewise.
934         * soft-fp/floattitf.c (__floattitf): Likewise.
935         * soft-fp/floatundidf.c (__floatundidf): Likewise.
936         * soft-fp/floatundisf.c (__floatundisf): Likewise.
937         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
938         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
939         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
940         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
941         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
942         * soft-fp/gesf2.c (__gesf2): Likewise.
943         * soft-fp/getf2.c (__getf2): Likewise.
944         * soft-fp/ledf2.c (__ledf2): Likewise.
945         * soft-fp/lesf2.c (__lesf2): Likewise.
946         * soft-fp/letf2.c (__letf2): Likewise.
948         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
949         Undefine and redefine.
950         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
951         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
952         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
953         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
954         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
955         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
956         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
957         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
958         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
959         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
960         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
961         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
962         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
963         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
964         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
966         [BZ #16032]
967         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
968         without decrementing exponent if mantissa >= that for the
969         denominator, not >.
970         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
971         denominator, not >.  Decrement exponent in < case instead of
972         incrementing in >= case.
973         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
974         without decrementing exponent if mantissa >= that for the
975         denominator, not >.
977         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
978         computing saturated result for unsigned overflow.
980 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
981             Jeff Law  <law@redhat.com>
983         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
984         (atan2Mp): Add systemtap probe marker.
985         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
986         (__ieee754_log): Add systemtap probe marker.
987         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
988         (atanMp): Add systemtap probe marker.
989         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
990         (tanMp): Add systemtap probe marker.
991         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
992         (__slowexp): Add systemtap probe marker.
993         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
994         (__slowpow): Add systemtap probe marker.
995         * manual/probes.texi: Document probes.
997 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
999         [BZ #15362]
1000         * libio/fileops.c (_IO_new_file_write): Return count of bytes
1001         written.
1002         (_IO_new_file_xsputn): Don't return EOF if nothing has been
1003         written.
1004         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
1005         written to buffer but not flushed.
1006         * libio/iofwrite_u.c:  Likewise.
1007         * libio/iopadn.c:  Return bytes returned even if EOF was
1008         encountered.
1009         * libio/iowpadn.c:  Likewise.
1010         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
1011         if _IO_padn does not write the whole buffer.
1012         [!COMPILE_WPRINTF] (PAD): Likewise.
1014 2013-10-10  David S. Miller  <davem@davemloft.net>
1016         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
1017         directory block.
1019 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
1021         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
1022         instead of FSF address.
1023         * soft-fp/fixdfti.c: Likewise.
1024         * soft-fp/fixsfti.c: Likewise.
1025         * soft-fp/fixtfti.c: Likewise.
1026         * soft-fp/fixunsdfti.c: Likewise.
1027         * soft-fp/fixunssfti.c: Likewise.
1028         * soft-fp/fixunstfti.c: Likewise.
1029         * soft-fp/floattidf.c: Likewise.
1030         * soft-fp/floattisf.c: Likewise.
1031         * soft-fp/floattitf.c: Likewise.
1032         * soft-fp/floatuntidf.c: Likewise.
1033         * soft-fp/floatuntisf.c: Likewise.
1034         * soft-fp/floatuntitf.c: Likewise.
1035         * soft-fp/trunctfxf2.c: Likewise.
1037         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
1038         * soft-fp/fixdfti.c: Likewise.
1039         * soft-fp/fixsfti.c: Likewise.
1040         * soft-fp/fixtfti.c: Likewise.
1041         * soft-fp/fixunsdfti.c: Likewise.
1042         * soft-fp/fixunssfti.c: Likewise.
1043         * soft-fp/fixunstfti.c: Likewise.
1044         * soft-fp/floattidf.c: Likewise.
1045         * soft-fp/floattisf.c: Likewise.
1046         * soft-fp/floattitf.c: Likewise.
1047         * soft-fp/floatuntidf.c: Likewise.
1048         * soft-fp/floatuntisf.c: Likewise.
1049         * soft-fp/floatuntitf.c: Likewise.
1050         * soft-fp/trunctfxf2.c: Likewise.
1052 2013-10-10  David S. Miller  <davem@davemloft.net>
1054         * sysdeps/sparc/fpu/libm-test-ulps: Update.
1056 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
1058         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
1059         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
1060         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
1061         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
1062         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
1063         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
1064         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
1066         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
1067         for NaNs before doing comparisons on argument.
1068         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
1069         Likewise.
1071 2013-10-10  Will Newton  <will.newton@linaro.org>
1073         * malloc/hooks.c (memalign_check): Ensure the value of bytes
1074         passed to _int_memalign does not overflow.
1076 2013-10-10  Torvald Riegel  <triegel@redhat.com>
1078         * scripts/bench.pl: Add include-sources directive.
1079         * benchtests/README: Update documentation.
1081 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
1083         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
1084         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
1085         instead of FP_INIT_ROUNDMODE.
1086         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
1087         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
1089         [BZ #16034]
1090         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
1091         copy class of input value.
1092         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
1093         not handle exceptions.
1094         * soft-fp/negsf2.c (__negsf2): Likewise.
1095         * soft-fp/negtf2.c (__negtf2): Likewise.
1096         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
1098 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
1100         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
1101         semicolon.  From Linux kernel.
1103 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
1105         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
1107 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
1109         [BZ #156]
1110         * manual/socket.texi: Added statement about buffer
1111         for gethostbyname2_r.
1113 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
1115         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
1116         Use .p2align directive instead, throughout.
1117         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
1118         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
1119         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
1120         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
1121         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
1122         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
1123         * sysdeps/x86_64/strchr.S: Likewise.
1124         * sysdeps/x86_64/strrchr.S: Likewise.
1126 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
1128         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
1130         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
1132         * sysdeps/generic/math_private.h (__mpsin1): Remove
1133         declaration.
1134         (__mpcos1): Likewise.
1135         (__mpsin): New argument __range_reduce.
1136         (__mpcos): Likewise.
1137         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
1138         (slow): Use __mpsin and __mpcos.
1139         (slow1): Likewise.
1140         (slow2): Likewise.
1141         (sloww): Likewise.
1142         (sloww1): Likewise.
1143         (sloww2): Likewise.
1144         (bsloww): Likewise.
1145         (bsloww1): Likewise.
1146         (bsloww2): Likewise.
1147         (cslow2): Likewise.
1148         (csloww): Likewise.
1149         (csloww1): Likewise.
1150         (csloww2): Likewise.
1151         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
1152         range_reduce.  Merge in __mpsin1.
1153         (__mpcos): Likewise.
1154         (__mpsin1): Remove.
1155         (__mpcos1): Likewise.
1157 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
1159         * locale/loadlocale.c (_nl_intern_locale_data): Use
1160         LOCFILE_ALIGNED_P.
1161         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
1162         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
1163         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
1164         obstack data is appropriately aligned.
1165         (obstack_int32_grow_fast): Likewise.
1166         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
1167         * locale/programs/locfile.c (add_locale_uint32): Likewise.
1168         (add_locale_uint32_array): Likewise.
1170 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
1172         * benchtests/Makefile: Remove ARGLIST and RET variables.
1173         ($(objpfx)bench-%.c): Pass only function name to the script.
1174         * benchtests/README: Update documentation.
1175         * benchtests/acos-inputs: Add new directives.
1176         * benchtests/acosh-inputs: Likewise.
1177         * benchtests/asin-inputs: Likewise.
1178         * benchtests/asinh-inputs: Likewise.
1179         * benchtests/atan-inputs: Likewise.
1180         * benchtests/atanh-inputs: Likewise.
1181         * benchtests/cos-inputs: Likewise.
1182         * benchtests/cosh-inputs: Likewise.
1183         * benchtests/exp-inputs: Likewise.
1184         * benchtests/log-inputs: Likewise.
1185         * benchtests/pow-inputs: Likewise.
1186         * benchtests/rint-inputs: Likewise.
1187         * benchtests/sin-inputs: Likewise.
1188         * benchtests/sinh-inputs: Likewise.
1189         * benchtests/tan-inputs: Likewise.
1190         * benchtests/tanh-inputs: Likewise.
1191         * scripts/bench.pl: Add support for new directives.
1193 2013-10-07  Alan Modra  <amodra@gmail.com>
1195         * README: Fix careless merge.
1197 2013-10-05  Alan Modra  <amodra@gmail.com>
1199         * NEWS: Mention powerpc64le support and bugs fixed.
1200         * README: Both big-endian and little-endian powerpc64 supported.
1202 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1204         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook,
1205         _hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
1206         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
1207         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
1209 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
1211         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
1212         match prototype.
1214 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
1216         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
1217         Move -mhard-float appending from
1218         ports/sysdeps/powerpc/powerpc32/Makefile.
1219         [$(with-fp) = yes] (ASFLAGS): Likewise.
1220         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
1221         * sysdeps/powerpc/nofpu: Move directory from
1222         ports/sysdeps/powerpc/nofpu.
1223         * sysdeps/powerpc/soft-fp: Move directory from
1224         ports/sysdeps/powerpc/soft-fp.
1225         * sysdeps/powerpc/powerpc32/405: Move directory from
1226         ports/sysdeps/powerpc/powerpc32/405.
1227         * sysdeps/powerpc/powerpc32/440: Move directory from
1228         ports/sysdeps/powerpc/powerpc32/440.
1229         * sysdeps/powerpc/powerpc32/464: Move directory from
1230         ports/sysdeps/powerpc/powerpc32/464.
1231         * sysdeps/powerpc/powerpc32/476: Move directory from
1232         ports/sysdeps/powerpc/powerpc32/476.
1233         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
1234         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
1235         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
1236         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
1237         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
1238         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
1239         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
1240         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
1241         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
1242         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
1243         * README: Update for powerpc-*-linux-gnu software floating point
1244         support in libc.
1246         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
1247         case to powerpc/powerpc32*.
1248         * sysdeps/unix/sysv/linux/configure: Regenerated.
1250         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
1251         (_FPU_MASK_OM): Define as 0x04.
1252         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
1253         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
1254         0x00c10080.
1255         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
1256         0x0000003c.
1257         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
1259         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
1260         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
1261         getcontext_e500.
1262         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
1263         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
1264         setcontext_e500.
1265         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
1266         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
1267         and setcontext_e500.
1269 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
1271         * locale/iso-3166.def: Update iso-1366.def and related occurrences
1273 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
1275         * manual/threads.texi (Default Thread Attributes): Fix typo.
1277 2013-10-04  Will Newton  <will.newton@linaro.org>
1279         * malloc/Makefile: Add tst-memalign.
1280         * malloc/tst-memalign.c: New file.
1282         * malloc/tst-posix_memalign.c: Add comments.
1283         (do_test): Add comments and call free on all potentially
1284         allocated pointers. Add space after cast.
1286         * malloc/tst-pvalloc.c: Add comments.
1287         (do_test): Add comments and call free on all potentially
1288         allocated pointers. Remove duplicate check for NULL pointer.
1289         Add space after cast.
1291         * malloc/tst-valloc.c: Add comments.
1292         (do_test): Add comments and call free on all potentially
1293         allocated pointers. Remove duplicate check for NULL pointer.
1294         Add space after cast.
1296 2013-10-04  Alan Modra  <amodra@gmail.com>
1298         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
1299         Use stdint types in rather than __attribute__((mode())).
1300         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
1302 2013-10-04  Alan Modra  <amodra@gmail.com>
1304         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
1305         Correct handling of unaligned relocs for little-endian.
1306         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
1308 2013-10-04  Alan Modra  <amodra@gmail.com>
1310         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
1311         * configure: Regenerate.
1312         * nptl/shlib-versions: Powerpc*le starts at 2.18.
1313         * shlib-versions: Likewise.
1315 2013-10-04  Alan Modra  <amodra@gmail.com>
1317         * string/tester.c (test_memrchr): Increment reported test cycle.
1319 2013-10-04  Alan Modra  <amodra@gmail.com>
1321         * string/test-memcpy.c (do_one_test): When reporting errors, print
1322         string address and don't overrun end of string.
1324 2013-10-04  Alan Modra  <amodra@gmail.com>
1326         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
1327         insrdi.  Make better use of reg selection to speed exit slightly.
1328         Schedule entry path a little better.  Remove useless "are we done"
1329         checks on entry to main loop.  Handle wrapping around zero address.
1330         Correct main loop count.  Handle single left-over word from main
1331         loop inline rather than by using loop_small.  Remove extra word
1332         case in loop_small caused by wrong loop count.  Add little-endian
1333         support.
1334         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
1335         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
1336         cache hint.
1337         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
1338         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
1339         support.  Avoid rlwimi.
1340         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
1342 2013-10-04  Alan Modra  <amodra@gmail.com>
1344         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
1345         insrdi.  Formatting.
1346         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
1347         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
1348         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
1349         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
1350         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
1351         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
1353 2013-10-04  Alan Modra  <amodra@gmail.com>
1355         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
1356         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
1357         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
1358         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
1359         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
1360         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
1361         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
1362         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
1363         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
1364         use of regs.  Use power7 mtocrf.  Tidy function tails.
1366 2013-10-04  Alan Modra  <amodra@gmail.com>
1368         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
1369         Formatting.  Consistently use rXXX register defines or rN defines.
1370         Use early exit labels that avoid restoring unused non-volatile regs.
1371         Make cr field use more consistent with rWORDn compares.  Rename
1372         regs used as shift registers for unaligned loop, using rN defines
1373         for short lifetime/multiple use regs.
1374         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
1375         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
1376         addi 1,1,64 to pop stack frame.  Simplify return value code.
1377         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
1379 2013-10-04  Alan Modra  <amodra@gmail.com>
1381         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
1382         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
1383         rather than rlwimi.
1384         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
1385         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
1386         little-endian support.  Correct typos.
1387         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
1388         rather than rlwimi.
1389         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
1390         in loop and entry code to keep "and." results.
1391         (strchr): Add little-endian support.  Comment.  Move cntlzd
1392         earlier in tail.
1393         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
1395 2013-10-04  Alan Modra  <amodra@gmail.com>
1397         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
1398         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
1399         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
1400         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
1402 2013-10-04  Alan Modra  <amodra@gmail.com>
1404         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
1405         (rTMP): Define as r11.
1406         (strcmp): Add little-endian support.  Optimise tail.
1407         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
1408         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
1409         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
1410         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
1411         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
1412         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
1413         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
1415 2013-10-04  Alan Modra  <amodra@gmail.com>
1417         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
1418         little-endian support.  Remove unnecessary "are we done" tests.
1419         Handle "s" wrapping around zero and extremely large "size".
1420         Correct main loop count.  Handle single left-over word from main
1421         loop inline rather than by using small_loop.  Correct comments.
1422         Delete "zero" tail, use "end_max" instead.
1423         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
1425 2013-10-04  Alan Modra  <amodra@gmail.com>
1427         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
1428         support.  Don't branch over align.
1429         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
1430         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
1431         support.  Rearrange tmp reg use to suit.  Comment.
1432         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
1434 2013-10-04  Alan Modra  <amodra@gmail.com>
1436         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
1438 2013-10-04  Alan Modra  <amodra@gmail.com>
1440         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
1441         conditional form of branch and link when obtaining pc.
1442         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
1444 2013-10-04  Alan Modra  <amodra@gmail.com>
1446         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
1447         HIWORD/LOWORD.
1448         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
1449         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
1451 2013-10-04  Alan Modra  <amodra@gmail.com>
1453         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
1454         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
1455         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
1456         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
1457         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
1458         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
1459         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
1460         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
1461         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
1462         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
1464 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
1465             Alistair Popple <alistair@ozlabs.au.ibm.com>
1466             Alan Modra <amodra@gmail.com>
1468         [BZ #15723]
1469         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
1470         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
1471         _dl_hwcap access for little-endian.
1472         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
1473         destroy vmx regs when saving unaligned.
1474         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
1475         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
1476         destroy vmx regs when saving unaligned.
1478 2013-10-04  Alan Modra  <amodra@gmail.com>
1480         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
1481         Don't use a union to pack hi/low value.
1483 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
1485         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
1486         for little-endian.
1487         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
1488         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
1489         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
1490         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
1491         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
1493 2013-10-04  Alan Modra  <amodra@gmail.com>
1495         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
1496         constants to usual value for .cst8 section, and remove redundant
1497         high address load.
1498         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
1499         constant for 0x1p52.  Load little-endian words of double from
1500         correct stack offsets.
1502 2013-10-04  Alan Modra  <amodra@gmail.com>
1504         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
1505         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
1506         words of double from correct stack offsets.
1507         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
1508         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
1509         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
1510         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
1511         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
1512         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
1513         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
1514         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
1515         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
1516         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
1517         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
1518         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
1519         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
1520         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
1521         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
1522         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
1523         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
1525 2013-10-04  Alan Modra  <amodra@gmail.com>
1527         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
1528         64-bit int/double union.
1529         (_FPU_SETCW): Likewise.
1530         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
1531         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
1533 2013-10-04  Alan Modra  <amodra@gmail.com>
1535         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
1536         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
1538 2013-10-04  Alan Modra  <amodra@gmail.com>
1540         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
1541         use vector int constants.
1542         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
1544 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
1546         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
1547         array with long long.
1548         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
1549         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
1550         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
1551         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
1552         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
1553         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
1554         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
1555         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
1556         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
1557         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
1558         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
1559         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
1560         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
1562 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
1564         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
1565         (__signbit): Likewise.  Correct for little-endian.
1566         (__signbitl): Call __signbit.
1567         (lrint): Correct for little-endian.
1568         (lrintf): Call lrint.
1570 2013-10-04  Alan Modra  <amodra@gmail.com>
1572         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
1573         union 32-bit int array member with 64-bit int array.
1574         (t515, tm256): Double rather than long double.
1575         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
1577 2013-10-04  Alan Modra  <amodra@gmail.com>
1579         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
1580         Delete.
1581         (IEEE854_LONG_DOUBLE_BIAS): Delete.
1582         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
1583         version of math_ldbl.h.
1585 2013-10-04  Alan Modra  <amodra@gmail.com>
1587         [BZ #15734], [BZ #15735]
1588         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
1589         all uses of ieee875 long double macros and unions.  Simplify test
1590         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
1591         ldbl_extract_mantissa value for ix,iy exponents.  Properly
1592         normalize after ldbl_extract_mantissa, and don't add hidden bit
1593         already handled.  Don't treat low word of ieee854 mantissa like
1594         low word of IBM long double and mask off bit when testing for
1595         zero.
1596         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
1597         all uses of ieee875 long double macros and unions.  Simplify tests
1598         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
1599         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
1600         two1022, instead use their values.  Recognise that tests for large
1601         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
1602         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
1603         Rewrite all uses of ieee875 long double macros and unions.  Simplify
1604         test for 0.0L and nan.  Correct negation.
1605         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
1606         ieee875 long double macros and unions.  Correct output for large
1607         magnitude x.  Correct absolute value calculation.
1608         (__erfcl): Likewise.
1609         * math/libm-test.inc: Add tests for errors discovered in IBM long
1610         double versions of fmodl, remainderl, erfl and erfcl.
1612 2013-10-04  Alan Modra  <amodra@gmail.com>
1614         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
1615         all uses of ieee854 long double macros and unions.  Simplify tests
1616         for long doubles that are fully specified by the high double.
1617         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
1618         Likewise.
1619         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
1620         Remove dead code too.
1621         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
1622         (__ieee754_ynl): Likewise.
1623         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
1624         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
1625         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
1626         Remove dead code too.
1627         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
1628         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
1629         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
1630         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
1631         Simplify.
1632         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
1633         Simplify.
1634         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
1635         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
1636         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
1637         Comment on variable precision.
1638         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
1639         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
1640         Likewise.
1641         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
1642         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
1643         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
1644         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
1645         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
1647 2013-10-04  Alan Modra  <amodra@gmail.com>
1649         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
1650         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
1651         all uses of ieee854 long double macros and unions.
1652         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
1653         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
1654         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
1655         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
1656         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
1657         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
1658         Likewise.
1659         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
1660         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
1661         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
1662         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
1663         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
1664         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
1665         Simplify sign and nan test too.
1666         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
1667         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
1668         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
1669         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
1670         Likewise.
1671         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
1672         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
1673         Likewise.
1674         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
1675         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
1676         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
1677         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
1678         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
1679         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
1681 2013-10-04  Alan Modra  <amodra@gmail.com>
1683         * stdio-common/printf_size.c (__printf_size): Don't use
1684         union ieee854_long_double in fpnum union.
1685         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
1686         signbit macro to retrieve sign from long double.
1687         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
1688         retrieve sign from long double.
1689         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
1690         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
1691         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
1692         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
1693         * math/test-misc.c (main): Don't use union ieee854_long_double.
1695 2013-10-04  Alan Modra  <amodra@gmail.com>
1697         [BZ #15680]
1698         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
1699         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
1700         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
1701         calculation.  Remove unnecessary test for denormal exponent.
1702         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
1703         Correct handling of denormals.  Avoid undefined shift behaviour.
1704         Correct normalisation of low mantissa when low double is denormal.
1705         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
1706         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
1707         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
1708         Correct normalisation of low mantissa.  Test for overflow of high
1709         mantissa and normalise.
1710         (ldbl_nearbyint): Use more readable constant for two52.
1711         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
1712         (__mpn_construct_long_double): Fix test for overflow of high
1713         mantissa and correct normalisation.  Avoid undefined shift.
1715 2013-10-04  Alan Modra  <amodra@gmail.com>
1717         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
1718         (union ibm_extended_long_double): Define as an array of ieee754_double.
1719         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
1720         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
1721         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
1722         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
1723         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
1724         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
1725         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
1726         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
1727         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
1728         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
1729         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
1731 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
1733         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
1734         page size instead of calling getpagesize.
1736         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
1737         (LOCFILE_ALIGN_MASK): Likewise.
1738         (LOCFILE_ALIGN_UP): Likewise.
1739         (LOCFILE_ALIGNED_P): Likewise.
1740         * locale/programs/ld-collate.c (collate_output): Use the new
1741         macros instead of __alignof__ (int32_t).
1742         * locale/weight.h (findidx): Likewise.
1744 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
1746         [BZ #431]
1747         * manual/string.texi: Fix strncat and wcsncat.
1749 2013-10-03  Brooks Moses  <bmoses@google.com>
1751         [BZ #15915]
1752         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
1753         * Makerules: ...here, and adjust associated comments.
1755 2013-10-02  Will Newton  <will.newton@linaro.org>
1757         * malloc/Makefile: Add tst-pvalloc.
1758         * malloc/tst-pvalloc.c: New file.
1760 2013-10-02  Will Newton  <will.newton@linaro.org>
1762         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
1763         improve test coverage.
1765 2013-10-02  Will Newton  <will.newton@linaro.org>
1767         * malloc/Makefile: Add tst-posix_memalign.
1768         * malloc/tst-posix_memalign.c: New file.
1770 2013-10-01  Eric Blake  <eblake@redhat.com>
1772         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
1773         Use __THROWNL rather than __THROW on static functions.
1775 2013-09-30  Petr Machata  <pmachata@redhat.com>
1777         * elf/elf.h (R_AARCH64_ABS16): New macro.
1778         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
1779         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
1780         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
1781         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
1782         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
1783         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
1784         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
1785         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
1786         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
1787         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
1788         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
1789         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
1790         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
1791         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
1792         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
1793         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
1794         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
1795         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
1796         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
1797         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
1798         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
1799         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
1800         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
1801         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
1802         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
1803         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
1804         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
1805         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
1806         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
1807         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
1808         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
1809         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
1810         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
1811         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
1812         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
1813         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
1814         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
1815         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
1816         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
1817         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
1818         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
1819         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
1820         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
1821         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
1822         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
1823         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
1824         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
1825         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
1826         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
1827         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
1828         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
1829         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
1830         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
1831         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
1832         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
1833         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
1834         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
1835         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
1836         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
1837         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
1838         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
1839         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
1840         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
1841         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
1842         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
1843         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
1844         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
1845         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
1846         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
1847         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
1848         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
1849         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
1850         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
1851         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
1852         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
1853         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
1854         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
1855         (R_AARCH64_TLSDESC_LDR): Likewise.
1856         (R_AARCH64_TLSDESC_ADD): Likewise.
1857         (R_AARCH64_TLSDESC_CALL): Likewise.
1859 2013-09-30  Andreas Schwab  <schwab@suse.de>
1861         [BZ #15048]
1862         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
1863         the nss database lookup.
1864         * nscd/initgrcache.c (addinitgroupsX): Likewise.
1865         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
1867 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
1869         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
1871 2013-09-28  P. J. McDermott  <pj@pehjota.net>
1873         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
1874         ${Bash-specific parameter/pattern/string} parameter expansion.
1875         * sysdeps/unix/make-syscalls.sh: Likewise.
1877 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1879         * sysdeps/sh/stackguard-macros.h: New file.
1881 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
1883         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
1884         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
1885         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
1886         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
1887         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
1888         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
1890 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1892         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
1893         Fix thread ID register.
1895 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
1897         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
1898         [POSIX || UNIX98]: Require rather than permitting all symbols from
1899         <time.h>.
1900         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
1901         element of struct sched_param.
1902         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
1903         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
1904         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
1905         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
1906         constant.
1908 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
1910         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
1911         argument calculation.
1913 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
1915         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
1916         Expect macro.
1917         [POSIX] (pthread_attr_t): Do not require type.
1918         [POSIX] (pthread_cond_t): Likewise.
1919         [POSIX] (pthread_condattr_t): Likewise.
1920         [POSIX] (pthread_key_t): Likewise.
1921         [POSIX] (pthread_mutex_t): Likewise.
1922         [POSIX] (pthread_mutexattr_t): Likewise.
1923         [POSIX] (pthread_once_t): Likewise.
1924         [POSIX] (pthread_t): Likewise.
1925         [POSIX-based standards] (pthread_atfork): Expect function.
1927 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
1928             Richard Sandiford  <richard@codesourcery.com>
1930         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
1931         (swap_endianness_p): New extern variable.
1932         (set_big_endian): New inline function.
1933         (maybe_swap_uint32): Likewise.
1934         (maybe_swap_uint32_array): Likewise.
1935         (maybe_swap_uint32_obstack): Likewise.
1936         * locale/programs/locfile.c: Include <stdbool.h>.
1937         (swap_endianness_p): New variable.
1938         (add_locale_uint32): Call maybe_swap_uint32.
1939         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
1940         (write_locale_data): Call maybe_swap_uint32_array.
1941         * locale/programs/ld-collate.c (obstack_int32_grow): Call
1942         maybe_swap_uint32.
1943         (obstack_int32_grow_fast): Likewise.
1944         (output_weightwc): Call maybe_swap_uint32_obstack.
1945         (collate_output): Likewise.
1946         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
1947         (OPT_LITTLE_ENDIAN): Likewise.
1948         (options): Add --little-endian and --big-endian options.
1949         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
1950         * locale/programs/locarchive.c: Include "locfile.h".
1951         (GET): New macro.
1952         (SET): Likewise.
1953         (INC): Likewise.
1954         (create_archive): Use the new macros to access fields of
1955         structures directly mapped from or written to locale archives.
1956         (oldlocrecentcmp): Likewise.
1957         (enlarge_archive): Likewise.
1958         (insert_name): Likewise.
1959         (add_alias): Likewise.
1960         (add_locale): Likewise.
1961         (delete_locales_from_archive): Likewise.
1962         (show_archive_content): Likewise.
1963         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
1964         locale data.
1966 2013-09-24  Roland McGrath  <roland@hack.frob.com>
1968         * manual/freemanuals.texi: Updated from (newly) canonical copy at
1969         http://www.gnu.org/doc/freemanuals.texi.
1970         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
1972 2013-09-24  Will Newton  <will.newton@linaro.org>
1974         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
1975         macro.
1977 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
1979         * locale/hashval.h (compute_hashval): Interpret bytes of key as
1980         unsigned char.
1982 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
1984         * manual/threads.texi (POSIX Threads): Fix a typo.
1986 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
1988         [BZ #14547]
1989         * string/tst-strcoll-overflow.c: New test case.
1990         * string/Makefile (xtests): Add tst-strcoll-overflow.
1991         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
1992         cache if string sizes may cause integer overflow.
1994         [BZ #14547]
1995         * string/strcoll_l.c (coll_seq): New members rule, idx,
1996         save_idx and back_us.
1997         (get_next_seq_nocache): New function.
1998         (do_compare_nocache): New function.
1999         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
2000         when malloc fails.
2002 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
2004         [BZ #15754]
2005         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
2006         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
2007         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
2009         [BZ #15754]
2010         * elf/Makefile (tests): Add tst-ptrguard1.
2011         (tests-static): Add tst-ptrguard1-static.
2012         (tst-ptrguard1-ARGS): Define.
2013         (tst-ptrguard1-static-ARGS): Define.
2014         * elf/tst-ptrguard1.c: New file.
2015         * elf/tst-ptrguard1-static.c: New file.
2016         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
2017         * sysdeps/i386/stackguard-macros.h: Likewise.
2018         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
2019         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
2020         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
2021         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
2022         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
2023         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
2025 2013-09-23  Hector Marco  <hecmargi@upv.es>
2026             Ismael Ripoll  <iripoll@disca.upv.es>
2027             Carlos O'Donell  <carlos@redhat.com>
2029         [BZ #15754]
2030         * sysdeps/generic/stackguard-macros.h: Define
2031         __pointer_chk_guard_local and POINTER_CHK_GUARD.
2032         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
2033         Define __pointer_chk_guard_local.
2034         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
2035         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
2037 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
2039         [BZ #15859]
2040         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
2042 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
2044         * include/string.h (__ffs): Declare as hidden.
2045         * string/ffs.c (__ffs): Define as hidden.
2046         * sysdeps/i386/ffs.c (__ffs): Likewise.
2047         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
2048         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
2049         * sysdeps/s390/ffs.c (__ffs): Likewise.
2050         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
2052 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
2054         * NEWS: Mention malloc probes.
2056         * malloc/arena.c (new_heap): New memory_heap_new probe.
2057         (grow_heap): New memory_heap_more probe.
2058         (shrink_heap): New memory_heap_less probe.
2059         (heap_trim): New memory_heap_free probe.
2060         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
2061         (systrim): New memory_sbrk_less probe.
2062         * manual/probes.texi: Document them.
2064         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
2065         * manual/probes.texi: Document it.
2067         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
2068         (__libc_realloc): Add memory_realloc_retry probe.
2069         (__libc_memalign): Add memory_memalign_retry probe.
2070         (__libc_valloc): Add memory_valloc_retry probe.
2071         (__libc_pvalloc): Add memory_pvalloc_retry probe.
2072         (__libc_calloc): Add memory_calloc_retry probe.
2073         * manual/probes.texi: Document them.
2075         * malloc/arena.c (get_free_list): Add probe
2076         memory_arena_reuse_free_list.
2077         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
2078         and memory_arena_reuse.
2079         (arena_get2) [!PER_THREAD]: Likewise.
2080         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
2081         memory_arena_reuse_realloc.
2082         * manual/probes.texi: Document them.
2084         * malloc/malloc.c (__libc_free): Add
2085         memory_mallopt_free_dyn_thresholds probe.
2086         (__libc_mallopt): Add multiple memory_mallopt probes.
2087         * manual/probes.texi: Document them.
2089         * malloc/malloc.c: Include stap-probe.h.
2090         (__libc_mallopt): Add memory_mallopt probe.
2091         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
2092         * manual/probes.texi: New.
2093         * manual/Makefile (chapters): Add probes.
2094         * manual/threads.texi: Set next node.
2096 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
2098         [BZ #15963, #13985]
2099         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
2100         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
2101         Add `Chinese' to `nan' entry name.
2103 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
2105         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
2106         (POLYNOMIAL): Likewise.
2107         (TAYLOR_SINCOS): Likewise.
2108         (TAYLOR_SLOW): Likewise.
2109         (__sin): Use TAYLOR_SINCOS.
2110         (__cos): Likewise.
2111         (slow): Use TAYLOR_SLOW.
2112         (sloww): Likewise.
2113         (bsloww): Likewise.
2114         (csloww): Likewise.
2116 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
2118         * stdlib/strtod_l.c: Fix buffer overrun.
2120 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
2122         * benchtests/Makefile (bench): Add sincos.
2123         * benchtests/bench-sincos.c: New file.
2125         * math/libm-test.inc (cos_test_data): New test inputs.
2126         (sin_test_data): Likewise.
2128         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
2129         macro.
2130         (__sin): Use it.
2131         (__cos): Likewise.
2132         (slow1): Likewise.
2133         (slow2): Likewise.
2134         (sloww1): Likewise.
2135         (sloww2): Likewise.
2136         (bsloww1): Likewise.
2137         (bsloww2): Likewise.
2138         (cslow2): Likewise.
2139         (csloww1): Likewise.
2140         (csloww2): Likewise.
2142         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
2143         function.
2144         (__sin): Use it.
2145         (__cos): Likewise.
2147         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
2148         gotos.
2149         (__cos): Likewise.
2151 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
2153         * config.h.in (HAVE_MIPS_NAN2008): New macro.
2154         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
2155         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
2156         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
2157         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
2158         * elf/cache.c (print_entry): Handle the new cache flags.
2160 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
2161             Aldy Hernandez  <aldyh@redhat.com>
2163         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
2164         Change condition to [_SOFT_FLOAT].
2165         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
2166         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
2167         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
2168         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
2169         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
2170         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
2171         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
2172         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
2173         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
2174         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
2175         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
2176         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
2177         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
2178         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
2179         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
2180         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
2181         declaration.
2183 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
2185         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
2186         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
2187         (__longjmp): Use LOAD_GP to load saved GPRs.
2188         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
2189         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
2190         (__sigsetjmp): Use SAVE_GP to save GPRs.
2192         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
2193         Do not append -msoft-float.
2194         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
2196 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
2198         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
2200 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
2202         [BZ #15966]
2203         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
2204         (_FPU_GETCW): Use initial "__" on variable and field names but not
2205         on macro parameter name.
2206         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
2207         parentheses around reference to macro parameter.
2209 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
2211         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
2212         prototype.
2213         (ctype_startup): Use uint32_t in cast and sizeof for
2214         ctype->charnames.
2216 2013-09-11  Jia Liu  <proljc@gmail.com>
2218         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
2219         __daddr_t_defined.
2220         [__FreeBSD__]: Likewise.
2222 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
2224         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
2225         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
2226         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
2227         (strchr): Remove __strchr_sse42 ifunc selection.
2228         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
2229         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
2231 2013-09-11  Will Newton  <will.newton@linaro.org>
2233         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
2234         parameter to RES. Remove hardcoded 1000 value.
2235         * benchtests/bench-skeleton.c (main): Pass RES parameter
2236         to TIMING_INIT and multiply result by 1000.
2238 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2240         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2242 2013-09-11  Andreas Schwab  <schwab@suse.de>
2244         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
2245         if not defined.
2246         (O_TMPFILE) [__USE_GNU]: Define.
2247         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
2248         Define.
2250 2013-09-11  Will Newton  <will.newton@linaro.org>
2252         [BZ #15857]
2253         * malloc/malloc.c (__libc_memalign): Check the value of bytes
2254         does not overflow.
2256 2013-09-11  Will Newton  <will.newton@linaro.org>
2258         [BZ #15856]
2259         * malloc/malloc.c (__libc_valloc): Check the value of bytes
2260         does not overflow.
2262 2013-09-11  Will Newton  <will.newton@linaro.org>
2264         [BZ #15855]
2265         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
2266         does not overflow.
2268 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
2270         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
2271         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
2272         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
2273         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
2274         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
2276 2013-09-10  Allan McRae  <allan@archlinux.org>
2278         [BZ #15748]
2279         * manual/arith.texi (Parsing of Floats): Clarify
2280         cross-reference.
2282         [BZ #15849]
2283         * manual/install.texi (Running make install): Mention
2284         --enable-pt-chown.
2285         * INSTALL: Regenerated.
2287 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
2289         * csu/init-first.c (_init): Remove the !SHARED condition around
2290         FPU control word initialization.
2291         * elf/dl-support.c (_dl_fpu_control): New variable.
2292         (_dl_aux_init) <AT_FPUCW>: Initialize it.
2293         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
2294         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
2295         * math/test-fpucw-static.c: New file.
2296         * math/test-fpucw-ieee.c: New file.
2297         * math/test-fpucw-ieee-static.c: New file.
2298         * math/Makefile (tests): Add `test-fpucw-ieee' and
2299         `$(tests-static)'.
2300         (tests-static): New variable.
2301         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
2302         dependency to...
2303         [($(build-shared),yes)]
2304         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
2305         ... this.
2306         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
2307         New dependency.
2309 2013-09-09  Allan McRae  <allan@archlinux.org>
2311         [BZ #15939]
2312         * manual/string.texi (Collation Functions): Fix typo in
2313         strcoll example.
2314         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
2316         [BZ #15893]
2317         * stdlib/isomac.c (get_null_defines): Fix memory leak.
2319         [BZ #15892]
2320         * libio/memstream.c (open_memstream): Fix memory leak.
2321         * libio/wmemstream.c (open_wmemstream): Likewise.
2323         [BZ #15895]
2324         * nscd/netgroupcache.c: Fix nesting of ifdefs.
2326 2013-09-09  Will Newton  <will.newton@linaro.org>
2328         * malloc/Makefile: Add tst-realloc to tests.
2329         * malloc/tst-realloc.c: New file.
2331 2013-09-09  Allan McRae  <allan@archlinux.org>
2333         [BZ #15844]
2334         * COPYING: Update from GNU website to fix FSF address.
2335         * COPYING.LIB: Likewise.
2337 2013-09-06  David S. Miller  <davem@davemloft.net>
2339         * po/zh_TW.po: Update Chinese (traditional) translation from
2340         translation project.
2342 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
2343             Joseph Myers  <joseph@codesourcery.com>
2345         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
2346         "localeinfo.h".
2347         (obstack_chunk_alloc): New macro.
2348         (obstack_chunk_free): Likewise.
2349         (record_offset): New function.
2350         (init_locale_data): Likewise.
2351         (align_locale_data): Likewise.
2352         (add_locale_empty): Likewise.
2353         (add_locale_raw_data): Likewise.
2354         (add_locale_raw_obstack): Likewise.
2355         (add_locale_string): Likewise.
2356         (add_locale_wstring): Likewise.
2357         (add_locale_uint32): Likewise.
2358         (add_locale_uint32_array): Likewise.
2359         (add_locale_char): Likewise.
2360         (start_locale_structure): Likewise.
2361         (end_locale_structure): Likewise.
2362         (start_locale_prelude): Likewise.
2363         (end_locale_prelude): Likewise.
2364         (write_locale_data): Take locale_file structure rather than an
2365         iovec.
2366         * locale/programs/locfile.h: Include "obstack.h".
2367         (struct locale_file): Change to store locale file contents instead
2368         of header.
2369         (init_locale_data): New prototype.
2370         (align_locale_data): Likewise.
2371         (add_locale_empty): Likewise.
2372         (add_locale_raw_data): Likewise.
2373         (add_locale_raw_obstack): Likewise.
2374         (add_locale_string): Likewise.
2375         (add_locale_wstring): Likewise.
2376         (add_locale_uint32): Likewise.
2377         (add_locale_uint32_array): Likewise.
2378         (add_locale_char): Likewise.
2379         (start_locale_structure): Likewise.
2380         (end_locale_structure): Likewise.
2381         (start_locale_prelude): Likewise.
2382         (end_locale_prelude): Likewise.
2383         (write_locale_data): Update prototype.
2384         * locale/programs/3level.h (struct TABLE): Remove result field.
2385         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
2386         Use new locale_file interface.
2387         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
2388         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
2389         * locale/programs/ld-address.c (address_output): Use new
2390         locale_file interface.
2391         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
2392         NO_ADD_LOCALE.
2393         (collate_finish): Don't call collseq_table_finalize.
2394         (collate_output): Use new locale_file interface.
2395         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
2396         in file.
2397         (NO_FINALIZE): Change to NO_ADD_LOCALE.
2398         (TABLE): Move defines earlier in file.
2399         (ELEMENT): Likewise.
2400         (DEFAULT): Likewise.
2401         (wctrans_table_add): Move macro and inline function earlier in
2402         file.
2403         (struct wctype_table): Move type earlier in file.
2404         (add_locale_wctype_table): New static prototype.
2405         (struct locale_ctype_t): Use logical types instead of struct iovec
2406         pointers for members.
2407         (ctype_output): Use new locale_file interface.
2408         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
2409         new locale_file interface.
2410         (allocate_arrays): Update for use of new locale_file interface.
2411         * locale/programs/ld-identification.c (identification_output): Use
2412         new locale_file interface.
2413         * locale/programs/ld-measurement.c (measurement_output): Likewise.
2414         * locale/programs/ld-messages.c (messages_output): Likewise.
2415         * locale/programs/ld-monetary.c (monetary_output): Likewise.
2416         * locale/programs/ld-name.c (name_output): Likewise.
2417         * locale/programs/ld-numeric.c (numeric_output): Likewise.
2418         * locale/programs/ld-paper.c (paper_output): Likewise.
2419         * locale/programs/ld-telephone.c (telephone_output): Likewise.
2420         * locale/programs/ld-time.c (time_output): Likewise.
2422 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2424         * benchtests/Makefile: Add memrchr benchmark.
2425         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
2426         benchmark as memrchr.
2427         * benchtests/bench-memrchr-ifunc.c: New file.
2428         * benchtests/bench-memrchr.c: New file.
2430 2013-09-06   Will Newton  <will.newton@linaro.org>
2432         * benchtests/Makefile (string-bench): Add memcpy.
2434 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
2435             Cong Wang  <amwang@redhat.com>
2437         * sysdeps/unix/sysv/linux/bits/in.h
2438         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
2439         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
2440         before __USE_KERNEL_IPV6_DEFS uses.
2441         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
2442         IPPROTO_BEETPH.
2443         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
2444         sockaddr_in6, or ipv6_mreq.
2446 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2448         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
2449         memory access for final bytes in some large inputs.
2450         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
2452 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2454         * string/test-memrchr.c: New file.
2455         * string/test-memrchr-ifunc.c: New file.
2456         * string/Makefile: Add new memrchr testcase.
2458 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
2460         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
2461         fanotify_init returns EPERM.
2463 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
2465         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
2466         errors.
2467         (top level): Treat second token from macro or constant entries for
2468         allowed headers as allowed.
2469         * include/complex.h: Condition internal declarations on
2470         [!_ISOMAC].
2471         * include/fenv.h: Condition include of <stdbool.h> and internal
2472         declarations on [!_ISOMAC].
2474 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
2476         [BZ #15923]
2477         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
2479 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
2481         * configure.in (--enable-versioning): Remove configure option.
2482         (libc_cv_asm_symver_directive): Remove configure test.
2483         (libc_cv_ld_version_script_option): Likewise.
2484         (VERSIONING): Remove variable and AC_SUBST.
2485         (DO_VERSIONING): Remove AC_DEFINE.
2486         * configure: Regenerated.
2487         * config.h.in (DO_VERSIONING): Remove macro.
2488         * Makerules [$(versioning) = yes]: Change conditionals to
2489         [$(build-shared) = yes].
2490         * config.make.in (versioning): Remove variable.
2491         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
2492         [$(build-shared) = yes].
2493         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
2494         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
2495         * elf/Makefile [$(versioning) = yes]: Change conditionals to
2496         [$(build-shared) = yes].
2497         * extra-lib.mk [$(versioning) = yes]: Likewise.
2498         * hurd/Makefile [$(versioning) = yes]: Likewise.
2499         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
2500         [SHARED].
2501         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
2502         [SHARED].
2503         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
2504         [SHARED && !NO_HIDDEN].
2505         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
2506         [SHARED].
2507         [SHARED && DO_VERSIONING]: Likewise..
2508         * libio/Makefile [$(versioning) = yes]: Change conditionals to
2509         [$(build-shared) = yes].
2510         * manual/install.texi (--disable-versioning): Remove
2511         documentation.
2512         * INSTALL: Regenerated.
2513         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
2514         to [SHARED].
2515         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
2516         [$(build-shared) = yes].
2517         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
2518         * sysdeps/i386/i686/multiarch/strstr-c.c
2519         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
2520         [SHARED && !NO_HIDDEN].
2521         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
2522         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
2523         * sysdeps/powerpc/powerpc32/dl-machine.c
2524         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
2525         * sysdeps/powerpc/powerpc32/sysdep.h
2526         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
2527         to [SHARED && PIC && !NO_HIDDEN].
2528         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
2529         conditional to [SHARED].
2531 2013-09-04   Will Newton  <will.newton@linaro.org>
2533         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
2534         * benchtests/bench-string.h: Include bench-timing.h instead
2535         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
2536         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
2537         call to HP_TIMING_DIFF_INIT.
2538         * benchtests/bench-memccpy.c: Use bench-timing.h macros
2539         instead of hp-timing.h macros.
2540         * benchtests/bench-memchr.c: Likewise.
2541         * benchtests/bench-memcmp.c: Likewise.
2542         * benchtests/bench-memcpy.c: Likewise.
2543         * benchtests/bench-memmem.c: Likewise.
2544         * benchtests/bench-memmove.c: Likewise.
2545         * benchtests/bench-memset.c: Likewise.
2546         * benchtests/bench-rawmemchr.c: Likewise.
2547         * benchtests/bench-strcasecmp.c: Likewise.
2548         * benchtests/bench-strcasestr.c: Likewise.
2549         * benchtests/bench-strcat.c: Likewise.
2550         * benchtests/bench-strchr.c: Likewise.
2551         * benchtests/bench-strcmp.c: Likewise.
2552         * benchtests/bench-strcpy.c: Likewise.
2553         * benchtests/bench-strcpy_chk.c: Likewise.
2554         * benchtests/bench-strlen.c: Likewise.
2555         * benchtests/bench-strncasecmp.c: Likewise.
2556         * benchtests/bench-strncat.c: Likewise.
2557         * benchtests/bench-strncmp.c: Likewise.
2558         * benchtests/bench-strncpy.c: Likewise.
2559         * benchtests/bench-strnlen.c: Likewise.
2560         * benchtests/bench-strpbrk.c: Likewise.
2561         * benchtests/bench-strrchr.c: Likewise.
2562         * benchtests/bench-strspn.c: Likewise.
2563         * benchtests/bench-strstr.c: Likewise.
2565 2013-09-04  Will Newton  <will.newton@linaro.org>
2567         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
2569 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
2571         [BZ #15427]
2572         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
2573         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
2574         * math/libm-test.inc (lgamma_test_data): Add more tests.
2575         * sysdeps/i386/fpu/libm-test-ulps: Update.
2576         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2578 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
2580         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
2581         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
2582         Add ifunc.
2583         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
2584         Add strcmp-sse2-unaligned
2585         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
2587 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
2589         * Versions.def (libc): Add GLIBC_2.19.
2591 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
2593         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
2594         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
2596 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
2598         [BZ #14155]
2599         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
2600         intermediate calculations in recurrence.
2601         (__ieee754_ynf): Likewise.
2602         * math/libm-test.inc (jn_test_data): Do not allow spurious
2603         underflow exception.  Add more tests.
2604         (yn_test_data): Add more tests.
2605         * sysdeps/i386/fpu/libm-test-ulps: Update.
2606         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2608 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
2610         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
2612 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
2614         * csu/init-first.c: Fix then/than typos.
2615         * locale/programs/ld-collate.c: Likewise.
2616         * locale/programs/linereader.h: Likewise.
2617         * manual/charset.texi: Likewise.
2618         * manual/filesys.texi: Likewise.
2619         * manual/stdio.texi: Likewise.
2620         * manual/string.texi: Likewise.
2621         * stdlib/fmtmsg.c: Likewise.
2622         * sysdeps/i386/stpncpy.S: Likewise.
2623         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
2624         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
2625         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
2626         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
2628 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
2630         * elf/dl-open.c: Fix typos.
2631         * iconvdata/gbbig5.c: Likewise.
2632         * iconvdata/iso-2022-jp.c: Likewise.
2633         * iconv/gconv_int.h: Likewise.
2634         * iconv/loop.c: Likewise.
2635         * nis/rpcsvc/nis.h: Likewise.
2636         * resolv/ns_name.c: Likewise.
2637         * stdio-common/vfscanf.c: Likewise.
2638         * streams/stropts.h: Likewise.
2639         * sunrpc/rpc_thread.c: Likewise.
2640         * sysdeps/i386/strpbrk.S: Likewise.
2641         * sysdeps/ieee754/k_standard.c: Likewise.
2642         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
2643         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
2644         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
2645         * sysdeps/mach/hurd/profil.c: Likewise.
2646         * sysdeps/s390/dl-procinfo.h: Likewise.
2647         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
2648         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
2649         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
2650         * sysdeps/x86_64/dl-trampoline.S: Likewise.
2651         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
2653 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
2655         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
2656         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
2658 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
2660         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
2661         aix specific files.
2662         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
2663         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
2664         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
2665         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
2666         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
2667         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
2668         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
2669         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
2671 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
2672             Roland McGrath  <roland@hack.frob.com>
2674         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
2675         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
2677 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2679         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
2680         __executable_start symbol instead of _start.
2682 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
2684         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
2685         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
2686         Move macros to...
2687         * sysdeps/gnu/ldsodefs.h: ... this new file.
2689         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
2690         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
2691         instead of ELFOSABI_LINUX.
2693         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
2694         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
2695         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
2696         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
2697         Likewise.
2698         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
2699         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
2700         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
2701         Likewise.
2702         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
2703         (ibm_extended_long_double): Add ieee_nan member.
2704         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
2705         (do_test): New function.
2707         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
2708         TEST_TRUNC.
2709         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
2710         functions, renamed from truncdfsf_test, trunctfsf_test,
2711         trunctfdf_test.
2712         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
2713         functions.
2714         (do_test): Run all these.
2716 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
2718         * argp/argp-help.c: Fix typos.
2719         * argp/argp-parse.c: Likewise.
2720         * debug/backtracesyms.c: Likewise.
2721         * elf/elf.h: Likewise.
2722         * malloc/malloc.c: Likewise.
2723         * nis/nis_print.c: Likewise.
2724         * resolv/res_comp.c: Likewise.
2725         * stdlib/stdlib.h: Likewise.
2726         * sunrpc/clnt_tcp.c: Likewise.
2727         * sunrpc/clnt_udp.c: Likewise.
2728         * sunrpc/clnt_unix.c: Likewise.
2729         * sysdeps/unix/bsd/ptsname.c: Likewise.
2730         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
2731         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
2732         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
2733         Likewise.
2734         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
2735         Likewise.
2736         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
2737         Likewise.
2738         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
2740 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
2742         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
2743         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
2745 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
2747         [BZ #15897]
2748         * dlfcn/Makefile (tests): Add bug-dl-leaf.
2749         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
2750         ($(objpfx)bug-dl-leaf): New rule.
2751         ($(objpfx)bug-dl-leaf.so): Likewise.
2752         ($(objpfx)bug-dl-leaf.out): Likewise.
2753         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
2754         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
2755         * dlfcn/bug-dl-leaf.c: New test.
2756         * dlfcn/bug-dl-leaf-lib.c: Likewise.
2757         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
2758         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
2759         (dlclose): Likewise.
2760         (dlmopen): Likewise.
2762 2013-08-27  Roland McGrath  <roland@hack.frob.com>
2764         * include/netdb.h [!_ISOMAC]:
2765         Don't include <tls.h>.
2766         (h_errno, __libc_h_errno): Move declaration and macros out of
2767         [_LIBC_REENTRANT].
2769         * include/resolv.h [_RESOLV_H_]:
2770         Don't include <tls.h>.
2771         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
2772         * resolv/res_libc.c: Don't include <tls.h>.
2773         (_res): Use __attribute__ ((nocommon)) in place of
2774         __attribute__ ((section (".bss"))).
2776         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
2777         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
2779         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
2781         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
2782         only under [SIOCGIFCONF && SIOCGIFNETMASK].
2784         * resolv/res_mkquery.c: Include <sys/time.h>.
2786         * inet/ifreq.c: Moved to ...
2787         * sysdeps/unix/ifreq.c: ... here.
2788         * inet/ifreq.c: New file, true stub version.
2790         * socket/sa_len.c: New file.
2791         * socket/Makefile (aux): Add it.
2792         * sysdeps/unix/sysv/linux/Makefile
2793         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
2794         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
2795         and #include <socket/sa_len.c>.
2796         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
2797         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
2799         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
2800         * bits/socket.h: ... here.
2802         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
2803         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
2804         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
2806 2013-08-27  Andreas Schwab  <schwab@suse.de>
2808         [BZ #15736]
2809         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
2810         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
2811         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
2812         * string/test-strcasecmp.c (test_main): Run tests in several
2813         locales.
2814         * string/test-strncasecmp.c (test_main): Likewise.
2816         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
2817         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
2818         to __strcasecmp_nonascii and __strncasecmp_nonascii.
2819         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
2820         (__strncasecmp_ssse3) [PIC]: Likewise.
2822 2013-08-26  Roland McGrath  <roland@hack.frob.com>
2824         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
2826         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
2827         instead of explicitly declaring xdecrypt.
2828         * nis/nss_nis/nis-publickey.c: Likewise.
2830 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2832         [BZ #15890]
2833         * nscd/aicache.c: Include res_hconf.h.
2834         (addhstaiX): Initialize res_hconf.
2836 2013-08-26  Andreas Schwab  <schwab@suse.de>
2838         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
2839         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
2841 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2843         * nscd/aicache.c (addhstaiX): Fix indentation.
2845 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
2847         * configure.ac: Quote $build_pt_chown test.
2848         * configure: Regenerated.
2850 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
2852         [BZ #15532]
2853         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
2854         * math/s_cexpf.c (__cexpf): Likewise.
2855         * math/s_cexpl.c (__cexpl): Likewise.
2856         * math/libm-test.inc (cexp_test_data): Correct expected return
2857         value for NaN + i0.  Add another test.
2859 2013-08-22  David S. Miller  <davem@davemloft.net>
2861         * po/ca.po: Update Catalan translation from translation project.
2862         * po/uk.po: Add Ukrainian translations from translation project.
2864 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
2866         [BZ #15797]
2867         * math/s_fdim.c (__fdim): Check for infinite arguments if result
2868         is infinite, not alongside NaN test.
2869         * math/s_fdimf.c (__fdimf): Likewise.
2870         * math/s_fdiml.c (__fdiml): Likewise.
2871         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
2872         errno is unchanged.
2874 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
2876         * argp/argp-help.c: Fix typos.
2877         * crypt/speeds.c: Likewise.
2878         * csu/check_fds.c: Likewise.
2879         * elf/dl-load.c: Likewise.
2880         * elf/dl-open.c: Likewise.
2881         * elf/reldep3.c: Likewise.
2882         * elf/reldep.c: Likewise.
2883         * elf/sprof.c: Likewise.
2884         * iconv/iconv_charmap.c: Likewise.
2885         * iconv/skeleton.c: Likewise.
2886         * iconv/strtab.c: Likewise.
2887         * io/lockf64.c: Likewise.
2888         * libio/libioP.h: Likewise.
2889         * resolv/gai_notify.c: Likewise.
2890         * resolv/ns_name.c: Likewise.
2891         * resolv/ns_samedomain.c: Likewise.
2892         * resolv/res_send.c: Likewise.
2893         * stdlib/random.c: Likewise.
2894         * sunrpc/rpc/xdr.h: Likewise.
2895         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
2896         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
2897         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
2898         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
2899         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
2900         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
2901         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
2902         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
2903         * sysdeps/mach/hurd/check_fds.c: Likewise.
2904         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
2905         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
2906         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
2907         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
2908         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
2909         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
2910         * sysdeps/pthread/aio_notify.c: Likewise.
2911         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
2912         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
2913         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
2914         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
2915         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
2917 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
2919         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
2920         version if bit_Slow_SSE4_2 is set.
2921         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
2922         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
2924 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2926         [BZ #15867]
2927         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
2928         trampoline stack frame information.
2929         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
2930         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
2931         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
2932         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
2933         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
2934         * sysdeps/unix/sysv/linux/powerpc/init-first.c
2935         (_libc_vdso_platform_setup): Initialize the signal trampolines.
2936         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
2937         sa_flags value.
2938         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
2939         interrupting a syscall and set with option SA_SIGINFO.
2941 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
2943         [BZ #15531]
2944         * math/s_cproj.c (__cproj): Only return an infinity if one part of
2945         argument is infinite.
2946         * math/s_cprojf.c (__cprojf): Likewise.
2947         * math/s_cprojl.c (__cprojl): Likewise.
2948         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
2949         * math/libm-test.inc (cproj_test_data): Add more tests.
2951         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
2953         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
2954         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
2955         size.  Use __ffs to determine corresponding shift.
2957 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
2958             Roland McGrath  <roland@hack.frob.com>
2960         * Makefile (INSTALL): Remove trailing blank lines from output of
2961         makeinfo.
2963 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2965         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
2966         Align 32 bit compat elf_greg to 8 bytes.
2968 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2970         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
2972 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
2974         * string/strcoll_l.c (coll_seq): New structure.
2975         (get_next_seq_cached): New function.
2976         (get_next_seq): New function.
2977         (do_compare): New function.
2978         (STRCOLL): Use GNU style definition.  Simplify implementation
2979         by using get_next_seq, get_next_seq_cached and do_compare.
2981 2013-08-16  Florian Weimer  <fweimer@redhat.com>
2983         [BZ #14699]
2984         CVE-2013-4237
2985         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
2986         member.
2987         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
2988         member.
2989         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
2990         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
2991         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
2992         conditional.
2993         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
2994         GETDENTS_64BIT_ALIGNED.
2995         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
2996         * manual/filesys.texi (Reading/Closing Directory): Document
2997         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
2998         strongly.
2999         * manual/conf.texi (Limits for Files): Add portability note to
3000         NAME_MAX, PATH_MAX.
3001         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
3003 2013-08-13  Andreas Schwab  <schwab@suse.de>
3005         [BZ #15749]
3006         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
3007         of fabs.
3008         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
3009         LDBL_MAX_EXP >= 16384]: Add tests for it.
3011 2013-08-12  David S. Miller  <davem@davemloft.net>
3013         * version.h (RELEASE): Set to "development".
3014         (VERSION): Set to "2.18.90".
3015         * NEWS: Add 2.19 section.
3017 2013-08-03  David S. Miller  <davem@davemloft.net>
3019         * po/ko.po: Update Korean translation from translation project.
3021 2013-08-01  David S. Miller  <davem@davemloft.net>
3023         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
3024         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
3025         Bilka.
3027 2013-07-30  David S. Miller  <davem@davemloft.net>
3029         * po/fr.po: Update French translation from translation project.
3031 2013-07-28  David S. Miller  <davem@davemloft.net>
3033         * po/cs.po: Update Czech translation from translation project.
3035         * po/sv.po: Update Swedish translation from translation project.
3037 2013-07-27  David S. Miller  <davem@davemloft.net>
3039         * po/eo.po: Update Esperanto translation from translation project.
3041         * po/vi.po: Update Vietnamese translation from translation project.
3043         * po/de.po: Update German translation from translation project.
3045 2013-07-26  David S. Miller  <davem@davemloft.net>
3047         * po/bg.po: Update Bulgarian translation from translation project.
3049         * po/nl.po: Update Dutch translation from translation project.
3050         * po/pl.po: Update Polish translation from translation project.
3051         * po/ru.po: Update Russian translation from translation project.
3053 2013-07-24  David S. Miller  <davem@davemloft.net>
3055         * po/libc.pot: Update.
3057 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3059         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
3060         variable page size.
3061         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
3062         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
3063         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
3065 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3067         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
3069 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
3070             Andreas Schwab  <schwab@suse.de>
3071             Roland McGrath  <roland@hack.frob.com>
3072             Joseph Myers  <joseph@codesourcery.com>
3073             Carlos O'Donell  <carlos@redhat.com>
3075         [BZ #15755]
3076         * config.h.in: Define HAVE_PT_CHOWN.
3077         * config.make.in (build-pt-chown): New variable.
3078         * configure.in (--enable-pt_chown): New configure option.
3079         * configure: Regenerate.
3080         * login/Makefile: Include Makeconfig.  Build pt_chown only if
3081         build-pt-chown is enabled.
3082         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
3083         pt_chown to fix pty ownership.
3084         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
3085         CLOSE_ALL_FDS.
3086         * manual/install.texi (Configuring and compiling): Mention
3087         --enable-pt_chown. Add @findex for grantpt.
3088         * INSTALL: Regenerate.
3090 2013-07-20  David S. Miller  <davem@davemloft.net>
3092         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
3093         difference between 32-bit and 64-bit.
3095 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
3097         [BZ #15711]
3098         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
3099         Avoid system header dependency with -ffreestanding.
3100         ($(objpfx)bits/syscall%d): Likewise.
3102 2013-07-13  David S. Miller  <davem@davemloft.net>
3104         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
3105         underflows from atanl/atan2l due to bug 15319.
3106         (casinh_test_data): Likewise.
3108 2013-07-07  David S. Miller  <davem@davemloft.net>
3110         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
3112 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
3114         * sysdeps/i386/fpu/libm-test-ulps: Update.
3115         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3117 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
3119         * configure.in (--enable-lock-elision): Fix message text.
3120         * INSTALL: Regenerate.
3121         * configure: Regenerate.
3123 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3125         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3127 2013-07-03  Andreas Jaeger  <aj@suse.de>
3129         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
3130         define.
3131         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
3132         (ptrace_peeksiginfo_args): Add.
3133         (__ptrace_peeksiginfo_flags): Add.
3134         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
3135         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
3136         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
3138 2013-07-03  Allan McRae  <allan@archlinux.org>
3140         * sysdeps/i386/fpu/libm-test-ulps: Update.
3142 2013-07-02  David S. Miller  <davem@davemloft.net>
3144         * sysdeps/sparc/fpu/libm-test-ulps: Update.
3146 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
3148         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
3150 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
3152         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
3153         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3155 2013-07-02  Andi Kleen <ak@linux.intel.com>
3157         * config.h.in (ENABLE_LOCK_ELISION): Add.
3158         * configure.in (--enable-lock-elision): Add option.
3159         * manual/install.texi: Document --enable lock elision.
3160         * configure: Regenerate
3161         * INSTALL: Regenerate.
3163 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
3165         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
3166         SSE4.2 strcasecmp for libc.a.
3167         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
3169 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
3171         [BZ #13304]
3172         * soft-fp/op-common.h (_FP_FMA): New macro.
3173         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
3174         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
3175         (_FP_MUL_MEAT_1_imm): ... here.
3176         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
3177         (_FP_MUL_MEAT_1_wide): ... here.
3178         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
3179         (_FP_MUL_MEAT_1_hard): ... here.
3180         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
3181         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
3182         (_FP_MUL_MEAT_2_wide): ... here.
3183         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
3184         (_FP_MUL_MEAT_2_wide_3mul): ... here.
3185         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
3186         (_FP_MUL_MEAT_2_gmp): ... here.
3187         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
3188         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
3189         (_FP_MUL_MEAT_4_wide): ... here.
3190         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
3191         (_FP_MUL_MEAT_4_gmp): ... here.
3192         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
3193         (_FP_WFRACBITS_DW_S): Likewise.
3194         (_FP_WFRACXBITS_DW_S): Likewise.
3195         (_FP_HIGHBIT_DW_S): Likewise.
3196         (FP_FMA_S): Likewise.
3197         (_FP_FRAC_HIGH_DW_S): Likewise.
3198         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
3199         (_FP_WFRACBITS_DW_D): Likewise.
3200         (_FP_WFRACXBITS_DW_D): Likewise.
3201         (_FP_HIGHBIT_DW_D): Likewise.
3202         (FP_FMA_D): Likewise.
3203         (_FP_FRAC_HIGH_DW_D): Likewise.
3204         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
3205         (_FP_WFRACBITS_DW_E): Likewise.
3206         (_FP_WFRACXBITS_DW_E): Likewise.
3207         (_FP_HIGHBIT_DW_E): Likewise.
3208         (FP_FMA_E): Likewise.
3209         (_FP_FRAC_HIGH_DW_E): Likewise.
3210         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
3211         (_FP_WFRACBITS_DW_Q): Likewise.
3212         (_FP_WFRACXBITS_DW_Q): Likewise.
3213         (_FP_HIGHBIT_DW_Q): Likewise.
3214         (FP_FMA_Q): Likewise.
3215         (_FP_FRAC_HIGH_DW_Q): Likewise.
3216         * soft-fp/fmasf4.c: New file.
3217         * soft-fp/fmadf4.c: Likewise.
3218         * soft-fp/fmatf4.c: Likewise.
3220 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
3222         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
3223         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
3224         Silvermont.
3225         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
3226         macro.
3227         (index_Slow_SSE4_2): Likewise.
3228         (index_Prefer_PMINUB_for_stringop): Likewise.
3229         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
3230         bit_Slow_SSE4_2 is set.
3231         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
3232         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
3234 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
3236         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
3237         rtld_global._dl_hwcap2.
3238         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
3239         POWER8.
3240         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
3241         POWER8 feature descriptions defined in _dl_hwcap2.
3242         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
3243         string handling for POWER8 feature bits.
3244         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
3245         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
3246         _dl_powerpc_cap_flags.
3247         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
3248         * sysdeps/powerpc/rtld-global-offsets.sym
3249         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
3250         _dl_hwcap2 in the rtld_global_ro structure.
3252 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
3254         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
3255         hardware capabilities in support of AT_HWCAP2.
3256         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
3257         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
3258         GLRO(dl_hwcap2).
3259         (_dl_show_auxv): Add support for calling _dl_procinfo to display
3260         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
3261         explicitly the unknown a_type display mechanism is used.
3262         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
3263         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
3264         struct member.
3265         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
3266         to macro prototype for AT_HWCAP2 support.
3267         * sysdeps/i386/dl-procinfo.h: Likewise.
3268         * sysdeps/s390/dl-procinfo.h: Likewise.
3269         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
3270         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
3271         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
3272         return -1 for unknown a_type display fallback.
3273         * sysdeps/sparc/dl-procinfo.h: Likewise.
3274         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
3275         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
3277 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
3279         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
3280         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
3282 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
3284         [BZ #12492]
3285         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
3286         mprotect making __stack_prot writable.
3288 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
3289             Joseph Myers  <joseph@codesourcery.com>
3291         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
3292         as being properly aligned.
3294 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
3296         * dlfcn/modstatic5.c: New file.
3297         * dlfcn/tststatic5.c: New file.
3298         * dlfcn/Makefile (tests): Add tststatic5.
3299         (tests-static): Likewise.
3300         (modules-names): Add modstatic5.
3301         (tststatic5-ENV): New variable.
3302         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
3304         [BZ #15022]
3305         * elf/dl-support.c (_dl_main_map): New variable.
3306         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
3307         (_dl_nns, _dl_load_adds): Set to 1.
3308         (_dl_initial_searchlist): Refer to _dl_main_map.
3309         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
3310         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
3311         call to _dl_get_origin.
3312         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
3313         around call_map.
3314         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
3315         * dlfcn/modstatic3.c: New file.
3316         * dlfcn/tststatic3.c: New file.
3317         * dlfcn/tststatic4.c: New file.
3318         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
3319         (tests-static): Likewise.
3320         (modules-names): Add modstatic3.
3321         (tststatic3-ENV, tststatic4-ENV): New variables.
3322         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
3323         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
3325 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
3327         * configure.in (CC): Require GCC version 4.4 or later.
3328         * configure: Regenerated.
3329         * manual/install.texi (Tools for Compilation): Update GCC version
3330         requirement.
3331         * INSTALL: Regenerated.
3333 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
3335         [BZ #15674]
3336         * string/test-memcmp.c (check2): New.
3337         (main): Call check2.
3339         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
3341 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
3343         [BZ #15022]
3344         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
3345         over to...
3346         (dl_open_worker) [!SHARED]: ... here.
3348 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
3350         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
3352 2013-06-25  Richard Henderson  <rth@redhat.com>
3354         * locale/programs/locarchive.c: Include <libc-internal.h>
3356 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
3358         * manual/texinfo.tex: Update to version 2013-06-21.17, with
3359         trailing whitespace removed.
3361 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
3363         [BZ #10283]
3364         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
3365         * locale/programs/locarchive.c: Include libc-mmap.h.
3366         (prepare_address_space): Take two new outputs (the mmap base and len).
3367         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
3368         values.
3369         (create_archive): Declare new mmap base and len values for
3370         prepare_address_space, and store the result in ah.
3371         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
3372         (enlarge_archive): If ah->mmap_base is not NULL, use that and
3373         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
3374         Declare new mmap base and len values for
3375         prepare_address_space, and store the result in new_ah.
3376         (open_archive): Declare new mmap base and len values for
3377         prepare_address_space, and store the result in ah.
3378         (close_archive): If ah->mmap_base is not NULL, use that and
3379         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
3380         * sysdeps/generic/libc-mmap.h: New file.
3382 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
3384         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
3385         (ALIGN_UP): Likewise.
3386         (PTR_ALIGN_DOWN): Likewise.
3387         (PTR_ALIGN_UP): Likewise.
3389 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
3391         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
3392         entry mapped to PPC_PLATFORM_POWER8.
3393         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
3394         POWER8.
3395         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
3396         (_dl_string_platform): Add case for exporting platform position for
3397         POWER8.
3398         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
3399         search path to sysdeps/powerpc/powerpc32/power8 directory.
3400         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
3401         search path to sysdeps/powerpc/powerpc64/power8 directory.
3402         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
3403         power7 directories.
3404         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
3405         power7 directories.
3407 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
3409         * INSTALL: Regenerate.
3411         * nscd/connections.c (nscd_init): Fix comment.
3413 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
3415         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
3417         [BZ #15667]
3418         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
3419         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
3421 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
3423         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
3424         DL_DST_REQ_STATIC.
3425         (DL_DST_REQ_STATIC): Remove macro.
3427 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
3429         [BZ #7006]
3430         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
3431         with a shift of 0 bits.
3433 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
3435         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
3436         $(tststatic-ENV).
3438 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3440         [BZ #15655]
3441         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
3443 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3445         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
3446         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
3447         accepts -fno-tree-loop-distribute-patterns.
3448         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
3449         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
3450         recursive call.
3451         * string/memset.c (memset): Likewise.
3452         * string/test-memmove.c (simple_memmove): Disable loop transformation
3453         to library calls.
3454         * string/test-memset.c (simple_memset): Likewise.
3455         * benchtests/bench-memmove.c (simple_memmove): Likewise.
3456         * benchtests/bench-memset.c (simple_memset): Likewise.
3457         * configure: Regenerated.
3459 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
3461         * math/test-misc.c (main): Ignore fesetround failure when failures
3462         of subsequent rounding tests would be ignored.
3464         [BZ #15654]
3465         * math/fedisblxcpt.c (fedisableexcept): Return 0.
3466         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
3467         * math/fegetenv.c (__fegetenv): Return 0.
3468         * math/fegetexcept.c (fegetexcept): Return 0.
3469         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
3470         FE_TONEAREST.
3471         * math/feholdexcpt.c (feholdexcept): Return 0.
3472         * math/fesetenv.c (__fesetenv): Return 0.
3473         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
3474         argument FE_TONEAREST.
3475         * math/feupdateenv.c (__feupdateenv): Return 0.
3476         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
3478 2013-06-18  Roland McGrath  <roland@hack.frob.com>
3480         * elf/rtld-Rules (rtld-compile-command.S): New variable.
3481         (rtld-compile-command.s, rtld-compile-command.c): New variables.
3482         ($(objpfx)rtld-%.os rules): Use them.
3484 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3486         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
3487         fields.
3489 2013-06-17  Roland McGrath  <roland@hack.frob.com>
3491         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
3492         length of target pattern, then descending length of dependency pattern.
3493         * configure.in (AWK): Require gawk 3.1.2 or newer.
3494         * manual/install.texi (Tools for Compilation): Say that we do.
3495         * configure: Regenerated.
3497         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
3498         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
3499         * scripts/sysd-rules.awk: ... this new script.
3500         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
3501         than a glob-style pattern.
3503 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
3505         * math/test-misc.c (main): Do not treat incorrectly rounded
3506         conversions as failure unless ROUNDING_TESTS passes.
3508 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
3510         [BZ #15631]
3511         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
3512         restore exception state around main square root computation, then
3513         check for inexactness explicitly.
3515         * math/libm-test.inc (fma_test_data): Add another test.
3517 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
3519         * manual/threads.texi (Non-POSIX Extensions): New document
3520         node.  Document pthread_getattr_default_np and
3521         pthread_setattr_default_np.
3523         * Versions.def (libpthread): Add GLIBC_2.18.
3524         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
3525         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
3526         Likewise.
3527         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
3528         Likewise.
3529         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
3530         Likewise.
3531         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
3532         Likewise.
3533         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
3534         Likewise.
3535         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
3536         Likewise.
3537         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
3538         Likewise.
3539         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
3540         Likewise.
3541         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
3542         Likewise.
3544 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
3546         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
3547         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
3549 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
3550             H.J. Lu  <hjl.tools@gmail.com>
3552         [BZ #15627]
3553         * sysdeps/x86_64/rtld-memset.c: Remove file.
3554         * sysdeps/x86_64/rtld-memset.S: New file.
3556 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
3558         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
3559         (test_in_one_mode): Take arguments for whether the rounding mode
3560         is supported for each floating-point type.
3561         (do_test): Pass new arguments to test_in_one_mode using
3562         ROUNDING_TESTS.
3564 2013-06-13  Roland McGrath  <roland@hack.frob.com>
3566         * posix/tst-waitid.c (do_test): Distinguish different instances of
3567         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
3568         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
3569         before entering the kernel for waitpid.
3571 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
3573         * NEWS: Fix note on clock function precision.  Text by Roland
3574         McGrath.
3576 2013-06-13  Roland McGrath  <roland@hack.frob.com>
3578         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
3579         it into place only when and if the sanity check passes.
3581 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
3583         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
3584         output for whether conversion result is exact.  Take argument
3585         indicating whether type is IBM long double.
3586         (round_for_all): Change need_exact field to ibm_ld.
3587         * stdlib/tst-strtod-round.c (struct exactness): New type.
3588         (struct test): Change bool ld_ok field to struct exactness exact.
3589         (TEST): Update all definitions for change to field.
3590         (tests): Regenerate array contents.
3591         (test_in_one_mode): Take pointer to new field instead of old ld_ok
3592         field value.  Check for IBM long double here.
3593         (do_test): Update calls to test_in_one_mode.
3595 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
3597         [BZ #12515]
3598         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
3599         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
3601 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3603         [BZ #15605]
3604         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
3605         generated by the compiler on loop optimizations.
3606         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
3607         general definitions.
3609 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
3611         * math/bug-nextafter.c: Include <math-tests.h>.
3612         (main): Only test for exceptions if EXCEPTION_TESTS is true for
3613         the relevant type.
3614         * math/bug-nexttoward.c: Include <math-tests.h>.
3615         (main): Only test for exceptions if EXCEPTION_TESTS is true for
3616         the relevant type.
3617         * math/test-misc.c: Include <math-tests.h>.
3618         (main): Only test for exceptions if EXCEPTION_TESTS is true for
3619         the relevant type.
3621 2013-06-12  Andreas Jaeger  <aj@suse.de>
3623         * po/ia.po: Update Interlingua translation from translation
3624         project.
3626 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
3628         * include/fenv.h: Include stdbool.h.
3629         (struct rm_ctx): New structure.
3630         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
3631         Define macro.
3632         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
3633         (SET_RESTORE_ROUNDF): Likewise.
3634         (SET_RESTORE_ROUNDL): Likewise.
3635         (SET_RESTORE_ROUND_NOEX): Likewise.
3636         (SET_RESTORE_ROUND_NOEXF): Likewise.
3637         (SET_RESTORE_ROUND_NOEXL): Likewise.
3638         (SET_RESTORE_ROUND_53BIT): Likewise.
3639         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
3640         (libc_feresetround_noexf_ctx): Likewise.
3641         (libc_feresetround_noexl_ctx): Likewise.
3642         (libc_feholdsetround_53bit_ctx): Likewise.
3643         (libc_feresetround_53bit_ctx): Likewise.
3644         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
3645         (libc_feholdexcept_setround_sse_ctx): New function.
3646         (libc_fesetenv_sse_ctx): Likewise.
3647         (libc_feupdateenv_sse_ctx): Likewise.
3648         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
3649         (libc_feholdexcept_setround_387_ctx): Likewise.
3650         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
3651         (libc_feholdsetround_387_prec_ctx): Likewise.
3652         (libc_feholdsetround_387_ctx): Likewise.
3653         (libc_feholdsetround_387_53bit_ctx): Likewise.
3654         (libc_feholdsetround_sse_ctx): Likewise.
3655         (libc_feresetround_sse_ctx): Likewise.
3656         (libc_feresetround_387_ctx): Likewise.
3657         (libc_feupdateenv_387_ctx): Likewise.
3658         (libc_feholdexcept_setroundf_ctx): Define macro.
3659         (libc_fesetenvf_ctx): Likewise.
3660         (libc_feupdateenvf_ctx): Likewise.
3661         (libc_feholdsetroundf_ctx): Likewise.
3662         (libc_feresetroundf_ctx): Likewise.
3663         (libc_feholdexcept_setround_ctx): Likewise.
3664         (libc_fesetenv_ctx): Likewise.
3665         (libc_feupdateenv_ctx): Likewise.
3666         (libc_feholdsetround_ctx): Likewise.
3667         (libc_feresetround_ctx): Likewise.
3668         (libc_feholdexcept_setroundl_ctx): Likewise.
3669         (libc_feupdateenvl_ctx): Likewise.
3670         (libc_feholdsetroundl_ctx): Likewise.
3671         (libc_feresetroundl_ctx): Likewise.
3672         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
3673         (libc_feresetround_53bit_ctx): Likewise.
3675 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
3677         * locale/iso-639.def: Convert to UTF-8.
3679 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
3681         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
3682         (EXCEPTION_TESTS_double): Likewise.
3683         (EXCEPTION_TESTS_long_double): Likewise.
3684         (EXCEPTION_TESTS): Likewise.
3685         * math/libm-test.inc (test_exceptions): Only test exceptions if
3686         EXCEPTION_TESTS (FLOAT).
3688 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
3690         * benchtests/Makefile (string-bench): Add strcpy_chk and
3691         stpcpy_chk.
3692         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
3693         * benchtests/bench-stpcpy_chk.c: New file.
3694         * benchtests/bench-strcpy_chk-ifunc.c: New file.
3695         * benchtests/bench-strcpy_chk.c: New file.
3696         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
3697         code.
3698         (do_test): Likewise.
3700 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
3702         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
3703         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
3704         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
3705         with tabs where appropriate.
3706         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
3707         dl-procinfo.h.
3708         [PPC_PLATFORM_PPC440]: Likewise.
3709         [PPC_PLATFORM_PPC464]: Likewise.
3710         [PPC_PLATFORM_PPC476]: Likewise.
3711         (_dl_string_platform): Add support for detecting ppc405, ppc440,
3712         ppc464, and ppc476 platform strings merging from ports/
3713         dl-procinfo.h.
3715 2013-06-11  Andreas Schwab  <schwab@suse.de>
3717         [BZ #14991]
3718         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
3719         (from_ucs4_idx): Regenerate.
3720         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
3721         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
3722         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
3723         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
3724         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
3725         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
3726         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
3727         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
3728         from FROM_LOOP and TO_LOOP specific macros.
3729         (BODY): Handle combining characters.
3730         * iconvdata/BIG5HKSCS.irreversible: Update.
3731         * iconvdata/BIG5HKSCS.precomposed: New file.
3732         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
3733         characters.
3734         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
3736 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
3738         * include/sys/time.h: Fix indentation and add copyright header.
3740         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
3741         (do_test): Likewise.
3742         * string/test-memchr.c (do_one_test): Likewise.
3743         (do_test): Likewise.
3744         * string/test-memcmp.c (do_one_test): Likewise.
3745         (do_test): Likewise.
3746         * string/test-memcpy.c (do_one_test): Likewise.
3747         (do_test): Likewise.
3748         * string/test-memmem.c (do_one_test): Likewise.
3749         (do_test): Likewise.
3750         (do_random_tests): Likewise.
3751         * string/test-memmove.c (do_one_test): Likewise.
3752         (do_test): Likewise.
3753         * string/test-memset.c (do_one_test): Likewise.
3754         (do_test): Likewise.
3755         * string/test-rawmemchr.c (do_one_test): Likewise.
3756         (do_test): Likewise.
3757         * string/test-strcasecmp.c (do_one_test): Likewise.
3758         (do_test): Likewise.
3759         * string/test-strcasestr.c (do_one_test): Likewise.
3760         (do_test): Likewise.
3761         * string/test-strcat.c (do_one_test): Likewise.
3762         (do_test): Likewise.
3763         * string/test-strchr.c (do_one_test): Likewise.
3764         (do_test): Likewise.
3765         * string/test-strcmp.c (do_one_test): Likewise.
3766         (do_test): Likewise.
3767         * string/test-strcpy.c (do_one_test): Likewise.
3768         (do_test): Likewise.
3769         * string/test-string.h: Likewise.
3770         (test_init): Likewise.
3771         * string/test-strlen.c (do_one_test): Likewise.
3772         (do_test): Likewise.
3773         * string/test-strncasecmp.c (do_one_test): Likewise.
3774         (do_test): Likewise.
3775         * string/test-strncat.c (do_one_test): Likewise.
3776         (do_test): Likewise.
3777         * string/test-strncmp.c (do_one_test): Likewise.
3778         (do_test_limit): Likewise.
3779         (do_test): Likewise.
3780         * string/test-strncpy.c (do_one_test): Likewise.
3781         (do_test): Likewise.
3782         * string/test-strnlen.c (do_one_test): Likewise.
3783         (do_test): Likewise.
3784         * string/test-strpbrk.c (do_one_test): Likewise.
3785         (do_test): Likewise.
3786         * string/test-strrchr.c (do_one_test): Likewise.
3787         (do_test): Likewise.
3788         * string/test-strspn.c (do_one_test): Likewise.
3789         (do_test): Likewise.
3790         * string/test-strstr.c (do_one_test): Likewise.
3791         (do_test): Likewise.
3793         * benchtests/Makefile (string-bench): Add string benchmarks.
3794         * benchtests/bench-bcopy-ifunc.c: New file.
3795         * benchtests/bench-bcopy.c: New file.
3796         * benchtests/bench-bzero-ifunc.c: New file.
3797         * benchtests/bench-bzero.c: New file.
3798         * benchtests/bench-memccpy-ifunc.c: New file.
3799         * benchtests/bench-memccpy.c: New file.
3800         * benchtests/bench-memchr-ifunc.c: New file.
3801         * benchtests/bench-memchr.c: New file.
3802         * benchtests/bench-memcmp-ifunc.c: New file.
3803         * benchtests/bench-memcmp.c: New file.
3804         * benchtests/bench-memmem-ifunc.c: New file.
3805         * benchtests/bench-memmem.c: New file.
3806         * benchtests/bench-memmove-ifunc.c: New file.
3807         * benchtests/bench-memmove.c: New file.
3808         * benchtests/bench-mempcpy-ifunc.c: New file.
3809         * benchtests/bench-mempcpy.c: New file.
3810         * benchtests/bench-memset-ifunc.c: New file.
3811         * benchtests/bench-memset.c: New file.
3812         * benchtests/bench-rawmemchr-ifunc.c: New file.
3813         * benchtests/bench-rawmemchr.c: New file.
3814         * benchtests/bench-stpcpy-ifunc.c: New file.
3815         * benchtests/bench-stpcpy.c: New file.
3816         * benchtests/bench-stpncpy-ifunc.c: New file.
3817         * benchtests/bench-stpncpy.c: New file.
3818         * benchtests/bench-strcasecmp-ifunc.c: New file.
3819         * benchtests/bench-strcasecmp.c: New file.
3820         * benchtests/bench-strcasestr-ifunc.c: New file.
3821         * benchtests/bench-strcasestr.c: New file.
3822         * benchtests/bench-strcat-ifunc.c: New file.
3823         * benchtests/bench-strcat.c: New file.
3824         * benchtests/bench-strchr-ifunc.c: New file.
3825         * benchtests/bench-strchr.c: New file.
3826         * benchtests/bench-strchrnul-ifunc.c: New file.
3827         * benchtests/bench-strchrnul.c: New file.
3828         * benchtests/bench-strcmp-ifunc.c: New file.
3829         * benchtests/bench-strcmp.c: New file.
3830         * benchtests/bench-strcpy-ifunc.c: New file.
3831         * benchtests/bench-strcpy.c: New file.
3832         * benchtests/bench-strcspn-ifunc.c: New file.
3833         * benchtests/bench-strcspn.c: New file.
3834         * benchtests/bench-strlen-ifunc.c: New file.
3835         * benchtests/bench-strlen.c: New file.
3836         * benchtests/bench-strncasecmp-ifunc.c: New file.
3837         * benchtests/bench-strncasecmp.c: New file.
3838         * benchtests/bench-strncat-ifunc.c: New file.
3839         * benchtests/bench-strncat.c: New file.
3840         * benchtests/bench-strncmp-ifunc.c: New file.
3841         * benchtests/bench-strncmp.c: New file.
3842         * benchtests/bench-strncpy-ifunc.c: New file.
3843         * benchtests/bench-strncpy.c: New file.
3844         * benchtests/bench-strnlen-ifunc.c: New file.
3845         * benchtests/bench-strnlen.c: New file.
3846         * benchtests/bench-strpbrk-ifunc.c: New file.
3847         * benchtests/bench-strpbrk.c: New file.
3848         * benchtests/bench-strrchr-ifunc.c: New file.
3849         * benchtests/bench-strrchr.c: New file.
3850         * benchtests/bench-strspn-ifunc.c: New file.
3851         * benchtests/bench-strspn.c: New file.
3852         * benchtests/bench-strstr-ifunc.c: New file.
3853         * benchtests/bench-strstr.c: New file.
3855         * benchtests/Makefile: Disable parallel execution of targets.
3856         (string-bench): Add memcpy.
3857         (benchset): New variable to store a list of benchmark sets.
3858         (bench-func): Renamed from bench.
3859         (bench-set): New target.
3860         (bench): Depend on bench-func and bench-set.
3861         * benchtests/README: Add section on benchmark sets.
3862         * benchtests/bench-memcpy-ifunc.c: New file.
3863         * benchtests/bench-memcpy.c: New file.
3864         * benchtests/bench-string.h: New file.
3866 2013-06-11  Andreas Schwab  <schwab@suse.de>
3868         [BZ #15577]
3869         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
3870         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
3871         values in the triple.
3872         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
3873         terminator in the group key.
3875 2013-06-11  Andreas Jaeger  <aj@suse.de>
3877         * po/zh_TW.po: Update Chinese (traditional) translation from
3878         translation project.
3880 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
3882         * include/time.h (__clock_gettime): Add libc_hidden_proto.
3883         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
3884         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
3885         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
3886         (clock_getcpuclockid): Likewise.
3887         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
3888         Add weak_alias and libc_hidden_def.
3889         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
3890         * rt/clock_gettime.c (clock_gettime): Rename to
3891         __clock_gettime.  Add weak_alias and libc_hidden_def.
3892         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
3893         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
3894         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
3895         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
3896         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
3897         Likewise.
3898         * rt/clock_settime.c (clock_settime): Rename to
3899         __clock_settime.  Add weak_alias and libc_hidden_def.
3900         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
3902 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
3904         * mach/err_boot.sub: Remove trailing whitespace.
3905         * mach/err_ipc.sub: Likewise.
3906         * mach/err_mach.sub: Likewise.
3908         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
3909         (ROUNDING_TESTS_double): Likewise.
3910         (ROUNDING_TESTS_long_double): Likewise.
3911         (ROUNDING_TESTS): Likewise.
3912         * math/libm-test.inc: Include <math-tests.h>.
3913         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
3914         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
3915         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
3916         (IF_ROUND_INIT_FE_UPWARD): Likewise.
3918 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
3920         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
3921         of assigning.
3923 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
3925         * sysdeps/gnu/errlist.awk: Do not generate space at end of
3926         otherwise empty TRANS lines.
3927         * sysdeps/gnu/errlist.c: Regenerated.
3929         * catgets/gencat.c (error_print): Use (void) in function
3930         definition.
3931         * crypt/crypt_util.c (__init_des): Likewise.
3932         * crypt/speeds.c (Stop): Likewise.
3933         (main): Likewise.
3934         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
3935         * inet/ruserpass.c (token): Likewise.
3936         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
3937         * intl/localealias.c (extend_alias_table): Likewise.
3938         * intl/plural-exp.c (init_germanic_plural): Likewise.
3939         * libio/fcloseall.c (__fcloseall): Likewise.
3940         * libio/genops.c (_IO_flush_all): Likewise.
3941         (_IO_flush_all_linebuffered): Likewise.
3942         (_IO_cleanup): Likewise.
3943         (_IO_iter_begin): Likewise.
3944         (_IO_iter_end): Likewise.
3945         (_IO_list_lock): Likewise.
3946         (_IO_list_unlock): Likewise.
3947         (_IO_list_resetlock): Likewise.
3948         * libio/getchar.c (getchar): Likewise.
3949         * libio/getchar_u.c (getchar_unlocked): Likewise.
3950         * libio/getwchar.c (getwchar): Likewise.
3951         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
3952         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
3953         * login/getpt.c (__getpt): Likewise.
3954         * login/tst-utmp.c (main): Likewise.
3955         * malloc/hooks.c (__malloc_check_init): Likewise.
3956         * malloc/malloc.c (__malloc_stats): Likewise.
3957         * malloc/mtrace.c (tr_break): Likewise.
3958         (mtrace): Likewise.
3959         (muntrace): Likewise.
3960         * misc/fstab.c (endfsent): Likewise.
3961         * misc/getclktck.c (__getclktck): Likewise.
3962         * misc/getdtsz.c (__getdtablesize): Likewise.
3963         * misc/gethostid.c (gethostid): Likewise.
3964         * misc/getpagesize.c (__getpagesize): Likewise.
3965         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
3966         (__get_nprocs): Likewise.
3967         (__get_phys_pages): Likewise.
3968         (__get_avphys_pages): Likewise.
3969         * misc/getttyent.c (getttyent): Likewise.
3970         (setttyent): Likewise.
3971         (endttyent): Likewise.
3972         * misc/getusershell.c (getusershell): Likewise.
3973         (endusershell): Likewise.
3974         (setusershell): Likewise.
3975         (initshells): Likewise.
3976         * misc/hsearch.c (__hdestroy): Likewise.
3977         * misc/sync.c (sync): Likewise.
3978         * misc/syslog.c (closelog_internal): Likewise.
3979         (closelog): Likewise.
3980         * misc/ttyslot.c (ttyslot): Likewise.
3981         * misc/vhangup.c (vhangup): Likewise.
3982         * posix/fork.c (__fork): Likewise.
3983         * posix/getegid.c (__getegid): Likewise.
3984         * posix/geteuid.c (__geteuid): Likewise.
3985         * posix/getgid.c (__getgid): Likewise.
3986         * posix/getpid.c (__getpid): Likewise.
3987         * posix/getppid.c (__getppid): Likewise.
3988         * posix/getuid.c (__getuid): Likewise.
3989         * posix/pause.c (pause): Likewise.
3990         * posix/setpgrp.c (setpgrp): Likewise.
3991         * posix/setsid.c (__setsid): Likewise.
3992         * posix/test-vfork.c (noop): Likewise.
3993         * resolv/gethnamaddr.c (_endhtent): Likewise.
3994         (_gethtent): Likewise.
3995         (ht_endhostent): Likewise.
3996         (gethostent): Likewise.
3997         (dns_service): Likewise.
3998         * stdlib/drand48.c (drand48): Likewise.
3999         * stdlib/lrand48.c (lrand48): Likewise.
4000         * stdlib/mrand48.c (mrand48): Likewise.
4001         * stdlib/rand.c (rand): Likewise.
4002         * stdlib/random.c (__random): Likewise.
4003         * stdlib/setenv.c (clearenv): Likewise.
4004         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
4005         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
4006         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
4007         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
4008         (__get_nprocs): Likewise.
4009         (__get_phys_pages): Likewise.
4010         (__get_avphys_pages): Likewise.
4011         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
4012         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
4013         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
4014         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
4015         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
4016         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
4017         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
4018         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
4019         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
4020         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
4021         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
4022         * sysdeps/mach/hurd/sync.c (sync): Likewise.
4023         * sysdeps/posix/clock.c (clock): Likewise.
4024         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
4025         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
4026         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
4027         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
4028         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
4029         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
4030         (__get_nprocs_conf): Likewise.
4031         (__get_phys_pages): Likewise.
4032         (__get_avphys_pages): Likewise.
4033         * time/clock.c (clock): Likewise.
4034         * time/tzset.c (__tzname_max): Likewise.
4036 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
4038         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
4039         (__bswap_32): Do not use "register".
4040         * crypt/crypt.c (_ufc_doit_r): Likewise.
4041         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
4042         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
4043         * gmon/gmon.c (__monstartup): Likewise.
4044         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
4045         * hurd/hurdmalloc.c (more_memory): Likewise.
4046         (malloc): Likewise.
4047         (free): Likewise.
4048         (realloc): Likewise.
4049         (malloc_fork_prepare): Likewise.
4050         (malloc_fork_parent): Likewise.
4051         (malloc_fork_child): Likewise.
4052         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
4053         (_svcauth_des): Likewise.
4054         * inet/inet_lnaof.c (inet_lnaof): Likewise.
4055         * inet/inet_net.c (inet_network): Likewise.
4056         * inet/inet_netof.c (inet_netof): Likewise.
4057         * inet/rcmd.c (__validuser2_sa): Likewise.
4058         * io/fts.c (fts_open): Likewise.
4059         (fts_load): Likewise.
4060         (fts_close): Likewise.
4061         (fts_read): Likewise.
4062         (fts_children): Likewise.
4063         (fts_build): Likewise.
4064         (fts_stat): Likewise.
4065         (fts_sort): Likewise.
4066         (fts_alloc): Likewise.
4067         (fts_lfree): Likewise.
4068         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
4069         (_IO_file_xsgetn): Likewise.
4070         (_IO_file_xsgetn_mmap): Likewise.
4071         * libio/iofopncook.c (_IO_cookie_read): Likewise.
4072         (_IO_cookie_write): Likewise.
4073         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
4074         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
4075         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
4076         * malloc/obstack.c (_obstack_begin): Likewise.
4077         (_obstack_begin_1): Likewise.
4078         (_obstack_newchunk): Likewise.
4079         (_obstack_allocated_p): Likewise.
4080         (obstack_free): Likewise.
4081         (_obstack_memory_used): Likewise.
4082         * misc/getttyent.c (getttynam): Likewise.
4083         (getttyent): Likewise.
4084         (skip): Likewise.
4085         (value): Likewise.
4086         * misc/getusershell.c (initshells): Likewise.
4087         * misc/syslog.c (__vsyslog_chk): Likewise.
4088         * misc/ttyslot.c (ttyslot): Likewise.
4089         * nis/nis_hash.c (__nis_hash): Likewise.
4090         * posix/fnmatch_loop.c (FCT): Likewise.
4091         * posix/getconf.c (print_all): Likewise.
4092         (main): Likewise.
4093         * posix/getopt.c (exchange): Likewise.
4094         * posix/glob.c (globfree): Likewise.
4095         (prefix_array): Likewise.
4096         (__glob_pattern_type): Likewise.
4097         * resolv/arpa/nameser.h (NS_GET16): Likewise.
4098         (NS_GET32): Likewise.
4099         (NS_PUT16): Likewise.
4100         (NS_PUT32): Likewise.
4101         * resolv/gethnamaddr.c (getanswer): Likewise.
4102         (gethostbyname2): Likewise.
4103         (gethostbyaddr): Likewise.
4104         (_gethtent): Likewise.
4105         (_gethtbyname2): Likewise.
4106         (_gethtbyaddr): Likewise.
4107         * resolv/ns_print.c (dst_s_get_int16): Likewise.
4108         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
4109         * resolv/res_init.c (__res_vinit): Likewise.
4110         (net_mask): Likewise.
4111         * resolv/res_mkquery.c (outchar): Likewise.
4112         (PRINT): Likewise.
4113         * stdio-common/printf_fp.c (outchar): Likewise.
4114         (PRINT): Likewise.
4115         * stdio-common/printf_fphex.c (outchar): Likewise.
4116         (PRINT): Likewise.
4117         * stdio-common/printf_size.c (outchar): Likewise.
4118         (PRINT): Likewise.
4119         * stdio-common/test_rdwr.c (main): Likewise.
4120         * stdio-common/tfformat.c (matches): Likewise.
4121         * stdio-common/vfprintf.c (outchar): Likewise.
4122         (printf_unknown): Likewise.
4123         (buffered_vfprintf): Likewise.
4124         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
4125         * stdio-common/xbug.c (AppendToBuffer): Likewise.
4126         (ReadFile): Likewise.
4127         * stdlib/qsort.c (SWAP): Likewise.
4128         (_quicksort): Likewise.
4129         * stdlib/setenv.c (__add_to_environ): Likewise.
4130         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
4131         * stdlib/strtol_l.c (__strtol_l): Likewise.
4132         * stdlib/tst-strtod.c (main): Likewise.
4133         * stdlib/tst-strtol.c (main): Likewise.
4134         * stdlib/tst-strtoll.c (main): Likewise.
4135         * string/bits/string2.h (__strcmp_cc): Likewise.
4136         (__strcmp_cg): Likewise.
4137         (__strcspn_c1): Likewise.
4138         (__strcspn_c2): Likewise.
4139         (__strcspn_c3): Likewise.
4140         (__strspn_c1): Likewise.
4141         (__strspn_c2): Likewise.
4142         (__strspn_c3): Likewise.
4143         (__strsep_1c): Likewise.
4144         (__strsep_2c): Likewise.
4145         (__strsep_3c): Likewise.
4146         * string/memccpy.c (__memccpy): Likewise.
4147         * string/stpcpy.c (__stpcpy): Likewise.
4148         * string/strcmp.c (strcmp): Likewise.
4149         * string/strrchr.c (strrchr): Likewise.
4150         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
4151         Likewise.
4152         * sysdeps/mach/hurd/getcwd.c
4153         (_hurd_canonicalize_directory_name_internal): Likewise.
4154         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
4155         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
4156         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
4157         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
4158         Likewise, in both definitions.
4159         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
4160         definitions.
4161         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
4162         64] (__bswap_64): Likewise.
4163         * time/test_time.c (main): Likewise.
4164         * time/tzfile.c (__tzfile_read): Likewise.
4165         (__tzfile_compute): Likewise.
4166         * time/tzset.c (__tzset_parse_tz): Likewise.
4167         (tzset_internal): Likewise.
4168         (compute_change): Likewise.
4169         * wcsmbs/wcscat.c (__wcscat): Likewise.
4170         * wcsmbs/wcschr.c (wcschr): Likewise.
4171         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
4172         * wcsmbs/wcscspn.c (wcscspn): Likewise.
4173         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
4174         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
4175         * wcsmbs/wcsspn.c (wcsspn): Likewise.
4176         * wcsmbs/wcsstr.c (wcsstr): Likewise.
4177         * wcsmbs/wmemchr.c (wmemchr): Likewise.
4178         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
4179         * wcsmbs/wmemset.c (wmemset): Likewise.
4181 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
4183         * scripts/config.guess: Update to version 2013-05-16.
4184         * scripts/config.sub: Update to version 2013-04-24.
4185         * scripts/install-sh: Update to version 2011-11-20.07.
4186         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
4187         * scripts/move-if-change: Update to version 2012-01-06 07:23.
4189 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
4191         * debug/fgetws_u_chk.c: Fix leading whitespaces.
4192         * elf/sln.c: Likewise.
4193         * hurd/hurd/ioctl.h: Likewise.
4194         * hurd/hurdmalloc.c: Likewise.
4195         * hurd/xattr.c: Likewise.
4196         * include/shlib-compat.h: Likewise.
4197         * inet/ruserpass.c: Likewise.
4198         * libio/iofgets_u.c: Likewise.
4199         * libio/iofgetws_u.c: Likewise.
4200         * locale/programs/ld-identification.c: Likewise.
4201         * locale/programs/ld-time.c: Likewise.
4202         * mach/msg-destroy.c: Likewise.
4203         * nss/nss_files/files-netgrp.c: Likewise.
4204         * resolv/res_data.c: Likewise.
4205         * soft-fp/op-1.h: Likewise.
4206         * soft-fp/op-2.h: Likewise.
4207         * soft-fp/op-4.h: Likewise.
4208         * soft-fp/op-common.h: Likewise.
4209         * stdio-common/printf_fphex.c: Likewise.
4210         * stdlib/strtod_l.c: Likewise.
4211         * sunrpc/rpc/clnt.h: Likewise.
4212         * sysdeps/generic/framestate.c: Likewise.
4213         * sysdeps/i386/bsd-_setjmp.S: Likewise.
4214         * sysdeps/i386/bsd-setjmp.S: Likewise.
4215         * sysdeps/i386/__longjmp.S: Likewise.
4216         * sysdeps/i386/setjmp.S: Likewise.
4217         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
4218         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
4219         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
4220         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
4221         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
4222         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
4223         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
4224         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
4225         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
4226         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
4227         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
4228         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
4229         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
4230         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
4231         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
4232         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
4233         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
4234         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
4235         * sysdeps/ieee754/support.c: Likewise.
4236         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
4237         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
4238         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
4239         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
4240         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
4241         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
4242         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
4243         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
4244         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
4245         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
4246         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
4247         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
4248         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
4249         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
4250         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
4251         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
4252         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
4253         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
4255 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
4257         * posix/transbug.c: Remove executable mode.
4259 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
4261         * crypt/speeds.c: Remove trailing whitespace.
4262         * dlfcn/default.c: Likewise.
4263         * elf/ifuncdep2.c: Likewise.
4264         * elf/ifuncmain1.c: Likewise.
4265         * elf/ifuncmain1vis.c: Likewise.
4266         * elf/testobj.h: Likewise.
4267         * elf/tst-stackguard1.c: Likewise.
4268         * gmon/sys/gmon.h: Likewise.
4269         * hurd/hurdmsg.c: Likewise.
4270         * hurd/new-fd.c: Likewise.
4271         * hurd/ports-get.c: Likewise.
4272         * iconvdata/ibm1008_420.c: Likewise.
4273         * inet/tst-getni1.c: Likewise.
4274         * inet/tst-getni2.c: Likewise.
4275         * libio/ioungetc.c: Likewise.
4276         * libio/wfiledoalloc.c: Likewise.
4277         * manual/libm-err-tab.pl: Likewise.
4278         * math/w_dremf.c: Likewise.
4279         * misc/ftruncate.c: Likewise.
4280         * posix/bug-glob2.c: Likewise.
4281         * posix/tst-pcre.c: Likewise.
4282         * posix/wait4.c: Likewise.
4283         * resolv/README: Likewise.
4284         * resolv/res_debug.h: Likewise.
4285         * resolv/tst-inet_ntop.c: Likewise.
4286         * setjmp/bug269-setjmp.c: Likewise.
4287         * soft-fp/extended.h: Likewise.
4288         * soft-fp/op-1.h: Likewise.
4289         * soft-fp/op-2.h: Likewise.
4290         * soft-fp/op-4.h: Likewise.
4291         * soft-fp/op-8.h: Likewise.
4292         * soft-fp/testit.c: Likewise.
4293         * stdio-common/bug16.c: Likewise.
4294         * stdlib/random.c: Likewise.
4295         * sunrpc/rpcsvc/rquota.x: Likewise.
4296         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
4297         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
4298         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
4299         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
4300         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
4301         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
4302         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
4303         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
4304         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
4305         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
4306         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
4307         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
4308         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
4309         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
4310         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
4311         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
4312         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
4313         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
4314         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
4315         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
4316         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
4317         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
4318         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
4319         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
4320         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
4321         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
4322         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
4323         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
4324         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
4325         * sysdeps/ieee754/s_lib_version.c: Likewise.
4326         * sysdeps/mach/hurd/check_fds.c: Likewise.
4327         * sysdeps/mach/hurd/getsockname.c: Likewise.
4328         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
4329         * sysdeps/mach/hurd/recvfrom.c: Likewise.
4330         * sysdeps/powerpc/bits/link.h: Likewise.
4331         * sysdeps/powerpc/dl-procinfo.c: Likewise.
4332         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
4333         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
4334         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
4335         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
4336         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
4337         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
4338         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
4339         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
4340         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
4341         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
4342         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
4343         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
4344         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
4345         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
4346         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
4347         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
4348         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
4349         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
4350         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
4351         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
4352         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
4353         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
4354         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
4355         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
4356         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
4357         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
4358         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
4359         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
4360         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
4361         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
4362         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
4363         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
4364         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
4365         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
4366         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
4367         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
4368         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
4369         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
4370         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
4371         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
4372         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
4373         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
4374         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
4375         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
4376         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
4377         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
4378         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
4379         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
4380         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
4381         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
4382         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
4383         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
4384         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
4385         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
4386         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
4387         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
4388         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
4389         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
4390         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
4391         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
4392         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
4393         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
4394         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
4395         * sysdeps/powerpc/sysdep.h: Likewise.
4396         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
4397         * sysdeps/s390/s390-64/sub_n.S: Likewise.
4398         * sysdeps/sh/dl-trampoline.S: Likewise.
4399         * sysdeps/sh/memset.S: Likewise.
4400         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
4401         * sysdeps/sh/strlen.S: Likewise.
4402         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
4403         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
4404         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
4405         * sysdeps/sparc/sparc32/rem.S: Likewise.
4406         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
4407         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
4408         * sysdeps/sparc/sparc32/strchr.S: Likewise.
4409         * sysdeps/sparc/sparc32/udiv.S: Likewise.
4410         * sysdeps/sparc/sparc32/urem.S: Likewise.
4411         * sysdeps/sparc/sparc64/add_n.S: Likewise.
4412         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
4413         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
4414         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
4415         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
4416         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
4417         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
4418         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
4419         * sysdeps/unix/bsd/times.c: Likewise.
4420         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
4421         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
4422         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
4423         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
4424         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
4425         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
4426         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
4427         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
4428         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
4429         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
4430         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
4431         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
4432         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
4433         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
4434         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
4435         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
4436         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
4437         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
4438         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
4439         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
4440         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
4441         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
4442         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
4443         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
4444         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
4445         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
4446         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
4447         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
4448         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
4449         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
4450         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
4451         * sysdeps/x86_64/strcspn.S: Likewise.
4453 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
4455         * locale/C-translit.h: Revert #include <stdint.h> because this is a
4456         generated file.  Regenerate properly from gen-translit.pl.
4457         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
4458         locale/C-translit.h.
4460 2013-06-05  Andreas Schwab  <schwab@suse.de>
4462         [BZ #15100]
4463         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
4464         week as 6 instead of -1.
4465         * time/tst-strptime.c (day_tests): Add test case.
4467 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
4469         * sysdeps/generic/math_private.h
4470         (libc_feholdexcept_setround_53bit): Replace with
4471         libc_feholdsetround_53bit.
4472         (libc_feupdateenv_53bit): Replace with
4473         libc_feresetround_53bit.
4474         (SET_RESTORE_ROUND_53BIT): Adjust.
4476 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
4478         * string/test-strchrnul.c: Add copyright header.
4480         * posix/tst-getaddrinfo4.c: Increase test timeout.
4482 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
4484         [BZ #15536]
4485         * math/libm-test.inc (MAX_EXP): Remove
4486         (MIN_EXP): Define.
4487         (ulp): Use MIN_EXP - MANT_DIG.
4488         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
4490 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
4492         * po/be.po: Revert last change.
4493         * po/zh_CN.po: Likewise.
4494         * po/header.pot: Likewise.
4496 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
4498         * Makefile ($(common-objpfx)linkobj/libc.so): Define
4499         link-libc-deps to empty as target-specific variable.
4500         * Makerules (link-libc-args): New variable.
4501         (libc-for-link): Likewise.
4502         (link-libc-deps): Likewise.
4503         (lib%.so): Depend on $(link-libc-deps).  Link with
4504         $(link-libc-args).
4505         (build-module): Link with $(link-libc-args).
4506         (build-module-asneeded): Likewise.
4507         (build-module-helper-objlist): Filter out $(link-libc-deps) from
4508         list of objects.
4509         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
4510         target-specific variable.
4511         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
4512         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
4513         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
4514         libc.
4515         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
4516         libc and ld.so.
4517         ($(objpfx)libpcprofile.so): Likewise.
4518         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
4519         libc_nonshared.a.
4520         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
4521         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
4522         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
4523         $(link-libc-deps).
4524         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
4525         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
4526         * login/Makefile ($(objpfx)libutil.so): Likewise.
4527         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
4528         * math/Makefile ($(objpfx)libm.so): Likewise.
4529         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
4530         $(objpfx)libnsl.so): Define libc-for-link as target-specific
4531         variable instead of depending directly on libc.
4532         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
4533         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
4534         $(link-libc-deps).
4535         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
4536         libc.
4537         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
4538         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
4539         ($(objpfx)libanl.so): Likewise.
4540         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
4541         ld.so.
4542         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
4543         $(link-libc-deps).
4544         * sysdeps/i386/fpu/Makefile: Remove file.
4545         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
4546         ($(objpfx)libm.so): Remove dependency on ld.so.
4548 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
4550         [BZ # 15553]
4551         * nis/yp_xdr.c (XDRMAXNAME): Define.
4552         (XDRMAXRECORD): Define.
4553         (xdr_domainname): Use XDRMAXNAME.
4554         (xdr_mapname): Likewise.
4555         (xdr_peername): Likewise.
4556         (xdr_keydat): Use XDRMAXRECORD.
4557         (xdr_valdat): Likewise.
4559 2013-05-30  Jeff Law  <law@redhat.com>
4561         [BZ #14256]
4562         * manual/errno.texi (ESTALE): Update to account for more than
4563         just NFS file systems.
4564         * sysdeps/gnu/errlist.c: Regenerated.
4566 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
4568         [BZ #15465]
4569         * elf/Makefile (tests): Add tst-null-argv.
4570         (modules-names):  Add tst-null-argv-lib.
4571         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
4572         (tst-null-argv-ENV): Set environment for tst-null-argv.
4573         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
4574         (RTLD_PROGNAME): New macro.
4575         * elf/tst-null-argv.c: New test case.
4576         * elf/tst-null-argv-lib.c: Library for test case.
4577         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
4578         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
4579         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
4580         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
4581         * elf/dl-init.c (call_init): Likewise.
4582         (_dl_init): Likewise.
4583         * elf/dl-load.c (print_search_path): Likewise.
4584         (_dl_map_object): Likewise.
4585         * elf/dl-lookup.c (do_lookup_x): Likewise.
4586         (add_dependency): Likewise.
4587         (_dl_lookup_symbol_x): Likewise.
4588         (_dl_debug_bindings): Likewise.
4589         * elf/dl-open.c (_dl_show_scope): Likewise.
4590         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
4591         * elf/dl-version.c (match_symbol): Likewise.
4592         (_dl_check_map_versions): Likewise.
4593         * elf/rtld.c (dl_main): Likewise.
4594         (print_unresolved): Use RTLD_PROGNAME.
4595         (print_missing_version): Likewise.
4596         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
4597         (elf_machine_rela): Likewise.
4598         * sysdeps/powerpc/powerpc32/dl-machine.c
4599         (__process_machine_rela): Likewise.
4600         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
4601         Likewise.
4602         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
4603         Likewise.
4604         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
4605         Likewise.
4606         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
4607         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
4608         Likewise.
4609         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
4610         Likewise.
4611         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
4613 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
4615         * po/be.po: Add descriptive title.
4616         * po/zh_CN.po: Likewise.
4617         * po/header.pot: Likewise.
4619 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
4621         * locale/programs/locarchive.c (create_archive): Inlucde fname in
4622         error message.
4623         (enlarge_archive): Likewise.
4625 2013-05-28  Ben North  <ben@redfrontdoor.org>
4627         * manual/arith.texi (frexp): It is the magnitude of the return
4628         value which lies in [0.5, 1), not the return value itself.
4630 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4632         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4634 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
4636         * stdio-common/bug26.c (main): Correct fscanf template.
4638         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
4639         declare _dl_skip_args.
4641         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
4642         Don't declare.
4644         * manual/platform.texi: Add missing @end deftypefun.
4646 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
4648         [BZ #15529]
4649         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
4650         bit of mantissa of 2^16382.
4651         * math/libm-test.inc (hypot_test_data): Add more tests.
4653         * math/libm-test.inc: Add drem and pow10 to list of tested
4654         functions.
4655         (pow10_test): New function.
4656         (drem_test): Likewise.
4657         (drem_test_tonearest): Likewise.
4658         (drem_test_towardzero): Likewise.
4659         (drem_test_downward): Likewise.
4660         (drem_test_upward): Likewise.
4661         (main): Call the new functions.
4663         * math/libm-test.inc (finite_test_data): Remove.
4664         (finite_test): Run tests from isfinite_test_data.
4665         (gamma_test_data): Remove.
4666         (gamma_test): Run tests from lgamma_test_data.
4667         * sysdeps/i386/fpu/libm-test-ulps: Update.
4668         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4670 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4672         * manual/platform.texi: Add PowerPC PPR function set documentation.
4673         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
4674         implementation.
4676 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
4678         * math/libm-test.inc (MAX_EXP): Define.
4679         (ULPDIFF): Define.
4680         (ulp): New function.
4681         (check_float_internal): Use ULPDIFF.
4682         (cpow_test): Disable failing test.
4683         (check_ulp): Test ulp() implemetnation.
4684         (main): Call check_ulp before starting tests.
4686 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
4688         * math/gen-libm-test.pl (generate_testfile): Do not handle
4689         START_DATA and END_DATA.
4690         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
4691         END_DATA.
4692         (acos_tonearest_test_data): Likewise.
4693         (acos_towardzero_test_data): Likewise.
4694         (acos_downward_test_data): Likewise.
4695         (acos_upward_test_data): Likewise.
4696         (acosh_test_data): Likewise.
4697         (asin_test_data): Likewise.
4698         (asin_tonearest_test_data): Likewise.
4699         (asin_towardzero_test_data): Likewise.
4700         (asin_downward_test_data): Likewise.
4701         (asin_upward_test_data): Likewise.
4702         (asinh_test_data): Likewise.
4703         (atan_test_data): Likewise.
4704         (atanh_test_data): Likewise.
4705         (atan2_test_data): Likewise.
4706         (cabs_test_data): Likewise.
4707         (cacos_test_data): Likewise.
4708         (cacosh_test_data): Likewise.
4709         (carg_test_data): Likewise.
4710         (casin_test_data): Likewise.
4711         (casinh_test_data): Likewise.
4712         (catan_test_data): Likewise.
4713         (catanh_test_data): Likewise.
4714         (cbrt_test_data): Likewise.
4715         (ccos_test_data): Likewise.
4716         (ccosh_test_data): Likewise.
4717         (ceil_test_data): Likewise.
4718         (cexp_test_data): Likewise.
4719         (cimag_test_data): Likewise.
4720         (clog_test_data): Likewise.
4721         (clog10_test_data): Likewise.
4722         (conj_test_data): Likewise.
4723         (copysign_test_data): Likewise.
4724         (cos_test_data): Likewise.
4725         (cos_tonearest_test_data): Likewise.
4726         (cos_towardzero_test_data): Likewise.
4727         (cos_downward_test_data): Likewise.
4728         (cos_upward_test_data): Likewise.
4729         (cosh_test_data): Likewise.
4730         (cosh_tonearest_test_data): Likewise.
4731         (cosh_towardzero_test_data): Likewise.
4732         (cosh_downward_test_data): Likewise.
4733         (cosh_upward_test_data): Likewise.
4734         (cpow_test_data): Likewise.
4735         (cproj_test_data): Likewise.
4736         (creal_test_data): Likewise.
4737         (csin_test_data): Likewise.
4738         (csinh_test_data): Likewise.
4739         (csqrt_test_data): Likewise.
4740         (ctan_test_data): Likewise.
4741         (ctan_tonearest_test_data): Likewise.
4742         (ctan_towardzero_test_data): Likewise.
4743         (ctan_downward_test_data): Likewise.
4744         (ctan_upward_test_data): Likewise.
4745         (ctanh_test_data): Likewise.
4746         (ctanh_tonearest_test_data): Likewise.
4747         (ctanh_towardzero_test_data): Likewise.
4748         (ctanh_downward_test_data): Likewise.
4749         (ctanh_upward_test_data): Likewise.
4750         (erf_test_data): Likewise.
4751         (erfc_test_data): Likewise.
4752         (exp_test_data): Likewise.
4753         (exp_tonearest_test_data): Likewise.
4754         (exp_towardzero_test_data): Likewise.
4755         (exp_downward_test_data): Likewise.
4756         (exp_upward_test_data): Likewise.
4757         (exp10_test_data): Likewise.
4758         (exp2_test_data): Likewise.
4759         (expm1_test_data): Likewise.
4760         (fabs_test_data): Likewise.
4761         (fdim_test_data): Likewise.
4762         (finite_test_data): Likewise.
4763         (floor_test_data): Likewise.
4764         (fma_test_data): Likewise.
4765         (fma_towardzero_test_data): Likewise.
4766         (fma_downward_test_data): Likewise.
4767         (fma_upward_test_data): Likewise.
4768         (fmax_test_data): Likewise.
4769         (fmin_test_data): Likewise.
4770         (fmod_test_data): Likewise.
4771         (fpclassify_test_data): Likewise.
4772         (frexp_test_data): Likewise.
4773         (gamma_test_data): Likewise.
4774         (hypot_test_data): Likewise.
4775         (ilogb_test_data): Likewise.
4776         (isfinite_test_data): Likewise.
4777         (isgreater_test_data): Likewise.
4778         (isgreaterequal_test_data): Likewise.
4779         (isinf_test_data): Likewise.
4780         (isless_test_data): Likewise.
4781         (islessequal_test_data): Likewise.
4782         (islessgreater_test_data): Likewise.
4783         (isnan_test_data): Likewise.
4784         (isnormal_test_data): Likewise.
4785         (issignaling_test_data): Likewise.
4786         (isunordered_test_data): Likewise.
4787         (j0_test_data): Likewise.
4788         (j1_test_data): Likewise.
4789         (jn_test_data): Likewise.
4790         (ldexp_test_data): Likewise.
4791         (lgamma_test_data): Likewise.
4792         (lrint_test_data): Likewise.
4793         (lrint_tonearest_test_data): Likewise.
4794         (lrint_towardzero_test_data): Likewise.
4795         (lrint_downward_test_data): Likewise.
4796         (lrint_upward_test_data): Likewise.
4797         (llrint_test_data): Likewise.
4798         (llrint_tonearest_test_data): Likewise.
4799         (llrint_towardzero_test_data): Likewise.
4800         (llrint_downward_test_data): Likewise.
4801         (llrint_upward_test_data): Likewise.
4802         (log_test_data): Likewise.
4803         (log10_test_data): Likewise.
4804         (log1p_test_data): Likewise.
4805         (log2_test_data): Likewise.
4806         (logb_test_data): Likewise.
4807         (logb_downward_test_data): Likewise.
4808         (lround_test_data): Likewise.
4809         (llround_test_data): Likewise.
4810         (modf_test_data): Likewise.
4811         (nearbyint_test_data): Likewise.
4812         (nextafter_test_data): Likewise.
4813         (nexttoward_test_data): Likewise.
4814         (pow_test_data): Likewise.
4815         (pow_tonearest_test_data): Likewise.
4816         (pow_towardzero_test_data): Likewise.
4817         (pow_downward_test_data): Likewise.
4818         (pow_upward_test_data): Likewise.
4819         (remainder_test_data): Likewise.
4820         (remainder_tonearest_test_data): Likewise.
4821         (remainder_towardzero_test_data): Likewise.
4822         (remainder_downward_test_data): Likewise.
4823         (remainder_upward_test_data): Likewise.
4824         (remquo_test_data): Likewise.
4825         (rint_test_data): Likewise.
4826         (rint_tonearest_test_data): Likewise.
4827         (rint_towardzero_test_data): Likewise.
4828         (rint_downward_test_data): Likewise.
4829         (rint_upward_test_data): Likewise.
4830         (round_test_data): Likewise.
4831         (scalb_test_data): Likewise.
4832         (scalbn_test_data): Likewise.
4833         (scalbln_test_data): Likewise.
4834         (signbit_test_data): Likewise.
4835         (sin_test_data): Likewise.
4836         (sin_tonearest_test_data): Likewise.
4837         (sin_towardzero_test_data): Likewise.
4838         (sin_downward_test_data): Likewise.
4839         (sin_upward_test_data): Likewise.
4840         (sincos_test_data): Likewise.
4841         (sinh_test_data): Likewise.
4842         (sinh_tonearest_test_data): Likewise.
4843         (sinh_towardzero_test_data): Likewise.
4844         (sinh_downward_test_data): Likewise.
4845         (sinh_upward_test_data): Likewise.
4846         (sqrt_test_data): Likewise.
4847         (tan_test_data): Likewise.
4848         (tan_tonearest_test_data): Likewise.
4849         (tan_towardzero_test_data): Likewise.
4850         (tan_downward_test_data): Likewise.
4851         (tan_upward_test_data): Likewise.
4852         (tanh_test_data): Likewise.
4853         (tgamma_test_data): Likewise.
4854         (trunc_test_data): Likewise.
4855         (y0_test_data): Likewise.
4856         (y1_test_data): Likewise.
4857         (yn_test_data): Likewise.
4858         (significand_test_data): Likewise.
4860         * math/gen-libm-test.pl (@functions): Remove variable.
4861         (generate_testfile): Don't handle START and END lines.
4862         * math/libm-test.inc (START): New macro.
4863         (END): Likewise.
4864         (END_COMPLEX): Likewise.
4865         (acos_test): Use END macro without arguments.
4866         (acos_test_tonearest): Likewise.
4867         (acos_test_towardzero): Likewise.
4868         (acos_test_downward): Likewise.
4869         (acos_test_upward): Likewise.
4870         (acosh_test): Likewise.
4871         (asin_test): Likewise.
4872         (asin_test_tonearest): Likewise.
4873         (asin_test_towardzero): Likewise.
4874         (asin_test_downward): Likewise.
4875         (asin_test_upward): Likewise.
4876         (asinh_test): Likewise.
4877         (atan_test): Likewise.
4878         (atanh_test): Likewise.
4879         (atan2_test): Likewise.
4880         (cabs_test): Likewise.
4881         (cacos_test): Use END_COMPLEX macro without arguments.
4882         (cacosh_test): Likewise.
4883         (carg_test): Use END macro without arguments.
4884         (casin_test): Use END_COMPLEX macro without arguments.
4885         (casinh_test): Likewise.
4886         (catan_test): Likewise.
4887         (catanh_test): Likewise.
4888         (cbrt_test): Use END macro without arguments.
4889         (ccos_test): Use END_COMPLEX macro without arguments.
4890         (ccosh_test): Likewise.
4891         (ceil_test): Use END macro without arguments.
4892         (cexp_test): Use END_COMPLEX macro without arguments.
4893         (cimag_test): Use END macro without arguments.
4894         (clog_test): Use END_COMPLEX macro without arguments.
4895         (clog10_test): Likewise.
4896         (conj_test): Likewise.
4897         (copysign_test): Use END macro without arguments.
4898         (cos_test): Likewise.
4899         (cos_test_tonearest): Likewise.
4900         (cos_test_towardzero): Likewise.
4901         (cos_test_downward): Likewise.
4902         (cos_test_upward): Likewise.
4903         (cosh_test): Likewise.
4904         (cosh_test_tonearest): Likewise.
4905         (cosh_test_towardzero): Likewise.
4906         (cosh_test_downward): Likewise.
4907         (cosh_test_upward): Likewise.
4908         (cpow_test): Use END_COMPLEX macro without arguments.
4909         (cproj_test): Likewise.
4910         (creal_test): Use END macro without arguments.
4911         (csin_test): Use END_COMPLEX macro without arguments.
4912         (csinh_test): Likewise.
4913         (csqrt_test): Likewise.
4914         (ctan_test): Likewise.
4915         (ctan_test_tonearest): Likewise.
4916         (ctan_test_towardzero): Likewise.
4917         (ctan_test_downward): Likewise.
4918         (ctan_test_upward): Likewise.
4919         (ctanh_test): Likewise.
4920         (ctanh_test_tonearest): Likewise.
4921         (ctanh_test_towardzero): Likewise.
4922         (ctanh_test_downward): Likewise.
4923         (ctanh_test_upward): Likewise.
4924         (erf_test): Use END macro without arguments.
4925         (erfc_test): Likewise.
4926         (exp_test): Likewise.
4927         (exp_test_tonearest): Likewise.
4928         (exp_test_towardzero): Likewise.
4929         (exp_test_downward): Likewise.
4930         (exp_test_upward): Likewise.
4931         (exp10_test): Likewise.
4932         (exp2_test): Likewise.
4933         (expm1_test): Likewise.
4934         (fabs_test): Likewise.
4935         (fdim_test): Likewise.
4936         (finite_test): Likewise.
4937         (floor_test): Likewise.
4938         (fma_test): Likewise.
4939         (fma_test_towardzero): Likewise.
4940         (fma_test_downward): Likewise.
4941         (fma_test_upward): Likewise.
4942         (fmax_test): Likewise.
4943         (fmin_test): Likewise.
4944         (fmod_test): Likewise.
4945         (fpclassify_test): Likewise.
4946         (frexp_test): Likewise.
4947         (gamma_test): Likewise.
4948         (hypot_test): Likewise.
4949         (ilogb_test): Likewise.
4950         (isfinite_test): Likewise.
4951         (isgreater_test): Likewise.
4952         (isgreaterequal_test): Likewise.
4953         (isinf_test): Likewise.
4954         (isless_test): Likewise.
4955         (islessequal_test): Likewise.
4956         (islessgreater_test): Likewise.
4957         (isnan_test): Likewise.
4958         (isnormal_test): Likewise.
4959         (issignaling_test): Likewise.
4960         (isunordered_test): Likewise.
4961         (j0_test): Likewise.
4962         (j1_test): Likewise.
4963         (jn_test): Likewise.
4964         (ldexp_test): Likewise.
4965         (lgamma_test): Likewise.
4966         (lrint_test): Likewise.
4967         (lrint_test_tonearest): Likewise.
4968         (lrint_test_towardzero): Likewise.
4969         (lrint_test_downward): Likewise.
4970         (lrint_test_upward): Likewise.
4971         (llrint_test): Likewise.
4972         (llrint_test_tonearest): Likewise.
4973         (llrint_test_towardzero): Likewise.
4974         (llrint_test_downward): Likewise.
4975         (llrint_test_upward): Likewise.
4976         (log_test): Likewise.
4977         (log10_test): Likewise.
4978         (log1p_test): Likewise.
4979         (log2_test): Likewise.
4980         (logb_test): Likewise.
4981         (logb_test_downward): Likewise.
4982         (lround_test): Likewise.
4983         (llround_test): Likewise.
4984         (modf_test): Likewise.
4985         (nearbyint_test): Likewise.
4986         (nextafter_test): Likewise.
4987         (nexttoward_test): Likewise.
4988         (pow_test): Likewise.
4989         (pow_test_tonearest): Likewise.
4990         (pow_test_towardzero): Likewise.
4991         (pow_test_downward): Likewise.
4992         (pow_test_upward): Likewise.
4993         (remainder_test): Likewise.
4994         (remainder_test_tonearest): Likewise.
4995         (remainder_test_towardzero): Likewise.
4996         (remainder_test_downward): Likewise.
4997         (remainder_test_upward): Likewise.
4998         (remquo_test): Likewise.
4999         (rint_test): Likewise.
5000         (rint_test_tonearest): Likewise.
5001         (rint_test_towardzero): Likewise.
5002         (rint_test_downward): Likewise.
5003         (rint_test_upward): Likewise.
5004         (round_test): Likewise.
5005         (scalb_test): Likewise.
5006         (scalbn_test): Likewise.
5007         (scalbln_test): Likewise.
5008         (signbit_test): Likewise.
5009         (sin_test): Likewise.
5010         (sin_test_tonearest): Likewise.
5011         (sin_test_towardzero): Likewise.
5012         (sin_test_downward): Likewise.
5013         (sin_test_upward): Likewise.
5014         (sincos_test): Likewise.
5015         (sinh_test): Likewise.
5016         (sinh_test_tonearest): Likewise.
5017         (sinh_test_towardzero): Likewise.
5018         (sinh_test_downward): Likewise.
5019         (sinh_test_upward): Likewise.
5020         (sqrt_test): Likewise.
5021         (tan_test): Likewise.
5022         (tan_test_tonearest): Likewise.
5023         (tan_test_towardzero): Likewise.
5024         (tan_test_downward): Likewise.
5025         (tan_test_upward): Likewise.
5026         (tanh_test): Likewise.
5027         (tgamma_test): Likewise.
5028         (trunc_test): Likewise.
5029         (y0_test): Likewise.
5030         (y1_test): Likewise.
5031         (yn_test): Likewise.
5032         (significand_test): Likewise.
5034 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
5036         [BZ #15381]
5037         * libio/genops.c (_IO_no_init): Initialize wide struct info.
5039 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
5041         [BZ #14894]
5042         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
5043         __ppc_mdoio and __ppc_mdoom.
5044         * manual/platform.texi: Document new functions __ppc_yield,
5045         __ppc_mdoio and __ppc_mdoom.
5047 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
5049         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
5050         (main): Mention "tls" pseudo-hwcap is legacy.
5051         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
5053 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
5055         * math/gen-libm-test.pl (parse_args): Output only string of
5056         arguments as text for test name, not full call or descriptions of
5057         tests for extra outputs.
5058         (generate_testfile): Do not pass function name to parse_args.
5059         Generate this_func variable from START.
5060         * math/libm-test.inc (struct test_f_f_data): Rename test_name
5061         field to arg_str.
5062         (struct test_ff_f_data): Likewise.
5063         (test_ff_f_data_nexttoward): Likewise.
5064         (struct test_fi_f_data): Likewise.
5065         (struct test_fl_f_data): Likewise.
5066         (struct test_if_f_data): Likewise.
5067         (struct test_fff_f_data): Likewise.
5068         (struct test_c_f_data): Likewise.
5069         (struct test_f_f1_data): Likewise.  Remove field extra_name.
5070         (struct test_fF_f1_data): Likewise.
5071         (struct test_ffI_f1_data): Likewise.
5072         (struct test_c_c_data): Rename test_name field to arg_str.
5073         (struct test_cc_c_data): Likewise.
5074         (struct test_f_i_data): Likewise.
5075         (struct test_ff_i_data): Likewise.
5076         (struct test_f_l_data): Likewise.
5077         (struct test_f_L_data): Likewise.
5078         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
5079         and extra2_name.
5080         (COMMON_TEST_SETUP): New macro.
5081         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
5082         (COMMON_TEST_CLEANUP): Likewise.
5083         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
5084         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
5085         macros.
5086         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
5087         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
5088         macros.
5089         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
5090         (RUN_TEST_fff_f): Take argument string.  Call new setup and
5091         cleanup macros.
5092         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
5093         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
5094         macros.
5095         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
5096         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
5097         macros.
5098         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
5099         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
5100         cleanup macros.
5101         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
5102         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
5103         cleanup macros.
5104         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
5105         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
5106         cleanup macros.
5107         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
5108         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
5109         macros.
5110         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
5111         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
5112         macros.
5113         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
5114         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
5115         macros.
5116         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
5117         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
5118         cleanup macros.
5119         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
5120         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
5121         cleanup macros.
5122         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
5123         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
5124         macros.
5125         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
5126         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
5127         cleanup macros.
5128         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
5129         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
5130         macros.
5131         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
5132         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
5133         macros.
5134         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
5135         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
5136         cleanup macros.
5137         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
5139 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
5141         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
5142         to _sifields.sigfault.
5143         (si_addr_lsb): Define new macro.
5144         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
5145         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
5146         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
5148 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
5150         [BZ #15441]
5151         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
5152         returns -1.
5153         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
5154         null return -1.
5155         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
5156         loading the domain.
5158 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
5160         * math/gen-libm-test.pl (parse_args): Do not include expected
5161         result in test name.
5162         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
5163         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
5164         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
5165         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
5166         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
5167         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5169 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
5171         * benchtests/Makefile: Sort function entries.
5173         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
5174         tanh, asinh, acosh, atanh.
5175         * benchtests/acos-inputs: New file.
5176         * benchtests/acosh-inputs: New file.
5177         * benchtests/asin-inputs: New file.
5178         * benchtests/asinh-inputs: New file.
5179         * benchtests/atanh-inputs: New file.
5180         * benchtests/cosh-inputs: New file.
5181         * benchtests/log-inputs: New file.
5182         * benchtests/sinh-inputs: New file.
5183         * benchtests/tanh-inputs: New file.
5185 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
5187         [BZ #15339]
5188         * posix/tst-getaddrinfo4.c: New test.
5189         * posix/Makefile (tests): Add it.
5191 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
5193         [BZ #15339]
5194         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
5195         when no services were used.
5196         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
5197         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
5199 2013-05-21  Andreas Schwab  <schwab@suse.de>
5201         [BZ #15014]
5202         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
5203         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
5204         successful.
5205         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
5206         redundant variable declarations and reallocation of buffer when
5207         parsing as IPv6 address.  Always set NSS status when called from
5208         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
5209         buffer too small.  Correct computation of needed size.
5210         * nss/Makefile (tests): Add test-digits-dots.
5211         * nss/test-digits-dots.c: New test.
5213 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
5215         * benchtests/Makefile: Remove instructions for adding
5216         benchmark tests.
5217         * benchtests/README: New file to explain how to execute and
5218         enhance the benchmark tests.
5220 2013-05-21  Andreas Schwab  <schwab@suse.de>
5222         [BZ #15493]
5223         * setjmp/Makefile (tests): Add tst-sigsetjmp.
5224         * setjmp/tst-sigsetjmp.c: New test.
5226 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
5228         * sysdeps/x86_64/memset.S (memset): New implementation.
5229         (__bzero): Likewise.
5230         (__memset_tail): New function.
5232 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
5234         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
5235         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
5236         __memcpy_sse2_unaligned ifunc selection.
5237         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
5238         Add memcpy-sse2-unaligned.S.
5239         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5240         Add: __memcpy_sse2_unaligned.
5242 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
5244         [BZ #15490]
5245         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
5246         math_force_eval before restoring floating-point envrionment.
5247         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
5248         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
5249         Likewise.
5250         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
5251         <math_private.h>.
5252         (__nearbyintl): Use math_force_eval before restoring
5253         floating-point environment.
5254         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
5256         * math/gen-libm-test.pl (special_functions): Remove.
5257         (parse_args): Don't handle TEST_extra.  Handle functions with no
5258         return value.
5259         * math/libm-test.inc (struct test_sincos_data): Replace with
5260         struct test_fFF_11_data.
5261         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
5262         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
5263         (sincos_test_data): Change element type to struct
5264         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
5265         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
5266         RUN_TEST_LOOP_sincos.
5267         * math/README.libm-test: Don't mention special handling of
5268         individual functions.
5269         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
5270         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
5271         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
5272         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
5273         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
5274         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5276         * math/gen-libm-test.pl (get_variable): Remove function.
5277         (parse_args): Don't show pointer parameters to call in test
5278         names.  Use "extra output N" in test names for extra outputs
5279         rather than naming variables.
5281 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
5283         [BZ #15488]
5284         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
5285         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
5286         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
5287         double tests.
5288         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
5289         disable.
5290         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
5291         check_long_double.
5293         * math/gen-libm-test.pl (@tests): Remove variable.
5294         ($count): Likewise.
5295         (new_test): Remove function.
5296         (show_exceptions): New function.
5297         (special_functions): Use show_exceptions instead of new_test.
5298         (parse_args): Likewise.
5299         (generate_testfile): Pass only function name in generated call to
5300         print_max_error or print_complex_max_error.
5301         (get_ulps): Do not handle complex tests specially.
5302         (output_test): Rename to ...
5303         (get_all_ulps_for_test): ... this.  Return a string rather than
5304         printing to a file.  Require ulps to be present.
5305         (output_ulps): Generate arrays rather than #defines.
5306         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
5307         (struct ulp_data): New type.
5308         (BUILD_COMPLEX_ULP): Remove macro.
5309         (compare_ulp_data): New function.
5310         (find_ulps): Likewise.
5311         (find_test_ulps): Likewise.
5312         (find_function_ulps): Likewise.
5313         (find_complex_function_ulps): Likewise.
5314         (print_max_error): Determine allowed ulps using
5315         find_function_ulps.
5316         (print_complex_max_error): Determine allowed ulps using
5317         find_complex_function_ulps.
5318         (check_float_internal): Determine max ulps using find_test_ulps.
5319         (check_float): Do not take max_ulp parameter.  Update call to
5320         check_float_internal.
5321         (check_complex): Likewise.
5322         (check_int): Do not take max_ulp parameter.
5323         (check_long): Likewise.
5324         (check_bool): Likewise.
5325         (check_longlong): Likewise.
5326         (struct test_f_f_data): Remove max_ulp field.
5327         (struct test_ff_f_data): Likewise.
5328         (struct test_ff_f_data_nexttoward): Likewise.
5329         (struct test_fi_f_data): Likewise.
5330         (struct test_fl_f_data): Likewise.
5331         (struct test_if_f_data): Likewise.
5332         (struct test_fff_f_data): Likewise.
5333         (struct test_c_f_data): Likewise.
5334         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
5335         (struct test_fF_f1_data): Likewise.
5336         (struct test_ffI_f1_data): Likewise.
5337         (struct test_c_c_data): Remove max_ulp field.
5338         (struct test_cc_c_data): Likewise.
5339         (struct test_f_i_data): Likewise.
5340         (struct test_ff_i_data): Likewise.
5341         (struct test_f_l_data): Likewise.
5342         (struct test_f_L_data): Likewise.
5343         (struct test_sincos_data): Likewise.
5344         (RUN_TEST_f_f): Do not handle ulps.
5345         (RUN_TEST_LOOP_f_f): Likewise.
5346         (RUN_TEST_2_f): Likewise.
5347         (RUN_TEST_LOOP_2_f): Likewise.
5348         (RUN_TEST_fff_f): Likewise.
5349         (RUN_TEST_LOOP_fff_f): Likewise.
5350         (RUN_TEST_c_f): Likewise.
5351         (RUN_TEST_LOOP_c_f): Likewise.
5352         (RUN_TEST_f_f1): Likewise.
5353         (RUN_TEST_LOOP_f_f1): Likewise.
5354         (RUN_TEST_fF_f1): Likewise.
5355         (RUN_TEST_LOOP_fF_f1): Likewise.
5356         (RUN_TEST_fI_f1): Likewise.
5357         (RUN_TEST_LOOP_fI_f1): Likewise.
5358         (RUN_TEST_ffI_f1): Likewise.
5359         (RUN_TEST_LOOP_ffI_f1): Likewise.
5360         (RUN_TEST_c_c): Likewise.
5361         (RUN_TEST_LOOP_c_c): Likewise.
5362         (RUN_TEST_cc_c): Likewise.
5363         (RUN_TEST_LOOP_cc_c): Likewise.
5364         (RUN_TEST_f_i): Likewise.
5365         (RUN_TEST_LOOP_f_i): Likewise.
5366         (RUN_TEST_f_i_tg): Likewise.
5367         (RUN_TEST_LOOP_f_i_tg): Likewise.
5368         (RUN_TEST_ff_i_tg): Likewise.
5369         (RUN_TEST_LOOP_ff_i_tg): Likewise.
5370         (RUN_TEST_f_b): Likewise.
5371         (RUN_TEST_LOOP_f_b): Likewise.
5372         (RUN_TEST_f_b_tg): Likewise.
5373         (RUN_TEST_LOOP_f_b_tg): Likewise.
5374         (RUN_TEST_f_l): Likewise.
5375         (RUN_TEST_LOOP_f_l): Likewise.
5376         (RUN_TEST_f_L): Likewise.
5377         (RUN_TEST_LOOP_f_L): Likewise.
5378         (RUN_TEST_sincos): Likewise.
5379         (RUN_TEST_LOOP_sincos): Likewise.
5381 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
5383         [BZ #15480]
5384         [BZ #15485]
5385         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
5386         main case of finite arguments, set rounding mode to FE_TONEAREST
5387         and discard exceptions.
5388         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
5389         exceptions.
5390         (remainder_tonearest_test_data): New variable.
5391         (remainder_test_tonearest): New function.
5392         (remainder_towardzero_test_data): New variable.
5393         (remainder_test_towardzero): New function.
5394         (remainder_downward_test_data): New variable.
5395         (remainder_test_downward): New function.
5396         (remainder_upward_test_data): New variable.
5397         (remainder_test_upward): New function.
5398         (main): Call the new test functions.
5400         * math/libm-test.inc (struct test_f_f1_data): Remove field
5401         extra_init.
5402         (struct test_fF_f1_data): Likewise.
5403         (struct test_ffI_f1_data): Likewise.
5404         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
5405         based on value of EXTRA_EXPECTED.
5406         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
5407         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
5408         EXTRA_VAR based on value of EXTRA_EXPECTED.
5409         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
5410         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
5411         EXTRA_VAR based on value of EXTRA_EXPECTED.
5412         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
5413         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
5414         EXTRA_VAR based on value of EXTRA_EXPECTED.
5415         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
5416         * math/gen-libm-test.pl (parse_args): Don't output initializers
5417         for extra output values.
5419         * math/libm-test.inc (check_int): Expect result to be exactly
5420         equal to expected value and do not handle ulps.
5421         (check_long): Likewise.
5422         (check_longlong): Likewise.
5424         * math/libm-test.inc (ceil_test_data): Test for "inexact"
5425         exceptions.
5426         (cimag_test_data): Likewise.
5427         (conj_test_data): Likewise.
5428         (copysign_test_data): Likewise.
5429         (cproj_test_data): Likewise.
5430         (creal_test_data): Likewise.
5431         (fabs_test_data): Likewise.
5432         (fdim_test_data): Likewise.
5433         (finite_test_data): Likewise.
5434         (floor_test_data): Likewise.
5435         (fmax_test_data): Likewise.
5436         (fmin_test_data): Likewise.
5437         (fmod_test_data): Likewise.
5438         (fpclassify_test_data): Likewise.
5439         (frexp_test_data): Likewise.
5440         (ilogb_test_data): Likewise.
5441         (isfinite_test_data): Likewise.
5442         (isgreater_test_data): Likewise.
5443         (isgreaterequal_test_data): Likewise.
5444         (isinf_test_data): Likewise.
5445         (isless_test_data): Likewise.
5446         (islessequal_test_data): Likewise.
5447         (islessgreater_test_data): Likewise.
5448         (isnan_test_data): Likewise.
5449         (isnormal_test_data): Likewise.
5450         (issignaling_test_data): Likewise.
5451         (isunordered_test_data): Likewise.
5452         (ldexp_test_data): Likewise.
5453         (lrint_test_data): Likewise.
5454         (lrint_test_data) [TEST_FLOAT]: Disable one test.
5455         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
5456         (lrint_tonearest_test_data): Test for "inexact" exceptions.
5457         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
5458         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
5459         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
5460         test input.
5461         (lrint_towardzero_test_data): Test for "inexact" exceptions.
5462         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
5463         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
5464         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
5465         that test input.
5466         (lrint_downward_test_data): Test for "inexact" exceptions.
5467         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
5468         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
5469         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
5470         test input.
5471         (lrint_upward_test_data): Test for "inexact" exceptions.
5472         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
5473         test input.
5474         (llrint_test_data): Test for "inexact" exceptions.
5475         (llrint_test_data) [TEST_FLOAT]: Disable one test.
5476         (llrint_tonearest_test_data): Test for "inexact" exceptions.
5477         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
5478         (llrint_towardzero_test_data): Test for "inexact" exceptions.
5479         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
5480         (llrint_downward_test_data): Test for "inexact" exceptions.
5481         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
5482         (llrint_upward_test_data): Test for "inexact" exceptions.
5483         (logb_test_data): Likewise.
5484         (logb_downward_test_data): Likewise.
5485         (nextafter_test_data): Likewise.
5486         (nexttoward_test_data): Likewise.
5487         (remainder_test_data): Likewise.
5488         (remquo_test_data): Likewise.
5489         (scalbn_test_data): Likewise.
5490         (scalbln_test_data): Likewise.
5491         (signbit_test_data): Likewise.
5492         (sqrt_test_data): Likewise.
5493         (significand_test_data): Likewise.
5495 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
5497         [BZ #15424]
5498         * benchtests/bench-modf.c (struct args): Mark arg0 as
5499         volatile.
5500         * scripts/bench.pl: Mark members of struct args as volatile.
5502 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5504         [BZ # 15497]
5505         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
5506         negative infinity on POWER6 or lower.
5507         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
5509 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
5511         [BZ #15442]
5512         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
5513         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
5514         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
5515         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
5516         (_FP_SETQNAN): New macro.
5517         (_FP_SETQNAN_SEMIRAW): Likewise.
5518         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
5519         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
5520         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
5521         (FP_EXTEND): Use _FP_FRAC_SNANP.
5522         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
5523         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
5524         into account.
5525         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
5526         New macro.
5527         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
5528         Likewise.
5530 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
5532         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
5533         with DIVIDE_BY_ZERO_EXCEPTION.
5534         (gamma_test_data): Likewise.
5535         (lgamma_test_data): Likewise.
5536         (log_test_data): Likewise.
5537         (log10_test_data): Likewise.
5538         (log2_test_data): Likewise.
5539         (tgamma_test_data): Likewise.
5541         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
5542         (acos_test_tonearest): Likewise.
5543         (acos_test_towardzero): Likewise.
5544         (acos_test_downward): Likewise.
5545         (acos_test_upward): Likewise.
5546         (acosh_test): Likewise.
5547         (asin_test): Likewise.
5548         (asin_test_tonearest): Likewise.
5549         (asin_test_towardzero): Likewise.
5550         (asin_test_downward): Likewise.
5551         (asin_test_upward): Likewise.
5552         (asinh_test): Likewise.
5553         (atan_test): Likewise.
5554         (atanh_test): Likewise.
5555         (atan2_test): Likewise.
5556         (cabs_test): Likewise.
5557         (cacos_test): Likewise.
5558         (cacosh_test): Likewise.
5559         (casin_test): Likewise.
5560         (casinh_test): Likewise.
5561         (catan_test): Likewise.
5562         (catanh_test): Likewise.
5563         (cbrt_test): Likewise.
5564         (ccos_test): Likewise.
5565         (ccosh_test): Likewise.
5566         (cexp_test): Likewise.
5567         (clog_test): Likewise.
5568         (clog10_test): Likewise.
5569         (cos_test): Likewise.
5570         (cos_test_tonearest): Likewise.
5571         (cos_test_towardzero): Likewise.
5572         (cos_test_downward): Likewise.
5573         (cos_test_upward): Likewise.
5574         (cosh_test): Likewise.
5575         (cosh_test_tonearest): Likewise.
5576         (cosh_test_towardzero): Likewise.
5577         (cosh_test_downward): Likewise.
5578         (cosh_test_upward): Likewise.
5579         (cpow_test): Likewise.
5580         (csin_test): Likewise.
5581         (csinh_test): Likewise.
5582         (csqrt_test): Likewise.
5583         (ctan_test): Likewise.
5584         (ctan_test_tonearest): Likewise.
5585         (ctan_test_towardzero): Likewise.
5586         (ctan_test_downward): Likewise.
5587         (ctan_test_upward): Likewise.
5588         (ctanh_test): Likewise.
5589         (ctanh_test_tonearest): Likewise.
5590         (ctanh_test_towardzero): Likewise.
5591         (ctanh_test_downward): Likewise.
5592         (ctanh_test_upward): Likewise.
5593         (erf_test): Likewise.
5594         (erfc_test): Likewise.
5595         (exp_test): Likewise.
5596         (exp_test_tonearest): Likewise.
5597         (exp_test_towardzero): Likewise.
5598         (exp_test_downward): Likewise.
5599         (exp_test_upward): Likewise.
5600         (exp10_test): Likewise.
5601         (exp2_test): Likewise.
5602         (expm1_test): Likewise.
5603         (fmod_test): Likewise.
5604         (gamma_test): Likewise.
5605         (hypot_test): Likewise.
5606         (j0_test): Likewise.
5607         (j1_test): Likewise.
5608         (jn_test): Likewise.
5609         (lgamma_test): Likewise.
5610         (log_test): Likewise.
5611         (log10_test): Likewise.
5612         (log1p_test): Likewise.
5613         (log2_test): Likewise.
5614         (logb_test_downward): Likewise.
5615         (pow_test): Likewise.
5616         (pow_test_tonearest): Likewise.
5617         (pow_test_towardzero): Likewise.
5618         (pow_test_downward): Likewise.
5619         (pow_test_upward): Likewise.
5620         (remainder_test): Likewise.
5621         (remquo_test): Likewise.
5622         (sin_test): Likewise.
5623         (sin_test_tonearest): Likewise.
5624         (sin_test_towardzero): Likewise.
5625         (sin_test_downward): Likewise.
5626         (sin_test_upward): Likewise.
5627         (sincos_test): Likewise.
5628         (sinh_test): Likewise.
5629         (sinh_test_tonearest): Likewise.
5630         (sinh_test_towardzero): Likewise.
5631         (sinh_test_downward): Likewise.
5632         (sinh_test_upward): Likewise.
5633         (sqrt_test): Likewise.
5634         (tan_test): Likewise.
5635         (tan_test_tonearest): Likewise.
5636         (tan_test_towardzero): Likewise.
5637         (tan_test_downward): Likewise.
5638         (tan_test_upward): Likewise.
5639         (tanh_test): Likewise.
5640         (tgamma_test): Likewise.
5641         (y0_test): Likewise.
5642         (y1_test): Likewise.
5643         (yn_test): Likewise.
5645         * math/gen-libm-test.pl (adjust_arg): Remove function.
5646         (special_function): Remove argument $in_func.  Only handle
5647         generating output for tables of tests, not inside functions.
5648         (parse_args): Likewise.
5649         (generate_testfile): Remove variable $in_func.  Update call to
5650         parse_args.
5651         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
5652         (MINUS_ZERO_INIT): Rename macro to minus_zero.
5653         (PLUS_INFTY_INIT): Rename macro to plus_infty.
5654         (MINUS_INFTY_INIT): Rename macro to minus_infty.
5655         (QNAN_VALUE_INIT): Rename macro to qnan_value.
5656         (MAX_VALUE_INIT): Rename macro to max_value.
5657         (MIN_VALUE_INIT): Rename macro to min_value.
5658         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
5659         (plus_zero): Remove variable.
5660         (minus_zero): Likewise.
5661         (plus_infty): Likewise.
5662         (minus_infty): Likewise.
5663         (qnan_value): Likewise.
5664         (max_value): Likewise.
5665         (min_value): Likewise.
5666         (min_subnorm_value): Likewise.
5668 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
5670         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
5671         uint64_t or uint32_t usage.
5672         * crypt/sha256-block.c: Likewise.
5673         * crypt/sha256-crypt.c: Likewise.
5674         * crypt/sha256.c: Likewise.
5675         * crypt/sha512-block.c: Likewise.
5676         * crypt/sha512-crypt.c: Likewise.
5677         * crypt/sha512.c: Likewise.
5678         * debug/backtrace-tst.c: Likewise.
5679         * debug/pcprofiledump.c: Likewise.
5680         * elf/cache.c: Likewise.
5681         * elf/dl-cache.c: Likewise.
5682         * elf/dl-misc.c: Likewise.
5683         * elf/dl-profile.c: Likewise.
5684         * elf/dl-support.c: Likewise.
5685         * elf/ldconfig.c: Likewise.
5686         * elf/sprof.c: Likewise.
5687         * iconv/dummy-repertoire.c: Likewise.
5688         * iconv/iconv_charmap.c: Likewise.
5689         * iconv/skeleton.c: Likewise.
5690         * iconvdata/8bit-generic.c: Likewise.
5691         * iconvdata/cp737.h: Likewise.
5692         * iconvdata/cp775.h: Likewise.
5693         * iconvdata/ibm1008.h: Likewise.
5694         * iconvdata/ibm1025.h: Likewise.
5695         * iconvdata/ibm1046.h: Likewise.
5696         * iconvdata/ibm1097.h: Likewise.
5697         * iconvdata/ibm1112.h: Likewise.
5698         * iconvdata/ibm1122.h: Likewise.
5699         * iconvdata/ibm1123.h: Likewise.
5700         * iconvdata/ibm1124.h: Likewise.
5701         * iconvdata/ibm1129.h: Likewise.
5702         * iconvdata/ibm1130.h: Likewise.
5703         * iconvdata/ibm1132.h: Likewise.
5704         * iconvdata/ibm1133.h: Likewise.
5705         * iconvdata/ibm1137.h: Likewise.
5706         * iconvdata/ibm1140.h: Likewise.
5707         * iconvdata/ibm1141.h: Likewise.
5708         * iconvdata/ibm1142.h: Likewise.
5709         * iconvdata/ibm1143.h: Likewise.
5710         * iconvdata/ibm1144.h: Likewise.
5711         * iconvdata/ibm1145.h: Likewise.
5712         * iconvdata/ibm1146.h: Likewise.
5713         * iconvdata/ibm1147.h: Likewise.
5714         * iconvdata/ibm1148.h: Likewise.
5715         * iconvdata/ibm1149.h: Likewise.
5716         * iconvdata/ibm1153.h: Likewise.
5717         * iconvdata/ibm1154.h: Likewise.
5718         * iconvdata/ibm1155.h: Likewise.
5719         * iconvdata/ibm1156.h: Likewise.
5720         * iconvdata/ibm1157.h: Likewise.
5721         * iconvdata/ibm1158.h: Likewise.
5722         * iconvdata/ibm1160.h: Likewise.
5723         * iconvdata/ibm1161.h: Likewise.
5724         * iconvdata/ibm1162.h: Likewise.
5725         * iconvdata/ibm1163.h: Likewise.
5726         * iconvdata/ibm1164.h: Likewise.
5727         * iconvdata/ibm1166.h: Likewise.
5728         * iconvdata/ibm1167.h: Likewise.
5729         * iconvdata/ibm12712.h: Likewise.
5730         * iconvdata/ibm1390.h: Likewise.
5731         * iconvdata/ibm1399.h: Likewise.
5732         * iconvdata/ibm16804.h: Likewise.
5733         * iconvdata/ibm4517.h: Likewise.
5734         * iconvdata/ibm4899.h: Likewise.
5735         * iconvdata/ibm4909.h: Likewise.
5736         * iconvdata/ibm4971.h: Likewise.
5737         * iconvdata/ibm5347.h: Likewise.
5738         * iconvdata/ibm803.h: Likewise.
5739         * iconvdata/ibm856.h: Likewise.
5740         * iconvdata/ibm901.h: Likewise.
5741         * iconvdata/ibm902.h: Likewise.
5742         * iconvdata/ibm9030.h: Likewise.
5743         * iconvdata/ibm9066.h: Likewise.
5744         * iconvdata/ibm921.h: Likewise.
5745         * iconvdata/ibm922.h: Likewise.
5746         * iconvdata/ibm9448.h: Likewise.
5747         * iconvdata/isiri-3342.h: Likewise.
5748         * iconvdata/jis0201.h: Likewise.
5749         * include/link.h: Likewise.
5750         * include/netdb.h: Likewise.
5751         * inet/check_native.c: Likewise.
5752         * inet/check_pf.c: Likewise.
5753         * inet/getipv4sourcefilter.c: Likewise.
5754         * inet/getnameinfo.c: Likewise.
5755         * inet/getsourcefilter.c: Likewise.
5756         * inet/htonl.c: Likewise.
5757         * inet/setipv4sourcefilter.c: Likewise.
5758         * inet/setsourcefilter.c: Likewise.
5759         * inet/test-inet6_opt.c: Likewise.
5760         * inet/tst-network.c: Likewise.
5761         * locale/C-collate.c: Likewise.
5762         * locale/C-ctype.c: Likewise.
5763         * locale/C-time.c: Likewise.
5764         * locale/C-translit.h: Likewise.
5765         * locale/loadarchive.c: Likewise.
5766         * locale/programs/3level.h: Likewise.
5767         * locale/programs/charmap.c: Likewise.
5768         * locale/programs/charmap.h: Likewise.
5769         * locale/programs/ld-address.c: Likewise.
5770         * locale/programs/ld-collate.c: Likewise.
5771         * locale/programs/ld-ctype.c: Likewise.
5772         * locale/programs/ld-identification.c: Likewise.
5773         * locale/programs/ld-measurement.c: Likewise.
5774         * locale/programs/ld-messages.c: Likewise.
5775         * locale/programs/ld-monetary.c: Likewise.
5776         * locale/programs/ld-name.c: Likewise.
5777         * locale/programs/ld-numeric.c: Likewise.
5778         * locale/programs/ld-paper.c: Likewise.
5779         * locale/programs/ld-telephone.c: Likewise.
5780         * locale/programs/ld-time.c: Likewise.
5781         * locale/programs/linereader.c: Likewise.
5782         * locale/programs/locale.c: Likewise.
5783         * locale/programs/locarchive.c: Likewise.
5784         * locale/programs/locfile.h: Likewise.
5785         * locale/programs/repertoire.c: Likewise.
5786         * locale/programs/simple-hash.c: Likewise.
5787         * locale/programs/simple-hash.h: Likewise.
5788         * malloc/memusage.c: Likewise.
5789         * malloc/memusagestat.c: Likewise.
5790         * nis/nis_defaults.c: Likewise.
5791         * nis/nis_hash.c: Likewise.
5792         * nis/nis_print.c: Likewise.
5793         * nis/nis_xdr.c: Likewise.
5794         * nscd/connections.c: Likewise.
5795         * nscd/hstcache.c: Likewise.
5796         * nscd/nscd_gethst_r.c: Likewise.
5797         * nscd/nscd_getserv_r.c: Likewise.
5798         * nscd/nscd_helper.c: Likewise.
5799         * nscd/servicescache.c: Likewise.
5800         * nss/makedb.c: Likewise.
5801         * nss/nss_db/db-XXX.c: Likewise.
5802         * nss/nss_db/db-initgroups.c: Likewise.
5803         * nss/nss_db/db-netgrp.c: Likewise.
5804         * nss/nss_files/files-network.c: Likewise.
5805         * nss/nss_files/files-parse.c: Likewise.
5806         * posix/bug-regex5.c: Likewise.
5807         * posix/fnmatch_loop.c: Likewise.
5808         * posix/regcomp.c: Likewise.
5809         * posix/regexec.c: Likewise.
5810         * posix/tst-rfc3484-2.c: Likewise.
5811         * posix/tst-rfc3484-3.c: Likewise.
5812         * posix/tst-rfc3484.c: Likewise.
5813         * resolv/nss_dns/dns-canon.c: Likewise.
5814         * resolv/nss_dns/dns-network.c: Likewise.
5815         * resolv/res_init.c: Likewise.
5816         * resolv/res_mkquery.c: Likewise.
5817         * resolv/tst-aton.c: Likewise.
5818         * stdlib/cxa_atexit.c: Likewise.
5819         * stdlib/cxa_finalize.c: Likewise.
5820         * stdlib/gen-fpioconst.c: Likewise.
5821         * stdlib/strtol_l.c: Likewise.
5822         * string/tst-endian.c: Likewise.
5823         * sunrpc/auth_des.c: Likewise.
5824         * sunrpc/clnt_udp.c: Likewise.
5825         * sunrpc/rtime.c: Likewise.
5826         * sunrpc/svcauth_des.c: Likewise.
5827         * sunrpc/xdr.c: Likewise.
5828         * sunrpc/xdr_intXX_t.c: Likewise.
5829         * sunrpc/xdr_rec.c: Likewise.
5830         * sysdeps/generic/ldconfig.h: Likewise.
5831         * sysdeps/generic/ldsodefs.h: Likewise.
5832         * sysdeps/generic/memusage.h: Likewise.
5833         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
5834         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
5835         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
5836         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
5837         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
5838         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
5839         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
5840         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
5841         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
5842         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
5843         * sysdeps/posix/getaddrinfo.c: Likewise.
5844         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
5845         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
5846         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
5847         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
5848         * sysdeps/powerpc/test-gettimebase.c: Likewise.
5849         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
5850         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
5851         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
5852         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
5853         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
5854         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
5855         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
5856         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
5857         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
5858         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
5859         * sysdeps/x86_64/dl-tls.h: Likewise.
5860         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
5861         * time/alt_digit.c: Likewise.
5862         * time/era.c: Likewise.
5863         * wcsmbs/tst-c16c32-1.c: Likewise.
5865 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
5867         * math/libm-test.inc (struct test_sincos_data): New type.
5868         (RUN_TEST_LOOP_sincos): New macro.
5869         (sincos_test_data): New variable.
5870         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
5872 2013-05-16  Richard Henderson  <rth@redhat.com>
5874         * math/atest-exp2.c (LIMB64): New macro.
5875         (CONSTSZ): New macro.
5876         (mp_exp1, mp_exp_m1, mp_log2): New variables.
5877         (hexdig): Move ...
5878         (print_mpn_fp): ... to function scope.
5879         (read_mpn_hex): Remove.
5880         (get_log2): Remove.
5881         (exp2_mpn): Use mp_log2.
5882         (main): Use mp_exp1.
5884 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
5886         * math/libm-test.inc: Remove comment about not testing "inexact"
5887         exceptions.
5888         (INEXACT_EXCEPTION): New macro.
5889         (NO_INEXACT_EXCEPTION): Likewise.
5890         (INVALID_EXCEPTION_OK): Update value.
5891         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
5892         (OVERFLOW_EXCEPTION_OK): Likewise.
5893         (UNDERFLOW_EXCEPTION_OK): Likewise.
5894         (IGNORE_ZERO_INF_SIGN): Likewise.
5895         (ERRNO_UNCHANGED): Likewise.
5896         (ERRNO_EDOM): Likewise.
5897         (ERRNO_ERANGE): Likewise.
5898         (test_exceptions): Handle testing "inexact" exceptions.
5899         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
5900         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
5901         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
5902         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
5903         INEXACT_EXCEPTION.
5904         (rint_towardzero_test_data): Likewise.
5905         (rint_downward_test_data): Likewise.
5906         (rint_upward_test_data): Likewise.
5908         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
5909         with OVERFLOW_EXCEPTION.
5910         (exp10_test_data): Likewise.
5911         (exp2_test_data): Likewise.
5912         (expm1_test_data): Likewise.
5913         (lgamma_test_data): Likewise.
5914         (pow_test_data): Likewise.
5915         (tgamma_test_data): Likewise.
5916         (yn_test_data): Remove duplicate test of overflow.
5918         * math/libm-test.inc (struct test_cc_c_data): New type.
5919         (RUN_TEST_LOOP_cc_c): New macro.
5920         (cpow_test_data): New variable.
5921         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
5923         * math/libm-test.inc (struct test_f_L_data): New type.
5924         (RUN_TEST_LOOP_f_L): New macro.
5925         (llrint_test_data): New variable.
5926         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
5927         (llrint_tonearest_test_data): New variable.
5928         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
5929         (llrint_towardzero_test_data): New variable.
5930         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
5931         (llrint_downward_test_data): New variable.
5932         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
5933         (llrint_upward_test_data): New variable.
5934         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
5935         (llround_test_data): New variable.
5936         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
5938 2013-05-13  Peter Collingbourne  <pcc@google.com>
5940         * math/atest-exp2.c (get_log2): Remove const attribute.
5942 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
5944         * math/libm-test.inc (struct test_f_l_data): New type.
5945         (RUN_TEST_LOOP_f_l): New macro.
5946         (lrint_test_data): New variable.
5947         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
5948         (lrint_tonearest_test_data): New variable.
5949         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
5950         (lrint_towardzero_test_data): New variable.
5951         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
5952         (lrint_downward_test_data): New variable.
5953         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
5954         (lrint_upward_test_data): New variable.
5955         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
5956         (lround_test_data): New variable.
5957         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
5959 2013-05-15  Peter Collingbourne  <pcc@google.com>
5961         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
5962         (EXTRACT_WORDS64) Use where appropriate.
5963         (INSERT_WORDS64) Likewise.
5965         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
5966         constraints with x constraints.
5967         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
5969         * malloc/obstack.c (_obstack_compat): Add initializer.
5971 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
5973         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
5974         si_trapno and add si_addr_lsb to _sifields.sigfault.
5975         (si_trapno): Remove macro.
5976         (si_addr_lsb): Define new macro.
5977         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
5979 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
5981         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
5982         instead of TEST_f_l.
5983         (llrint_test_tonearest): Likewise.
5984         (llrint_test_towardzero): Likewise.
5985         (llrint_test_downward): Likewise.
5986         (llrint_test_upward): Likewise.
5987         (llround_test): Likewise.
5989         * math/libm-test.inc (struct test_f_i_data): Add comment.
5990         (RUN_TEST_LOOP_f_b): New macro.
5991         (RUN_TEST_LOOP_f_b_tg): Likewise.
5992         (finite_test_data): New variable.
5993         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
5994         (isfinite_test_data): New variable.
5995         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
5996         (isinf_test_data): New variable.
5997         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
5998         (isnan_test_data): New variable.
5999         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
6000         (isnormal_test_data): New variable.
6001         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
6002         (issignaling_test_data): New variable.
6003         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
6004         (signbit_test_data): New variable.
6005         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
6007         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
6008         with INVALID_EXCEPTION.
6009         (acosh_test_data): Likewise.
6010         (asin_test_data): Likewise.
6011         (atanh_test_data): Likewise.
6012         (fmod_test_data): Likewise.
6013         (log_test_data): Likewise.
6014         (log10_test_data): Likewise.
6015         (log2_test_data): Likewise.
6016         (pow_test_data): Likewise.
6017         (sqrt_test_data): Likewise.
6018         (y0_test_data): Likewise.
6019         (y1_test_data): Likewise.
6020         (yn_test_data): Likewise.
6022         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
6023         function contents.
6025         * math/libm-test.inc (struct test_ff_i_data): New type.
6026         (RUN_TEST_LOOP_ff_i_tg): New macro.
6027         (isgreater_test_data): New variable.
6028         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
6029         (isgreaterequal_test_data): New variable.
6030         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
6031         (isless_test_data): New variable.
6032         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
6033         (islessequal_test_data): New variable.
6034         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
6035         (islessgreater_test_data): New variable.
6036         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
6037         (isunordered_test_data): New variable.
6038         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
6040 2013-05-14  David S. Miller  <davem@davemloft.net>
6042         * sysdeps/sparc/fpu/libm-test-ulps: Update.
6044 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
6046         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
6048         * math/libm-test.inc (struct test_fF_f1_data): Change type of
6049         extra_test to int.
6050         (struct test_f_i_data): Change type of max_ulp to int.
6052         * math/libm-test.inc (test_ffI_f1_data): New type.
6053         (RUN_TEST_LOOP_ffI_f1): New macro.
6054         (remquo_test_data): New variable.
6055         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
6057         * setjmp/tst-setjmp-fp.c: New file.
6058         * setjmp/Makefile (tests): Add tst-setjmp-fp.
6059         (link-libm): New variable.
6060         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
6062         * math/libm-test.inc (struct test_f_i_data): New type.
6063         (RUN_TEST_LOOP_f_i): New macro.
6064         (RUN_TEST_LOOP_f_i_tg): Likewise.
6065         (fpclassify_test_data): New variable.
6066         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
6067         (ilogb_test_data): New variable.
6068         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
6070         * math/libm-test.inc (scalbln_test): Correct function name in END
6071         call.
6073         * math/libm-test.inc (struct test_f_f1_data): Add comment.
6074         (RUN_TEST_LOOP_fI_f1): New macro.
6075         (frexp_test_data): New variable.
6076         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
6078         * math/libm-test.inc (struct test_fF_f1_data): New type.
6079         (RUN_TEST_LOOP_fF_f1): New macro.
6080         (modf_test_data): New variable.
6081         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
6083         * math/libm-test.inc (struct test_f_f1_data): New type.
6084         (RUN_TEST_LOOP_f_f1): New macro.
6085         (gamma_test_data): New variable.
6086         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
6087         (lgamma_test_data): New variable.
6088         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
6090 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
6092         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
6093         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
6094         (main): Comment "tls" pseudo-hwcap.
6096 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
6098         * math/libm-test.inc (struct test_fl_f_data): New type.
6099         (RUN_TEST_LOOP_fl_f): New variable.
6100         (scalbln_test_data): New variable.
6101         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
6103         * math/libm-test.inc (struct test_fi_f_data): New type.
6104         (RUN_TEST_LOOP_fi_f): New macro.
6105         (ldexp_test_data): New variable.
6106         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
6107         (scalbn_test_data): New variable.
6108         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
6110         * math/libm-test.inc (struct test_c_f_data): New type.
6111         (RUN_TEST_LOOP_c_f): New macro.
6112         (cabs_test_data): New variable.
6113         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
6114         (carg_test_data): New variable.
6115         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
6116         (cimag_test_data): New variable.
6117         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
6118         (creal_test_data): New variable.
6119         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
6121         * math/libm-test.inc (struct test_if_f_data): New type.
6122         (RUN_TEST_LOOP_if_f): New macro.
6123         (jn_test_data): New variable.
6124         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
6125         (yn_test_data): New variable.
6126         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
6128         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
6130 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6132         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
6133         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
6135 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
6137         * benchtests/Makefile (CPPFLAGS-nonlib): Add
6138         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
6139         (bench-deps): Add bench-timing.h.
6140         * benchtests-bench-skeleton.c: Include bench-timing.h.
6141         (main): Use TIMING_* macros instead of clock_gettime.
6142         * benchtests/bench-timing.h: New file.
6144         [BZ #14582]
6145         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
6146         Renamed from _LIB_VERSION.
6147         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
6149 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
6151         * math/libm-test.inc (struct test_fff_f_data): New type.
6152         (RUN_TEST_LOOP_fff_f): New macro.
6153         (fma_test_data): New variable.
6154         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
6155         (fma_towardzero_test_data): New variable.
6156         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
6157         (fma_downward_test_data): New variable.
6158         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
6159         (fma_upward_test_data): New variable.
6160         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
6162         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
6163         (struct test_c_c_data): New type.
6164         (RUN_TEST_LOOP_c_c): New macro.
6165         (cacos_test_data): New variable.
6166         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
6167         (cacosh_test_data): New variable.
6168         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
6169         (casin_test_data): New variable.
6170         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
6171         (casinh_test_data): New variable.
6172         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
6173         (catan_test_data): New variable.
6174         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
6175         (catanh_test_data): New variable.
6176         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
6177         (ccos_test_data): New variable.
6178         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
6179         (ccosh_test_data): New variable.
6180         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
6181         (cexp_test_data): New variable.
6182         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
6183         (clog_test_data): New variable.
6184         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
6185         (clog10_test_data): New variable.
6186         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
6187         (conj_test_data): New variable.
6188         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
6189         (cproj_test_data): New variable.
6190         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
6191         (csin_test_data): New variable.
6192         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
6193         (csinh_test_data): New variable.
6194         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
6195         (csqrt_test_data): New variable.
6196         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
6197         (ctan_test_data): New variable.
6198         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
6199         (ctan_tonearest_test_data): New variable.
6200         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
6201         (ctan_towardzero_test_data): New variable.
6202         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
6203         (ctan_downward_test_data): New variable.
6204         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
6205         (ctan_upward_test_data): New variable.
6206         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
6207         (ctanh_test_data): New variable.
6208         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
6209         (ctanh_tonearest_test_data): New variable.
6210         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
6211         (ctanh_towardzero_test_data): New variable.
6212         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
6213         (ctanh_downward_test_data): New variable.
6214         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
6215         (ctanh_upward_test_data): New variable.
6216         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
6217         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
6218         of BUILD_COMPLEX.
6220         * math/libm-test.inc (struct test_ff_f_data): New type.
6221         (struct test_ff_f_data_nexttoward): Likewise.
6222         (RUN_TEST_LOOP_2_f): New macro.
6223         (RUN_TEST_LOOP_ff_f): Likewise.
6224         (atan2_test_data): New variable.
6225         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
6226         (copysign_test_data): New variable.
6227         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
6228         (fdim_test_data): New variable.
6229         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
6230         (fmax_test_data): New variable.
6231         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
6232         (fmin_test_data): New variable.
6233         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
6234         (fmod_test_data): New variable.
6235         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
6236         (hypot_test_data): New variable.
6237         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
6238         (nextafter_test_data): New variable.
6239         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
6240         (nexttoward_test_data): New variable.
6241         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
6242         (pow_test_data): New variable.
6243         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
6244         (pow_tonearest_test_data): New variable.
6245         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
6246         (pow_towardzero_test_data): New variable.
6247         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
6248         (pow_downward_test_data): New variable.
6249         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
6250         (pow_upward_test_data): New variable.
6251         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
6252         (remainder_test_data): New variable.
6253         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
6254         (scalb_test_data): New variable.
6255         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
6256         * sysdeps/i386/fpu/libm-test-ulps: Update.
6258 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
6260         * math/libm-test.inc (fma_test): Use max_value instead of local
6261         variable fltmax.
6262         (nextafter_test): Likewise.
6264         * math/libm-test.inc (acos_towardzero_test_data): New variable.
6265         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
6266         (acos_downward_test_data): New variable.
6267         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
6268         (acos_upward_test_data): New variable.
6269         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
6270         (acosh_test_data): New variable.
6271         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
6272         (asin_test_data): New variable.
6273         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
6274         (asin_tonearest_test_data): New variable.
6275         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
6276         (asin_towardzero_test_data): New variable.
6277         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
6278         (asin_downward_test_data): New variable.
6279         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
6280         (asin_upward_test_data): New variable.
6281         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
6282         (asinh_test_data): New variable.
6283         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
6284         (atan_test_data): New variable.
6285         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
6286         (atanh_test_data): New variable.
6287         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
6288         (cbrt_test_data): New variable.
6289         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
6290         (ceil_test_data): New variable.
6291         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
6292         (cos_test_data): New variable.
6293         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
6294         (cos_tonearest_test_data): New variable.
6295         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
6296         (cos_towardzero_test_data): New variable.
6297         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
6298         (cos_downward_test_data): New variable.
6299         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
6300         (cos_upward_test_data): New variable.
6301         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
6302         (cosh_test_data): New variable.
6303         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
6304         (cosh_tonearest_test_data): New variable.
6305         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
6306         (cosh_towardzero_test_data): New variable.
6307         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
6308         (cosh_downward_test_data): New variable.
6309         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
6310         (cosh_upward_test_data): New variable.
6311         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
6312         (erf_test_data): New variable.
6313         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
6314         (erfc_test_data): New variable.
6315         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
6316         (exp_test_data): New variable.
6317         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
6318         (exp_tonearest_test_data): New variable.
6319         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
6320         (exp_towardzero_test_data): New variable.
6321         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
6322         (exp_downward_test_data): New variable.
6323         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
6324         (exp_upward_test_data): New variable.
6325         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
6326         (exp10_test_data): New variable.
6327         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
6328         (exp2_test_data): New variable.
6329         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
6330         (expm1_test_data): New variable.
6331         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
6332         (fabs_test_data): New variable.
6333         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
6334         (floor_test_data): New variable.
6335         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
6336         (j0_test_data): New variable.
6337         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
6338         (j1_test_data): New variable.
6339         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
6340         (log_test_data): New variable.
6341         (log_test): Run tests with RUN_TEST_LOOP_f_f.
6342         (log10_test_data): New variable.
6343         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
6344         (log1p_test_data): New variable.
6345         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
6346         (log2_test_data): New variable.
6347         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
6348         (logb_test_data): New variable.
6349         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
6350         (logb_downward_test_data): New variable.
6351         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
6352         (nearbyint_test_data): New variable.
6353         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
6354         (rint_test_data): New variable.
6355         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
6356         (rint_tonearest_test_data): New variable.
6357         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
6358         (rint_towardzero_test_data): New variable.
6359         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
6360         (rint_downward_test_data): New variable.
6361         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
6362         (rint_upward_test_data): New variable.
6363         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
6364         (round_test_data): New variable.
6365         (round_test): Run tests with RUN_TEST_LOOP_f_f.
6366         (sin_test_data): New variable.
6367         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
6368         (sin_tonearest_test_data): New variable.
6369         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
6370         (sin_towardzero_test_data): New variable.
6371         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
6372         (sin_downward_test_data): New variable.
6373         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
6374         (sin_upward_test_data): New variable.
6375         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
6376         (sinh_test_data): New variable.
6377         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
6378         (sinh_tonearest_test_data): New variable.
6379         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
6380         (sinh_towardzero_test_data): New variable.
6381         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
6382         (sinh_downward_test_data): New variable.
6383         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
6384         (sinh_upward_test_data): New variable.
6385         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
6386         (sqrt_test_data): New variable.
6387         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
6388         (tan_test_data): New variable.
6389         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
6390         (tan_tonearest_test_data): New variable.
6391         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
6392         (tan_towardzero_test_data): New variable.
6393         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
6394         (tan_downward_test_data): New variable.
6395         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
6396         (tan_upward_test_data): New variable.
6397         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
6398         (tanh_test_data): New variable.
6399         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
6400         (tgamma_test_data): New variable.
6401         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
6402         (trunc_test_data): New variable.
6403         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
6404         (y0_test_data): New variable.
6405         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
6406         (y1_test_data): New variable.
6407         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
6408         (significand_test_data): New variable.
6409         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
6411 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
6413         [BZ #12387]
6414         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
6416 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
6418         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
6420 2013-05-10  Andreas Jaeger  <aj@suse.de>
6422         [BZ #15448]
6423         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
6424         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
6426 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
6428         * math/gen-libm-test.pl (adjust_arg): New function.
6429         (special_functions): Handle generating output in both functions
6430         and arrays.
6431         (parse_args): Likewise.
6432         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
6433         $in_func argument to parse_args.
6434         * math/libm-test.inc (struct test_f_f_data): New type.
6435         (IF_ROUND_INIT_): New macro.
6436         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
6437         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
6438         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
6439         (IF_ROUND_INIT_FE_UPWARD): Likewise.
6440         (ROUND_RESTORE_): Likewise.
6441         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
6442         (ROUND_RESTORE_FE_TONEAREST): Likewise.
6443         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
6444         (ROUND_RESTORE_FE_UPWARD): Likewise.
6445         (RUN_TEST_LOOP_f_f): New macro.
6446         (acos_test_data): New variable.
6447         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
6448         (acos_tonearest_test_data): New variable.
6449         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
6451 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
6453         * benchtests/bench-skeleton.c (startup): Fix coding style.
6455 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
6457         [BZ #6809]
6458         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
6459         negative infinity argument.
6460         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
6461         negative infinity argument.
6462         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
6463         negative infinity argument.
6464         * math/libm-test.inc (tgamma_test): Expect errno to be set for
6465         domain errors.
6467 2013-05-10  Florian Weimer  <fweimer@redhat.com>
6469         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
6470         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
6471         * iconv/iconv_prog.c (main): Likewise.
6472         * locale/programs/charmap-dir.c (charmap_readdir)
6473         (fopen_uncompressed): Likewise.
6474         * locale/programs/locfile.c (siblings_uncached)
6475         (write_locale_data): Use lstat64 instead of lstat.
6476         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
6477         stat.
6479 2013-05-10  Andreas Jaeger  <aj@suse.de>
6481         [BZ #15395]
6482         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
6483         localization.
6484         Include <locale.h>.
6486 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
6488         * elf/dl-close.c (_dl_close_worker): Add comments.
6490 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
6492         [BZ #15359]
6493         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
6494         high part of pi/2.
6495         (__ieee754_rem_pio2l): Update comments.
6497         [BZ #15429]
6498         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
6499         high part of pi/2.
6500         (__ieee754_rem_pio2l): Update comments.
6502         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
6503         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
6505         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
6506         M_PI_4l.
6508         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
6509         (M_PI_34_LOG10El): Likewise.
6510         (M_PI2_LOG10El): Likewise.
6511         (M_PI4_LOG10El): Likewise.
6512         (M_PI_LOG10El): Likewise.
6514 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6516         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6518 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
6520         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
6521         (MINUS_ZERO_INIT): Likewise.
6522         (PLUS_INFTY_INIT): Likewise.
6523         (MINUS_INFTY_INIT): Likewise.
6524         (QNAN_VALUE_INIT): Likewise.
6525         (MAX_VALUE_INIT): Likewise.
6526         (MIN_VALUE_INIT): Likewise.
6527         (MIN_SUBNORM_VALUE_INIT): Likewise.
6528         (plus_zero): Initialize with PLUS_ZERO_INIT.
6529         (minus_zero): Initialize with MINUS_ZERO_INIT.
6530         (plus_infty): Initialize with PLUS_INFTY_INIT.
6531         (minus_infty): Initialize with MINUS_INFTY_INIT.
6532         (qnan_value): Initialize with QNAN_VALUE_INIT.
6533         (max_value): Initialize with MAX_VALUE_INIT.
6534         (min_value): Initialize with MIN_VALUE_INIT.
6535         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
6537         * math/libm-test.inc (RUN_TEST_if_f): New macro.
6538         (jn_test): Use TEST_if_f instead of TEST_ff_f.
6539         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
6540         (yn_test): Use TEST_if_f instead of TEST_ff_f.
6542         * math/libm-test.inc (RUN_TEST_f_f): New macro.
6543         (RUN_TEST_2_f): Likewise.
6544         (RUN_TEST_ff_f): Likewise.
6545         (RUN_TEST_fi_f): Likewise.
6546         (RUN_TEST_fl_f): Likewise.
6547         (RUN_TEST_fff_f): Likewise.
6548         (RUN_TEST_c_f): Likewise.
6549         (RUN_TEST_f_f1): Likewise.
6550         (RUN_TEST_fF_f1): Likewise.
6551         (RUN_TEST_fI_f1): Likewise.
6552         (RUN_TEST_ffI_f1): Likewise.
6553         (RUN_TEST_c_c): Likewise.
6554         (RUN_TEST_cc_c): Likewise.
6555         (RUN_TEST_f_i): Likewise.
6556         (RUN_TEST_f_i_tg): Likewise.
6557         (RUN_TEST_ff_i_tg): Likewise.
6558         (RUN_TEST_f_b): Likewise.
6559         (RUN_TEST_f_b_tg): Likewise.
6560         (RUN_TEST_f_l): Likewise.
6561         (RUN_TEST_f_L): Likewise.
6562         (RUN_TEST_sincos): Likewise.
6563         * math/gen-libm-test.pl (new_test): Take new argument to indicate
6564         whether to show exceptions.  Do not include ");\n" in return
6565         value.
6566         (special_functions): Output call to RUN_TEST_sincos instead of
6567         check_float calls.  Update calls to new_test.
6568         (parse_args): Output call to single RUN_TEST_* macro instead of
6569         check_* calls and other assignments.  Update calls to new_test.
6571         [BZ #2546]
6572         [BZ #2560]
6573         [BZ #5159]
6574         [BZ #15426]
6575         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
6576         input to result for tgamma overflow.
6577         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
6578         (gamma_coeff): New variable.
6579         (NCOEFF): New macro.
6580         (gamma_positive): New function.
6581         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
6582         underflow here.  Use gamma_positive instead of exp (lgamma) for
6583         other arguments.
6584         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
6585         (gamma_coeff): New variable.
6586         (NCOEFF): New macro.
6587         (gammaf_positive): New function.
6588         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
6589         underflow here.  Use gamma_positive instead of exp (lgamma) for
6590         other arguments.
6591         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
6592         (gamma_coeff): New variable.
6593         (NCOEFF): New macro.
6594         (gammal_positive): New function.
6595         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
6596         underflow here.  Use gamma_positive instead of exp (lgamma) for
6597         other arguments.
6598         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
6599         (gamma_coeff): New variable.
6600         (NCOEFF): New macro.
6601         (gammal_positive): New function.
6602         (__ieee754_gammal_r): Handle positive infinity, overflow and
6603         underflow here.  Handle NaN the same as positive infinity.  Remove
6604         check x < 0xffffffff for negative integers.  Use gamma_positive
6605         instead of exp (lgamma) for other arguments.
6606         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
6607         (gamma_coeff): New variable.
6608         (NCOEFF): New macro.
6609         (gammal_positive): New function.
6610         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
6611         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
6612         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
6613         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
6614         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
6615         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
6616         * sysdeps/generic/math_private.h (__gamma_productf): New
6617         prototype.
6618         (__gamma_product): Likewise.
6619         (__gamma_productl): Likewise.
6620         * math/Makefile (libm-calls): Add gamma_product.
6621         * math/libm-test.inc (tgamma_test): Add more tests.
6622         * sysdeps/i386/fpu/libm-test-ulps: Update.
6623         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6625 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
6627         * benchtests/bench-skeleton.c (main): Preheat CPU.
6629 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
6631         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
6633 2013-05-07  Roland McGrath  <roland@hack.frob.com>
6635         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
6636         and _dl_skip_args_internal.
6638 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
6640         * manual/message.texi (Message Translation): Talk about users.
6641         Message to key mapping impacts design.
6643 2013-05-06  Roland McGrath  <roland@hack.frob.com>
6645         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
6647         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
6649         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
6650         * sysdeps/wordsize-64/glob64.c: ... here.
6652         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
6653         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
6654         New macros.
6656         * debug/getlogin_r_chk.c: Moved to ...
6657         * login/getlogin_r_chk.c: ... here.
6658         * debug/Makefile (routines): Move getlogin_r_chk to ...
6659         * login/Makefile (routines): ... here.
6660         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
6661         * login/Versions (libc: GLIBC_2.4): ... here.
6663         * io/poll.c (__poll): Renamed from poll.
6664         Add libc_hidden_def.
6665         (poll): Define as weak alias.
6667         * debug/ptsname_r_chk.c: Moved to ...
6668         * login/ptsname_r_chk.c: ... here.
6669         * debug/Makefile (routines): Move ptsname_r_chk to ...
6670         * login/Makefile (routines): ... here.
6671         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
6672         * login/Versions (libc: GLIBC_2.4): ... here.
6674         * posix/getlogin.c: Moved to ...
6675         * login/getlogin.c: ... here.
6676         * posix/getlogin_r.c: Moved to ...
6677         * login/getlogin_r.c: ... here.
6678         * posix/getlogin_r.c: Moved to ...
6679         * login/getlogin_r.c: ... here.
6680         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
6681         * login/Makefile (routines): ... here.
6682         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
6683         * login/Versions (libc: GLIBC_2.0): ... here.
6685         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
6686         (setrlimit): Define as weak alias.
6688         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
6689         Call __ names for open, ftruncate, and close.
6690         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
6691         (truncate): Define as weak alias.
6693 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
6695         * math/gen-libm-test.pl (parse_args): Initialize x before each
6696         test of frexp, modf and remquo.
6698         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
6699         test signgam value.
6701 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6703         [BZ #15418]
6704         [BZ #15419]
6705         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
6706         internal tests.
6707         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
6709 2013-05-06  Roland McGrath  <roland@hack.frob.com>
6711         * elf/dl-writev.h: New file.
6712         * elf/dl-misc.c: Include it.
6713         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
6714         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
6716 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
6718         * math/libm-test.inc (noXFails): Remove variable.
6719         (noXPasses): Likewise.
6720         (BUILD_COMPLEX_INT): Remove macro.
6721         (print_screen): Remove xfail argument.
6722         (print_screen_max_error): Likewise.
6723         (update_stats): Likewise.
6724         (print_max_error): Likewise.  Update calls to other affected
6725         functions.
6726         (print_complex_max_error): Likewise.
6727         (test_single_exception): Update calls to print_screen.
6728         (test_single_errno): Likewise.
6729         (check_float_internal): Remove xfail argument.  Update calls to
6730         other affected functions.
6731         (check_float): Likewise.
6732         (check_complex): Likewise.
6733         (check_int): Likewise.
6734         (check_long): Likewise.
6735         (check_bool): Likewise.
6736         (check_longlong): Likewise.
6737         (main): Don't print noXFails and noXPasses.
6738         * math/gen-libm-test.pl (top level): Don't mention expected
6739         failure handling in comment.
6740         (new_test): Don't handle expected failures.
6741         (parse_args): Don't mention expected failure handling in comment.
6742         (generate_testfile): Don't handle expected failures.
6743         (parse_ulps): Likewise.
6744         (print_ulps_file): Likewise.
6745         (get_failure): Remove function.
6746         (output_test): Don't handle expected failures.
6747         * make/README.libm-test: Don't mention expected failure handling.
6749         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
6750         (minus_zero): Likewise.
6751         (plus_infty): Likewise.
6752         (minus_infty): Likewise.
6753         (qnan_value): Likewise.
6754         (max_value): Likewise.
6755         (min_value): Likewise.
6756         (min_subnorm_value): Likewise.
6757         (initialize): Do not initialize those variables dynamically.
6759 2013-05-03  Roland McGrath  <roland@hack.frob.com>
6761         * io/open.c (__open_2): Moved to ...
6762         * io/open_2.c: ... this new file.
6763         * io/open64.c (__open64_2): Moved to ...
6764         * io/open64_2.c: ... this new file.
6765         * io/openat.c (__openat_2): Moved to ...
6766         * io/openat_2.c: ... this new file.
6767         * io/openat64.c (__openat64_2): Moved to ...
6768         * io/openat64_2.c: ... this new file.
6769         * io/Makefile (routines): Add them.
6770         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
6771         * sysdeps/unix/sysv/linux/open_2.c: File removed.
6772         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
6773         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
6774         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
6775         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
6776         (__openat64): Add hidden_ver.
6777         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
6778         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
6780         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
6781         Separately conditionalize setting of GLRO(dl_sysinfo) so
6782         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
6783         as well, but the actual setting is only under [NEED_DL_SYSINFO].
6785 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6787         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
6788         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
6789         definition.
6790         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
6791         * sysdeps/unix/sysv/linux/powerpc/init-first.c
6792         (_libc_vdso_platform_setup): Add __vdso_time initialization.
6793         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
6794         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
6796 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
6798         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
6799         test signgam value.
6801         * math/libm-test.inc (hypot_test): Do not use
6802         IGNORE_ZERO_INF_SIGN.
6804 2013-05-03  Andreas Jaeger  <aj@suse.de>
6806         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
6807         Linux 3.9.
6808         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
6809         (PF_MAX): Adjust for VSOCK change.
6811 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6813         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6815 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
6817         [BZ #15264]
6818         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
6819         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
6820         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
6822 2013-05-02  David S. Miller  <davem@davemloft.net>
6824         * sysdeps/sparc/fpu/libm-test-ulps: Update.
6826 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
6828         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
6830 2013-05-01  Roland McGrath  <roland@hack.frob.com>
6832         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
6834 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
6836         [BZ #14952]
6837         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
6838         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
6839         Use __attribute__ ((__gnu_inline__)).
6840         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
6841         Don't use __attribute__ ((__gnu_inline__)).
6843 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
6845         [BZ #15423]
6846         * math/s_catan.c (__catan): Handle small real or imaginary part of
6847         input specially to avoid spurious underflow.
6848         * math/s_catanf.c (__catanf): Likewise.
6849         * math/s_catanh.c (__catanh): Likewise.
6850         * math/s_catanhf.c (__catanhf): Likewise.
6851         * math/s_catanhl.c (__catanhl): Likewise.
6852         * math/s_catanl.c (__catanl): Likewise.
6853         * math/libm-test.inc (catan_test): Add more tests.
6854         (catanh_test): Likewise.
6855         * sysdeps/i386/fpu/libm-test-ulps: Update.
6856         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6858 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6860         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6862 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
6864         [BZ #15416]
6865         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
6866         accurately for denominator in atan2.
6867         * math/s_catanf.c (__catanf): Likewise.
6868         * math/s_catanh.c (__catanh): Likewise.
6869         * math/s_catanhf.c (__catanhf): Likewise.
6870         * math/s_catanhl.c (__catanhl): Likewise.
6871         * math/s_catanl.c (__catanl): Likewise.
6872         * math/libm-test.inc (catan_test): Add more tests.
6873         (catanh_test): Likewise.
6874         * sysdeps/i386/fpu/libm-test-ulps: Update.
6875         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6877 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
6879         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
6881         * benchtests/Makefile (bench): Remove slow benchmarks.
6882         * benchtests/atan-inputs: Add slow benchmark inputs.
6883         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
6884         (BENCH_FUNC): Accept variant offset.
6885         (VARIANT): Define.
6886         * benchtests/bench-skeleton.c (main): Run benchmark for each
6887         variant.
6888         * benchtests/cos-inputs: Add slow benchmark inputs.
6889         * benchtests/exp-inputs: Likewise.
6890         * benchtests/pow-inputs: Likewise.
6891         * benchtests/sin-inputs: Likewise.
6892         * benchtests/slowatan-inputs: Remove.
6893         * benchtests/slowatan.c: Remove.
6894         * benchtests/slowcos-inputs: Remove.
6895         * benchtests/slowcos.c: Remove.
6896         * benchtests/slowexp-inputs: Remove.
6897         * benchtests/slowexp.c: Remove.
6898         * benchtests/slowpow-inputs: Remove.
6899         * benchtests/slowpow.c: Remove.
6900         * benchtests/slowsin-inputs: Remove.
6901         * benchtests/slowsin.c: Remove.
6902         * benchtests/slowtan-inputs: Remove.
6903         * benchtests/slowtan.c: Remove.
6904         * benchtests/tan-inputs: Add slow benchmark inputs.
6905         * scripts/bench.pl: Parse comments and directives.
6907         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
6908         in CPPFLAGS.
6909         ($(objpfx)bench-%.c): Remove *-ITER.
6910         * benchtests/bench-modf.c: Remove definition of ITER.
6911         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
6912         (main): Loop for DURATION seconds instead of fixed number of
6913         iterations.
6914         * scripts/bench.pl: Don't expect iterations in parameters.
6916 2013-04-29  Roland McGrath  <roland@hack.frob.com>
6918         * io/fchdir.c (__fchdir): Renamed from fchdir.
6919         (fchdir): Define as weak alias.
6921 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
6923         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
6924         (ERRNO_EDOM): Likewise.
6925         (ERRNO_ERANGE): Likewise.
6926         (noErrnoTests): New variable.
6927         (init_max_error): Set errno to 0.
6928         (test_single_errno): New function.
6929         (test_errno): Likewise.
6930         (check_float_internal): Call test_errno.  Set errno to 0.
6931         (check_complex): Refer to errno tests in comment.
6932         (check_int): Call test_errno.  Set errno to 0.
6933         (check_long): Likewise.
6934         (check_bool): Likewise.
6935         (check_longlong): Likewise.
6936         (cos_test): Use ERRNO_* flags for errno tests instead of
6937         check_int.
6938         (expm1_test): Likewise.
6939         (fmod_test): Likewise.
6940         (ilogb_test): Likewise.
6941         (lgamma_test): Likewise.
6942         (pow_test): Likewise.
6943         (remainder_test): Likewise.
6944         (sin_test): Likewise.
6945         (tan_test): Likewise.
6946         (yn_test): Likewise.
6947         (initialize): Set errno to 0.
6948         (main): Print number of errno tests.
6949         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
6951 2013-04-29  Andreas Jaeger  <aj@suse.de>
6953         [BZ #15084]
6954         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
6955         and RES_USEVC.
6957         [BZ #15085]
6958         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
6959         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
6960         unimplemented.
6962         [BZ #15380]
6963         * stdlib/random.c (__initstate): Return NULL if
6964         __initstate fails.
6966         [BZ #15086]
6967         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
6968         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
6969         RES_SNGLKUPREOP.
6971 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6973         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6975 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
6977         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
6978         of individual tests.
6979         (casin_test): Likewise.
6980         (casinh_test): Likewise.
6982 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
6984         [BZ #15409]
6985         * math/s_catan.c (__catan): Handle arguments with large real or
6986         imaginary part separately without squaring.
6987         * math/s_catanf.c (__catanf): Likewise.
6988         * math/s_catanh.c (__catanh): Likewise.
6989         * math/s_catanhf.c (__catanhf): Likewise.
6990         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
6991         and redefine.
6992         (__catanhl): Handle arguments with large real or imaginary part
6993         separately without squaring.
6994         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
6995         and redefine.
6996         (__catanl): Handle arguments with large real or imaginary part
6997         separately without squaring.
6998         * math/libm-test.inc (catan_test): Add more tests.
6999         (catanh_test): Likewise.
7000         * sysdeps/i386/fpu/libm-test-ulps: Update.
7001         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7003 2013-04-27  Andreas Jaeger  <aj@suse.de>
7005         [BZ #15007]
7006         * stdlib/stdlib.h: Update guards for qecvt.
7007         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
7008         <stdlib.h>.
7010 2013-04-27  Allan McRae  <allan@archlinux.org>
7012         * sysdeps/i386/fpu/libm-test-ulps: Update.
7014 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
7016         [BZ #15406]
7017         * math/s_catan.c: Include <float.h>.
7018         (__catan): Ensure underflow exception occurs for underflowed
7019         result.
7020         * math/s_catanf.c: Include <float.h>.
7021         (__catanf): Ensure underflow exception occurs for underflowed
7022         result.
7023         * math/s_catanh.c: Include <float.h>.
7024         (__catanh): Ensure underflow exception occurs for underflowed
7025         result.
7026         * math/s_catanhf.c: Include <float.h>.
7027         (__catanhf): Ensure underflow exception occurs for underflowed
7028         result.
7029         * math/s_catanhl.c: Include <float.h>.
7030         (__catanhl): Ensure underflow exception occurs for underflowed
7031         result.
7032         * math/s_catanl.c: Include <float.h>.
7033         (__catanl): Ensure underflow exception occurs for underflowed
7034         result.
7035         * math/libm-test.inc (catan_test): Add more tests.
7036         (catanh_test): Likewise.
7038         [BZ #15405]
7039         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
7040         underflowed result.
7041         * math/s_ccoshf.c (__ccoshf): Likewise.
7042         * math/s_ccoshl.c (__ccoshl): Likewise.
7043         * math/s_csin.c (__csin): Likewise.
7044         * math/s_csinf.c (__csinf): Likewise.
7045         * math/s_csinh.c (__csinh): Likewise.
7046         * math/s_csinhf.c (__csinhf): Likewise.
7047         * math/s_csinhl.c (__csinhl): Likewise.
7048         * math/s_csinl.c (__csinl): Likewise.
7049         * math/libm-test.inc (ccos_test): Add more tests.
7050         (ccosh_test): Likewise.
7051         (csin_test): Likewise.
7052         (csinh_test): Likewise.
7054 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7056         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
7057         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
7058         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
7059         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
7060         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
7061         powerpc/power5+/fpu folders.
7062         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
7065 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
7067         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
7069 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
7071         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
7072         additions to variable.
7073         [$(config-machine) = x86_64] (modules-names): Likewise.
7074         ($(objpfx)tst-audit3): Remove dependency.
7075         ($(objpfx)tst-audit3.out): Likewise.
7076         ($(objpfx)tst-audit4): Likewise.
7077         ($(objpfx)tst-audit4.out): Likewise.
7078         ($(objpfx)tst-audit5): Likewise.
7079         ($(objpfx)tst-audit5.out): Likewise.
7080         ($(objpfx)tst-audit6): Likewise.
7081         ($(objpfx)tst-audit6.out): Likewise.
7082         ($(objpfx)tst-audit7): Likewise.
7083         ($(objpfx)tst-audit7.out): Likewise.
7084         (tst-audit3-ENV): Remove variable.
7085         (tst-audit4-ENV): Likewise.
7086         (tst-audit5-ENV): Likewise.
7087         (tst-audit6-ENV): Likewise.
7088         (tst-audit7-ENV): Likewise.
7089         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
7090         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
7091         addition to variable.
7092         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
7093         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
7094         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
7095         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
7096         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
7097         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
7098         tst-audit3, tst-audit4 and tst-audit5.
7099         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
7100         tst-audit6 and tst-audit7.
7101         [$(subdir) = elf] (modules-names): Add audit modules for those
7102         tests.
7103         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
7104         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
7105         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
7106         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
7107         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
7108         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
7109         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
7110         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
7111         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
7112         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
7113         [$(subdir) = elf] (tst-audit3-ENV): New variable.
7114         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
7115         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
7116         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
7117         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
7118         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
7119         Likewise.
7120         [$(subdir) = elf && $(config-cflags-avx) = yes]
7121         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
7122         [$(subdir) = elf && $(config-cflags-avx) = yes]
7123         (CFLAGS-tst-auditmod4a.c): Likewise.
7124         [$(subdir) = elf && $(config-cflags-avx) = yes]
7125         (CFLAGS-tst-auditmod4b.c): Likewise.
7126         [$(subdir) = elf && $(config-cflags-avx) = yes]
7127         (CFLAGS-tst-auditmod6b.c): Likewise.
7128         [$(subdir) = elf && $(config-cflags-avx) = yes]
7129         (CFLAGS-tst-auditmod6c.c): Likewise.
7130         [$(subdir) = elf && $(config-cflags-avx) = yes]
7131         (CFLAGS-tst-auditmod7b.c): Likewise.
7132         * elf/tst-audit3.c: Move to ...
7133         * sysdeps/x86_64/tst-audit3.c: ... here.
7134         * elf/tst-audit4.c: Move to ...
7135         * sysdeps/x86_64/tst-audit4.c: ... here.
7136         * elf/tst-audit5.c: Move to ...
7137         * sysdeps/x86_64/tst-audit5.c: ... here.
7138         * elf/tst-audit6.c: Move to ...
7139         * sysdeps/x86_64/tst-audit6.c: ... here.
7140         * elf/tst-audit7.c: Move to ...
7141         * sysdeps/x86_64/tst-audit7.c: ... here.
7142         * elf/tst-auditmod3a.c: Move to ...
7143         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
7144         * elf/tst-auditmod3b.c: Move to ...
7145         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
7146         * elf/tst-auditmod4a.c: Move to ...
7147         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
7148         * elf/tst-auditmod4b.c: Move to ...
7149         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
7150         * elf/tst-auditmod5a.c: Move to ...
7151         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
7152         * elf/tst-auditmod5b.c: Move to ...
7153         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
7154         * elf/tst-auditmod6a.c: Move to ...
7155         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
7156         * elf/tst-auditmod6b.c: Move to ...
7157         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
7158         * elf/tst-auditmod6c.c: Move to ...
7159         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
7160         * elf/tst-auditmod7a.c: Move to ...
7161         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
7162         * elf/tst-auditmod7b.c: Move to ...
7163         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
7165 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
7167         [BZ #15366]
7168         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
7169         define unconditionally.
7170         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
7171         define unconditionally.
7172         (INT8_C, INT16_C, etc.): Likewise.
7174 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
7176         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
7177         __ehdr_start with hidden visibility.
7179         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
7181 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
7183         * math/libm-test.inc (cos_test): Use accurate hex constants.
7184         (sincost_test): Likewise.
7186 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
7188         * math/libm-test.inc (catan_test): Add more tests.
7189         (catanh_test): Likewise.
7191         * math/s_catanf.c (__catanf): Use suffixed floating-point
7192         constants.
7193         * math/s_catanhf.c (__catanhf): Likewise.
7194         * math/s_catanhl.c (__catanhl): Likewise.
7195         * math/s_catanl.c (__catanl): Likewise.
7197         [BZ #15394]
7198         * math/s_catan.c (__catan): Calculate imaginary part of result
7199         with log1p not log unless computing log of number close to 0.
7200         * math/s_catanf.c (__catanf): Likewise.
7201         * math/s_catanl.c (__catanl): Likewise.
7202         * math/s_catanh.c (__catanh): Calculate real part of result with
7203         log1p not log unless computing log of number close to 0.
7204         * math/s_catanhf.c (__catanhf): Likewise.
7205         * math/s_catanhl.c (__catanhl): Likewise.
7206         * math/libm-test.inc (catan_test): Add more tests.
7207         (catanh_test): Likewise.
7208         * sysdeps/i386/fpu/libm-test-ulps: Update.
7209         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7211 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7213         * benchtests/Makefile: Mention files in which fast and slow
7214         paths of math functions are implemented.
7216 2013-04-23  Roland McGrath  <roland@hack.frob.com>
7218         * sysdeps/posix/timespec_get.c: New file.
7220 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7222         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
7223         POWER.
7224         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
7225         for POWER.
7226         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
7227         powerpc/power5/fpu folders.
7228         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
7229         * benchtests/Makefile: Add modf testcase.
7230         * benchtests/bench-modf.c: New file: Benchmark test for mo
7232 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
7234         [BZ #14888]
7235         * time/Makefile (tests): Add tst-strptime-whitespace.
7236         * time/strptime_l.c (get_number): Use ISSPACE.
7237         (__strptime_internal): Likewise.
7238         * time/tst-strptime-whitespace.c: New test case.
7240 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
7242         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
7243         member.
7244         (_nss_files_init): Set it here.
7246 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
7248         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
7249         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
7250         unsigned.
7252 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
7254         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
7256 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
7258         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
7259         size just once.
7261 2013-04-21  David S. Miller  <davem@davemloft.net>
7263         * po/ru.po: Update Russion translation from translation project.
7265 2013-04-17  Adam Conrad  <adconrad@0c3.net>
7267         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
7268         and setfsgid.
7270 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
7272         * configure.in: Remove i386 configure warning. Remove i386 case.
7273         * configure: Regenerate.
7274         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
7275         Add example to error message.
7276         * sysdeps/i386/configure: Regenerate.
7278 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
7280         * benchtests/Makefile (bench): Add cos, tan, slowcos and
7281         slowtan.
7282         * benchtests/cos-inputs: New file.
7283         * benchtests/slowcos-inputs: New file.
7284         * benchtests/slowcos.c: New file.
7285         * benchtests/slowtan-inputs: New file.
7286         * benchtests/slowtan.c: New file.
7287         * benchtests/tan-inputs: New file.
7289 2013-04-16  Roland McGrath  <roland@hack.frob.com>
7291         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
7292         considered kosher.
7294 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
7296         * benchtests/Makefile: Include cppflags-iterator.mk to add
7297         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
7299         * Makefile.in (bench-clean): New target.
7300         * benchtests/Makefile (bench-clean): Likewise.
7302 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
7304         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
7306 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
7308         * stdio-common/tstdiomisc.c: Fix coding-style violation.
7310 2013-04-15  Andreas Schwab  <schwab@suse.de>
7312         * nscd/grpcache.c (cache_addgr): Properly check for short write.
7313         * nscd/initgrcache.c (addinitgroupsX): Likewise.
7314         * nscd/pwdcache.c (cache_addpw): Likewise.
7315         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
7316         more than recsize.
7318 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
7320         * benchtests/Makefile (bench): Write all output to
7321         bench-out.tmp together.
7323 2013-04-15  Andreas Schwab  <schwab@suse.de>
7325         * nscd/nscd.c (main): Don't fork again after closing files.
7327 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
7329         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
7331         * benchtests/Rules (bench-deps): Collect dependencies into a
7332         single variable.  Add Makefile to dependencies.
7333         ($(objpfx)bench-%.c): Depend on bench-deps.
7335 2013-04-12  Roland McGrath  <roland@hack.frob.com>
7336             Xavier Roche  <roche+kml2@exalead.com>
7338         [BZ #15361]
7339         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
7340         just that it's a file descriptor.
7341         * manual/llio.texi (Synchronizing AIO Operations): Update description
7342         for EBADF error from aio_fsync.
7344 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
7346         * Rules (bench): Move target definition...
7347         * benchtests/Makefile: ... here.
7349 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
7351         * math/libm-test.inc (cos_test): Fix PI/2 test.
7352         (sincos_test): Likewise.
7353         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
7354         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
7356 2013-04-11  Andreas Schwab  <schwab@suse.de>
7358         [BZ #13988]
7359         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
7360         accept exponent character only when digits were seen.
7361         * stdio-common/Makefile (tests): Add bug26.
7362         * stdio-common/bug26.c: New file.
7364         [BZ #14293]
7365         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
7366         non-freeable.
7368 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
7370         * Makeconfig (rtld-prefix): Define built linker prefix.
7371         * Rules (run-bench): Use it.
7372         * math/Makefile (run-regen-ulps): Likewise.
7374         * Rules (bench): Remove eval.
7376 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
7377             Roland McGrath  <roland@hack.frob.com>
7378             Ondrej Bilka  <neleai@seznam.cz>
7380         [BZ #15346]
7381         * time/getdate.c: Include ctype.h and alloca.h.
7382         (__getdate_r): Trim leading and trailing spaces of input.
7383         * time/tst-getdate.c (tests): Add tests with leading and
7384         trailing spaces.
7386 2013-04-08  Roland McGrath  <roland@hack.frob.com>
7388         [BZ #14280]
7389         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
7390         when computing value.
7392 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
7394         * math/README.libm-test (How can I generate "libm-test-ulps"?):
7395         Use testrun.sh to run libm tests.
7397         [BZ #15309]
7398         * elf/dl-open.c (dl_open_worker): memset all of seen array.
7400 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
7402         [BZ #15264]
7403         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
7405 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
7407         * Makefile.in (regen-ulps): New target.
7408         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
7409         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
7410         [ifneq (no,$(PERL)] (regen-ulps): New target.
7411         [ifeq (no,$(PERL)] (regen-ulps): New target.
7412         * math/libm-test.inc (ulps_file_name): Define.
7413         (output_dir): New variable.
7414         (options): Add "output-dir" option.
7415         (parse_opt): Handle 'o' case.
7416         (main): If output_dir is non-NULL use it as a prefix
7417         otherwise use "".
7418         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
7420 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
7422         [BZ #10060, #10062]
7423         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
7424         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
7425         fail configure if __sync_val_compare_and_swap is not inlined.
7426         * sysdeps/i386/configure: Regenerate.
7427         * configure.in: Build for i686 when configured for i386.
7428         * configure: Regenerate.
7429         * README: Remove i386 reference.
7431 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
7433         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
7434         * sysdeps/s390/s390-64/sysdep.h: Likewise.
7436 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
7438         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
7439         (lmsnanval): New variables.
7440         (F): Add conversion tests.
7441         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
7442         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
7444         * stdio-common/tstdiomisc.c (F): Properly collect individual
7445         tests' results.
7447         [BZ #14686, #15336]
7448         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
7449         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
7450         Instead, use input NaN values or generate a qNaN by arithmetic
7451         operation.  Also fix bugs to comply with the standard.
7452         * math/libm-test.inc (remainder_test): Add more tests.
7454         [BZ #15335, #15342]
7455         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
7456         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
7457         input NaN values or generate a qNaN by arithmetic operation.
7459         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
7460         unreachable code.
7462         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
7463         definitions.
7465 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
7467         [BZ #14478]
7468         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
7469         underflowed result.
7470         * math/s_cexpf.c (__cexpf): Likewise.
7471         * math/s_cexpl.c (__cexpl): Likewise.
7472         * math/libm-test.inc (cexp_test): Add more tests.
7474 2013-04-03  Andreas Schwab  <schwab@suse.de>
7476         [BZ #15330]
7477         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
7478         order arrays from heap if bigger than alloca cutoff.
7480 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
7482         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
7483         (SNAN_TESTS_double): Refer to GCC PR56831.
7484         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
7485         GCC PR56828.
7487 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
7489         * Rules (bench): Move bench.out after the run is complete.
7491         * Rules (bench): Echo currently running benchmark.
7493         * benchtests/Makefile (bench): Add atan and slowatan.
7494         * benchtests/atan-inputs: New file.
7495         * benchtests/slowatan-inputs: New file.
7496         * benchtests/slowatan.c: New file.
7498         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
7499         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
7500         its value.
7502         [BZ #15305]
7503         * sysdeps/unix/sysv/linux/kernel-features.h
7504         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
7505         __ASSUME_XFS_RESTRICTED_CHOWN.
7506         * sysdeps/unix/sysv/linux/pathconf.c
7507         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
7508         Save and restore errno.
7510 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
7512         [BZ #15327]
7513         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
7514         arguments using __kernel_casinh.
7515         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
7516         arguments using __kernel_casinhf.
7517         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
7518         arguments using __kernel_casinhl.
7519         * math/libm-test.inc (cacosh_test): Add more tests.
7520         * sysdeps/i386/fpu/libm-test-ulps: Update.
7521         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7523 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
7525         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
7526         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
7528         * bench/Makefile (bench): Add sin and slowsin.
7529         * benchtests/sin-inputs: New file.
7530         * benchtests/slowsin-inputs: New file.
7531         * benchtests/slowsin.c: New file.
7533         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
7534         (bench): Add slowexp and slowpow.
7535         (exp-ITER): Increase iterations.
7536         (pow-ITER): Likewise.
7537         * benchtests/exp-inputs: Change input.
7538         * benchtests/pow-inputs: Likewise.
7539         * benchtests/slowexp-inputs: New file.
7540         * benchtests/slowexp.c: New file.
7541         * benchtests/slowpow-inputs: New file.
7542         * benchtests/slowpow.c: New file.
7544 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7546         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
7547         instructions.
7548         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
7549         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
7550         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
7551         * benchtests/Makefile: Add rint benchtest.
7552         * benchtests/rint-inputs: Input for rint benchtest.
7554 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
7556         * Versions.def (libm): Add GLIBC_2.18.
7557         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
7558         hidden libm prototypes.
7559         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
7560         * math/Makefile (libm-calls): Add s_issignaling.
7561         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
7562         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
7563         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
7564         declaration.
7565         * math/math.h [__USE_GNU] (issignaling): New macro.
7566         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
7567         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
7568         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
7569         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
7570         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
7571         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
7572         * manual/arith.texi (issignaling): New section.
7573         * manual/libm-err-tab.pl (@all_functions): Update comment.
7574         * math/gen-libm-test.pl (parse_args): Apply special handling for
7575         issignaling.
7576         * math/libm-test.inc (print_float, issignaling_test): New
7577         functions.
7578         (check_float_internal): Add issignaling checks.
7579         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
7580         default definition.
7581         * sysdeps/powerpc/math-tests.h: New file.
7582         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
7583         tests.
7584         * math/test-snan.c (TEST_FUNC): Likewise.
7586 2013-03-30  David S. Miller  <davem@davemloft.net>
7588         * po/de.po: Update from translation team.
7590 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
7592         [BZ #10357]
7593         * math/k_casinh.c (__kernel_casinh): Handle arguments with
7594         imaginary part less than 1.0 and real part less than 0.5
7595         specially.
7596         * math/k_casinhf.c (__kernel_casinhf): Likewise.
7597         * math/k_casinhl.c (__kernel_casinhl): Likewise.
7598         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
7599         (cacos_test): Add more tests.
7600         (casin_test): Likewise.
7601         (casinh_test): Likewise.
7602         * sysdeps/i386/fpu/libm-test-ulps: Update.
7603         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7605 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
7607         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
7608         ONE with its value.
7610         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
7611         (__pow_mp): Replace ONE and MONE with their values.
7612         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
7613         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
7614         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
7615         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
7616         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
7617         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
7619         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
7621         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
7622         (__pow_mp): Replace ZERO and MZERO with their values.
7623         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
7624         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
7625         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
7626         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
7627         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
7628         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
7629         (__sqr): Likewise.
7631         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
7633         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
7635 2013-03-28  Roland McGrath  <roland@hack.frob.com>
7637         * include/stdlib.h [!SHARED] (__call_tls_dtors):
7638         Declare with __attribute__ ((weak)).
7639         * stdlib/exit.c (__libc_atexit) [!SHARED]:
7640         Call __call_tls_dtors only if it's not NULL.
7642 2013-03-28  Roland McGrath  <roland@hack.frob.com>
7644         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
7645         didn't do it already, then set _dl_phdr and _dl_phnum based on the
7646         magic __ehdr_start linker symbol if it's defined.
7647         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
7648         them up here if it was already done.
7650         * elf/dl-support.c (_dl_phdr): Make pointer to const.
7651         (_dl_aux_init): Use const in cast when setting it.
7652         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
7653         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
7654         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
7656         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
7657         Declare them here.
7658         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
7659         * csu/libc-tls.c: Nor here.
7660         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
7662         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
7663         (__libc_message): Never call vsyslog.
7665 2013-03-28  Alan Modra  <amodra@gmail.com>
7667         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
7668         Define as empty.
7669         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
7670         Likewise.
7672 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7674         [BZ #15214]
7675         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
7676         underflow.
7677         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7679 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
7681         [BZ #15304]
7682         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
7683         Don't add gid passed as argument.
7685         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
7687 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
7689         [BZ #15307]
7690         * math/k_casinh.c (__kernel_casinh): Handle arguments with
7691         imaginary part between 1.0 and 1.5 and real part less than 0.5
7692         specially.
7693         * math/k_casinhf.c (__kernel_casinhf): Likewise.
7694         * math/k_casinhl.c (__kernel_casinhl): Likewise.
7695         * math/libm-test.inc (cacos_test): Add more tests.
7696         (casin_test): Likewise.
7697         (casinh_test): Likewise.
7698         * sysdeps/i386/fpu/libm-test-ulps: Update.
7699         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7701 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
7703         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
7704         constants.
7705         (norm): Likewise.
7706         (denorm): Likewise.
7707         (__dbl_mp): Likewise.
7708         (add_magnitudes): Likewise.
7709         (sub_magnitudes): Likewise.
7710         (__add): Likewise.
7711         (__sub): Likewise.
7712         (__mul): Likewise.
7713         (__sqr): Likewise.
7714         (__inv): Likewise.
7715         (__dvd): Likewise.
7717         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
7718         commented code.
7719         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
7720         (__dubcos): Likewise.
7721         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
7722         (__ieee754_acos): Likewise.
7723         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
7724         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
7725         (__exp1): Likewise.
7726         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
7727         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
7728         (log1): Likewise.
7729         (my_log2): Likewise.
7730         (checkint): Likewise.
7731         * sysdeps/ieee754/dbl-64/e_remainder.c
7732         (__ieee754_remainder): Likewise.
7733         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
7734         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
7735         (bsloww): Likewise.
7736         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
7738         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
7739         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
7740         MANTISSA_STORE_T to store computations on mantissa.  Use
7741         macros for rounding and division.
7742         (denorm): Likewise.
7743         (__dbl_mp): Likewise.
7744         (add_magnitudes): Likewise.
7745         (sub_magnitudes): Likewise.
7746         (__mul): Likewise.
7747         (__sqr): Likewise.
7748         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
7749         powers of two in terms of TWOPOW macro.
7750         (mp_no): Make type of mantissa as MANTISSA_T.
7751         [!RADIXI]: Define RADIXI.
7752         [!TWO52]: Define TWO52.
7753         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
7755 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7757         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
7758         llroundl symbol when building for PPC32.
7760 2013-03-24  Mark H Weaver  <mhw@netris.org>
7762         * manual/arith.texi (Normalization Functions): Fix prototypes for
7763         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
7765 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7767         [BZ #13889]
7768         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
7769         high value to check if expl overflow.
7770         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
7771         to check for underflow and overflow.
7772         * math/libm-test.inc: Add exp test.
7774 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
7776         [BZ #11120]
7777         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
7778         with NOT_IN_libc.
7780 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7782         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
7783         symbol.
7785 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
7787         * math/gen-libm-test.pl (parse_args, special_functions): Properly
7788         wrap blocks consisting of several statements.
7790         * sysdeps/generic/math-tests.h: New file.
7791         * sysdeps/i386/fpu/math-tests.h: Likewise.
7792         * math/test-snan.c: Include it.
7793         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
7795 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
7797         [BZ #15285]
7798         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
7799         (__ieee754_j0l): Do not improve calculations using cos of twice
7800         input for inputs above LDBL_MAX / 2.0L.
7801         (__ieee754_y0l): Likewise.
7802         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
7803         (__ieee754_j1l): Do not improve calculations using cos of twice
7804         input for inputs above LDBL_MAX / 2.0L.
7805         (__ieee754_y1l): Likewise.
7806         * math/libm-test.inc (j0_test): Add another test.
7807         (j1_test): Likewise.
7808         (y0_test): Likewise.
7809         (y1_test): Likewise.
7810         * sysdeps/i386/fpu/libm-test-ulps: Update.
7812 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
7814         * Rules ($(objpfx)bench-%.c): Include code from a C source
7815         file.
7817 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
7819         [BZ #15287]
7820         * math/k_casinh.c (__kernel_casinh): Handle arguments with
7821         imaginary part 1.0 and real part less than 0.5 specially.
7822         * math/k_casinhf.c (__kernel_casinhf): Likewise.
7823         * math/k_casinhl.c (__kernel_casinhl): Likewise.
7824         * math/libm-test.inc (cacos_test): Add more tests.
7825         (casin_test): Likewise.
7826         (casinh_test): Likewise.
7827         * sysdeps/i386/fpu/libm-test-ulps: Update.
7828         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7830 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
7832         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
7833         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
7835 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
7837         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
7838         * config.make.in (config-cflags-sse4): Remove variable.
7839         (config-cflags-avx): Likewise.
7840         (config-cflags-sse2avx): Likewise.
7841         (config-cflags-novzeroupper): Likewise.
7842         (config-asflags-i686): Likewise.
7843         (have-mfma4): Likewise.
7844         (have-as-vis3): Likewise.
7845         (MIG): Likewise.
7846         * configure.in (MIG): Do not AC_SUBST.
7847         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
7848         (libc_cv_cc_sse4): Do not AC_SUBST.
7849         (libc_cv_cc_avx): Likewise.
7850         (libc_cv_cc_sse2avx): Likewise.
7851         (libc_cv_cc_novzeroupper): Likewise.
7852         (libc_cv_cc_fma4): Likewise.
7853         (libc_cv_as_i686): Likewise.
7854         (libc_cv_sparc_as_vis3): Likewise.
7855         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
7856         LIBC_CONFIG_VAR.
7857         (config-asflags-i686): Likewise.
7858         (config-cflags-avx): Likewise.
7859         (config-cflags-sse2avx): Likewise.
7860         (have-mfma4): Likewise.
7861         (config-cflags-novzeroupper): Likewise.
7862         * sysdeps/mach/configure.in (MIG): Likewise.
7863         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
7864         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
7865         LIBC_CONFIG_VAR.
7866         (config-cflags-avx): Likewise.
7867         (config-cflags-sse2avx): Likewise.
7868         (have-mfma4): Likewise.
7869         (config-cflags-novzeroupper): Likewise.
7870         * configure: Regenerated.
7871         * sysdeps/i386/configure: Likewise.
7872         * sysdeps/mach/configure: Likewise.
7873         * sysdeps/sparc/configure: Likewise.
7874         * sysdeps/x86_64/configure: Likewise.
7876 2013-03-20  Roland McGrath  <roland@hack.frob.com>
7878         [BZ #14812]
7879         * locale/programs/localedef.c (options): Put N_ translation marker
7880         on argument names, not just descriptions.
7882 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
7884         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
7886 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
7888         [BZ #14176]
7889         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
7891 2013-03-19  Roland McGrath  <roland@hack.frob.com>
7893         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
7894         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
7895         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
7896         [!BEFORE_ABORT] (before_abort): New function.
7897         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
7898         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
7899         (writev_for_fatal): New function.
7900         (WRITEV_FOR_FATAL): New macro; call that.
7901         (backtrace_and_maps): New function.
7902         (BEFORE_ABORT): New macro; call that.
7903         (struct str_list): Type removed.
7904         (__libc_message, __libc_fatal): Functions removed.
7905         Include <sysdeps/posix/libc_fatal.c> instead.
7907 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
7909         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
7910         constants.
7911         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
7912         double constants.
7914 2013-03-19  Andreas Schwab  <schwab@suse.de>
7916         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
7917         * sysdeps/gnu/configure: Regenerate.
7919         * configure.in: Substitute libc_cv_rtlddir.
7920         * configure: Regenerate.
7921         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
7922         * Makeconfig (rtlddir, inst_rtlddir): New variables.
7923         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
7924         * elf/Makefile (install-others, CFLAGS-interp.c)
7925         (ldso_install, common-ldd-rewrite): Likewise.
7926         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
7927         $(inst_slibdir)/$(rtld-installed-name).
7928         * scripts/rellns-sh: Add -p option.
7929         * Makerules (make-shlib-link): Use rellns-sh to get relative name
7930         for source.
7932 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
7934         * manual/nptl.texi: Renamed to ...
7935         * manual/threads.texi: ... this.
7936         * manual/Makefile (chapters): Update.
7938 2013-03-18  Roland McGrath  <roland@hack.frob.com>
7940         [BZ #14812]
7941         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
7942         on argument names, not just descriptions.
7943         * malloc/memusagestat.c (options): Likewise.
7944         * nss/getent.c (options): Likewise.
7946 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
7948         [BZ #14812]
7949         * iconv/iconv_prog.c (options): Put N_ translation marker
7950         on argument names, not just descriptions.
7951         * iconv/iconvconfig.c (options): Likewise.
7953 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
7955         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
7956         implementation which is faster on all x86_64 architectures.
7957         Tested on AMD, Intel Nehalem, SNB, IVB.
7958         * sysdeps/x86_64/strnlen.S: Likewise.
7960         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
7961         Remove all multiarch strlen and strnlen versions.
7962         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
7963         Remove strlen and strnlen related parts.
7965         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
7966         Inline strlen part.
7967         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
7969         * sysdeps/x86_64/multiarch/strlen.S: Remove.
7970         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
7971         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
7972         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
7973         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
7974         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
7976 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
7978         * manual/memory.texi (Malloc Tunable Parameters):
7979         Sort parameters alphabetically. Add comments for missing entries.
7981 2013-03-17  David S. Miller  <davem@davemloft.net>
7983         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7985 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
7987         [BZ #15283]
7988         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
7989         for arguments at most half maximum finite value.
7990         * math/libm-test.inc (j0_test): Add more tests.
7991         (j1_test): Likewise.
7992         (y0_test): Likewise.
7993         (y1_test): Likewise.
7994         * sysdeps/i386/fpu/libm-test-ulps: Update.
7995         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7997         [BZ #14155]
7998         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
7999         1 / x and functions P and Q for arguments above 0x1p256L.
8000         (__ieee754_y0l): Likewise.
8001         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
8002         (__ieee754_y1l): Likewise.
8003         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
8004         (j1_test): Likewise.
8005         (y0_test): Likewise.
8006         (y1_test): Likewise.
8008 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
8010         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
8011         variable.
8013 2013-03-15  Roland McGrath  <roland@hack.frob.com>
8015         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
8016         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
8017         zero since it's initialized to EXEC_PAGESIZE.
8019         * sysdeps/unix/sysv/linux/ldsodefs.h
8020         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
8021         * sysdeps/generic/ldsodefs.h: ... here.
8023 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
8025         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
8027         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
8028         math/test-snan.c.
8029         * math/test-snan.c: Renamed from
8030         sysdeps/powerpc/fpu/test-powerpc-snan.c.
8031         * math/Makefile (tests): Add test-snan.
8032         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
8033         test-powerpc-snan.
8035         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
8036         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
8037         functions.
8038         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
8039         __builtin_nan family of functions.
8040         * math/libm-test.inc (initialize): Initialize qnan_value with
8041         __builtin_nan family of functions.
8042         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
8043         Remove variables.
8044         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
8045         Remove functions.
8046         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
8047         storage class.  Initialize qNaN_var and sNaN_var with
8048         __builtin_nan and __builtin_nans families of functions,
8049         respectively.
8051         * math/libm-test.inc (acosh_test): Also test with qNaN input.
8052         (sqrt_test): Remove duplicate test with qNaN input.
8053         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
8054         (round_test, signbit_test, significand_test): Note missing +/-Inf
8055         as well as qNaN tests.
8057         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
8058         qNaN_var.  Fix a few strings, too.
8059         * math/libm-test.inc (nan_value): Rename to qnan_value.
8060         * math/gen-libm-test.pl (%beautify): Adjust to that.
8061         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
8062         * math/test-misc.c (main): Likewise.
8063         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
8064         to __qnan_bytes, and __qnan_union, respectively.
8065         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
8066         Likewise.
8067         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
8068         and lqnanval, respectively.
8069         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
8070         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
8071         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
8072         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
8074         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
8075         * math/test-misc.c (main) [__x86_64__]: Enable test for long
8076         doubles.
8078         * math/test-misc.c (main): Fix copy'n'pastos.
8079         * misc/tst-efgcvt.c (special): Likewise.
8081         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
8082         Remove declarations.
8084 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
8086         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
8087         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
8088         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
8089         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
8091 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8093         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
8094         macro to return vdso values correctly in IFUNC implementations.
8095         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
8096         Optimization by using IFUNC.
8098 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
8099             Richard Henderson  <rth@redhat.com>
8100             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
8102         * Makefile.in (bench): New target.
8103         * NEWS: Mention the benchmark framework.
8104         * Rules (bench): Likewise.
8105         (binaries-bench): Generate binaries for functions to
8106         benchmark.
8107         * benchtests/Makefile: New makefile for benchmark tests.
8108         * benchtests/bench-skeleton.c: New skeleton file for benchmark
8109         programs.
8110         * benchtests/exp-inputs: New input file for EXP function.
8111         * benchtests/pow-inputs: New input file for POW function.
8112         * scripts/bench.pl: New script to generate source files for
8113         benchmark programs.
8115 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
8117         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
8118         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
8119         computations on mantissa.  Use macros for rounding and
8120         division.
8121         (denorm): Likewise.
8122         (__dbl_mp): Likewise.
8123         (add_magnitudes): Likewise.
8124         (sub_magnitudes): Likewise.
8125         (__mul): Likewise.
8126         (__sqr): Likewise.
8127         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
8128         powers of two in terms of TWOPOW macro.
8129         (mp_no): Make type of mantissa as MANTISSA_T.
8130         [!RADIXI]: Define RADIXI.
8131         [!TWO52]: Define TWO52.
8132         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
8134         * manual/nptl.texi (cindex): Modify threads to pthreads.
8136 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
8138         * sysdeps/x86_64/preconfigure: Regenerated.
8140 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
8142         [BZ #14155]
8143         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
8144         0x1p28 and above.
8145         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
8146         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
8147         0x1p28 and above.
8148         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
8149         * math/libm-test.inc (j0_test): Do not allow one spurious
8150         underflow exception.
8151         (y1_test): Likewise.
8153 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
8155         * manual/Makefile (chapters): Add nptl.
8156         * manual/debug.texi (Debugging Support): Add link to Threads
8157         chapter.
8158         * manual/nptl.texi: New file.
8160         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
8162 2013-03-14  Petr Baudis  <pasky@ucw.cz>
8164         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
8165         for non-NULL pointer before the memory validity test. Pointed
8166         out by Holger Brunck <holger.brunck@keymile.com>.
8168 2013-03-13  Andreas Schwab  <schwab@suse.de>
8170         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
8171         instead of .os.
8173 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
8175         * timezone/zic.c: Update from tzcode 2013b.
8177 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
8179         * manual/install.texi (Configuring and compiling):
8180         Mention i686 and i586.
8181         * INSTALL: Regenerate.
8183 2013-03-12  Roland McGrath  <roland@hack.frob.com>
8185         * sysdeps/init_array/elf-init.c: New file.
8186         * csu/elf-init.c
8187         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
8188         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
8190         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
8191         __gmon_start__ as global, but as static with a .preinit_array pointer.
8192         * sysdeps/init_array/gmon-start.c: New file.  Use that.
8193         * sysdeps/init_array/crti.S: New file, empty except for comments.
8194         * sysdeps/init_array/crtn.S: Likewise.
8196 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
8198         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
8199         definining bcopy.
8200         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
8201         Remove Prefer_SSE_for_memop.
8202         * sysdeps/x86_64/multiarch/init-arch.h: Remove
8203         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
8204         HAS_PREFER_SSE_FOR_MEMOP.
8205         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
8206         memset-x86-64.
8207         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
8208         Remove bzero, memset ifunc support.
8209         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
8210         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
8211         * sysdeps/x86_64/multiarch/memset.S: Likewise.
8212         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8214 2013-03-11  Andreas Schwab  <schwab@suse.de>
8216         [BZ #15234]
8217         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
8218         by SHLIB_COMPAT.
8219         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
8220         (GLIBC_2.16): Remove pthread_atfork.
8222 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
8224         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
8225         (ptestcases.h): Likewise.
8227 2013-03-08  Roland McGrath  <roland@hack.frob.com>
8229         * Makeconfig ($(common-objpfx)config.status): Depend on
8230         sysdeps/*/preconfigure{,.in} too.
8232 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
8234         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
8235         (__free_hook): Use void * instead of __malloc_ptr_t.
8236         (__malloc_hook): Likewise.
8237         (__realloc_hook): Likewise.
8238         (__memalign_hook): Likewise.
8239         (__after_morecore_hook): Likewise.
8240         * malloc/arena.c (save_malloc_hook): Likewise.
8241         (save_free_hook): Likewise.
8242         * malloc/hooks.c (malloc_hook_ini): Likewise.
8243         (realloc_hook_ini): Likewise.
8244         (memalign_hook_ini): Likewise.
8245         * malloc/malloc.c (malloc_hook_ini): Likewise.
8246         (realloc_hook_ini): Likewise.
8247         (memalign_hook_ini): Likewise.
8248         (__free_hook): Likewise.
8249         (__malloc_hook): Likewise.
8250         (__realloc_hook): Likewise.
8251         (__memalign_hook): Likewise.
8252         (__libc_malloc): Likewise.
8253         (__libc_free): Likewise.
8254         (__libc_realloc): Likewise.
8255         (__libc_memalign): Likewise.
8256         (__libc_valloc): Likewise.
8257         (__libc_pvalloc): Likewise.
8258         (__libc_calloc): Likewise.
8259         (__posix_memalign): Likewise.
8260         * malloc/morecore.c (__sbrk): Likewise.
8261         (__default_morecore): Likewise.
8263         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
8265         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
8266         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
8267         __malloc_ptrdiff_t.
8269         * malloc/malloc.h (__malloc_size_t): Remove macro.
8270         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
8271         __malloc_size_t.
8272         (old_memalign_hook): Likewise.
8273         (old_realloc_hook): Likewise.
8274         (struct hdr): Likewise.
8275         (flood): Likewise.
8276         (mallochook): Likewise.
8277         (memalignhook): Likewise.
8278         (reallochook): Likewise.
8279         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
8280         (tr_old_realloc_hook): Likewise.
8281         (tr_old_memalign_hook): Likewise.
8282         (tr_mallochook): Likewise.
8283         (tr_reallochook): Likewise.
8284         (tr_memalignhook): Likewise.
8286 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8288         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
8289         default_ldbl_pack and using as default implementation.
8290         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
8291         implementation.
8292         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
8293         redundant definition.
8294         (ldbl_insert_mantissa): Likewise.
8295         (ldbl_canonicalize): Likewise.
8296         (ldbl_nearbyint): Likewise.
8297         (ldbl_pack): Rename to ldbl_pack_ppc.
8298         (ldbl_unpack): Rename to ldbl_unpack_ppc.
8299         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
8300         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
8302 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
8304         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
8305         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
8306         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
8307         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
8308         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
8309         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
8310         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
8311         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
8313 2013-03-07  Andreas Jaeger  <aj@suse.de>
8315         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
8316         bits/mman-linux.h.
8318 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
8320         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
8321         Include mpa.h and declare __MPEXP.
8322         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
8323         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
8324         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
8325         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
8326         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
8327         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
8328         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
8330         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
8331         (__slowpow): Use long double EXPL and LOGL functions to
8332         compute POW.
8333         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
8334         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
8335         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
8336         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
8337         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
8338         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
8340         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
8341         intermediate variable to calculate exponent.
8342         (__sqr): Likewise.
8343         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
8344         Likewise.
8345         (__sqr): Likewise.
8347         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
8348         [!NO__SQR]: Define __sqr.
8349         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
8350         and NO__SQR.  Remove all code except __mul and __sqr.  Include
8351         sysdeps/ieee754/dbl-64/mpa.c.
8352         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
8354         [BZ #12723]
8355         * posix/Makefile (tests): Add tst-pathconf.
8356         * posix/tst-pathconf.c: New test case.
8357         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
8358         _PC_PIPE_BUF.
8359         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
8361 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
8363         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
8365 2013-03-06  Andreas Jaeger  <aj@suse.de>
8367         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
8368         definition via __MAP_ANONYMOUS.
8370         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
8371         it's not part of Linux headers.
8373         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
8374         (MAP_HUGE_MASK): Define.
8376         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
8377         Define.
8378         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
8379         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
8380         Define.
8381         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
8382         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
8383         Define.
8384         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
8385         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
8386         Define.
8387         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
8389         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
8390         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
8391         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
8392         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
8393         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
8394         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
8396         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
8397         Handle f2fs.
8399         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
8400         Handle f2fs and efivarfs.
8402         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
8403         f2fs.
8405         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
8406         (EFIVARFS_MAGIC): Add.
8407         (F2FS_LINK_MAX): Add.
8409 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
8411         * stdio-common/vfprintf.c: Replace __builtin_expect with
8412         __glibc_unlikely.
8414 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
8416         [BZ #13550]
8417         * sysdeps/generic/bp-sym.h: Remove file.
8418         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
8419         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
8420         <bp-sym.h> and <bp-asm.h>.
8421         (__longjmp): Don't use BP_SYM.
8422         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
8423         and <bp-asm.h>.
8424         (memcpy): Don't use BP_SYM.
8425         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
8426         <bp-sym.h> and <bp-asm.h>.
8427         (memcpy): Don't use BP_SYM.
8428         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
8429         <bp-asm.h>.
8430         (memcpy): Don't use BP_SYM.
8431         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
8432         <bp-asm.h>.
8433         (memset): Don't use BP_SYM.
8434         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
8435         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
8436         (__bzero): Don't use BP_SYM.
8437         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
8438         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
8439         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
8440         <bp-sym.h> and <bp-asm.h>.
8441         (memcmp): Don't use BP_SYM.  Remove comment about bounded
8442         pointers.
8443         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
8444         <bp-sym.h> and <bp-asm.h>.
8445         (memcpy): Don't use BP_SYM.
8446         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
8447         <bp-sym.h> and <bp-asm.h>.
8448         (memset): Don't use BP_SYM.
8449         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
8450         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
8451         (__bzero): Don't use BP_SYM.
8452         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
8453         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
8454         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
8455         <bp-sym.h> and <bp-asm.h>.
8456         (strncmp): Don't use BP_SYM.  Remove comment about bounded
8457         pointers.
8458         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
8459         <bp-sym.h> and <bp-asm.h>.
8460         (memcpy): Don't use BP_SYM.
8461         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
8462         <bp-sym.h> and <bp-asm.h>.
8463         (memset): Don't use BP_SYM.
8464         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
8465         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
8466         (__bzero): Don't use BP_SYM.
8467         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
8468         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
8469         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
8470         <bp-sym.h> and <bp-asm.h>.
8471         (__memchr): Don't use BP_SYM.
8472         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
8473         <bp-sym.h> and <bp-asm.h>.
8474         (memcmp): Don't use BP_SYM.  Remove comment about bounded
8475         pointers.
8476         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
8477         <bp-sym.h> and <bp-asm.h>.
8478         (memcpy): Don't use BP_SYM.
8479         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
8480         <bp-sym.h> and <bp-asm.h>.
8481         (__mempcpy): Don't use BP_SYM.
8482         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
8483         <bp-sym.h> and <bp-asm.h>.
8484         (__memrchr): Don't use BP_SYM.
8485         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
8486         <bp-sym.h> and <bp-asm.h>.
8487         (memset): Don't use BP_SYM.
8488         (__bzero): Likewise.
8489         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
8490         <bp-sym.h> and <bp-asm.h>.
8491         (__rawmemchr): Don't use BP_SYM.
8492         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
8493         <bp-sym.h> and <bp-asm.h>.
8494         (__STRCMP): Don't use BP_SYM.
8495         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
8496         <bp-sym.h> and <bp-asm.h>.
8497         (strchr): Don't use BP_SYM.
8498         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
8499         <bp-sym.h> and <bp-asm.h>.
8500         (__strchrnul): Don't use BP_SYM.
8501         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
8502         <bp-sym.h> and <bp-asm.h>.
8503         (strlen): Don't use BP_SYM.
8504         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
8505         <bp-sym.h> and <bp-asm.h>.
8506         (strncmp): Don't use BP_SYM.  Remove comment about bounded
8507         pointers.
8508         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
8509         <bp-sym.h> and <bp-asm.h>.
8510         (__strnlen): Don't use BP_SYM.
8511         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
8512         <bp-sym.h> and <bp-asm.h>.
8513         (__GI__setjmp): Don't use BP_SYM.
8514         (_setjmp): Likewise.
8515         (__sigsetjmp): Likewise.
8516         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
8517         (L(start_addresses)): Don't use BP_SYM.
8518         (_start): Likewise.
8519         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
8520         <bp-asm.h>.
8521         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
8522         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
8523         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
8524         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
8525         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
8526         <bp-asm.h>.
8527         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
8528         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
8529         about bounded pointers.
8530         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
8531         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
8532         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
8533         <bp-asm.h>.
8534         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
8535         about bounded pointers.  Remove GKM FIXME comments.
8536         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
8537         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
8538         <bp-asm.h>.
8539         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
8540         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
8541         Remove GKM FIXME comments.
8542         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
8543         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
8544         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
8545         <bp-asm.h>.
8546         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
8547         about bounded pointers.  Remove GKM FIXME comment.
8548         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
8549         and <bp-asm.h>.
8550         (strncmp): Don't use BP_SYM.  Remove comment about bounded
8551         pointers.
8552         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
8553         <bp-sym.h> and <bp-asm.h>.
8554         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
8555         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
8556         <bp-sym.h> and <bp-asm.h>.
8557         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
8558         comment.
8560 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
8562         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
8563         call free(NULL).
8565 2013-03-05  David S. Miller  <davem@davemloft.net>
8567         * po/es.po: Update from translation team.
8569 2013-03-05  Andreas Jaeger  <aj@suse.de>
8571         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
8572         <bits/mman-linux.h>.
8573         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
8574         is fine.
8575         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
8576         <bits/mman-linux.h> to end of file.
8577         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
8578         is fine.
8579         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
8580         <bits/mman-linux.h> to end of file.
8581         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
8582         is fine.
8583         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
8584         <bits/mman-linux.h> to end of file.
8586         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
8587         (MCL_CURRENT, MCL_FUTURE): Define here.
8589 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
8591         [BZ #15232]
8592         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
8593         attribute_hidden.
8594         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
8596 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
8598         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
8599         fourth parameter needed for rt_sigprocmask syscall.
8600         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
8601         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
8602         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
8603         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
8604         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
8605         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
8607 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
8609         [BZ #13550]
8610         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
8611         comment about bounded pointers.
8612         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
8613         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
8615 2013-03-04  Andreas Jaeger  <aj@suse.de>
8617         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
8618         common definitions.
8620         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
8621         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
8622         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
8623         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
8624         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
8625         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
8627 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8629         [BZ #15055]
8630         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
8631         __ieee754_sqrl instead of __sqrl.
8633 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
8635         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
8636         * sysdeps/powerpc/fpu_control.h: ... here.
8637         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
8638         * sysdeps/powerpc/bits/fenvinline.h: ... here.
8639         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
8640         * sysdeps/powerpc/bits/mathinline.h: ... here.
8642 2013-03-01  Roland McGrath  <roland@hack.frob.com>
8644         * elf/dl-hwcaps.c (_dl_important_hwcaps):
8645         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
8646         to just [NEED_DL_SYSINFO_DSO].
8647         * elf/dl-support.c: Likewise.
8648         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
8649         * elf/rtld.c (dl_main): Likewise.
8650         * elf/setup-vdso.h (setup_vdso): Likewise.
8651         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
8652         * sysdeps/unix/sysv/linux/dl-sysdep.c
8653         (_dl_discover_osversion): Likewise.
8655 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
8657         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
8658         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
8660 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
8662         * NEWS: Mention libm performance improvements and non-x86 PI
8663         futex support.
8665         * csu/libc-start.c (__pthread_initialize_minimal): Change
8666         function arguments.
8667         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
8669 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
8671         [BZ #13550]
8672         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
8673         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
8674         <bp-sym.h> and <bp-asm.h>.
8675         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
8676         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
8677         and <bp-asm.h>.
8678         (memcpy): Don't use BP_SYM.
8679         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
8680         <bp-asm.h>.
8681         (__mpn_add_n): Don't use BP_SYM.
8682         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
8683         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
8684         and <bp-asm.h>.
8685         (__mpn_addmul_1): Don't use BP_SYM.
8686         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
8687         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
8688         <bp-sym.h>.
8689         (_setjmp): Don't use BP_SYM.
8690         (__novmx_setjmp): Likewise.
8691         (__GI__setjmp): Likewise.
8692         (__vmx_setjmp): Likewise.
8693         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
8694         <bp-sym.h>.
8695         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
8696         (__bzero): Don't use BP_SYM.
8697         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
8698         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
8699         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
8700         <bp-sym.h> and <bp-asm.h>.
8701         (memcpy): Don't use BP_SYM.
8702         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
8703         <bp-sym.h> and <bp-asm.h>.
8704         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
8705         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
8706         <bp-sym.h> and <bp-asm.h>.
8707         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
8708         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
8709         <bp-asm.h>.
8710         (__mpn_lshift): Don't use BP_SYM.
8711         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
8712         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
8713         <bp-asm.h>.
8714         (memset): Don't use BP_SYM.
8715         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
8716         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
8717         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
8718         <bp-asm.h>.
8719         (__mpn_mul_1): Don't use BP_SYM.
8720         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
8721         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
8722         <bp-sym.h> and <bp-asm.h>.
8723         (memcmp): Don't use BP_SYM.
8724         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
8725         <bp-sym.h> and <bp-asm.h>.
8726         (memcpy): Don't use BP_SYM.
8727         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
8728         <bp-sym.h> and <bp-asm.h>.
8729         (memset): Don't use BP_SYM.
8730         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
8731         <bp-sym.h> and <bp-asm.h>.
8732         (strncmp): Don't use BP_SYM.
8733         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
8734         <bp-sym.h> and <bp-asm.h>.
8735         (memcpy): Don't use BP_SYM.
8736         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
8737         <bp-sym.h> and <bp-asm.h>.
8738         (memset): Don't use BP_SYM.
8739         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
8740         <bp-sym.h> and <bp-asm.h>.
8741         (__memchr): Don't use BP_SYM.
8742         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
8743         <bp-sym.h> and <bp-asm.h>.
8744         (memcmp): Don't use BP_SYM.
8745         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
8746         <bp-sym.h> and <bp-asm.h>.
8747         (memcpy): Don't use BP_SYM.
8748         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
8749         <bp-sym.h> and <bp-asm.h>.
8750         (__mempcpy): Don't use BP_SYM.
8751         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
8752         <bp-sym.h> and <bp-asm.h>.
8753         (__memrchr): Don't use BP_SYM.
8754         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
8755         <bp-sym.h> and <bp-asm.h>.
8756         (memset): Don't use BP_SYM.
8757         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
8758         <bp-sym.h> and <bp-asm.h>.
8759         (__rawmemchr): Don't use BP_SYM.
8760         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
8761         <bp-sym.h> and <bp-asm.h>.
8762         (__STRCMP): Don't use BP_SYM.
8763         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
8764         <bp-sym.h> and <bp-asm.h>.
8765         (strchr): Don't use BP_SYM.
8766         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
8767         <bp-sym.h> and <bp-asm.h>.
8768         (__strchrnul): Don't use BP_SYM.
8769         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
8770         <bp-sym.h> and <bp-asm.h>.
8771         (strlen): Don't use BP_SYM.
8772         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
8773         <bp-sym.h> and <bp-asm.h>.
8774         (strncmp): Don't use BP_SYM.
8775         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
8776         <bp-sym.h> and <bp-asm.h>.
8777         (__strnlen): Don't use BP_SYM.
8778         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
8779         <bp-asm.h>.
8780         (__mpn_rshift): Don't use BP_SYM.
8781         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
8782         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
8783         <bp-sym.h> and <bp-asm.h>.
8784         (__sigsetjmp): Don't use BP_SYM.
8785         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
8786         (L(start_addresses)): Don't use BP_SYM.
8787         (_start): Likewise.
8788         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
8789         <bp-asm.h>.
8790         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
8791         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
8792         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
8793         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
8794         <bp-asm.h>.
8795         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
8796         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
8797         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
8798         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
8799         <bp-asm.h>.
8800         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
8801         comments.
8802         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
8803         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
8804         <bp-asm.h>.
8805         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
8806         FIXME comments.
8807         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
8808         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
8809         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
8810         <bp-asm.h>.
8811         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
8812         comment.
8813         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
8814         and <bp-asm.h>.
8815         (strncmp): Don't use BP_SYM,
8816         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
8817         <bp-asm.h>.
8818         (__mpn_sub_n): Don't use BP_SYM.
8819         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
8820         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
8821         and <bp-asm.h>.
8822         (__mpn_submul_1): Don't use BP_SYM.
8823         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
8824         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
8825         <bp-sym.h> and <bp-asm.h>.
8826         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
8827         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
8828         <bp-sym.h> and <bp-asm.h>.
8829         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
8830         comment.
8832 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
8834         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
8835         Use ZK to minimize writes to Z.
8836         (sub_magnitudes): Simplify code a bit.
8837         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
8838         Use ZK to minimize writes to Z.
8839         (sub_magnitudes): Simplify code a bit.
8841 2013-02-27  Roland McGrath  <roland@hack.frob.com>
8843         * csu/gmon-start.c: Add special exception to license text.
8845 2013-02-27  Richard Henderson  <rth@redhat.com>
8847         * scripts/config.guess: Update from config.git.
8848         * scripts/config.sub: Likewise.
8850 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
8852         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
8854         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
8856         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
8858         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
8860         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
8862 2013-02-26  Roland McGrath  <roland@hack.frob.com>
8864         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
8865         [$(build-shared = yes].
8867 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8869         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
8870         (__mul): Reduce iterations for calculating mantissa.
8872         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
8873         MPTWO.
8874         (__mpranred): Likewise.
8876         [BZ #15160]
8877         * malloc/memusagestat.c (main): Draw graphs for heap and stack
8878         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
8880 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
8882         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
8883         Define __attribute__.
8885 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8887         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
8888         unused.
8889         * posix/regex_internal.h (__attribute): Remove.
8890         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
8891         (re_string_context_at): Likewise.
8892         (bitset_not): Use __attribute__ and mark function as possibly
8893         unused.
8894         (bitset_merge): Likewise.
8895         (bitset_mask): Likewise.
8896         (re_string_char_size_at): Likewise.
8897         (re_string_wchar_at): Likewise.
8898         (re_string_elem_size_at): Likewise.
8900 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
8902         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
8903         code.
8904         (cc32): Likewise.
8906         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
8907         (__acr): Likewise.
8908         (__cpy): Likewise.
8909         (norm): Likewise.
8910         (denorm): Likewise.
8911         (__dbl_mp): Likewise.
8912         (add_magnitudes): Likewise.
8913         (sub_magnitudes): Likewise.
8914         (__mul): Likewise.
8915         (__inv): Likewise.
8917         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
8918         style.
8920         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
8921         style.
8923         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
8924         code.
8926         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
8927         up changes with default code.
8928         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
8929         Likewise.
8931 2013-02-24  Allan McRae  <allan@archlinux.org>
8933         * manual/socket.texi (The Internet Namespace): Order menu items
8934         to match that in the file.
8936         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
8937         node listing of the info page menu.
8939 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
8941         [BZ #13550]
8942         * sysdeps/i386/bp-asm.h: Remove file.
8943         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
8944         (PARMS): Do not use macros from bp-asm.h.
8945         (S1): Likewise.
8946         (S2): Likewise.
8947         (SIZE): Likewise.
8948         (__mpn_add_n): Do not use BP_SYM
8949         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
8950         "bp-asm.h".
8951         (PARMS): Do not use macros from bp-asm.h.
8952         (S1): Likewise.
8953         (SIZE): Likewise.
8954         (__mpn_addmul_1): Do not use BP_SYM
8955         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
8956         "bp-asm.h".
8957         (PARMS): Do not use macros from bp-asm.h.
8958         (SIGMSK): Likewise.
8959         (_setjmp): Likewise.  Do not use BP_SYM.
8960         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
8961         "bp-asm.h".
8962         (PARMS): Do not use macros from bp-asm.h.
8963         (SIGMSK): Likewise.
8964         (setjmp): Likewise.  Do not use BP_SYM.
8965         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
8966         "bp-asm.h".
8967         (PARMS): Do not use macros from bp-asm.h.
8968         (__frexp): Do not use BP_SYM.
8969         (frexp): Likewise.
8970         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
8971         "bp-asm.h".
8972         (PARMS): Do not use macros from bp-asm.h.
8973         (__frexpf): Do not use BP_SYM.
8974         (frexpf): Likewise.
8975         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
8976         "bp-asm.h".
8977         (PARMS): Do not use macros from bp-asm.h.
8978         (__frexpl): Do not use BP_SYM.
8979         (frexpl): Likewise.
8980         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
8981         "bp-asm.h".
8982         (PARMS): Do not use macros from bp-asm.h.
8983         (__remquo): Do not use BP_SYM.
8984         (remquo): Likewise.
8985         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
8986         "bp-asm.h".
8987         (PARMS): Do not use macros from bp-asm.h.
8988         (__remquof): Do not use BP_SYM.
8989         (remquof): Likewise.
8990         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
8991         "bp-asm.h".
8992         (PARMS): Do not use macros from bp-asm.h.
8993         (__remquol): Do not use BP_SYM.
8994         (remquol): Likewise.
8995         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
8996         "bp-asm.h".
8997         (PARMS): Do not use macros from bp-asm.h.
8998         (DEST): Likewise.
8999         (SRC): Likewise.
9000         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
9001         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
9002         "bp-asm.h".
9003         (PARMS): Do not use macros from bp-asm.h.
9004         (strlen): Do not use BP_SYM.
9005         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
9006         "bp-asm.h".
9007         (PARMS): Do not use macros from bp-asm.h.
9008         (S1): Likewise.
9009         (S2): Likewise.
9010         (SIZE): Likewise.
9011         (__mpn_add_n): Do not use BP_SYM.
9012         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
9013         "bp-asm.h".
9014         (PARMS): Do not use macros from bp-asm.h.
9015         (S1): Likewise.
9016         (SIZE): Likewise.
9017         (__mpn_addmul_1): Do not use BP_SYM.
9018         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
9019         weak_alias.
9020         (bzero): Likewise.
9021         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
9022         "bp-asm.h".
9023         (PARMS): Do not use macros from bp-asm.h.
9024         (S): Likewise.
9025         (SIZE): Likewise.
9026         (__mpn_lshift): Do not use BP_SYM.
9027         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
9028         "bp-asm.h".
9029         (PARMS): Do not use macros from bp-asm.h.
9030         (DEST): Likewise.
9031         (SRC): Likewise.
9032         (LEN): Likewise.
9033         (memcpy): Likewise.  Do not use BP_SYM.
9034         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
9035         libc_hidden_def and weak_alias.
9036         (mempcpy): Do not use BP_SYM in weak_alias.
9037         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
9038         "bp-asm.h".
9039         (PARMS): Do not use macros from bp-asm.h.
9040         (DEST): Likewise.
9041         (LEN): Likewise.
9042         [!BZERO_P] (CHR): Likewise.
9043         (memset): Likewise.  Do not use BP_SYM.
9044         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
9045         "bp-asm.h".
9046         (PARMS): Do not use macros from bp-asm.h.
9047         (S1): Likewise.
9048         (SIZE): Likewise.
9049         (__mpn_mul_1): Do not use BP_SYM.
9050         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
9051         "bp-asm.h".
9052         (PARMS): Do not use macros from bp-asm.h.
9053         (S): Likewise.
9054         (SIZE): Likewise.
9055         (__mpn_rshift): Do not use BP_SYM.
9056         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
9057         "bp-asm.h".
9058         (PARMS): Do not use macros from bp-asm.h.
9059         (STR): Likewise.
9060         (CHR): Likewise.
9061         (strchr): Likewise.  Do not use BP_SYM.
9062         (index): Do not use BP_SYM in weak_alias.
9063         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
9064         "bp-asm.h".
9065         (PARMS): Do not use macros from bp-asm.h.
9066         (DEST): Likewise.
9067         (SRC): Likewise.
9068         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
9069         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
9070         "bp-asm.h".
9071         (PARMS): Do not use macros from bp-asm.h.
9072         (strlen): Do not use BP_SYM.
9073         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
9074         "bp-asm.h".
9075         (PARMS): Do not use macros from bp-asm.h.
9076         (S1): Likewise.
9077         (S2): Likewise.
9078         (SIZE): Likewise.
9079         (__mpn_sub_n): Do not use BP_SYM.
9080         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
9081         "bp-asm.h".
9082         (PARMS): Do not use macros from bp-asm.h.
9083         (S1): Likewise.
9084         (SIZE): Likewise.
9085         (__mpn_submul_1): Do not use BP_SYM.
9086         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
9087         "bp-asm.h".
9088         (PARMS): Do not use macros from bp-asm.h.
9089         (S1): Likewise.
9090         (S2): Likewise.
9091         (SIZE): Likewise.
9092         (__mpn_add_n): Do not use BP_SYM.
9093         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
9094         weak_alias.
9095         (bzero): Likewise.
9096         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
9097         "bp-asm.h".
9098         (PARMS): Do not use macros from bp-asm.h.
9099         (BLK2): Likewise.
9100         (LEN): Likewise.
9101         (memcmp): Do not use BP_SYM.
9102         (bcmp): Do not use BP_SYM in weak_alias.
9103         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
9104         "bp-asm.h".
9105         (PARMS): Do not use macros from bp-asm.h.
9106         (DEST): Likewise.
9107         (SRC): Likewise.
9108         (LEN): Likewise.
9109         (memcpy): Likewise.  Do not use BP_SYM.
9110         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
9111         "bp-asm.h".
9112         (PARMS): Do not use macros from bp-asm.h.
9113         (DEST): Likewise.
9114         (SRC): Likewise.
9115         (LEN): Likewise.
9116         (memmove): Likewise.  Do not use BP_SYM.
9117         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
9118         "bp-asm.h".
9119         (PARMS): Do not use macros from bp-asm.h.
9120         (DEST): Likewise.
9121         (SRC): Likewise.
9122         (LEN): Likewise.
9123         (__mempcpy): Likewise.  Do not use BP_SYM.
9124         (mempcpy): Do not use BP_SYM in weak_alias.
9125         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
9126         "bp-asm.h".
9127         (PARMS): Do not use macros from bp-asm.h.
9128         (DEST): Likewise.
9129         (LEN): Likewise.
9130         [!BZERO_P] (CHR): Likewise.
9131         (memset): Likewise.  Do not use BP_SYM.
9132         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
9133         "bp-asm.h".
9134         (PARMS): Do not use macros from bp-asm.h.
9135         (STR2): Likewise.
9136         (strcmp): Do not use BP_SYM.
9137         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
9138         "bp-asm.h".
9139         (PARMS): Do not use macros from bp-asm.h.
9140         (STR): Likewise.
9141         (DELIM): Likewise.
9142         [USE_AS_STRTOK_R] (SAVE): Likewise.
9143         (FUNCTION): Likewise.  Do not use BP_SYM.
9144         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
9145         aliases.
9146         (strtok_r): Likewise.
9147         (__GI___strtok_r): Likewise.
9148         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
9149         (PARMS): Do not use macros from bp-asm.h.
9150         (S): Likewise.
9151         (SIZE): Likewise.
9152         (__mpn_lshift): Do not use BP_SYM.
9153         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
9154         (PARMS): Do not use macros from bp-asm.h.
9155         (STR): Likewise.
9156         (CHR): Likewise.
9157         (__memchr): Do not use BP_SYM.
9158         (memchr): Do not use BP_SYM in weak_alias.
9159         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
9160         (PARMS): Do not use macros from bp-asm.h.
9161         (BLK2): Likewise.
9162         (LEN): Likewise.
9163         (memcmp): Do not use BP_SYM.
9164         (bcmp): Do not use BP_SYM in weak_alias.
9165         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
9166         (PARMS): Do not use macros from bp-asm.h.
9167         (S1): Likewise.
9168         (SIZE): Likewise.
9169         (__mpn_mul_1): Do not use BP_SYM.
9170         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
9171         "bp-asm.h".
9172         (PARMS): Do not use macros from bp-asm.h.
9173         (STR): Likewise.
9174         (CHR): Likewise.
9175         (__rawmemchr): Do not use BP_SYM.
9176         (rawmemchr): Do not use BP_SYM in weak_alias.
9177         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
9178         (PARMS): Do not use macros from bp-asm.h.
9179         (S): Likewise.
9180         (SIZE): Likewise.
9181         (__mpn_rshift): Do not use BP_SYM.
9182         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
9183         (PARMS): Do not use macros from bp-asm.h.
9184         (SIGMSK): Likewise.
9185         (__sigsetjmp): Likewise.  Do not use BP_SYM.
9186         * sysdeps/i386/start.S: Do not include "bp-sym.h".
9187         (_start): Do not use BP_SYM.
9188         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
9189         (PARMS): Do not use macros from bp-asm.h.
9190         (DEST): Likewise.
9191         (SRC): Likewise.
9192         (__stpcpy): Likewise.  Do not use BP_SYM.
9193         (stpcpy): Do not use BP_SYM in weak_alias.
9194         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
9195         "bp-asm.h".
9196         (PARMS): Do not use macros from bp-asm.h.
9197         (DEST): Likewise.
9198         (SRC): Likewise.
9199         (LEN): Likewise.
9200         (__stpncpy): Likewise.  Do not use BP_SYM.
9201         (stpncpy): Do not use BP_SYM in weak_alias.
9202         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
9203         (PARMS): Do not use macros from bp-asm.h.
9204         (STR): Likewise.
9205         (CHR): Likewise.
9206         (strchr): Likewise.  Do not use BP_SYM.
9207         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
9208         "bp-asm.h".
9209         (PARMS): Do not use macros from bp-asm.h.
9210         (STR): Likewise.
9211         (CHR): Likewise.
9212         (__strchrnul): Likewise.  Do not use BP_SYM.
9213         (strchrnul): Do not use BP_SYM in weak_alias.
9214         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
9215         "bp-asm.h".
9216         (PARMS): Do not use macros from bp-asm.h.
9217         (STOP): Likewise.
9218         (strcspn): Do not use BP_SYM.
9219         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
9220         "bp-asm.h".
9221         (PARMS): Do not use macros from bp-asm.h.
9222         (STR): Likewise.
9223         (STOP): Likewise.
9224         (strpbrk): Likewise.  Do not use BP_SYM.
9225         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
9226         "bp-asm.h".
9227         (PARMS): Do not use macros from bp-asm.h.
9228         (STR): Likewise.
9229         (CHR): Likewise.
9230         (strrchr): Likewise.  Do not use BP_SYM.
9231         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
9232         (PARMS): Do not use macros from bp-asm.h.
9233         (SKIP): Likewise.
9234         (strspn): Do not use BP_SYM.
9235         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
9236         (PARMS): Do not use macros from bp-asm.h.
9237         (STR): Likewise.
9238         (DELIM): Likewise.
9239         (SAVE): Likewise.
9240         (FUNCTION): Likewise.  Do not use BP_SYM.
9241         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
9242         aliases.
9243         (strtok_r): Likewise.
9244         (__GI___strtok_r): Likewise.
9245         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
9246         (PARMS): Do not use macros from bp-asm.h.
9247         (S1): Likewise.
9248         (S2): Likewise.
9249         (SIZE): Likewise.
9250         (__mpn_sub_n): Do not use BP_SYM.
9251         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
9252         "bp-asm.h".
9253         (PARMS): Do not use macros from bp-asm.h.
9254         (S1): Likewise.
9255         (SIZE): Likewise.
9256         (__mpn_submul_1): Do not use BP_SYM.
9257         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
9258         <bp-sym.h>.
9259         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
9260         and <bp-asm.h>.
9261         (PARMS): Do not use macros from bp-asm.h.
9262         (FLAGS): Likewise.
9263         (PTID): Likewise.
9264         (TLS): Likewise.
9265         (CTID): Likewise.
9266         (__clone): Do not use BP_SYM.
9267         (clone): Do not use BP_SYM in weak_alias.
9268         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
9269         and <bp-asm.h>.
9270         (PARMS): Do not use macros from bp-asm.h.
9271         (LEN): Likewise.
9272         (__mmap64): Do not use BP_SYM.
9273         (mmap64): Do not use BP_SYM in weak_alias.
9274         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
9275         <bp-sym.h> and <bp-asm.h>.
9276         (PARMS): Do not use macros from bp-asm.h.
9277         (__posix_fadvise64_l64): Do not use BP_SYM.
9278         * sysdeps/unix/sysv/linux/i386/semtimedop.S
9279         (PARMS): Do not use macros from bp-asm.h.
9280         (NSOPS): Likewise.
9281         (semtimedop): Do not use BP_SYM.
9282         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
9283         and <bp-asm.h>.
9285 2013-02-21  Allan McRae  <allan@archlinux.org>
9287         * manual/message.texi (Charset conversion in gettext):
9288         Move @end statement to beginning of line.
9290 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
9292         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
9293         static.
9294         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
9295         Likewise.
9297         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
9298         (denorm): Likewise.
9299         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
9300         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
9302 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
9304         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
9305         tail-call to the resolved function if pltexit isn't needed.
9307 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
9309         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
9310         or Y being zero as being unlikely.
9311         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
9312         Likewise.
9314 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
9316         * manual/nss.texi (System Databases and Name Service Switch):
9317         Remove frobnicate @pxref.
9319 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
9321         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
9322         __attribute__ ((unused)) to __attribute__ ((__unused__)).
9324 2013-02-20  Petr Machata  <pmachata@redhat.com>
9326         * elf/elf.h (R_ARM_TARGET1): New macro.
9327         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
9328         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
9329         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
9330         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
9331         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
9332         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
9333         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
9334         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
9335         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
9336         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
9337         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
9338         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
9339         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
9340         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
9341         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
9342         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
9343         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
9344         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
9345         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
9346         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
9347         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
9348         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
9349         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
9350         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
9351         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
9352         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
9353         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
9354         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
9355         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
9356         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
9357         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
9358         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
9359         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
9360         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
9361         (R_ARM_THM_GOT_BREL12): Likewise.
9362         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
9363         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
9364         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
9365         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
9366         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
9367         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
9368         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
9369         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
9370         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
9372 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
9374         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
9375         __attribute_used__ to __attribute__ ((unused)).
9377 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
9379         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
9380         powerpc mpa.c.
9381         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
9382         comment formatting.
9383         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
9385 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
9387         [BZ #13550]
9388         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
9389         Remove macro.
9390         (ENTER): Remove both macro definitions.
9391         (LEAVE): Likewise.
9392         (CHECK_BOUNDS_LOW): Likewise.
9393         (CHECK_BOUNDS_HIGH): Likewise.
9394         (CHECK_BOUNDS_BOTH): Likewise.
9395         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
9396         (RETURN_BOUNDED_POINTER): Likewise.
9397         (RETURN_NULL_BOUNDED_POINTER): Likewise.
9398         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
9399         (POP_ERRNO_LOCATION_RETURN): Likewise.
9400         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
9401         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
9402         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
9403         macros.
9404         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
9405         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
9406         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
9407         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
9408         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
9409         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
9410         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
9411         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
9412         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
9413         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
9414         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
9415         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
9416         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
9417         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
9418         removed macros.
9419         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
9420         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
9421         macros.
9422         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
9423         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
9424         * sysdeps/i386/i586/memset.S (memset): Likewise.
9425         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
9426         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
9427         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
9428         macros.
9429         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
9430         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
9431         Change uses of L(2) to L(out).
9432         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
9433         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
9434         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
9435         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
9436         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
9437         removed macros.
9438         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
9439         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
9440         macros.
9441         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
9442         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
9443         (RETURN): Do not use macro LEAVE.
9444         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
9445         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
9446         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
9447         * sysdeps/i386/i686/memset.S (memset): Likewise.
9448         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
9449         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
9450         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
9451         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
9452         Likewise.
9453         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
9454         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
9455         L(1_2) and L(1_3) into L(1).
9456         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
9457         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
9458         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
9459         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
9460         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
9461         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
9462         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
9463         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
9464         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
9465         macros.
9466         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
9467         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
9468         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
9469         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
9470         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
9471         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
9472         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
9473         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
9474         * sysdeps/i386/strcspn.S (strcspn): Likewise.
9475         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
9476         * sysdeps/i386/strrchr.S (strrchr): Likewise.
9477         * sysdeps/i386/strspn.S (strspn): Likewise.
9478         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
9479         conditional code.
9480         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
9481         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
9482         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
9483         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
9484         L(1_3) into L(1_1).
9485         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
9486         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
9487         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
9488         macros.
9489         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
9491 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
9493         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
9494         macro.
9496 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
9498         * math/atest-exp.c (exp_mpn): Remove ROUND.
9499         * math/atest-exp2.c (exp_mpn): Likewise.
9500         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
9502         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
9503         * stdlib/tst-tls-atexit-lib.c: Likewise.
9504         * stdlib/tst-tls-atexit.c: Likewise.
9506 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
9508         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
9509         and __attribute_alloc_size__.
9511 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
9513         * include/programs/xmalloc.h: Change __attribute_alloc_size to
9514         __attribute_alloc_size__.
9515         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
9516         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
9518 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
9520         * include/programs/xmalloc.h: New file.
9521         * catgets/gencat.c: Include it.
9522         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
9523         * elf/pldd.c: Likewise.
9524         * iconv/iconv_charmap.c: Likewise.
9525         * iconv/iconvconfig.c: Likewise.
9526         * iconv/strtab.c: Likewise.
9527         * locale/programs/locale.c: Likewise.
9528         * locale/programs/localedef.h: Likewise.
9529         * locale/programs/simple-hash.c: Likewise.
9530         * nscd/nscd.h: Likewise.
9531         * nss/makedb.c: Likewise.
9532         * sysdeps/generic/ldconfig.h: Likewise.
9534 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
9536         * Versions.def: Add GLIBC_2.18.
9537         * include/link.h (struct link_map): New member l_tls_dtor_count.
9538         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
9539         (__call_tls_dtors): Likewise.
9540         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
9541         __cxa_thread_atexit_impl.
9542         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
9543         Likewise.
9544         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
9545         Likewise.
9546         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
9547         Likewise.
9548         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
9549         Likewise.
9550         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
9551         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
9552         Likewise.
9553         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
9554         Likewise.
9555         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
9556         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
9557         Likewise.
9558         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
9559         (tests): Add test case tst-tls-atexit.
9560         (modules-names): Add shared library for tst-tls-atexit.
9561         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
9562         (GLIBC_PRIVATE): Add __call_tls_dtors.
9563         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
9564         for libstdc++.
9565         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
9566         * stdlib/tst-tls-atexit.c: New test case.
9567         * stdlib/tst-tls-atexit-lib.c: New test case.
9569         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
9571         * elf/Versions (ld): Add _dl_find_dso_for_object.
9572         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
9573         * elf/dl-open.c (_dl_find_dso_for_object): New function.
9574         (dl_open_worker): Use _dl_find_dso_for_object.
9575         * elf/dl-sym.c (do_sym): Likewise.
9576         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
9578 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
9580         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
9581         Syntactic changes only.
9582         (_dl_runtime_profile): Do a tail-call to the resolved function.
9584 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
9586         [BZ #13550]
9587         * sysdeps/x86_64/bp-asm.h: Remove file.
9588         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
9589         <bp-sym.h> and <bp-asm.h>.
9590         (__clone): Do not use BP_SYM.
9591         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
9592         <bp-sym.h> and <bp-asm.h>.
9593         * sysdeps/unix/x86_64/sysdep.S: Likewise.
9594         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
9595         "bp-asm.h".
9596         (_setjmp): Do not use BP_SYM.
9597         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
9598         "bp-asm.h".
9599         (setjmp): Do not use BP_SYM.
9600         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
9601         libc_hidden_def.
9602         (mempcpy): Do not use BP_SYM in weak_alias.
9603         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
9604         "bp-asm.h".
9605         (strchr): Do not use BP_SYM.
9606         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
9607         "bp-asm.h".
9608         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
9609         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
9610         (_start): Do not use BP_SYM.
9611         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
9612         "bp-asm.h".
9613         (strcat): Do not use BP_SYM.
9614         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
9615         "bp-asm.h".
9616         (STRCMP): Do not use BP_SYM.
9617         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
9618         "bp-asm.h".
9619         (STRCPY): Do not use BP_SYM.
9620         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
9621         "bp-asm.h".
9622         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
9623         "bp-asm.h".
9624         (FUNCTION): Do not use BP_SYM.
9625         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
9626         weak_alias.
9627         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
9629 2013-02-17  Andreas Jaeger  <aj@suse.de>
9631         * time/Versions: Sort entries.
9632         * string/Versions: Likewise.
9633         * resolv/Versions: Likewise.
9634         * posix/Versions: Likewise.
9635         * iconv/Versions: Likewise.
9636         * elf/Versions: Likewise.
9637         * wcsmbs/Versions: Likewise.
9639 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
9641         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
9642         loop termination condition.
9644         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
9645         variable to calculate EZ.
9646         (__sqr): Likewise.
9648         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
9649         the lower precision input.
9651 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
9653         [BZ #13550]
9654         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
9655         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
9656         (run-via-rtld-prefix): Do not handle %-bp tests.
9657         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
9658         (all-object-suffixes): Remove .ob.
9659         (bppfx): Remove variable.
9660         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
9661         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
9662         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
9663         [$(build-bounded) = yes] (libtype.ob): Likewise.
9664         * Makerules (elide-routines.ob): Remove variable.
9665         (do-tests-clean): Do not handle *-bp.out.
9666         (common-mostlyclean): Do not handle *-bp and *-bp.out.
9667         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
9668         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
9669         (tests): Do not include $(tests-bp.out).
9670         (xtests): Do not include $(xtests-bp.out).
9671         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
9672         [$(build-bounded) = yes] ($(addprefix
9673         $(objpfx),$(binaries-bounded))): Remove rule.
9674         ($(objpfx)%-bp.out): Remove rule.
9675         * config.make.in (build-bounded): Remove variable.
9676         * crypt/Makefile [$(build-bounded) = yes]
9677         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
9678         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
9679         append to variable.
9680         [$(build-bounded) = yes] (install-lib): Likewise.
9681         [$(build-bounded) = yes] (generated): Likewise.
9682         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
9683         Remove rule.
9684         * intl/Makefile [$(build-bounded) = yes]
9685         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
9686         * math/Makefile [$(build-bounded) = yes]
9687         ($(tests:%=$(objpfx)%-bp): Likewise.
9688         * misc/Makefile [$(build-bounded) = yes]
9689         ($(objpfx)tst-tsearch-bp): Likewise.
9690         * nptl/Makeconfig (bounded-thread-library): Remove variable.
9691         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
9692         Remove dependency.
9693         * string/Makefile (o-objects.ob): Remove variable.
9694         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
9695         (CFLAGS-.ob): Remove variable.
9696         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
9697         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
9698         both definitions of variable.
9699         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
9700         (ASFLAGS-.ob): Remove variable.
9702 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
9704         [BZ #13550]
9705         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
9706         Remove __BOUNDED_POINTERS__ from condition.
9707         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
9708         * string/bits/string2.h [!__NO_STRING_INLINES &&
9709         !__BOUNDED_POINTERS__]: Likewise.
9710         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
9711         Likewise.
9712         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
9713         Remove conditional code.
9714         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
9715         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
9716         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
9717         condition.
9719         [BZ #13550]
9720         * csu/libc-start.c: Do not include <bp-sym.h>.
9721         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
9722         * elf/dl-open.c: Do not include <bp-sym.h>.
9723         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
9724         * math/fegetenv.c: Do not include <bp-sym.h>.
9725         (fegetenv): Do not use BP_SYM in versioned symbols.
9726         * nptl/sysdeps/pthread/bits/libc-lockP.h
9727         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
9728         <bp-sym.h>.
9729         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
9730         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
9731         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
9732         (__pthread_mutex_destroy): Likewise.
9733         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
9734         (__pthread_mutex_lock): Likewise.
9735         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
9736         (__pthread_mutex_trylock): Likewise.
9737         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
9738         (__pthread_mutex_unlock): Likewise.
9739         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
9740         (__pthread_mutexattr_init): Likewise.
9741         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
9742         (__pthread_mutexattr_destroy): Likewise.
9743         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
9744         (__pthread_mutexattr_settype): Likewise.
9745         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
9746         (__pthread_rwlock_init): Likewise.
9747         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
9748         (__pthread_rwlock_destroy): Likewise.
9749         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
9750         (__pthread_rwlock_rdlock): Likewise.
9751         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
9752         (__pthread_rwlock_tryrdlock): Likewise.
9753         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
9754         (__pthread_rwlock_wrlock): Likewise.
9755         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
9756         (__pthread_rwlock_trywrlock): Likewise.
9757         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
9758         (__pthread_rwlock_unlock): Likewise.
9759         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
9760         (__pthread_key_create): Likewise.
9761         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
9762         (__pthread_setspecific): Likewise.
9763         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
9764         (__pthread_getspecific): Likewise.
9765         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
9766         Likewise.
9767         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
9768         (_pthread_cleanup_push_defer): Likewise.
9769         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
9770         (_pthread_cleanup_pop_restore): Likewise.
9771         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
9772         (pthread_setcancelstate): Likewise.
9773         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
9774         <bp-sym.h>.
9775         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
9776         (memchr): Do not use BP_SYM in weak_alias.
9777         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
9778         (fegetenv): Do not use BP_SYM in versioned symbols.
9779         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
9780         (fesetenv): Do not use BP_SYM in versioned symbols.
9781         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
9782         (feupdateenv): Do not use BP_SYM in versioned symbols.
9783         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
9784         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
9785         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
9786         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
9787         (open64): Do not use BP_SYM in weak_alias.
9788         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
9789         (fegetenv): Do not use BP_SYM in versioned symbols.
9790         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
9791         (fesetenv): Do not use BP_SYM in versioned symbols.
9792         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
9793         (feupdateenv): Do not use BP_SYM in versioned symbols.
9794         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
9795         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
9796         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
9797         (feraiseexcept): Do not use BP_SYM in versioned symbols.
9798         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
9799         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
9800         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
9801         <bp-sym.h>.
9802         (__libc_start_main): Do not use BP_SYM.
9804 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
9806         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
9807         redundant return line.
9808         (norm): Likewise.
9809         (denorm): Likewise.
9810         (dbl_mp): Likewise.
9811         (sub_magnitudes): Likewise.
9812         (__add): Likewise.
9813         (__sub): Likewise.
9814         (__mul): Likewise.
9815         (__inv): Likewise.
9816         (__dvd): Likewise.
9817         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
9818         (norm): Likewise.
9819         (denorm): Likewise.
9820         (dbl_mp): Likewise.
9821         (sub_magnitudes): Likewise.
9822         (__add): Likewise.
9823         (__sub): Likewise.
9824         (__mul): Likewise.
9825         (__inv): Likewise.
9826         (__dvd): Likewise.
9828         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
9829         instead of __mul.
9830         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
9831         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
9832         (cc32): Likewise.
9834         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
9835         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
9836         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
9837         of __mul for squares.
9838         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
9839         function
9840         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
9841         Likewise.
9842         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
9843         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
9845 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
9847         [BZ #13550]
9848         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
9849         code.
9850         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
9851         prototype or function definition.  Rename ubp_* variables and
9852         parameters.  Remove argv definitions conditional on
9853         [__BOUNDED_POINTERS__].
9854         * debug/backtrace.c (__backtrace): Do not use __unbounded.
9855         * elf/dl-runtime.c (_dl_fixup): Likewise.
9856         * include/set-hooks.h (RUN_HOOK): Likewise.
9857         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
9858         definition.
9859         * string/strcpy.c (strcpy): Do not use __unbounded.
9860         * sysdeps/generic/frame.h (struct layout): Likewise.
9861         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
9862         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
9863         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
9864         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
9865         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
9866         (__backtrace): Likewise.
9867         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
9868         use __ptrvalue.
9869         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
9870         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
9871         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
9872         Likewise.
9873         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
9874         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
9875         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
9876         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
9877         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
9878         Do not use __unbounded.
9879         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
9880         Rename __unboundedrlimits parameter to rlimits in prototype.
9881         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
9882         Do not use __unbounded.
9883         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
9884         not use __ptrvalue.
9885         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
9886         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
9887         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
9888         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
9889         __ptrvalue or __unbounded.
9890         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
9891         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
9892         use __unbounded.
9893         (__new_msgctl): Do not use __ptrvalue.
9894         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
9895         __unbounded.
9896         (__libc_msgrcv): Do not use __ptrvalue.
9897         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
9898         startup_info): Do not use __unbounded.
9899         (__libc_start_main): Likewise.  Rename ubp_* variables and
9900         parameters.  Remove argv definitions conditional on
9901         [__BOUNDED_POINTERS__].
9902         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
9903         __ptrvalue.
9904         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
9905         use __unbounded.
9906         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
9907         or __ptrvalue.
9908         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
9909         use __unbounded.
9910         (__new_shmctl): Do not use __ptrvalue.
9911         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
9912         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
9913         Likewise.
9914         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
9915         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
9916         (__libc_sigaction): Likewise.
9917         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
9918         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
9919         Likewise.
9920         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
9922 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
9924         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
9926         * string/mempcpy.c: Implement by calling memcpy.
9928 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
9930         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
9932         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
9933         evaluation.
9935         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
9936         values in the mantissa.
9938         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
9939         minimize writes to Z.
9940         (sub_magnitudes): Simplify code a bit.
9942 2013-02-12  Roland McGrath  <roland@hack.frob.com>
9944         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
9945         from the message.  The linker prefixes all warnings with that already.
9947 2013-02-12  Andreas Schwab  <schwab@suse.de>
9949         [BZ #15078]
9950         * posix/regexec.c (extend_buffers): Add parameter min_len.
9951         (check_matching): Pass minimum needed length.
9952         (clean_state_log_if_needed): Likewise.
9953         (get_subexp): Likewise.
9954         * posix/Makefile (tests): Add bug-regex34.
9955         (bug-regex34-ENV): Define.
9956         * posix/bug-regex34.c: New file.
9958         [BZ #11561]
9959         * posix/regcomp.c (parse_bracket_exp): When looking up collating
9960         elements compare against the byte sequence of it, not its name.
9961         * posix/Makefile (tests): Add bug-regex35.
9962         (bug-regex35-ENV): Define.
9963         * posix/bug-regex35.c: New file.
9965 2013-02-11  Tom de Vries  <tom@codesourcery.com>
9967         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
9968         comment.
9969         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
9970         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
9971         (CHECK_EOL): Add undef.
9973 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
9975         * bits/stdlib-bsearch.h: New file.
9976         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
9977         * stdlib/stdlib.h: Likewise.
9979 2013-02-11  Roland McGrath  <roland@hack.frob.com>
9981         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
9982         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
9983         declaration.
9984         * manual/search.texi (Array Search Function): Add missing const in
9985         lfind prototype.
9986         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
9987         declaration to use rlim_t.
9988         (Basic Scheduling Functions): Remove erroneous const from
9989         sched_getparam prototype.  Remove erroneous * from
9990         sched_get_priority_max and sched_get_priority_min prototypes.
9991         (Resource Usage): Fix summary @comment on vtimes to refer to
9992         sys/vtimes.h rather than vtimes.h.
9993         Add missing *s in vtimes prototype.
9994         (Limits on Resources): Fix ulimit prototype to return long int.
9995         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
9996         prototypes to use long int rather than double.
9997         (BSD Random): Fix initstate and setstate to use char *, not void *.
9998         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
9999         prototype to make second argument 'struct aiocb64 *const[]'.
10000         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
10001         (Status of AIO Operations): Remove erroneous const in aio_return and
10002         aio_return64 prototypes.
10003         (Synchronizing I/O): Fix sync prototype to return void.
10004         * manual/startup.texi (Suboptions): Remove an erroneous const in
10005         getsubopt prototype.
10006         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
10007         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
10008         use size_t rather than int.
10009         (Scanning All Users): Likewise for getpwent_r.
10010         (Setting Groups): Add missing const to setgroups prototype.
10011         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
10012         * manual/socket.texi (Host Names): Fix gethostbyaddr and
10013         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
10014         'const void *' rather than 'const char *'.
10015         (Host Address Functions): Likewise for inet_ntop.
10016         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
10017         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
10018         ssize_t for return value.
10019         (Sending Data): Likewise for send, sendto, sendmsg.
10020         (Socket Option Functions): Add a missing const in setsockopt prototype.
10021         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
10022         use wchar_t for the argument.
10023         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
10024         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
10025         take no arguments.
10026         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
10027         double/float/long double for second argument.
10028         Fix return types of significand, significandf, significandl.
10029         * manual/filesys.texi (Setting Permissions): Use mode_t for second
10030         argument in fchmod prototype.
10031         (File Owner): Use uid_t and gid_t in fchown prototype.
10032         (File Times): Add const to utimes, futimes, and lutimes prototypes.
10033         (Making Special Files): Use mode_t and dev_t in mknod prototype.
10034         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
10035         use 'const struct dirent **' as argument types to CMP function pointer
10036         argument.
10037         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
10038         (File Times): Fix summary magic @comment for struct utimbuf and utime
10039         to refer to utime.h, not time.h.
10040         * manual/string.texi (Argz Functions): Add missing const in
10041         argz_extract and argz_next prototypes.
10042         (Finding Tokens in a String): Likewise for basename.
10043         (String/Array Comparison): Fix typo in wcscasecmp prototype.
10044         (Copying and Concatenation): Fix typo in wmemmove prototype.
10045         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
10046         (Signal Stack): Remove erroneous const in sigstack prototype.
10047         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
10048         prototype.
10049         (Simple Calendar Time): Likewise for stime.
10050         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
10051         prototype.
10052         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
10053         say sys/sysctl.h instead.
10054         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
10055         and vsyslog prototypes.
10057 2013-02-11  Tom de Vries  <tom@codesourcery.com>
10059         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
10060         Remove.
10062 2013-02-11  Roland McGrath  <roland@hack.frob.com>
10064         * misc/sys/mman.h: Fix typo in mremap comment.
10066 2013-02-08  Roland McGrath  <roland@hack.frob.com>
10068         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
10069         the '\0' terminator.
10071 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
10073         [BZ #13550]
10074         * debug/segfault.c: Don't include <bp-checks.h>.
10075         * sysdeps/generic/bp-checks.h: Remove file.
10076         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
10077         (__GETDENTS): Don't use CHECK_N.
10078         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
10079         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
10080         (__getgroups): Don't use CHECK_N.
10081         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
10082         (setgroups): Don't use CHECK_N.
10083         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
10084         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
10085         (__libc_msgrcv): Don't use CHECK_N.
10086         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
10087         (__libc_msgsnd): Don't use CHECK_N.
10088         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
10089         <bp-checks.h>.
10090         (__libc_pread): Don't use CHECK_N.
10091         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
10092         include <bp-checks.h>.
10093         (__libc_pread64): Don't use CHECK_N.
10094         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
10095         include <bp-checks.h>.
10096         (__libc_pwrite): Don't use CHECK_N.
10097         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
10098         include <bp-checks.h>.
10099         (__libc_pwrite64): Don't use CHECK_N.
10100         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
10101         <bp-checks.h>.
10102         (__libc_pread): Don't use CHECK_N.
10103         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
10104         include <bp-checks.h>.
10105         (__libc_pread64): Don't use CHECK_N.
10106         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
10107         include <bp-checks.h>.
10108         (__libc_pwrite): Don't use CHECK_N.
10109         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
10110         include <bp-checks.h>.
10111         (__libc_pwrite64): Don't use CHECK_N.
10112         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
10113         (do_pread): Don't use CHECK_N.
10114         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
10115         (do_pread64): Don't use CHECK_N.
10116         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
10117         (do_pwrite): Don't use CHECK_N.
10118         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
10119         (do_pwrite64): Don't use CHECK_N.
10120         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
10121         (__libc_readv): Don't use CHECK_N.
10122         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
10123         (semop): Don't use CHECK_N.
10124         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
10125         <bp-checks.h>.
10126         (semtimedop): Don't use CHECK_N.
10127         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
10128         (__libc_pread): Don't use CHECK_N.
10129         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
10130         <bp-checks.h>.
10131         (__libc_pread64): Don't use CHECK_N.
10132         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
10133         <bp-checks.h>.
10134         (__libc_pwrite): Don't use CHECK_N.
10135         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
10136         <bp-checks.h>.
10137         (__libc_pwrite64): Don't use CHECK_N.
10138         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
10139         <bp-checks.h>.
10140         (__libc_msgrcv): Don't use CHECK_N.
10141         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
10142         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
10143         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
10144         (__libc_writev): Don't use CHECK_N.
10146 2013-02-08  Roland McGrath  <roland@hack.frob.com>
10148         * string/strcpy.c: Removed unused variable.
10150         * Makeconfig (+sysdep-includes): Define with := rather than =.
10151         Use an existing include/ subdir of each sysdeps dir before it.
10153 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
10155         * nscd/connection.c (register_traced_file): Comment function.
10156         [HAVE_INOTIFY] (union __inev): Define.
10157         [HAVE_INOTIFY] (inotify_check_files): New function.
10158         [HAVE_INOTIFY] (clear_db_cache): Likewise.
10159         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
10160         clear_db_cache.
10161         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
10163 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
10165         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
10166         loaded if not already and that a failure is permanent.
10168 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
10170         [BZ #15006]
10171         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
10172         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
10174 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
10176         [BZ #13550]
10177         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
10178         (CHECK_1_NULL_OK): Likewise.
10179         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
10180         (__fxstat): Do not use CHECK_1.
10181         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
10182         <bp-checks.h>.
10183         (___fxstat64): Do not use CHECK_1.
10184         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
10185         <bp-checks.h>.
10186         (__fxstatat): Do not use CHECK_1.
10187         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
10188         <bp-checks.h>.
10189         (__fxstatat64): Do not use CHECK_1.
10190         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
10191         <bp-checks.h>.
10192         (__fxstat): Do not use CHECK_1.
10193         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
10194         <bp-checks.h>.
10195         (__fxstatat): Do not use CHECK_1.
10196         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
10197         <bp-checks.h>.
10198         (__getresgid): Do not use CHECK_1.
10199         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
10200         <bp-checks.h>.
10201         (__getresuid): Do not use CHECK_1.
10202         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
10203         <bp-checks.h>.
10204         (__lxstat): Do not use CHECK_1.
10205         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
10206         <bp-checks.h>.
10207         (__old_msgctl): Do not use CHECK_1.
10208         (__new_msgctl): Likewise.
10209         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
10210         <bp-checks.h>.
10211         (__new_setrlimit): Do not use CHECK_1.
10212         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
10213         <bp-checks.h>.
10214         (__old_shmctl): Do not use CHECK_1.
10215         (__new_shmctl): Likewise.
10216         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
10217         <bp-checks.h>.
10218         (__xstat): Do not use CHECK_1.
10219         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
10220         (__lxstat): Do not use CHECK_1.
10221         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
10222         <bp-checks.h>.
10223         (___lxstat64): Do not use CHECK_1.
10224         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
10225         (__old_msgctl): Do not use CHECK_1.
10226         (__new_msgctl): Likewise.
10227         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
10228         <bp-checks.h>.
10229         (__gettimeofday): Do not use CHECK_1.
10230         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
10231         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
10232         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
10233         <bp-checks.h>.
10234         (__gettimeofday): Do not use CHECK_1.
10235         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
10236         (__old_shmctl): Do not use CHECK_1_NULL_OK.
10237         (__new_shmctl): Do not use CHECK_1.
10238         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
10239         <bp-checks.h>.
10240         (do_sigtimedwait): Do not use CHECK_1.
10241         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
10242         <bp-checks.h>.
10243         (do_sigwaitinfo): Do not use CHECK_1.
10244         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
10245         <bp-checks.h>.
10246         (msgctl): Do not use CHECK_1.
10247         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
10248         <bp-checks.h>.
10249         (shmctl): Do not use CHECK_1.
10250         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
10251         (ustat): Do not use CHECK_1.
10252         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
10253         <bp-checks.h>.
10254         (__fxstat): Do not use CHECK_1.
10255         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
10256         <bp-checks.h>.
10257         (__fxstatat): Do not use CHECK_1.
10258         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
10259         <bp-checks.h>.
10260         (__lxstat): Do not use CHECK_1.
10261         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
10262         <bp-checks.h>.
10263         (__xstat): Do not use CHECK_1.
10264         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
10265         (__xstat): Do not use CHECK_1.
10266         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
10267         (___xstat64): Do not use CHECK_1.
10269         [BZ #13550]
10270         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
10271         definitions.
10272         (CHECK_BOUNDS_HIGH): Likewise.
10273         * string/strcpy.c: Do not include <bp-checks.h>.
10274         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
10276 2013-02-07  Roland McGrath  <roland@hack.frob.com>
10278         * nscd/nscd-client.h (__nscd_drop_map_ref):
10279         Add __attribute__ ((unused)).
10280         * nis/nss-nisplus.h (niserr2nss): Likewise.
10282         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
10283         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
10285         * csu/libc-tls.c (init_static_tls, init_slotinfo):
10286         Remove inline keyword.
10287         * include/rounding-mode.h (round_away): Likewise.
10288         * libio/wfileops.c (adjust_wide_data): Likewise.
10289         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
10290         (__m128i_strloadu_tolower): Likewise.
10291         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
10292         (__m128i_strloadu_tolower): Likewise.
10293         * time/mktime.c (ydhms_diff): Likewise.
10294         * locale/elem-hash.h (elem_hash): Likewise.
10295         * locale/setlocale.c (setdata): Likewise.
10296         * posix/regex_internal.h (re_string_char_size_at): Likewise.
10297         (re_string_wchar_at): Likewise.
10298         (bitset_not, bitset_merge, bitset_mask): Likewise.
10299         [!(__GNUC__ > 3)] (inline): Remove macro.
10300         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
10301         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
10302         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
10303         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
10304         * string/memcmp.c (memcmp_bytes): Likewise.
10305         * locale/programs/locarchive.c (compute_hashval): Likewise.
10306         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
10307         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
10308         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
10309         * nss/getent.c (print_rpc, print_protocols): Likewise.
10310         (print_passwd, print_group, print_aliases): Likewise.
10311         * nis/nss-nisplus.h (niserr2nss): Likewise.
10312         * nscd/connections.c (restart_p): Likewise.
10313         Change return type to bool.
10315 2013-02-05  Roland McGrath  <roland@hack.frob.com>
10317         * Makeconfig (all-Depend-files): Add existing
10318         $(sorted-subdirs:=/Depend) files.
10319         (all-subdirs): Remove nss.
10320         * sysdeps/unix/inet/Subdirs: Add it here instead.
10321         * hesiod/Depend: New file.
10323         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
10324         instead of calling alloca.
10326         * io/lseek.c (__lseek): Rename to __libc_lseek.
10327         Define __lseek as an alias.
10329         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
10331 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
10333         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
10334         else clause and remove check for non-standard endianness.
10336 2013-02-04  David S. Miller  <davem@davemloft.net>
10338         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10340 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
10342         [BZ #13550]
10343         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
10344         (__ubp_memchr): Remove prototype.
10345         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
10346         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
10347         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
10348         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
10349         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
10350         Remove alias.
10351         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
10352         (__ubp_memchr): Likewise.
10353         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
10354         (__ubp_memchr): Likewise.
10355         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
10356         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
10357         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
10358         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
10359         CHECK_STRING.
10360         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
10361         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
10362         (__getcwd): Do not use CHECK_STRING.
10363         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
10364         <bp-checks.h>.
10365         (__real_chown): Do not use CHECK_STRING.
10366         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
10367         <bp-checks.h>.
10368         (fchownat): Do not use CHECK_STRING.
10369         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
10370         CHECK_STRING.
10371         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
10372         <bp-checks.h>.
10373         (__lchown): Do not use CHECK_STRING.
10374         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
10375         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
10376         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
10377         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
10378         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
10379         include <bp-checks.h>.
10380         (truncate64): Do not use CHECK_STRING.
10381         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
10382         <bp-checks.h>.
10383         (__real_chown): Do not use CHECK_STRING.
10384         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
10385         <bp-checks.h>.
10386         (__lchown): Do not use CHECK_STRING.
10387         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
10388         <bp-checks.h>.
10389         (__chown): Do not use CHECK_STRING.
10390         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
10391         <bp-checks.h>.
10392         (truncate64): Do not use CHECK_STRING.
10393         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
10394         Likewise.
10395         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
10396         (__xmknod): Do not use CHECK_STRING.
10397         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
10398         <bp-checks.h>.
10399         (__xmknodat): Do not use CHECK_STRING.
10400         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
10401         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
10403 2013-02-04  Andreas Schwab  <schwab@suse.de>
10405         [BZ #14142]
10406         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
10407         * include/netdb.h: Likewise for h_errno.
10408         * elf/tst-stackguard1.c: Include <tls.h>.
10410 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
10412         * elf/link.h (struct link_map): Extend the l_addr comment.
10413         * include/link.h (struct link_map): Likewise.
10415 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
10417         [BZ #13550]
10418         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
10419         (BOUNDED_1): Remove macro.
10420         * debug/backtrace.c: Don't include <bp-checks.h>.
10421         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
10422         (__backtrace): Likewise.
10423         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
10424         <bp-checks.h>.
10425         (__backtrace): Don't use BOUNDED_1.
10426         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
10427         <bp-checks.h>.
10428         (__backtrace): Don't use BOUNDED_1.
10429         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
10430         (__backtrace): Don't use BOUNDED_1.
10431         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
10432         (shmat): Don't use BOUNDED_N.
10434 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
10436         [BZ #13550]
10437         * sysdeps/generic/bp-start.h: Remove file.
10438         * csu/libc-start.c: Don't include <bp-start.h>.
10439         (LIBC_START_MAIN): Set up __environ directly instead of using
10440         INIT_ARGV_and_ENVIRON.
10441         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
10442         <bp-start.h>.
10444         [BZ #13550]
10445         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
10446         definitions.
10447         (CHECK_FCNTL): Likewise.
10448         (CHECK_N_PAGES): Likewise.
10450         [BZ #13550]
10451         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
10452         definitions.
10453         (CHECK_SIGSET_NULL_OK): Likewise.
10454         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
10455         <bp-checks.h>.
10456         (sigpending): Don't use CHECK_SIGSET.
10457         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
10458         <bp-checks.h>.
10459         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
10460         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
10461         <bp-checks.h>.
10462         (do_sigsuspend): Don't use CHECK_SIGSET.
10463         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
10464         use CHECK_SIGSET.
10465         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
10466         (do_sigwait): Don't use CHECK_SIGSET.
10467         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
10468         use CHECK_SIGSET.
10469         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
10470         include <bp-checks.h>.
10471         (sigpending): Don't use CHECK_SIGSET.
10472         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
10473         include <bp-checks.h>.
10474         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
10475         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
10476         <bp-checks.h>.
10477         (sigpending): Don't use CHECK_SIGSET.
10478         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
10479         <bp-checks.h>.
10480         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
10482         [BZ #13550]
10483         * sysdeps/generic/bp-semctl.h: Remove file.
10484         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
10485         <bp-checks.h> and <bp-semctl.h>.
10486         (__old_semctl): Don't use CHECK_SEMCTL.
10487         (__new_semctl): Likewise.
10488         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
10489         and <bp-semctl.h>.
10490         (__old_semctl): Don't use CHECK_SEMCTL.
10491         (__new_semctl): Likewise.
10492         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
10493         <bp-checks.h> and <bp-semctl.h>.
10494         (__old_semctl): Don't use CHECK_SEMCTL.
10495         (__new_semctl): Likewise.
10496         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
10497         <bp-checks.h> and <bp-semctl.h>.
10498         (semctl): Don't use CHECK_SEMCTL.
10500         [BZ #13550]
10501         * Makerules (elide-bp-thunks): Remove variable.
10502         (elide-routines.oS): Don't use $(elide-bp-thunks).
10503         (elide-routines.os): Likewise.
10504         (elide-routines.o): Likewise.
10505         (elide-routines.op): Likewise.
10506         (elide-routines.og): Likewise.
10507         (objects): Don't use $(bp-thunks).
10508         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
10509         include.
10510         (common-generated): Do not add s-proto-bp.d.
10511         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
10512         (int): Likewise.
10513         (typ): Likewise.
10514         Do not generate makefile rules for bounded-pointer thunks.
10515         * sysdeps/generic/bp-thunks.h: Remove file.
10516         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
10517         * sysdeps/unix/s-proto-bp.S: Likewise.
10519         [BZ #15062]
10520         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
10521         parts of result separately when argument is not close to line from
10522         -i to i and one part of argument is small.
10523         * math/k_casinhf.c (__kernel_casinhf): Likewise.
10524         * math/k_casinhl.c (__kernel_casinhl): Likewise.
10525         * math/libm-test.inc (cacos_test): Add more tests.
10526         (casin_test): Likewise.
10527         (casinh_test): Likewise.
10528         * sysdeps/i386/fpu/libm-test-ulps: Update.
10529         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10531 2013-01-31  David S. Miller  <davem@davemloft.net>
10533         * po/de.po: Update from translation team.
10535 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
10537         * time/tzfile.c: Include stdint.h for SIZE_MAX.
10539 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
10541         * configure.in (_AC_PROG_CC_C89): New definition.
10542         * configure: Regenerate.
10544         * configure.in (AC_PROG_CPP): New definition.
10545         * configure: Regenerate.
10547 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
10549         * debug/tst-backtrace.h: New file.
10550         * debug/tst-backtrace2.c: Include tst-backtrace.h.
10551         (ret): Remove variable.
10552         (x): Likewise.
10553         (FAIL): Remove macro.
10554         (NO_INLINE): Likewise.
10555         (fn1): Use match function instead of strstr.
10556         * debug/tst-backtrace3.c: Include tst-backtrace.h.
10557         (ret): Remove variable.
10558         (x): Likewise.
10559         (FAIL): Remove macro.
10560         (NO_INLINE): Likewise.
10561         (fn): Use match function instead of strstr.
10562         * debug/tst-backtrace4.c: Include tst-backtrace.h.
10563         (ret): Remove variable.
10564         (x): Likewise.
10565         (FAIL): Remove macro.
10566         (NO_INLINE): Likewise.
10567         (handle_signal): Use match function instead of strstr.
10568         * debug/tst-backtrace5.c: Include tst-backtrace.h.
10569         (ret): Remove variable.
10570         (x): Likewise.
10571         (FAIL): Remove macro.
10572         (NO_INLINE): Likewise.
10573         (handle_signal): Use match function instead of strstr.
10575 2013-01-23  Roland McGrath  <roland@hack.frob.com>
10577         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
10579 2013-01-23  David S. Miller  <davem@davemloft.net>
10581         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
10582         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
10583         argument of CAS if possible.
10584         * sysdeps/sparc/sparc64/bits/atomic.h
10585         (__arch_compare_and_exchange_val_32_acq): Likewise.
10586         (__arch_compare_and_exchange_val_64_acq): Likewise.
10588 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
10590         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
10591         * sysdeps/posix/ulimit.c: ... this.
10592         Include <limits.h>.
10593         * sysdeps/unix/bsd/ulimit.c: Remove file.
10595 2013-01-23  Adam Conrad  <adconrad@0c3.net>
10597         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
10598         (LDFLAGS-tst-array5): Likewise.
10600 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
10602         [BZ #15036]
10603         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
10604         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
10605         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
10606         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
10608 2013-01-21  David S. Miller  <davem@davemloft.net>
10610         * sysdeps/sparc/backtrace.c: New file.
10611         * sysdeps/sparc/sparc32/backtrace.h: New file.
10612         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
10613         * sysdeps/sparc/sparc64/backtrace.h: New file.
10614         * sysdeps/sparc/sparc64/backtrace.c: Delete.
10615         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
10616         -funwind-tables.
10618 2013-01-21  Andreas Schwab  <schwab@suse.de>
10620         [BZ #15020]
10621         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
10622         closed its stdout.
10624 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
10626         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
10627         "mpa2.h".
10628         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
10630 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
10631             Mark Mitchell  <mark@codesourcery.com>
10632             Tom de Vries  <tom@codesourcery.com>
10633             Paul Pluzhnikov  <ppluzhnikov@google.com>
10635         * debug/tst-backtrace2.c: New file.
10636         * debug/tst-backtrace3.c: Likewise.
10637         * debug/tst-backtrace4.c: Likewise.
10638         * debug/tst-backtrace5.c: Likewise.
10639         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
10640         (CFLAGS-tst-backtrace3.c): Likewise.
10641         (CFLAGS-tst-backtrace4.c): Likewise.
10642         (CFLAGS-tst-backtrace5.c): Likewise.
10643         (LDFLAGS-tst-backtrace2): Likewise.
10644         (LDFLAGS-tst-backtrace3): Likewise.
10645         (LDFLAGS-tst-backtrace4): Likewise.
10646         (LDFLAGS-tst-backtrace5): Likewise.
10647         (tests): Add new tests tst-backtrace2, tst-backtrace3,
10648         tst-backtrace4 and tst-backtrace5.
10650 2013-01-18  Anton Blanchard  <anton@samba.org>
10651             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
10653         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
10654         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
10655         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
10656         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
10657         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
10658         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
10659         "+r" and remove output regs list as redundant.  Add explicit inline
10660         asm to specify register of return val to work around compiler codegen
10661         bug.  Remove (int) cast on return value.  Add return type parameter to
10662         use in macro so that this macro does not truncate return value for
10663         64-bit values.
10664         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
10665         pass to INTERNAL_VSYSCALL_NCS.
10666         (INLINE_VSYSCALL): Add 'long int' as return type to
10667         INTERNAL_VSYSCALL_NCS macro invocation.
10668         (INTERNAL_VSYSCALL): Add 'long int' as return type to
10669         INTERNAL_VSYSCALL_NCS macro invocation.
10670         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
10672 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
10674         [BZ #14496]
10675         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
10676         Fix application of SIMD FP exception mask.
10678         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
10679         mp_no from a power of two.
10680         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
10681         __mpexp_twomm1.  Use __pow_mp.
10683         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
10684         multiplication.
10686 2013-01-17  David S. Miller  <davem@davemloft.net>
10688         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10690 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
10692         [BZ #15023]
10693         * include/complex.h: Condition contents on [!_COMPLEX_H].
10694         (__kernel_casinhf): New prototype.
10695         (__kernel_casinh): Likewise.
10696         (__kernel_casinhl): Likewise.
10697         * math/Makefile (libm_calls): Add k_casinh.
10698         * math/k_casinh.c: New file.
10699         * math/k_casinhf.c: Likewise.
10700         * math/k_casinhl.c: Likewise.
10701         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
10702         finite nonzero arguments.
10703         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
10704         finite nonzero arguments.
10705         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
10706         finite nonzero arguments.
10707         * math/s_casinh.c: Do not include <float.h>.
10708         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
10709         * math/s_casinhf.c: Do not include <float.h>.
10710         (__casinhf): Move code for finite nonzero arguments to
10711         k_casinhf.c.
10712         * math/s_casinhl.c: Do not include <float.h>.
10713         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
10714         redefine.
10715         (__casinhl): Move code for finite nonzero arguments to
10716         k_casinhl.c.
10717         * math/libm-test.inc (cacos_test): Add more tests.
10718         * sysdeps/i386/fpu/libm-test-ulps: Update.
10719         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10721 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
10723         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
10724         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
10725         [!HAVE_MREMAP]: Remove [defined linux] case.
10726         * malloc/arena.c: Do not include <malloc-sysdep.h>.
10728 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
10730         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
10732 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
10734         * elf/elf.h (R_386_SIZE32): New relocation.
10735         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
10736         R_386_SIZE32.
10737         (elf_machine_rela): Likewise.
10738         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
10739         R_X86_64_SIZE64 and R_X86_64_SIZE32.
10741 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
10743         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
10744         (FP_FAST_FMA): Do not define.
10745         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
10746         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
10747         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
10748         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
10749         !_SOFT_FLOAT]: Likewise.
10750         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
10751         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
10752         value.
10753         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
10754         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
10755         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
10756         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
10757         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
10758         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
10759         file.
10761 2013-01-16  Andreas Schwab  <schwab@suse.de>
10763         [BZ #14327]
10764         * include/stdlib.h (__mktemp): Add declaration.
10765         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
10766         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
10768 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
10770         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
10771         definitions.
10772         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
10773         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
10774         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
10775         definitions here.
10776         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
10777         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
10778         definitions.
10779         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
10780         and ONE.
10781         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
10782         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
10783         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
10784         definitions.
10785         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
10786         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
10787         definitions.
10788         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
10790         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
10792 2013-01-15  David S. Miller  <davem@davemloft.net>
10794         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
10795         trunc{,f} to libm-sysdep_routes.
10796         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
10797         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
10798         file.
10799         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
10800         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
10801         file.
10802         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
10803         file.
10804         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
10805         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
10806         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
10807         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
10808         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
10809         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
10810         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
10811         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
10813         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
10814         nearbyint{,f} to libm-sysdep_routes.
10815         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
10816         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
10817         New file.
10818         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
10819         file.
10820         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
10821         New file.
10822         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
10823         file.
10824         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
10825         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
10826         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
10827         file.
10828         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
10829         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
10830         file.
10831         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
10832         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
10833         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
10835         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
10836         libc_feholdexcept and libc_fesetenv.
10838 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
10840         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
10842 2013-01-14  David S. Miller  <davem@davemloft.net>
10844         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
10845         (SPARC_ASM_VIS2_IFUNC): Likewise.
10846         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
10847         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
10848         use of 'siam' instruction.
10849         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
10850         Likewise.
10851         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
10852         Likewise.
10853         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
10854         Likewise.
10855         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
10856         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
10857         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
10858         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
10859         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
10860         file.
10861         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
10862         file.
10863         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
10864         file.
10865         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
10866         file.
10867         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
10868         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
10869         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
10870         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
10871         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
10872         new VIS2 routines.
10873         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
10874         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
10875         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
10876         Likewise.
10877         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
10878         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
10879         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
10880         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
10881         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
10882         routines to libm-sysdep_routines.
10883         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
10885         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
10886         fdim/fdimf to libm-sysdep_routines.
10887         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
10888         file.
10889         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
10890         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
10891         file.
10892         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
10893         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
10894         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
10895         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
10896         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
10897         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
10898         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
10900 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
10902         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
10903         to optimize copies.
10905         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
10906         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
10907         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
10909         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
10910         local variable MPTWO.
10911         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
10912         Likewise.
10914 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
10916         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
10917         GLOB_NOESCAPE.
10919 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
10921         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
10923 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
10925         * manual/pattern.texi (glob_t): Document gl_flags.
10926         (glob64_t): Likewise.
10928 2013-01-11  David S. Miller  <davem@davemloft.net>
10930         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
10931         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
10932         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
10933         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
10934         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
10935         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
10936         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
10937         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
10938         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
10939         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
10940         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
10941         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
10942         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
10944         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
10945         sparc V9 rather than using V8 code.
10946         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
10947         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
10949         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
10950         Move to...
10951         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
10952         Here.
10954 2013-01-11  Roland McGrath  <roland@hack.frob.com>
10956         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
10957         not in the main loop.
10958         * configure: Regenerated.
10960 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
10962         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
10963         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
10964         to just #else.
10965         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
10966         [!__GLIBC_HAVE_LONG_LONG] case.
10967         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
10968         condition to just #else.
10969         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
10970         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
10971         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
10972         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
10973         unconditional.
10974         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
10975         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
10976         #elif condition to just #else.
10977         * sysdeps/unix/sysv/linux/sys/sysmacros.h
10978         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
10979         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
10980         #elif condition to just #else.
10982 2013-01-11  Steve Ellcey  <sellcey@mips.com>
10984         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
10985         (EF_MIPS_ARCH_64): Fix value.
10986         (EF_MIPS_ARCH_32R2): New.
10987         (EF_MIPS_ARCH_64R2): New.
10989 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
10991         * Makeconfig (+link-pie-before-libc): New.
10992         (+link-pie-after-libc): Likewise.
10993         (+link-pie-tests): Likewise.
10994         (+link-pie): Rewritten.
10995         (link-before-libc): Remove $(config-LDFLAGS).
10996         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
10997         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
10998         (config-LDFLAGS): Renamed to ...
10999         (rtld-LDFLAGS): This.
11000         (rtld-tests-LDFLAGS): New macro.
11001         (link-libc-rpath-link): Likewise.
11002         (link-libc-tests-rpath-link): Likewise.
11003         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
11004         (link-libc): Prepand $(link-libc-rpath-link).
11005         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
11006         (test-program-prefix): New macro.
11007         (test-via-rtld-prefix): Likewise.
11008         (test-program-cmd): Likewise.
11009         (host-test-program-cmd): Likewise.
11010         * Makefile ($(common-objpfx)testrun.sh): Replace
11011         $(run-program-prefix) with $(test-program-prefix).
11012         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
11013         $(rtld-LDFLAGS).
11014         ($(common-objpfx)shlib.lds): Likewise.
11015         (build-module-helper): Likewise.
11016         ($(common-objpfx)format.lds): Likewise.
11017         * Rules (binaries-pie-tests): New.
11018         (binaries-pie-notests): Likewise.
11019         (binaries-pie): Rewritten.
11020         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
11021         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
11022         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
11023         (make-test-out): Replace $(host-built-program-cmd) with
11024         $(host-test-program-cmd).
11025         * config.make.in (build-hardcoded-path-in-tests): New variable.
11026         * configure.in (--enable-hardcoded-path-in-tests): New configure
11027         option.
11028         (hardcoded_path_in_tests): New AC_SUBST.
11029         * configure: Regenerated.
11030         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
11031         $(built-program-cmd) with $(test-program-cmd).
11032         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
11033         (test_program_cmd): This.
11034         * elf/Makefile ($(objpfx)order.out): Run test with
11035         $(test-program-prefix).
11036         ($(objpfx)order2.out): Likewise.
11037         ($(objpfx)tst-initorder.out): Likewise.
11038         ($(objpfx)tst-initorder2.out): Likewise.
11039         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
11040         $(test-program-cmd).
11041         ($(objpfx)tst-array1-static.out): Likewise.
11042         ($(objpfx)tst-array2.out): Likewise.
11043         ($(objpfx)tst-array3.out): Likewise.
11044         ($(objpfx)tst-array4.out): Likewise.
11045         ($(objpfx)tst-array5.out): Likewise.
11046         ($(objpfx)tst-array5-static.out): Likewise.
11047         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
11048         $(test-program-cmd).
11049         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
11050         $(run-program-prefix) with $(test-program-prefix).
11051         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
11052         (test_program_prefix): This.
11053         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
11054         $(run-program-prefix) with $(test-program-prefix).
11055         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
11056         (test_program_prefix): This.
11057         * iconvdata/tst-tables.sh: Likewise.
11058         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
11059         $(run-program-prefix) with $(test-program-prefix).
11060         ($(objpfx)tst-translit.out): Likewise.
11061         ($(objpfx)tst-gettext2.out): Likewise.
11062         ($(objpfx)tst-gettext4.out): Likewise.
11063         ($(objpfx)tst-gettext6.out): Likewise.
11064         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
11065         (test_program_prefix): This.
11066         * intl/tst-gettext2.sh: Likewise.
11067         * intl/tst-gettext4.sh  Likewise.
11068         * intl/tst-gettext6.sh: Likewise.
11069         * intl/tst-translit.sh: Likewise.
11070         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
11071         with $(test-program-cmd).
11072         * libio/Makefile ($(objpfx)test-freopen.out): Replace
11073         $(run-program-prefix) with $(test-program-prefix).
11074         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
11075         (test_program_prefix): This.
11076         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
11077         $(run-program-prefix) with $(test-program-prefix).
11078         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
11079         (test_program_prefix): This.
11080         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
11081         * posix/Makefile ($(objpfx)globtest.out): Replace
11082         $(run-via-rtld-prefix) and $(test-wrapper) with
11083         $(test-program-prefix) and $(test-via-rtld-prefix).
11084         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
11085         $(test-program-prefix).
11086         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
11087         $(host-test-program-cmd).
11088         (tst-spawn-ARGS): Likewise.
11089         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
11090         $(test-program-prefix).
11091         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
11092         (test_via_rtld_prefix): This.
11093         (test_wrapper): Renamed to ...
11094         (test_program_prefix): This.
11095         (run_program_prefix): Replaced by test_program_prefix.
11096         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
11097         (test_program_prefix): This.
11098         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
11099         with $(host-test-program-cmd).
11100         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
11101         $(run-program-prefix) with $(test-program-prefix).
11102         ($(objpfx)tst-printf.out): Likewise.
11103         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
11104         $(test-program-cmd).
11105         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
11106         (test_program_prefix): This.
11107         * stdio-common/tst-unbputc.sh: Likewise.
11108         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
11109         $(run-program-prefix) with $(test-program-prefix).
11110         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
11111         (test_program_prefix): This.
11112         * string/Makefile ($(objpfx)tst-svc.out):  Replace
11113         $(built-program-cmd) with $(test-program-cmd).
11115 2013-01-11  Andreas Jaeger  <aj@suse.de>
11117         [BZ #15003]
11118         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
11119         value. Sync with Linux 3.7.
11121 2013-01-10  David S. Miller  <davem@davemloft.net>
11123         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
11124         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
11125         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
11127 2013-01-10  Roland McGrath  <roland@hack.frob.com>
11129         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
11130         never set.
11131         * configure: Regenerated.
11133 2013-01-10  David S. Miller  <davem@davemloft.net>
11135         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
11136         sparc V9 rather than using V8 code.
11137         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
11138         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
11140 2013-01-10  Roland McGrath  <roland@hack.frob.com>
11142         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
11143         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
11144         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
11145         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
11146         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
11147         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
11148         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
11149         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
11150         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
11151         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
11152         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
11153         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
11154         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
11155         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
11156         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
11157         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
11158         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
11159         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
11160         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
11161         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
11162         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
11163         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
11164         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
11165         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
11166         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
11167         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
11168         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
11170 2013-01-10  David S. Miller  <davem@davemloft.net>
11172         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11174 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
11176         * posix/Makefile (tests-static): New variable.
11177         (tests): Add $(tests-static).
11178         (tst-exec-static-ARGS): New variable.
11179         (tst-spawn-static-ARGS): Likewise.
11180         * posix/tst-exec-static.c: New file.
11181         * posix/tst-spawn-static.c: Likewise.
11182         * posix/tst-exec.c: Support run directly.
11183         * posix/tst-spawn.c: Likewise.
11185 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
11187         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
11188         long.
11189         * math/bits/mathcalls.h (llrint): Likewise.
11190         (llround): Likewise.
11191         * stdlib/stdlib.h (struct drand48_data): Likewise.
11192         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
11193         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
11194         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
11195         Likewise.
11196         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
11197         Likewise.
11198         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
11199         (elf_greg_t): Likewise.
11200         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
11201         (__jmp_buf): Likewise.
11202         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
11203         definitions.
11204         (llrint): Likewise, for all definitions.
11205         (llrintl): Likewise.
11207         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
11208         Remove [__GNUC__] condition.
11209         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
11210         condition to just [__USE_ISOC99].
11211         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
11213 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
11215         [BZ #14200]
11216         * sysdeps/unix/sysv/linux/x86/bits/environments.h
11217         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
11218         defined.
11219         (_POSIX_V6_ILP32_OFF32): Likewise.
11220         (_XBS5_ILP32_OFF32): Likewise.
11221         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
11222         (__ILP32_OFFBIG_LDFLAGS): Likewise.
11224 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
11226         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
11228         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
11229         doubles __mpexp_twomm1.  Adjust usage.
11230         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
11231         Remove.
11233 2013-01-10  Andreas Schwab  <schwab@suse.de>
11235         [BZ #14964]
11236         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
11237         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
11239 2013-01-09  David S. Miller  <davem@davemloft.net>
11241         [BZ #15003]
11242         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS,
11243         TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT,
11244         TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS,
11245         TCP_FASTOPEN): Define.
11246         (tcp_repair_opt): New structure.
11247         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
11248         enum values.
11249         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE,
11250         TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN,
11251         TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
11252         (tcp_cookie_transactions): New structure.
11254 2013-01-09  Anton Blanchard  <anton@samba.org>
11256         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
11257         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
11258         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
11259         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
11261 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
11263         * include/features.h (__USE_ANSI): Remove.
11265 2013-01-09  Roland McGrath  <roland@hack.frob.com>
11267         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
11269         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
11271 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
11273         * sysdeps/s390/fpu/libm-test-ulps: Update.
11275         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11277         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
11278         (__acr): Likewise.
11279         (__cpy): Likewise.
11280         (norm): Likewise.
11281         (denorm): Likewise.
11282         (__mp_dbl): Likewise.
11283         (__dbl_mp): Likewise.
11284         (add_magnitudes): Likewise.
11285         (sub_magnitudes): Likewise.
11286         (__add): Likewise.
11287         (__sub): Likewise.
11288         (__mul): Likewise.
11289         (__inv): Likewise.
11290         (__dvd): Likewise.
11291         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
11292         (__acr): Likewise.
11293         (__cpy): Likewise.
11294         (norm): Likewise.
11295         (denorm): Likewise.
11296         (__mp_dbl): Likewise.
11297         (__dbl_mp): Likewise.
11298         (add_magnitudes): Likewise.
11299         (sub_magnitudes): Likewise.
11300         (__add): Likewise.
11301         (__sub): Likewise.
11302         (__mul): Likewise.
11303         (__inv): Likewise.
11304         (__dvd): Likewise.
11305         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
11306         (__acr): Likewise.
11307         (__cpy): Likewise.
11308         (norm): Likewise.
11309         (denorm): Likewise.
11310         (__mp_dbl): Likewise.
11311         (__dbl_mp): Likewise.
11312         (add_magnitudes): Likewise.
11313         (sub_magnitudes): Likewise.
11314         (__add): Likewise.
11315         (__sub): Likewise.
11316         (__mul): Likewise.
11317         (__inv): Likewise.
11318         (__dvd): Likewise.
11320 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
11322         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
11323         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
11324         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
11325         2 && __USE_EXTERN_INLINES]: Likewise.
11327 2013-01-08  Andreas Jaeger  <aj@suse.de>
11329         [BZ# 14985]
11330         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
11331         Remove.
11332         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
11333         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
11335 2013-01-07  Anton Blanchard  <anton@samba.org>
11337         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
11338         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
11339         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
11340         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
11341         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
11342         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
11343         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
11344         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
11345         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
11346         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
11347         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
11348         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
11349         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
11350         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
11351         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
11352         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
11353         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
11354         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
11355         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
11356         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
11357         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
11358         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
11359         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
11360         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
11361         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
11362         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
11363         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
11364         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
11365         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
11366         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
11367         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
11368         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
11369         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
11370         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
11371         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
11372         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
11373         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
11374         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
11375         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
11376         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
11377         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
11378         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
11379         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
11381 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
11383         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
11384         (__MALLOC_PMT): Likewise.
11385         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
11386         [__GNUC__], only on [_LIBC].
11387         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
11388         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
11389         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
11390         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
11391         forward declaration.
11392         (realloc_hook_ini): Likewise.
11393         (memalign_hook_ini): Likewise.
11394         (__libc_memalign): Do not use __MALLOC_PMT in variable
11395         declaration.
11396         (__libc_valloc): Likewise.
11397         (__libc_pvalloc): Likewise.
11398         (__libc_calloc): Likewise.
11399         (__posix_memalign): Likewise.
11401         [BZ #14996]
11402         * math/s_casinh.c: Include <float.h>.
11403         (__casinh): Do not do computation with squaring and square root
11404         for large arguments.
11405         * math/s_casinhf.c: Include <float.h>.
11406         (__casinhf): Do not do computation with squaring and square root
11407         for large arguments.
11408         * math/s_casinhl.c: Include <float.h>.
11409         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
11410         (__casinhl): Do not do computation with squaring and square root
11411         for large arguments.
11412         * math/libm-test.inc (casin_test): Add more tests.
11413         (casinh_test): Likewise.
11414         * sysdeps/i386/fpu/libm-test-ulps: Update.
11415         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11417 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
11419         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
11420         (__x86_64_raw_data_cache_size): Likewise.
11421         (__x86_64_data_cache_size_half): Likewise.
11422         (__x86_64_raw_data_cache_size_half): Likewise.
11423         (__x86_64_shared_cache_size): Likewise.
11424         (__x86_64_raw_shared_cache_size): Likewise.
11425         (__x86_64_shared_cache_size_half): Likewise.
11426         (__x86_64_raw_shared_cache_size_half): Likewise.
11427         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
11428         to ...
11429         (__x86_data_cache_size): This.
11430         (__x86_64_raw_data_cache_size): Renamed to ...
11431         (__x86_raw_data_cache_size): This.
11432         (__x86_64_data_cache_size_half): Renamed to ...
11433         (__x86_data_cache_size_half): This.
11434         (__x86_64_raw_data_cache_size_half): Renamed to ...
11435         (__x86_raw_data_cache_size_half): This.
11436         (__x86_64_shared_cache_size): Renamed to ...
11437         (__x86_shared_cache_size): This.
11438         (__x86_64_raw_shared_cache_size): Renamed to ...
11439         (__x86_raw_shared_cache_size): This.
11440         (__x86_64_shared_cache_size_half): Renamed to ...
11441         (__x86_shared_cache_size_half): This.
11442         (__x86_64_raw_shared_cache_size_half): Renamed to ...
11443         (__x86_raw_shared_cache_size_half): This.
11444         * sysdeps/x86_64/memcpy.S: Updated.
11445         * sysdeps/x86_64/memset.S: Likewise.
11446         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
11447         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
11448         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
11450 2013-01-04  David S. Miller  <davem@davemloft.net>
11452         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11454 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
11456         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
11457         1 to avoid redefinition warning.
11458         (__USE_GNU): Don't define.
11459         (init_signaling_nan): Protoize.
11461         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11463 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
11465         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
11466         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
11467         (__cpymn): Likewise.
11468         (norm): Remove commented code.
11469         (denorm): Likewise.
11470         (__mp_dbl): Likewise.
11471         (__inv): Likewise.
11472         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
11473         (__cpymn): Likewise.
11474         (norm): Remove commented code.
11475         (denorm): Likewise.
11476         (__mp_dbl): Likewise.
11477         (__inv): Likewise.
11479         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
11480         mp_no value for 1.0 and 2.0.
11481         (norm): Use RADIXI instead of radixi.d.
11482         (denorm): Likewise.
11483         (__mul): Use 0.0 instead of zero.d.
11484         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
11485         mp_no value for 1.0 and 2.0.
11486         (norm): Use RADIXI instead of radixi.d.
11487         (denorm): Likewise.
11488         (__mul): Use 0.0 instead of zero.d.
11490 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
11492         [BZ #14994]
11493         * math/s_casinh.c (__casinh): Reduce finite argument to first
11494         quadrant then set signs of results at the end.
11495         * math/s_casinhf.c (__casinhf): Likewise.
11496         * math/s_casinhl.c (__casinhl): Likewise.
11497         * math/libm-test.inc (casin_test): Add more tests.
11498         (casinh_test): Likewise.
11499         * sysdeps/i386/fpu/libm-test-ulps: Update.
11500         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11502 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
11504         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
11506         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
11508         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
11509         declarations.
11510         (denorm): Likewise.
11511         (__mp_dbl): Likewise.
11512         (__inv): Likewise.
11514         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
11515         and adjust the header comment.
11517         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
11518         variable name from declaration.
11520 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
11522         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
11523         Initialize COMMON_CPUID_INDEX_7 element.
11524         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
11525         (CPUID_RTM): Likewise.
11526         (HAS_RTM): Likewise.
11527         (COMMON_CPUID_INDEX_7): New enum.
11529 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
11531         [BZ #14981]
11532         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
11533         size is zero, record memory as freed.
11535 2013-01-03  Andreas Jaeger  <aj@suse.de>
11537         * po/ia.po: Add new Interlingua translation.
11539 2012-01-03  Allan McRae  <allan@archlinux.org>
11541         * locale/programs/localedef.c: Fix description of '--posix' flag.
11543 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
11545         * NEWS: Update dates in second copyright notice.
11546         * README: Update copyright dates in example.
11547         * manual/libc.texinfo: Update copyright dates.
11548         * scripts/test-installation.pl: Update copyright date in --version
11549         output.
11551         * hurd/ctty-input.c: Fix copyright notice formatting.
11552         * hurd/ctty-output.c: Likewise.
11553         * hurd/dtable.c: Likewise.
11554         * hurd/hurd-raise.c: Likewise.
11555         * hurd/hurdprio.c: Likewise.
11556         * hurd/msgportdemux.c: Likewise.
11557         * misc/sys/file.h: Likewise.
11558         * misc/sys/ioctl.h: Likewise.
11559         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
11560         * sysdeps/mach/hurd/chdir.c: Likewise.
11561         * sysdeps/mach/hurd/fchdir.c: Likewise.
11562         * sysdeps/mach/hurd/rename.c: Likewise.
11563         * sysdeps/mach/hurd/rmdir.c: Likewise.
11564         * sysdeps/mach/hurd/seekdir.c: Likewise.
11565         * sysdeps/mach/hurd/setsid.c: Likewise.
11566         * sysdeps/posix/wait3.c: Likewise.
11568         * All files with FSF copyright notices: Update copyright dates
11569         using scripts/update-copyrights.
11570         * intl/plural.c: Regenerated.
11571         * locale/programs/charmap-kw.h: Likewise.
11572         * locale/programs/locfile-kw.h: Likewise.
11574 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
11576         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
11577         four values.
11579         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
11580         calculation loop and add branch prediction.
11582         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
11583         check access beyond bounds of m1np.
11585         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
11586         MPTWO.
11587         (__inv): Remove local variable MPTWO to use the global
11588         constant.
11589         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
11590         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
11591         variable MPTWO.
11592         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
11593         MP3HALFS static const.
11595 2013-01-01  David S. Miller  <davem@davemloft.net>
11597         * po/ca.po: Update from translation team.
11599 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
11601         * scripts/update-copyrights: New file.
11602         * Makeconfig: Reformat copyright notice.
11603         * ctype/ctype.h: Likewise.
11604         * debug/swprintf_chk.c: Likewise.
11605         * elf/dl-cache.c: Likewise.
11606         * elf/dl-debug.c: Likewise.
11607         * elf/dl-object.c: Likewise.
11608         * grp/initgroups.c: Likewise.
11609         * hurd/Makefile: Likewise.
11610         * hurd/hurd/signal.h: Likewise.
11611         * hurd/hurdfault.c: Likewise.
11612         * hurd/hurdioctl.c: Likewise.
11613         * hurd/hurdlookup.c: Likewise.
11614         * hurd/intr-msg.c: Likewise.
11615         * iconv/gconv_open.c: Likewise.
11616         * libio/swprintf.c: Likewise.
11617         * locale/lc-ctype.c: Likewise.
11618         * locale/nl_langinfo.c: Likewise.
11619         * mach/Machrules: Likewise.
11620         * mach/Makefile: Likewise.
11621         * malloc/obstack.h: Likewise.
11622         * manual/Makefile: Likewise.
11623         * manual/tsort.awk: Likewise.
11624         * misc/bits/stab.def: Likewise.
11625         * nis/nis_print_group_entry.c: Likewise.
11626         * nis/nis_table.c: Likewise.
11627         * nis/nss_compat/compat-pwd.c: Likewise.
11628         * nis/nss_compat/compat-spwd.c: Likewise.
11629         * po/Makefile: Likewise.
11630         * posix/fnmatch.c: Likewise.
11631         * posix/regex.h: Likewise.
11632         * resolv/Makefile: Likewise.
11633         * resolv/nss_dns/dns-network.c: Likewise.
11634         * resolv/res_hconf.c: Likewise.
11635         * scripts/gen-sorted.awk: Likewise.
11636         * soft-fp/soft-fp.h: Likewise.
11637         * stdio-common/printf.h: Likewise.
11638         * stdlib/monetary.h: Likewise.
11639         * stdlib/random.c: Likewise.
11640         * stdlib/random_r.c: Likewise.
11641         * sysdeps/generic/Makefile: Likewise.
11642         * sysdeps/gnu/Makefile: Likewise.
11643         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
11644         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
11645         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
11646         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
11647         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
11648         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
11649         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
11650         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
11651         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
11652         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
11653         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
11654         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
11655         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
11656         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
11657         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
11658         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
11659         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
11660         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
11661         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
11662         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
11663         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
11664         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
11665         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
11666         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
11667         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
11668         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
11669         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
11670         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
11671         * sysdeps/mach/hurd/errnos.awk: Likewise.
11672         * sysdeps/mach/hurd/fork.c: Likewise.
11673         * sysdeps/mach/hurd/getcwd.c: Likewise.
11674         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
11675         * sysdeps/mach/hurd/mmap.c: Likewise.
11676         * sysdeps/mach/hurd/utimes.c: Likewise.
11677         * sysdeps/mach/hurd/xmknod.c: Likewise.
11678         * sysdeps/posix/profil.c: Likewise.
11679         * sysdeps/posix/readdir_r.c: Likewise.
11680         * sysdeps/powerpc/bits/mathdef.h: Likewise.
11681         * sysdeps/powerpc/bits/setjmp.h: Likewise.
11682         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
11683         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
11684         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
11685         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
11686         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
11687         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
11688         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
11689         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
11690         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
11691         * sysdeps/pthread/lio_listio.c: Likewise.
11692         * sysdeps/sparc/dl-procinfo.h: Likewise.
11693         * sysdeps/unix/i386/sysdep.S: Likewise.
11694         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
11695         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
11696         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
11697         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
11698         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
11699         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
11700         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
11701         * sysdeps/unix/sysv/linux/speed.c: Likewise.
11702         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
11703         * sysdeps/wordsize-32/divdi3.c: Likewise.
11704         * time/sys/time.h: Likewise.
11705         * wcsmbs/Makefile: Likewise.
11707 2013-01-01  David S. Miller  <davem@davemloft.net>
11709         * po/fr.po: Update from translation team.
11711         * catgets/gencat.c: Update copyright year.
11712         * csu/version.c: Likewise.
11713         * debug/catchsegv.sh: Likewise.
11714         * debug/pcprofiledump.c: Likewise.
11715         * debug/xtrace.sh: Likewise.
11716         * elf/ldconfig.c: Likewise.
11717         * elf/ldd.bash.in: Likewise.
11718         * elf/pldd.c: Likewise.
11719         * elf/sotruss.ksh: Likewise.
11720         * elf/sprof.c: Likewise.
11721         * iconv/iconv_prog.c: Likewise.
11722         * iconv/iconvconfig.c: Likewise.
11723         * locale/programs/locale.c: Likewise.
11724         * locale/programs/localedef.c: Likewise.
11725         * login/programs/pt_chown.c: Likewise.
11726         * malloc/memusage.sh: Likewise.
11727         * malloc/memusagestat.c: Likewise.
11728         * malloc/mtrace.pl: Likewise.
11729         * nscd/nscd.c: Likewise.
11730         * nss/getent.c: Likewise.
11731         * nss/makedb.c: Likewise.
11732         * posix/getconf.c: Likewise.
11734 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
11736         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
11737         numbers.
11739 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
11741         * math/bits/mathcalls.h (modf): Use __nonnull.
11743 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
11745         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
11746         (split): Use macro CN instead of the bare value.
11747         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
11748         could be used.
11749         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
11750         instead of the bare value.
11751         (power1): Likewise.
11753 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
11755         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
11756         __ATAN_TWOM.
11757         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
11759         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
11760         their values.
11761         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
11762         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
11763         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
11764         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
11766 2012-12-28  Andreas Jaeger  <aj@suse.de>
11768         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
11769         values are from Linux 3.7.
11771         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
11772         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
11774 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
11776         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
11777         TRUE case.
11779         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
11780         (norm): Likewise.
11781         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
11782         variables with preprocessor constants.
11783         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
11784         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
11785         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
11787 2012-12-27  Bruno Haible  <bruno@clisp.org>
11789         [BZ #14317]
11790         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
11791         only if needed.
11793 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11795         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
11796         and use variable directly.
11797         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
11799         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
11800         MPONE.
11801         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
11802         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
11803         variable MPONE.
11804         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
11805         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
11806         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
11807         include directive.  Remove local variable MPONE.
11808         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
11809         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
11810         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
11812 2012-12-25  David S. Miller  <davem@davemloft.net>
11814         * version.h (RELEASE): Set to "development".
11815         (VERSION): Set to "2.17.90".
11816         * NEWS: Add 2.18 section.
11818 2012-12-21  David S. Miller  <davem@davemloft.net>
11820         * po/hr.po: Update from translation team.
11822 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11824         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
11826 2012-12-19  Steve Ellcey  <sellcey@mips.com>
11828         * NEWS:  Mention new memcpy for MIPS.
11830 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
11832         * manual/contrib.texi (Contributors): Spelling correction.
11834 2012-12-15  David S. Miller  <davem@davemloft.net>
11836         * po/ru.po: Update from translation team.
11838 2012-12-13  David S. Miller  <davem@davemloft.net>
11840         * NEWS: Mention IFUNC testsuite enhancements.
11842         * po/pl.po: Update from translation team.
11843         * po/bg.po: Likewise.
11845         * manual/contrib.texi (Contributors): Update entries for Hongjiu
11846         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
11848 2012-12-11  David S. Miller  <davem@davemloft.net>
11850         * po/sv.po: Update from translation team.
11852         * po/vi.po: Update from translation team.
11854         * po/cs.po: Update from translation team.
11856         * po/de.po: Update from translation team.
11857         * po/eo.po: Likewise.
11858         * po/nl.po: Likewise.
11860 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
11862         [BZ #14246]
11863         * manual/argp.texi (Argp Helper Functions): Move node to follow
11864         Argp Parsing State.
11866         [BZ #14872]
11867         * manual/conf.texi (Limits on File System Capacity): Mention if
11868         terminating null is included in the max size.
11870 2012-12-10  Andreas Jaeger  <aj@suse.de>
11872         * po/cs.po: Update from translation team.
11874 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
11876         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
11877         void pointer and cast to uintptr_t.
11878         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
11879         path.
11880         * sysdeps/s390/s390-64/memcpy.S: Likewise.
11881         * sysdeps/s390/s390-64/memset.S: Likewise.
11883 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
11885         [BZ #14833]
11886         * menual/message.texi (Message Translation): Fix typos.
11887         (Helper programs for gettext): Likewise.
11889 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
11891         [BZ #14898]
11892         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
11893         Change to -1.
11895 2012-12-07  David S. Miller  <davem@davemloft.net>
11897         * po/libc.pot: Update.
11899 2012-12-07  Richard Henderson  <rth@redhat.com>
11901         [BZ #10114]
11902         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
11903         normal/normal case to before the switch.
11904         (_FP_DIV): Likewise.
11906 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
11907             Mike Frysinger  <vapier@gentoo.org>
11909         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
11910         check for __NR_fadvise64_64.
11912 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
11914         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
11915         0, not just to plain "0" as a statement.
11916         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
11917         with cw.
11919 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
11921         * NEWS: Use sourceware.org in Bugzilla URL.
11923 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
11925         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
11926         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
11928         * stdio-common/tst-put-error.c (do_test): Add newline to the
11929         padded test to ensure flush.
11931 2012-12-05  Jeff Law  <law@redhat.com>
11933         * sunrpc/etc.rpc (fedfs_admin): Add entry.
11935 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
11937         * README: Don't refer to ports add-on as distributed separately.
11938         Mention AArch64 in list of systems supported in the ports add-on.
11940         * LICENSES: Add more non-FSF copyright and license notices.
11942         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
11943         ((unused)).
11945         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
11947         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
11948         10000 as width of padded output.
11950 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
11952         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
11954         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
11955         variable LX with __attribute__ ((unused)).
11956         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
11957         Likewise.
11958         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
11959         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
11960         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
11961         with __attribute__ ((unused)).
11963 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
11965         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
11967 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
11969         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
11970         (CFLAGS-nldbl-acos.c): New variable.
11971         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
11972         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
11973         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
11974         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
11975         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
11976         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
11977         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
11978         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
11979         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
11980         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
11981         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
11982         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
11983         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
11984         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
11985         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
11986         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
11987         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
11988         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
11989         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
11990         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
11991         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
11992         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
11993         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
11994         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
11995         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
11996         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
11997         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
11998         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
11999         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
12000         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
12001         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
12002         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
12003         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
12004         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
12005         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
12006         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
12007         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
12008         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
12009         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
12010         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
12011         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
12012         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
12013         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
12014         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
12015         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
12016         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
12017         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
12018         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
12019         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
12020         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
12021         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
12022         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
12023         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
12024         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
12025         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
12026         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
12027         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
12028         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
12029         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
12030         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
12031         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
12032         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
12033         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
12034         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
12035         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
12036         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
12037         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
12038         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
12039         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
12040         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
12041         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
12042         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
12043         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
12044         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
12045         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
12046         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
12047         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
12048         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
12049         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
12050         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
12051         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
12052         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
12053         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
12054         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
12055         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
12056         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
12057         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
12058         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
12059         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
12060         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
12061         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
12062         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
12063         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
12064         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
12065         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
12066         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
12067         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
12069         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
12070         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
12072         [BZ #14914]
12073         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
12074         whole low double instead of just low 47 bits when splitting values
12075         into two parts.
12077 2012-12-03  Allan McRae  <allan@archlinux.org>
12079         * manual/stdio.texi (Predefined Printf Handlers): Remove
12080         @hsep and @vsep usage.
12082 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
12084         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
12085         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
12087 2012-12-03  Jeff Law  <law@redhat.com>
12089         * time/sys/time.h (settimeofday): Do not mark TV argument
12090         as __nonnull.
12092 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
12094         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
12095         when currently writing and seek to current position when not.
12096         * libio/Makefile (tests): Remove bug-fclose1.
12097         * libio/bug-fclose1.c: Delete.
12099 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
12101         * manual/arith.texi (feenableexcept): Fix typo.
12102         (fedisableexcept): Likewise.
12104 2012-11-30  Roland McGrath  <roland@hack.frob.com>
12106         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
12107         second, differently-typed declaration, rather than a cast.
12109 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
12111         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
12112         * include/rpc/svc.h: ... here.
12114 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
12116         [BZ #13013]
12117         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
12118         depending n and resplen2 to catch cases where answer
12119         equals answerp2.
12121 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
12123         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
12124         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
12126 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
12128         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
12130 2012-11-29  Roland McGrath  <roland@hack.frob.com>
12132         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
12134 2012-11-28  Jeff Law  <law@redhat.com>
12136         [BZ #13761]
12137         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
12138         dataset_temporary.  Track alloca usage into alloca_used.
12139         If dataset is large allocate and release it via malloc/free.
12141 2012-06-04  Florian Weimer  <fweimer@redhat.com>
12143         [BZ #14197]
12144         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
12146 2012-11-28  David S. Miller  <davem@davemloft.net>
12148         * sysdeps/sparc/fpu/libm-test-ulps: Update.
12150 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
12152         [BZ #14803]
12153         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
12154         of pi/2 rounded to nearest to 64 bits.
12155         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
12156         nearest to 64 bits.
12157         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
12158         bits.
12160 2012-11-28  Jeff Law <law@redhat.com>
12161             Martin Osvald <mosvald@redhat.com>
12163         [BZ #14889]
12164         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
12165         * sunrpc/svc.c: Include time.h.
12166         (__svc_accept_failed): New function.
12167         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
12168         any reason other than EINTR, call __svc_accept_failed.
12169         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
12170         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
12172 2012-11-28  Andreas Schwab  <schwab@suse.de>
12174         * scripts/abilist.awk: Also handle indirect functions in .opd
12175         section.
12177 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
12179         [BZ #13881]
12180         * sysdeps/x86/fpu/powl_helper.c: New file.
12181         * sysdeps/x86/fpu/Makefile: Likewise.
12182         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
12183         (p3): New object.
12184         (__ieee754_powl): Use __powl_helper for finite arguments except
12185         integer exponents below 8.
12186         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
12187         (p3): New object.
12188         (__ieee754_powl): Use __powl_helper for finite arguments except
12189         integer exponents below 8.
12190         * math/libm-test.inc (pow_test): Add more tests and enable some
12191         previously disabled tests.
12192         * sysdeps/i386/fpu/libm-test-ulps: Update.
12193         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12195 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
12196             Carlos O'Donell  <carlos_odonell@mentor.com>
12198         * nss/makedb.c (is_prime): Assert that input is odd and greater
12199         than 4.  Note that fact in a comment too.
12200         (next_prime): Add 4 to input.
12202 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
12204         [BZ #11741]
12205         * libio/Makefile (tests): Add test case tst-fwrite-error.
12206         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
12207         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
12208         * libio/tst-fwrite-error.c: New test case.
12210 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
12212         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
12213         before casting to void *.
12214         * include/libc-internal.h (__pointer_type): New macro.
12215         (__integer_if_pointer_type_sub): Likewise.
12216         (__integer_if_pointer_type): Likewise.
12217         (cast_to_integer): Likewise.
12218         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
12219         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
12220         before casting to atomic64_t.
12221         (atomic_exchange_acq): Likewise.
12222         (__arch_exchange_and_add_body): Likewise.
12223         (__arch_add_body): Likewise.
12224         (atomic_add_negative): Likewise.
12225         (atomic_add_zero): Likewise.
12227 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
12229         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
12230         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
12231         (add_fdes): Likewise.
12232         (linear_search_fdes): Likewise.
12233         (binary_search_unencoded_fdes): Likewise.
12235 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
12237         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
12239 2012-11-24  Adam Conrad  <adconrad@0c3.net>
12241         * configure.in: Autodetect C++ header directories.
12242         * configure: Regenerated.
12244 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
12246         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
12248 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
12250         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12252 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
12254         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
12255         LDBL_MANT_DIG == 106]: Disable some tests.
12256         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
12257         Likewise.
12258         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
12259         Likewise.
12261         [BZ #14871]
12262         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
12263         input for small inputs.  Return +/- pi/2 for large inputs.
12264         * math/libm-test.inc (atan_test): Add more tests.
12266         * sysdeps/generic/unwind-dw2-fde-glibc.c
12267         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
12268         __attribute__ ((unused)).
12270         [BZ #14645]
12271         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
12272         x * y if x and y are nonzero and z is zero.
12274         [BZ #14811]
12275         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
12276         nonzero exponents with absolute value below 0x1p-117 to +/-
12277         0x1p-117.
12279         [BZ #14869]
12280         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
12281         up arguments below 2**-450, not just those below 2**-500.
12282         * math/libm-test.inc (hypot_test): Add another test.
12284         [BZ #14868]
12285         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
12286         Return a+b for ratio over 2**120, not 2**60.
12287         * math/libm-test.inc (hypot_test): Add another test.
12289         * math/libm-test.inc (clog_test): Use
12290         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
12291         (clog10_test): Likewise.
12293         [BZ #6778]
12294         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
12296 2012-11-22  Andreas Schwab  <schwab@suse.de>
12298         * sysdeps/i386/fpu/libm-test-ulps: Update.
12300 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
12302         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
12303         printf output with newline.
12305 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
12307         [BZ #14865]
12308         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
12309         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
12310         -z nodlopen, -z initfirst and -z execstack support.
12311         * configure: Regenerated.
12313         * elf/elf.h (DF_1_NODIRECT): New macro.
12314         (DF_1_IGNMULDEF): Likewise.
12315         (DF_1_NOKSYMS): Likewise.
12316         (DF_1_NOHDR): Likewise.
12317         (DF_1_EDITED): Likewise.
12318         (DF_1_NORELOC): Likewise.
12319         (DF_1_SYMINTPOSE): Likewise.
12320         (DF_1_GLOBAUDIT): Likewise.
12321         (DF_1_SINGLETON): Likewise.
12322         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
12323         DT_1_SUPPORTED_MASK bits.
12324         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
12326 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
12328         * sysdeps/unix/make-syscalls.sh: Document prefixes.
12330 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
12332         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
12333         macro.
12335         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
12336         (sendmmsg): Move declarations...
12337         * socket/sys/socket.h: ... here.
12338         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
12339         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
12340         include it from...
12341         * socket/recvmmsg.c: ... this new file.
12342         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
12343         (sendmmsg): Rename to __sendmmsg, create weak alias and make
12344         definition of __sendmmsg hidden.
12345         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
12346         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
12347         Move ENOSYS stub into and include it from...
12348         * socket/sendmmsg.c: ... this new file.
12349         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
12350         (sysdep_routines): Move recvmmsg and sendmmsg...
12351         * socket/Makefile (routines): ... here.
12352         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
12353         (GLIBC_PRIVATE): Add __sendmmsg.
12354         * include/sys/socket.h (__sendmmsg): Add declarations.
12355         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
12356         sendmmsg.
12358 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
12360         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
12361         variable I1 with __attribute__ ((unused)).
12362         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
12364 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
12366         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
12367         DUMMY variables with __attribute__ ((unused)).
12369         * bits/byteswap.h: Include <bits/types.h>.
12370         (__bswap_64): Use __uint64_t instead of unsigned long long int.
12372 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
12374         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
12375         string_t.  Do not manually set errno.
12376         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
12377         length with __strnlen.  Make sure to both set errno and return it on
12378         failure.
12380 2012-11-19  David S. Miller  <davem@davemloft.net>
12382         With help from Joseph Myers.
12383         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
12384         very large arguments properly.
12385         * math/libm-test.inc (atan_test): New tests.
12386         (atan2_test): New tests.
12387         * sysdeps/sparc/fpu/libm-test-ulps: Update.
12388         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
12390 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
12392         [BZ #14856]
12393         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
12394         Define to 3.
12396         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
12397         [POSIX] (EADDRNOTAVAIL): Likewise.
12398         [POSIX] (EAFNOSUPPORT): Likewise.
12399         [POSIX] (EALREADY): Likewise.
12400         [POSIX] (ECONNABORTED): Likewise.
12401         [POSIX] (ECONNREFUSED): Likewise.
12402         [POSIX] (ECONNRESET): Likewise.
12403         [POSIX] (EDESTADDRREQ): Likewise.
12404         [POSIX] (EDQUOT): Likewise.
12405         [POSIX] (EHOSTUNREACH): Likewise.
12406         [POSIX] (EIDRM): Likewise.
12407         [POSIX] (EISCONN): Likewise.
12408         [POSIX] (ELOOP): Likewise.
12409         [POSIX] (EMULTIHOP): Likewise.
12410         [POSIX] (ENETDOWN): Likewise.
12411         [POSIX] (ENETUNREACH): Likewise.
12412         [POSIX] (ENOBUFS): Likewise.
12413         [POSIX] (ENODATA): Likewise.
12414         [POSIX] (ENOLINK): Likewise.
12415         [POSIX] (ENOMSG): Likewise.
12416         [POSIX] (ENOPROTOOPT): Likewise.
12417         [POSIX] (ENOSR): Likewise.
12418         [POSIX] (ENOSTR): Likewise.
12419         [POSIX] (ENOTCONN): Likewise.
12420         [POSIX] (ENOTSOCK): Likewise.
12421         [POSIX] (EOPNOTSUPP): Likewise.
12422         [POSIX] (EOVERFLOW): Likewise.
12423         [POSIX] (EPROTO): Likewise.
12424         [POSIX] (EPROTONOSUPPORT): Likewise.
12425         [POSIX] (EPROTOTYPE): Likewise.
12426         [POSIX] (ESTALE): Likewise.
12427         [POSIX] (ETIME): Likewise.
12428         [POSIX] (ETXTBSY): Likewise.
12429         [POSIX] (EWOULDBLOCK): Likewise.
12430         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
12431         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
12432         [POSIX] (SEEK_CUR): Likewise.
12433         [POSIX] (SEEK_END): Likewise.
12434         [POSIX || UNIX98] (mode_t): Do not require.
12435         [POSIX] (off_t): Likewise.
12436         [POSIX] (pid_t): Likewise.
12437         [POSIX] (sys/stat.h): Do not allow header.
12438         [POSIX] (unistd.h): Likewise.
12439         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
12440         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
12441         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
12442         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
12443         require.
12444         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
12445         sigevent): Specify elements.
12446         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
12447         entry.
12448         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
12449         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
12451         * conform/data/cpio.h-data [POSIX]: Disable whole file.
12452         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
12453         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
12454         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
12455         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
12456         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
12457         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
12458         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
12459         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
12460         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
12461         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
12462         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
12463         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
12464         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
12465         Likewise.
12466         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
12467         Likewise.
12468         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
12469         Likewise.
12470         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
12471         Likewise.
12472         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
12473         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
12474         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
12475         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
12476         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
12477         Specify lower bound on value.
12478         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
12479         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
12480         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
12481         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
12482         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
12483         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
12484         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
12485         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
12486         value.
12487         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
12488         as optional.
12489         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
12490         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
12491         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
12492         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
12493         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
12494         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
12495         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
12496         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
12497         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
12498         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
12499         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
12500         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
12501         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
12502         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
12503         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
12504         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
12505         entry.
12506         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
12507         optional.
12508         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
12509         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
12510         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
12511         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
12512         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
12513         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
12514         Likewise.
12515         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
12516         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
12517         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
12518         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
12519         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
12520         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
12521         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
12522         as optional.
12523         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
12524         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
12525         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
12526         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
12527         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
12528         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
12529         specify as optional.
12530         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
12531         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
12532         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
12533         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
12534         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
12535         [XPG3] (NL_LANGMAX): Likewise.
12536         [POSIX || XPG3] (NL_MSGMAX): Likewise.
12537         [POSIX || XPG3] (NL_NMAX): Likewise.
12538         [POSIX || XPG3] (NL_SETMAX): Likewise.
12539         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
12540         [XPG3] (NZERO): Likewise.
12541         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
12542         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
12543         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
12544         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
12545         (REG_ERANGE): Expect.
12546         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
12547         optional-constant.
12548         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
12549         Use (void) in prototype.
12550         [POSIX] (*_t): Allow.
12551         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
12552         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
12553         (WRDE_BADVAL): Expect.
12555         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
12556         expect.
12557         [XPG3 || XPG4] (O_RSYNC): Likewise.
12558         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
12559         Likewise.
12560         [XPG3 || XPG4] (pthread_sigmask): Likewise.
12561         [XPG3 || XPG4] (sigqueue): Likewise.
12562         [XPG3 || XPG4] (sigtimedwait): Likewise.
12563         [XPG3 || XPG4] (sigwaitinfo): Likewise.
12564         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
12565         [XPG3 || XPG4] (vsnprintf): Likewise.
12566         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
12567         Likewise.
12568         [XPG3 || XPG4] (blksize_t): Likewise.
12569         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
12570         Likewise.
12571         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
12572         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
12573         [XPG3 || XPG4] (struct itimerspec): Likewise.
12574         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
12575         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
12576         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
12577         [XPG3 || XPG4] (clockid_t): Likewise.
12578         [XPG3 || XPG4] (timer_t): Likewise.
12579         [XPG3 || XPG4] (clock_getres): Likewise.
12580         [XPG3 || XPG4] (clock_gettime): Likewise.
12581         [XPG3 || XPG4] (clock_settime): Likewise.
12582         [XPG3 || XPG4] (nanosleep): Likewise.
12583         [XPG3 || XPG4] (timer_create): Likewise.
12584         [XPG3 || XPG4] (timer_delete): Likewise.
12585         [XPG3 || XPG4] (timer_gettime): Likewise.
12586         [XPG3 || XPG4] (timer_getoverrun): Likewise.
12587         [XPG3 || XPG4] (timer_settime): Likewise.
12588         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
12589         [XPG3 || XPG4] (getlogin_r): Likewise.
12590         [XPG3 || XPG4] (pread): Likewise.
12591         [XPG3 || XPG4] (pthread_atfork): Likewise.
12592         [XPG3 || XPG4] (pwrite): Likewise.
12594         [BZ #14835]
12595         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
12596         <bits/siginfo.h>.
12598 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
12600         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
12601         finalizing MALLSTREAM.
12603         * sysdeps/mach/hurd/syncfs.c: New file.
12605 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
12607         [BZ #14719]
12608         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
12609         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
12610         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
12611         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
12612         (_nss_dns_gethostbyname4_r): Likewise.
12613         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
12614         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
12616 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
12618         [BZ #13763]
12619         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
12621 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
12623         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
12624         * elf/cache.c (print_entry): Print ",AArch64" for
12625         FLAG_AARCH64_LIB64
12627         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
12628         * elf/cache.c (print_entry): Print ",hard-float" for
12629         FLAG_ARM_LIBHF.
12631 2012-11-18  David S. Miller  <davem@davemloft.net>
12633         With help from Joseph Myers.
12634         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
12635         cutoff to 2**-13.
12636         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
12637         cutoff to 2**-25.
12638         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
12639         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
12640         small.
12641         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
12642         * math/libm-test.inc (y0_test): New tests.
12643         (y1_test): New tests.
12644         * sysdeps/i386/fpu/libm-test-ulps: Update.
12645         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
12646         * sysdeps/sparc/fpu/libm-test-ulps: Update.
12648 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
12650         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
12651         64-bit targets.
12652         * configure: Regenerated.
12654 2012-11-17  David S. Miller  <davem@davemloft.net>
12656         [BZ #14811]
12657         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
12658         nonzero exponents with absolute value below 0x1p-128 to +/-
12659         0x1p-128.
12661 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
12663         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
12665         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
12667         * posix/getconf-speclist.c: New file.
12668         * posix/posix-envs.def: Likewise.
12669         * posix/confstr.c (START_ENV_GROUP): New macro.
12670         (END_ENV_GROUP): Likewise.
12671         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
12672         (KNOWN_PRESENT_ENV_STRING): Likewise.
12673         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
12674         (UNKNOWN_ENVIRONMENT): Likewise.
12675         (confstr): Include posix-envs.def instead of handling
12676         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
12677         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
12678         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
12679         (END_ENV_GROUP): Likewise.
12680         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
12681         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
12682         (UNKNOWN_ENVIRONMENT): Likewise.
12683         (__sysconf): Include posix-envs.def instead of handling associated
12684         cases directly here.
12685         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
12686         preprocessing getconf-speclist.c rather than running getconf or
12687         generating empty file.
12689 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
12691         * scripts/check-local-headers.sh: Ignore 'mach' headers.
12693 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
12695         [BZ #14672]
12696         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
12698 2012-11-16  David S. Miller  <davem@davemloft.net>
12700         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
12701         smaller than LDBL_EPSILON/2.0L, just return xm1.
12703 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
12705         * elf/tst-array1.c (init): Set constructor priority to 1000.
12706         (fini): Set destructor priority to 1000.
12707         * elf/tst-array2dep.c: Likewise.
12709 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
12711         [BZ #11741]
12712         * libio/fileops.c (_IO_new_file_write): Correctly return error.
12713         (_IO_new_file_xsputn): Also return EOF if none of the input
12714         data was written when overflow failed.
12715         * libio/iopadn.c (_IO_padn): Likewise.
12716         * libio/iowpadn.c (_IO_wpadn): Likewise.
12717         * stdio-common/tst-put-error.c: Add copyright notice.
12718         (do_test): Add case for printing padded string.
12719         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
12720         _IO_padn returned error.
12721         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
12722         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
12723         return EOF.
12725 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
12727         * libio/libioP.h: Add comment note that the references to C++
12728         bits are now obsolete.
12730 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
12732         * math/libm-test.inc (check_complex): Use asprintf.
12734 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
12736         * debug/pcprofiledump.c (print_version): Update copyright year.
12737         * malloc/memusagestat.c (print_version): Likewise.
12739 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
12741         [BZ #14831]
12742         * elf/Makefile (tests): Add tst-audit8.
12743         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
12744         ($(objpfx)tst-audit8.out): New target.
12745         (tst-audit8-ENV): New variable.
12746         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
12747         audit if l_reloc_result is NULL.
12748         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
12749         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
12750         * elf/tst-audit8.c: New file.
12752 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
12754         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
12755         * misc/Makefile (CFLAGS-select.c): Define.
12756         * posix/Makefile (CFLAGS-pause.c): Define.
12758 2012-11-13  David S. Miller  <davem@davemloft.net>
12760         * crypt/Makefile: Move test targets after toplevel Rules
12761         inclusion.  Grab any necessary sysdep routines when linking.
12762         * crypt/md5.c (md5_process_block): Remove define, we will always
12763         name it __md5_process_block.
12764         (md5_finish_ctx): Update md5_process_block call.
12765         (md5_stream): Likewise.
12766         (md5_process_bytes): Likewise.
12767         (md5_process_block): Rename to __md5_process_block and move to ...
12768         * crypt/md5-block.c: ... here.
12769         * crypt/sha256.c (sha256_process_block): Move to ...
12770         * crypt/sha256-block.c: ... here.
12771         * crypt/sha512.c (sha512_process_block): Move to ...
12772         * crypt/sha512-block.c: ... here.
12773         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
12774         path.
12775         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
12776         * sysdeps/sparc/sparc64/multiarch/Makefile
12777         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
12778         crypt subdir.
12779         (localedef-aux): Add md5 crypto assembler when in locale subdir.
12780         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
12781         multiarch changes.
12782         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
12783         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
12784         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
12785         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
12786         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
12787         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
12788         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
12789         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
12790         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
12791         file.
12792         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
12793         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
12794         file.
12795         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
12797 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
12799         * timezone/tzselect.ksh: Update from tzcode git revision
12800         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
12801         * timezone/zdump.c: Likewise.
12802         * timezone/zic.c: Likewise.
12803         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
12804         in TZVERSION setting, not $(PKGVERSION).
12805         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
12806         REPORT_BUGS_TO settings.
12808         [BZ #14838]
12809         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
12810         macro.
12812 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
12814         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
12815         detection to immediately after _FP_ROUND().
12816         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
12817         bits are 0.
12819 2012-11-11  David S. Miller  <davem@davemloft.net>
12821         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
12822         inttypes.h
12823         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
12824         __close rather than their public counterparts.
12826 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
12828         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
12829         file.
12830         [UNIX98] (sem_timedwait): Do not expect.
12831         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
12832         [XPG4 || UNIX98] (sockatmark): Do not expect.
12833         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
12834         (clock_getcpuclockid): Do not expect.
12835         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
12836         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
12837         Do not expect.
12838         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
12839         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
12840         [UNIX98] (vwscanf): Likewise.
12841         [UNIX98] (vswscanf): Likewise.
12843 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
12845         * timezone/version.h: Remove file.
12846         * timezone/README: Do not refer to version.h.
12847         * timezone/Makefile ($(objpfx)zic.o): New dependency on
12848         $(objpfx)version.h.
12849         ($(objpfx)zdump.o): Likewise.
12850         ($(objpfx)version.h): New target.
12852         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
12853         2012i.
12854         * timezone/README: Don't mention modification to tzselect.ksh.
12855         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
12856         work on unmodified tzselect.ksh.  Substitute version numbers in
12857         tzselect.ksh.
12859         * Makefile (format-me): Remove.
12860         (INSTALL): Adjust indentation.  Use commands directly instead of
12861         using $(format-me).
12863         * aclocal.m4 (ACX_PKGVERSION): New macro.
12864         (ACX_BUGURL): Likewise.
12865         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
12866         (PKGVERSION): New AC_DEFINE_UNQUOTED.
12867         (REPORT_BUGS_TO): Likewise.
12868         * configure: Regenerated.
12869         * config.h.in (PKGVERSION): New macro.
12870         (REPORT_BUGS_TO): Likewise.
12871         * config.make.in (PKGVERSION): New variable.
12872         (PKGVERSION_TEXI): Likewise.
12873         (REPORT_BUGS_TO): Likewise.
12874         (REPORT_BUGS_TEXI): Likewise.
12875         * Makefile (format-me): Use -I$(common-objpfx)manual.
12876         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
12877         ($(common-objpfx)manual/%): New target.
12878         (manual/%): Remove target.
12879         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
12880         (print_version): Use PKGVERSION.
12881         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
12882         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
12883         and REPORT_BUGS_TO.
12884         ($(objpfx)xtrace): Likewise.
12885         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
12886         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
12887         (print_version): Use PKGVERSION.
12888         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
12889         (do_version): Use PKGVERSION.
12890         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
12891         REPORT_BUGS_TO.
12892         (common-ldd-rewrite): Likewise.
12893         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
12894         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
12895         (print_version): Use PKGVERSION.
12896         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
12897         * elf/pldd.c (argp_program_bug_address): Remove variable.
12898         (more_help): New function.
12899         (argp): Use more_help.
12900         (print_version): Use PKGVERSION.
12901         * elf/sln.c (main): Use PKGVERSION.
12902         (usage): Use REPORT_BUGS_TO.
12903         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
12904         (top level): Use PKGVERSION.
12905         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
12906         (print_version): Use PKGVERSION.
12907         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
12908         (print_version): Use PKGVERSION.
12909         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
12910         (print_version): Use PKGVERSION.
12911         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
12912         (print_version): Use PKGVERSION.
12913         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
12914         (print_version): Use PKGVERSION.
12915         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
12916         (print_version): Use PKGVERSION.
12917         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
12918         and BUGURL.
12919         ($(objpfx)memusage): Likewise.
12920         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
12921         (do_version): Use PKGVERSION.
12922         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
12923         (print_version): Use PKGVERSION.
12924         * malloc/mtrace.pl ($PACKAGE): Remove variable.
12925         ($PKGVERSION): New variable.
12926         ($REPORT_BUGS_TO): Likewise.
12927         (usage): Use $REPORT_BUGS_TO.
12928         (top level): Use $PKGVERSION.
12929         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
12930         ($(objpfx)pkgvers.texi): New rule.
12931         ($(objpfx)stamp-pkgvers): Likewise.
12932         * manual/install.texi: Include pkgvers.texi.
12933         (--with-pkgversion): Document new configure option.
12934         (--with-bugurl): Likewise.
12935         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
12936         than necessarily for this particular distribution.  Use
12937         REPORT_BUGS_TO for where to report bugs.
12938         * INSTALL: Regenerated.
12939         * manual/libc.texinfo: Include pkgvers.texi.
12940         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
12941         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
12942         (print_version): Use PKGVERSION.
12943         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
12944         (print_version): Use PKGVERSION.
12945         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
12946         (print_version): Use PKGVERSION.
12947         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
12948         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
12949         macro.
12950         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
12951         (print_version): Use PKGVERSION.
12952         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
12953         (print_version): Use PKGVERSION.
12954         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
12955         and PKGVERSION.
12957         * timezone/checktab.awk: Update from tzcode 2012i.
12958         * timezone/ialloc.c: Likewise.
12959         * timezone/private.h: Likewise.
12960         * timezone/scheck.c: Likewise.
12961         * timezone/tzfile.h: Likewise.
12962         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
12963         (TZVERSION): Hardcode tzcode version number.
12964         * timezone/zdump.c: Update from tzcode 2012i.
12965         * timezone/zic.c: Likewise.
12966         * timezone/version.h: New file.
12967         * timezone/README: Describe version.h.  Update upstream location.
12969         [BZ #14824]
12970         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
12971         (mktemp): Enable declaration.
12972         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
12973         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
12974         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
12975         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
12976         Likewise.
12977         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
12978         Likewise.
12979         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
12980         Likewise.
12981         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
12982         Likewise.
12983         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
12984         Likewise.
12985         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
12986         Likewise.
12988         [BZ #14821]
12989         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
12990         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
12991         for copies of such integer values.
12992         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
12993         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
12995 2012-11-09  Andreas Jaeger  <aj@suse.de>
12997         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
12998         definitions and declarations that are provided by
12999         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
13001 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13003         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
13004         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
13005         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
13006         definition.
13008 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
13010         * elf/elf.h: Update comment before AArch64 relocations.
13012 2012-11-07  David S. Miller  <davem@davemloft.net>
13014         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
13015         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
13016         (__start_context): Declare.
13017         (__makecontext_ret): Delete.
13018         (__makecontext): Hook up __start_context instead of
13019         __makecontext_ret.
13020         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
13021         (sysdep_routines): Add __start_context when in stdlib.
13023 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
13025         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
13026         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
13027         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
13028         hardcoded "nm".
13029         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
13030         (READELF): New variable.  Use it instead of hardcoded "readelf".
13032 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
13034         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
13035         * sysdeps/x86/Makefile: Here.
13036         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
13037         * sysdeps/x86/tst-xmmymm.sh: This.
13039 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
13041         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
13042         expectations.
13043         [UNIX98] (pthread_barrier_t): Do not expect.
13044         [UNIX98] (pthread_barrierattr_t): Likewise.
13045         [UNIX98] (pthread_spinlock_t): Likewise.
13046         [UNIX98] (pthread_barrier_destroy): Likewise.
13047         [UNIX98] (pthread_barrier_init): Likewise.
13048         [UNIX98] (pthread_barrier_wait): Likewise.
13049         [UNIX98] (pthread_barrierattr_destroy): Likewise.
13050         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
13051         [UNIX98] (pthread_barrierattr_init): Likewise.
13052         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
13053         [UNIX98] (pthread_getcpuclockid): Likewise.
13054         [UNIX98] (pthread_mutex_timedlock): Likewise.
13055         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
13056         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
13057         [UNIX98] (pthread_sigmask): Likewise.
13058         [UNIX98] (pthread_spin_destroy): Likewise.
13059         [UNIX98] (pthread_spin_init): Likewise.
13060         [UNIX98] (pthread_spin_lock): Likewise.
13061         [UNIX98] (pthread_spin_trylock): Likewise.
13062         [UNIX98] (pthread_spin_unlock): Likewise.
13063         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
13064         Do not expect.
13065         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
13066         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
13067         [XPG3 || XPG4] (pthread_cond_t): Likewise.
13068         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
13069         [XPG3 || XPG4] (pthread_key_t): Likewise.
13070         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
13071         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
13072         [XPG3 || XPG4] (pthread_once_t): Likewise.
13073         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
13074         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
13075         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
13076         [XPG3 || XPG4] (pthread_t): Likewise.
13078         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
13079         not expect.
13080         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
13082         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
13083         Change function return type to int.
13085         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
13086         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
13087         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
13088         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
13089         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
13090         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
13091         [!POSIX] (posix_madvise): Likewise.
13092         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
13093         && !UNIX98].
13094         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
13095         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
13096         (mode_t): Likewise.
13097         (posix_mem_offset): Likewise.
13098         (posix_typed_mem_get_info): Likewise.
13099         (posix_typed_mem_open): Likewise.
13101         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
13102         Change condition to [XOPEN2K8].
13104         * conform/conformtest.pl: Preprocess allow-header data with -x c
13105         instead of from stdin.
13106         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
13107         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
13108         [C99-based standards] (cerfc): Likewise.
13109         [C99-based standards] (cexp2): Likewise.
13110         [C99-based standards] (cexpm1): Likewise.
13111         [C99-based standards] (clog10): Likewise.
13112         [C99-based standards] (clog1p): Likewise.
13113         [C99-based standards] (clog2): Likewise.
13114         [C99-based standards] (clgamma): Likewise.
13115         [C99-based standards] (ctgamma): Likewise.
13116         [C99-based standards] (cerff): Likewise.
13117         [C99-based standards] (cerfcf): Likewise.
13118         [C99-based standards] (cexp2f): Likewise.
13119         [C99-based standards] (cexpm1f): Likewise.
13120         [C99-based standards] (clog10f): Likewise.
13121         [C99-based standards] (clog1pf): Likewise.
13122         [C99-based standards] (clog2f): Likewise.
13123         [C99-based standards] (clgammaf): Likewise.
13124         [C99-based standards] (ctgammaf): Likewise.
13125         [C99-based standards] (cerfl): Likewise.
13126         [C99-based standards] (cerfcl): Likewise.
13127         [C99-based standards] (cexp2l): Likewise.
13128         [C99-based standards] (cexpm1l): Likewise.
13129         [C99-based standards] (clog10l): Likewise.
13130         [C99-based standards] (clog1pl): Likewise.
13131         [C99-based standards] (clog2l): Likewise.
13132         [C99-based standards] (clgammal): Likewise.
13133         [C99-based standards] (ctgammal): Likewise.
13134         * conform/data/inttypes.h-data [C99-based standards]: Include
13135         stdint.h-data.  Remove all expectations for stdint.h contents.
13136         [C99-based standards] (PRI*): Do not allow.
13137         [C99-based standards] (SCN*): Likewise.
13138         [C99-based standards] (*_t): Likewise.
13139         [C99-based-standards] (PRId8): Expect macro.
13140         [C99-based-standards] (PRIi8): Likewise.
13141         [C99-based-standards] (PRIo8): Likewise.
13142         [C99-based-standards] (PRIu8): Likewise.
13143         [C99-based-standards] (PRIx8): Likewise.
13144         [C99-based-standards] (PRIX8): Likewise.
13145         [C99-based-standards] (SCNd8): Likewise.
13146         [C99-based-standards] (SCNi8): Likewise.
13147         [C99-based-standards] (SCNo8): Likewise.
13148         [C99-based-standards] (SCNu8): Likewise.
13149         [C99-based-standards] (SCNx8): Likewise.
13150         [C99-based-standards] (PRIdLEAST8): Likewise.
13151         [C99-based-standards] (PRIiLEAST8): Likewise.
13152         [C99-based-standards] (PRIoLEAST8): Likewise.
13153         [C99-based-standards] (PRIuLEAST8): Likewise.
13154         [C99-based-standards] (PRIxLEAST8): Likewise.
13155         [C99-based-standards] (PRIXLEAST8): Likewise.
13156         [C99-based-standards] (SCNdLEAST8): Likewise.
13157         [C99-based-standards] (SCNiLEAST8): Likewise.
13158         [C99-based-standards] (SCNoLEAST8): Likewise.
13159         [C99-based-standards] (SCNuLEAST8): Likewise.
13160         [C99-based-standards] (SCNxLEAST8): Likewise.
13161         [C99-based-standards] (PRIdFAST8): Likewise.
13162         [C99-based-standards] (PRIiFAST8): Likewise.
13163         [C99-based-standards] (PRIoFAST8): Likewise.
13164         [C99-based-standards] (PRIuFAST8): Likewise.
13165         [C99-based-standards] (PRIxFAST8): Likewise.
13166         [C99-based-standards] (PRIXFAST8): Likewise.
13167         [C99-based-standards] (SCNdFAST8): Likewise.
13168         [C99-based-standards] (SCNiFAST8): Likewise.
13169         [C99-based-standards] (SCNoFAST8): Likewise.
13170         [C99-based-standards] (SCNuFAST8): Likewise.
13171         [C99-based-standards] (SCNxFAST8): Likewise.
13172         [C99-based-standards] (PRId16): Likewise.
13173         [C99-based-standards] (PRIi16): Likewise.
13174         [C99-based-standards] (PRIo16): Likewise.
13175         [C99-based-standards] (PRIu16): Likewise.
13176         [C99-based-standards] (PRIx16): Likewise.
13177         [C99-based-standards] (PRIX16): Likewise.
13178         [C99-based-standards] (SCNd16): Likewise.
13179         [C99-based-standards] (SCNi16): Likewise.
13180         [C99-based-standards] (SCNo16): Likewise.
13181         [C99-based-standards] (SCNu16): Likewise.
13182         [C99-based-standards] (SCNx16): Likewise.
13183         [C99-based-standards] (PRIdLEAST16): Likewise.
13184         [C99-based-standards] (PRIiLEAST16): Likewise.
13185         [C99-based-standards] (PRIoLEAST16): Likewise.
13186         [C99-based-standards] (PRIuLEAST16): Likewise.
13187         [C99-based-standards] (PRIxLEAST16): Likewise.
13188         [C99-based-standards] (PRIXLEAST16): Likewise.
13189         [C99-based-standards] (SCNdLEAST16): Likewise.
13190         [C99-based-standards] (SCNiLEAST16): Likewise.
13191         [C99-based-standards] (SCNoLEAST16): Likewise.
13192         [C99-based-standards] (SCNuLEAST16): Likewise.
13193         [C99-based-standards] (SCNxLEAST16): Likewise.
13194         [C99-based-standards] (PRIdFAST16): Likewise.
13195         [C99-based-standards] (PRIiFAST16): Likewise.
13196         [C99-based-standards] (PRIoFAST16): Likewise.
13197         [C99-based-standards] (PRIuFAST16): Likewise.
13198         [C99-based-standards] (PRIxFAST16): Likewise.
13199         [C99-based-standards] (PRIXFAST16): Likewise.
13200         [C99-based-standards] (SCNdFAST16): Likewise.
13201         [C99-based-standards] (SCNiFAST16): Likewise.
13202         [C99-based-standards] (SCNoFAST16): Likewise.
13203         [C99-based-standards] (SCNuFAST16): Likewise.
13204         [C99-based-standards] (SCNxFAST16): Likewise.
13205         [C99-based-standards] (PRId32): Likewise.
13206         [C99-based-standards] (PRIi32): Likewise.
13207         [C99-based-standards] (PRIo32): Likewise.
13208         [C99-based-standards] (PRIu32): Likewise.
13209         [C99-based-standards] (PRIx32): Likewise.
13210         [C99-based-standards] (PRIX32): Likewise.
13211         [C99-based-standards] (SCNd32): Likewise.
13212         [C99-based-standards] (SCNi32): Likewise.
13213         [C99-based-standards] (SCNo32): Likewise.
13214         [C99-based-standards] (SCNu32): Likewise.
13215         [C99-based-standards] (SCNx32): Likewise.
13216         [C99-based-standards] (PRIdLEAST32): Likewise.
13217         [C99-based-standards] (PRIiLEAST32): Likewise.
13218         [C99-based-standards] (PRIoLEAST32): Likewise.
13219         [C99-based-standards] (PRIuLEAST32): Likewise.
13220         [C99-based-standards] (PRIxLEAST32): Likewise.
13221         [C99-based-standards] (PRIXLEAST32): Likewise.
13222         [C99-based-standards] (SCNdLEAST32): Likewise.
13223         [C99-based-standards] (SCNiLEAST32): Likewise.
13224         [C99-based-standards] (SCNoLEAST32): Likewise.
13225         [C99-based-standards] (SCNuLEAST32): Likewise.
13226         [C99-based-standards] (SCNxLEAST32): Likewise.
13227         [C99-based-standards] (PRIdFAST32): Likewise.
13228         [C99-based-standards] (PRIiFAST32): Likewise.
13229         [C99-based-standards] (PRIoFAST32): Likewise.
13230         [C99-based-standards] (PRIuFAST32): Likewise.
13231         [C99-based-standards] (PRIxFAST32): Likewise.
13232         [C99-based-standards] (PRIXFAST32): Likewise.
13233         [C99-based-standards] (SCNdFAST32): Likewise.
13234         [C99-based-standards] (SCNiFAST32): Likewise.
13235         [C99-based-standards] (SCNoFAST32): Likewise.
13236         [C99-based-standards] (SCNuFAST32): Likewise.
13237         [C99-based-standards] (SCNxFAST32): Likewise.
13238         [C99-based-standards] (PRId64): Likewise.
13239         [C99-based-standards] (PRIi64): Likewise.
13240         [C99-based-standards] (PRIo64): Likewise.
13241         [C99-based-standards] (PRIu64): Likewise.
13242         [C99-based-standards] (PRIx64): Likewise.
13243         [C99-based-standards] (PRIX64): Likewise.
13244         [C99-based-standards] (SCNd64): Likewise.
13245         [C99-based-standards] (SCNi64): Likewise.
13246         [C99-based-standards] (SCNo64): Likewise.
13247         [C99-based-standards] (SCNu64): Likewise.
13248         [C99-based-standards] (SCNx64): Likewise.
13249         [C99-based-standards] (PRIdLEAST64): Likewise.
13250         [C99-based-standards] (PRIiLEAST64): Likewise.
13251         [C99-based-standards] (PRIoLEAST64): Likewise.
13252         [C99-based-standards] (PRIuLEAST64): Likewise.
13253         [C99-based-standards] (PRIxLEAST64): Likewise.
13254         [C99-based-standards] (PRIXLEAST64): Likewise.
13255         [C99-based-standards] (SCNdLEAST64): Likewise.
13256         [C99-based-standards] (SCNiLEAST64): Likewise.
13257         [C99-based-standards] (SCNoLEAST64): Likewise.
13258         [C99-based-standards] (SCNuLEAST64): Likewise.
13259         [C99-based-standards] (SCNxLEAST64): Likewise.
13260         [C99-based-standards] (PRIdFAST64): Likewise.
13261         [C99-based-standards] (PRIiFAST64): Likewise.
13262         [C99-based-standards] (PRIoFAST64): Likewise.
13263         [C99-based-standards] (PRIuFAST64): Likewise.
13264         [C99-based-standards] (PRIxFAST64): Likewise.
13265         [C99-based-standards] (PRIXFAST64): Likewise.
13266         [C99-based-standards] (SCNdFAST64): Likewise.
13267         [C99-based-standards] (SCNiFAST64): Likewise.
13268         [C99-based-standards] (SCNoFAST64): Likewise.
13269         [C99-based-standards] (SCNuFAST64): Likewise.
13270         [C99-based-standards] (SCNxFAST64): Likewise.
13271         [C99-based-standards] (PRIdMAX): Likewise.
13272         [C99-based-standards] (PRIiMAX): Likewise.
13273         [C99-based-standards] (PRIoMAX): Likewise.
13274         [C99-based-standards] (PRIuMAX): Likewise.
13275         [C99-based-standards] (PRIxMAX): Likewise.
13276         [C99-based-standards] (PRIXMAX): Likewise.
13277         [C99-based-standards] (SCNdMAX): Likewise.
13278         [C99-based-standards] (SCNiMAX): Likewise.
13279         [C99-based-standards] (SCNoMAX): Likewise.
13280         [C99-based-standards] (SCNuMAX): Likewise.
13281         [C99-based-standards] (SCNxMAX): Likewise.
13282         [C99-based-standards] (PRIdPTR): Likewise.
13283         [C99-based-standards] (PRIiPTR): Likewise.
13284         [C99-based-standards] (PRIoPTR): Likewise.
13285         [C99-based-standards] (PRIuPTR): Likewise.
13286         [C99-based-standards] (PRIxPTR): Likewise.
13287         [C99-based-standards] (PRIXPTR): Likewise.
13288         [C99-based-standards] (SCNdPTR): Likewise.
13289         [C99-based-standards] (SCNiPTR): Likewise.
13290         [C99-based-standards] (SCNoPTR): Likewise.
13291         [C99-based-standards] (SCNuPTR): Likewise.
13292         [C99-based-standards] (SCNxPTR): Likewise.
13293         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
13294         allow.
13295         * conform/data/stdint.h-data: Update comments to clarify
13296         requirements.
13297         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
13298         type.
13299         [C99-based standards] (INT8_MAX): Likewise.
13300         [C99-based standards] (INT16_MIN): Likewise.
13301         [C99-based standards] (INT16_MAX): Likewise.
13302         [C99-based standards] (INT32_MIN): Likewise.
13303         [C99-based standards] (INT32_MAX): Likewise.
13304         [C99-based standards] (INT64_MIN): Likewise.
13305         [C99-based standards] (INT64_MAX): Likewise.
13306         [C99-based standards] (UINT8_MAX): Likewise.
13307         [C99-based standards] (UINT16_MAX): Likewise.
13308         [C99-based standards] (UINT32_MAX): Likewise.
13309         [C99-based standards] (UINT64_MAX): Likewise.
13310         [C99-based standards] (INT_LEAST8_MIN): Likewise.
13311         [C99-based standards] (INT_LEAST8_MAX): Likewise.
13312         [C99-based standards] (INT_LEAST16_MIN): Likewise.
13313         [C99-based standards] (INT_LEAST16_MAX): Likewise.
13314         [C99-based standards] (INT_LEAST32_MIN): Likewise.
13315         [C99-based standards] (INT_LEAST32_MAX): Likewise.
13316         [C99-based standards] (INT_LEAST64_MIN): Likewise.
13317         [C99-based standards] (INT_LEAST64_MAX): Likewise.
13318         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
13319         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
13320         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
13321         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
13322         [C99-based standards] (INT_FAST8_MIN): Likewise.
13323         [C99-based standards] (INT_FAST8_MAX): Likewise.
13324         [C99-based standards] (INT_FAST16_MIN): Likewise.
13325         [C99-based standards] (INT_FAST16_MAX): Likewise.
13326         [C99-based standards] (INT_FAST32_MIN): Likewise.
13327         [C99-based standards] (INT_FAST32_MAX): Likewise.
13328         [C99-based standards] (INT_FAST64_MIN): Likewise.
13329         [C99-based standards] (INT_FAST64_MAX): Likewise.
13330         [C99-based standards] (UINT_FAST8_MAX): Likewise.
13331         [C99-based standards] (UINT_FAST16_MAX): Likewise.
13332         [C99-based standards] (UINT_FAST32_MAX): Likewise.
13333         [C99-based standards] (UINT_FAST64_MAX): Likewise.
13334         [C99-based standards] (INTPTR_MIN): Likewise.
13335         [C99-based standards] (INTPTR_MAX): Likewise.
13336         [C99-based standards] (UINTPTR_MAX): Likewise.
13337         [C99-based standards] (INTMAX_MIN): Likewise.
13338         [C99-based standards] (INTMAX_MAX): Likewise.
13339         [C99-based standards] (UINTMAX_MAX): Likewise.
13340         [C99-based standards] (PTRDIFF_MIN): Likewise.
13341         [C99-based standards] (PTRDIFF_MAX): Likewise.
13342         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
13343         [C99-based standards] (SIZE_MAX): Likewise.
13344         [C99-based standards] (WCHAR_MAX): Likewise.
13345         [C99-based standards] (WINT_MAX): Likewise.
13346         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
13347         constraint on value.
13348         [C99-based standards] (WCHAR_MIN): Likewise.
13349         [C99-based standards] (WINT_MIN): Likewise.
13350         [C99-based standards] (*_t): Allow.
13351         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
13352         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
13353         Include math.h-data and complex.h-data.  Remove all expectations
13354         of math.h and complex.h contents.
13355         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
13356         at end of line.
13357         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
13358         (struct tm): Expect tag.
13359         [C99-based-standards] (wcstof): Expect function.
13360         [C99-based-standards] (wcstold): Likewise.
13361         [C99-based-standards] (wcstoll): Likewise.
13362         [C99-based-standards] (wcstoull): Likewise.
13363         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
13364         macro-int-constant.  Specify type.
13365         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
13366         constraint on value.
13367         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
13368         Specify type.
13369         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
13370         Specify value.
13371         [ISO C standards]: Do not allow headers.
13372         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
13373         wcs[abcdefghijklmnopqrstuvwxyz]*.
13374         [ISO C standards] (*_t): Do not allow.
13375         * conform/data/wctype.h-data [C99-based standards] (iswblank):
13376         Expect function.
13377         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
13378         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
13379         Specify type.
13380         [ISO C standards]: Do not allow headers.
13381         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
13382         is[abcdefghijklmnopqrstuvwxyz]*.
13383         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
13384         to[abcdefghijklmnopqrstuvwxyz]*.
13385         [ISO C standards] (*_t): Do not allow.
13386         * conform/data/stdalign.h-data: New file.
13387         * conform/data/stdbool.h-data: Likewise.
13388         * conform/data/stdnoreturn.h-data: Likewise.
13390 2012-11-07  Roland McGrath  <roland@hack.frob.com>
13392         [BZ #14815]
13393         * manual/filesys.texi (Directory Entries): Typo fix.
13394         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
13396 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
13398         * elf/elf.h (EM_AARCH64): New macro.
13399         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
13400         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
13401         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
13402         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
13403         (R_AARCH64_TLSDESC): Likewise.
13404         (NT_ARM_TLS): Likewise.
13405         (NT_ARM_HW_BREAK): Likewise.
13406         (NT_ARM_HW_WATCH): Likewise.
13408 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
13410         [BZ #14811]
13411         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
13412         (__ieee754_powl): Saturate nonzero exponents with absolute value
13413         below 0x1p-79 to +/- 0x1p-79.
13414         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
13415         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
13416         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
13417         nonzero exponents with absolute value below 0x1p-32 to +/-
13418         0x1p-32.
13419         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
13420         (__ieee754_powl): Saturate nonzero exponents with absolute value
13421         below 0x1p-79 to +/- 0x1p-79.
13422         * math/libm-test.inc (pow_test): Add more tests.
13424 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13426         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
13427         _dl_s390_cap_flags with kernel. Increase string length.
13428         (_dl_s390_platforms): Add z196 and zEC12.
13430 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
13432         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
13433         Change XOPEN21K to XOPEN2K.
13435 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
13437         * string/memmove.c: Use memcpy when possible.
13439 2012-11-06  Andreas Jaeger  <aj@suse.de>
13441         * po/eo.po: Update from translation team.
13443 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
13445         [BZ #14793]
13446         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
13447         exponent and small x and y exponents, scale x or y up.  Increase
13448         by 2 the exponent used in scaling up.
13449         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
13450         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
13451         * math/libm-test.inc (fma_test): Add more tests.
13452         (fma_test_towardzero): Likewise.
13453         (fma_test_downward): Likewise.
13454         (fma_test_upward): Likewise.
13456 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
13458         [BZ #14805]
13459         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
13460         fenv_t *.
13462         [BZ #14801]
13463         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
13464         namespace for names of struct fields.
13465         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
13466         fenv_t fields.
13467         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
13468         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
13470 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
13472         [BZ #3665]
13473         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
13475 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
13477         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
13478         PTR_DEMANGLE.
13480         [BZ #5246]
13481         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
13482         PTR_DEMANGLE.
13484 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
13486         [BZ #14797]
13487         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
13488         definitely overflow as x * y not x * y + z.
13489         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
13490         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
13491         * math/libm-test.inc (fma_test): Add more tests.
13492         (fma_test_towardzero): Likewise.
13493         (fma_test_downward): Likewise.
13494         (fma_test_upward): Likewise.
13496 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
13498         [BZ #157]
13500         * include/stub-tag.h: Remove file.
13501         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
13502         '#include' of it.
13503         * manual/maint.texi (Porting): Don't reference it.
13504         * Makerules ($(objpfx)stubs): Likewise.
13505         * dirent/closedir.c: Don't include <stub-tag.h>.
13506         * dirent/dirfd.c: Likewise.
13507         * dirent/fdopendir.c: Likewise.
13508         * dirent/getdents.c: Likewise.
13509         * dirent/getdents64.c: Likewise.
13510         * dirent/opendir.c: Likewise.
13511         * dirent/readdir.c: Likewise.
13512         * dirent/readdir64.c: Likewise.
13513         * dirent/readdir64_r.c: Likewise.
13514         * dirent/readdir_r.c: Likewise.
13515         * dirent/rewinddir.c: Likewise.
13516         * dirent/seekdir.c: Likewise.
13517         * dirent/telldir.c: Likewise.
13518         * gmon/profil.c: Likewise.
13519         * grp/setgroups.c: Likewise.
13520         * inet/if_index.c: Likewise.
13521         * io/access.c: Likewise.
13522         * io/chdir.c: Likewise.
13523         * io/chmod.c: Likewise.
13524         * io/chown.c: Likewise.
13525         * io/close.c: Likewise.
13526         * io/dup.c: Likewise.
13527         * io/dup2.c: Likewise.
13528         * io/dup3.c: Likewise.
13529         * io/euidaccess.c: Likewise.
13530         * io/faccessat.c: Likewise.
13531         * io/fchdir.c: Likewise.
13532         * io/fchmod.c: Likewise.
13533         * io/fchmodat.c: Likewise.
13534         * io/fchown.c: Likewise.
13535         * io/fchownat.c: Likewise.
13536         * io/fcntl.c: Likewise.
13537         * io/flock.c: Likewise.
13538         * io/fstatfs.c: Likewise.
13539         * io/fstatfs64.c: Likewise.
13540         * io/fstatvfs.c: Likewise.
13541         * io/fstatvfs64.c: Likewise.
13542         * io/futimens.c: Likewise.
13543         * io/fxstat.c: Likewise.
13544         * io/fxstat64.c: Likewise.
13545         * io/fxstatat.c: Likewise.
13546         * io/fxstatat64.c: Likewise.
13547         * io/getcwd.c: Likewise.
13548         * io/isatty.c: Likewise.
13549         * io/lchmod.c: Likewise.
13550         * io/lchown.c: Likewise.
13551         * io/link.c: Likewise.
13552         * io/linkat.c: Likewise.
13553         * io/lseek.c: Likewise.
13554         * io/lseek64.c: Likewise.
13555         * io/lxstat64.c: Likewise.
13556         * io/mkdir.c: Likewise.
13557         * io/mkdirat.c: Likewise.
13558         * io/mkfifo.c: Likewise.
13559         * io/mkfifoat.c: Likewise.
13560         * io/open.c: Likewise.
13561         * io/open64.c: Likewise.
13562         * io/openat.c: Likewise.
13563         * io/openat64.c: Likewise.
13564         * io/pipe.c: Likewise.
13565         * io/pipe2.c: Likewise.
13566         * io/poll.c: Likewise.
13567         * io/posix_fadvise.c: Likewise.
13568         * io/posix_fadvise64.c: Likewise.
13569         * io/posix_fallocate.c: Likewise.
13570         * io/posix_fallocate64.c: Likewise.
13571         * io/read.c: Likewise.
13572         * io/readlink.c: Likewise.
13573         * io/readlinkat.c: Likewise.
13574         * io/rmdir.c: Likewise.
13575         * io/sendfile.c: Likewise.
13576         * io/sendfile64.c: Likewise.
13577         * io/statfs.c: Likewise.
13578         * io/statfs64.c: Likewise.
13579         * io/statvfs.c: Likewise.
13580         * io/statvfs64.c: Likewise.
13581         * io/symlink.c: Likewise.
13582         * io/symlinkat.c: Likewise.
13583         * io/ttyname.c: Likewise.
13584         * io/ttyname_r.c: Likewise.
13585         * io/umask.c: Likewise.
13586         * io/unlink.c: Likewise.
13587         * io/unlinkat.c: Likewise.
13588         * io/utime.c: Likewise.
13589         * io/utimensat.c: Likewise.
13590         * io/write.c: Likewise.
13591         * io/xmknod.c: Likewise.
13592         * io/xmknodat.c: Likewise.
13593         * io/xstat.c: Likewise.
13594         * io/xstat64.c: Likewise.
13595         * login/getpt.c: Likewise.
13596         * login/grantpt.c: Likewise.
13597         * login/unlockpt.c: Likewise.
13598         * math/e_acoshl.c: Likewise.
13599         * math/e_acosl.c: Likewise.
13600         * math/e_asinl.c: Likewise.
13601         * math/e_atan2l.c: Likewise.
13602         * math/e_atanhl.c: Likewise.
13603         * math/e_coshl.c: Likewise.
13604         * math/e_expl.c: Likewise.
13605         * math/e_fmodl.c: Likewise.
13606         * math/e_gammal_r.c: Likewise.
13607         * math/e_hypotl.c: Likewise.
13608         * math/e_j0l.c: Likewise.
13609         * math/e_j1l.c: Likewise.
13610         * math/e_jnl.c: Likewise.
13611         * math/e_lgammal_r.c: Likewise.
13612         * math/e_log10l.c: Likewise.
13613         * math/e_log2l.c: Likewise.
13614         * math/e_logl.c: Likewise.
13615         * math/e_powl.c: Likewise.
13616         * math/e_rem_pio2l.c: Likewise.
13617         * math/e_sinhl.c: Likewise.
13618         * math/e_sqrtl.c: Likewise.
13619         * math/fclrexcpt.c: Likewise.
13620         * math/fedisblxcpt.c: Likewise.
13621         * math/feenablxcpt.c: Likewise.
13622         * math/fegetenv.c: Likewise.
13623         * math/fegetexcept.c: Likewise.
13624         * math/fegetround.c: Likewise.
13625         * math/feholdexcpt.c: Likewise.
13626         * math/fesetenv.c: Likewise.
13627         * math/fesetround.c: Likewise.
13628         * math/feupdateenv.c: Likewise.
13629         * math/fgetexcptflg.c: Likewise.
13630         * math/fraiseexcpt.c: Likewise.
13631         * math/fsetexcptflg.c: Likewise.
13632         * math/ftestexcept.c: Likewise.
13633         * math/k_cosl.c: Likewise.
13634         * math/k_rem_pio2l.c: Likewise.
13635         * math/k_sinl.c: Likewise.
13636         * math/k_tanl.c: Likewise.
13637         * math/s_asinhl.c: Likewise.
13638         * math/s_atanl.c: Likewise.
13639         * math/s_cbrtl.c: Likewise.
13640         * math/s_erfl.c: Likewise.
13641         * math/s_expm1l.c: Likewise.
13642         * math/s_log1pl.c: Likewise.
13643         * math/s_tanhl.c: Likewise.
13644         * misc/acct.c: Likewise.
13645         * misc/brk.c: Likewise.
13646         * misc/chflags.c: Likewise.
13647         * misc/chroot.c: Likewise.
13648         * misc/fchflags.c: Likewise.
13649         * misc/fgetxattr.c: Likewise.
13650         * misc/flistxattr.c: Likewise.
13651         * misc/fremovexattr.c: Likewise.
13652         * misc/fsetxattr.c: Likewise.
13653         * misc/fsync.c: Likewise.
13654         * misc/ftruncate.c: Likewise.
13655         * misc/futimes.c: Likewise.
13656         * misc/futimesat.c: Likewise.
13657         * misc/getdomain.c: Likewise.
13658         * misc/getdtsz.c: Likewise.
13659         * misc/gethostid.c: Likewise.
13660         * misc/gethostname.c: Likewise.
13661         * misc/getloadavg.c: Likewise.
13662         * misc/getpagesize.c: Likewise.
13663         * misc/getsysstats.c: Likewise.
13664         * misc/getxattr.c: Likewise.
13665         * misc/gtty.c: Likewise.
13666         * misc/ioctl.c: Likewise.
13667         * misc/lgetxattr.c: Likewise.
13668         * misc/listxattr.c: Likewise.
13669         * misc/llistxattr.c: Likewise.
13670         * misc/lremovexattr.c: Likewise.
13671         * misc/lsetxattr.c: Likewise.
13672         * misc/lutimes.c: Likewise.
13673         * misc/madvise.c: Likewise.
13674         * misc/mincore.c: Likewise.
13675         * misc/mlock.c: Likewise.
13676         * misc/mlockall.c: Likewise.
13677         * misc/mmap.c: Likewise.
13678         * misc/mprotect.c: Likewise.
13679         * misc/msync.c: Likewise.
13680         * misc/munlock.c: Likewise.
13681         * misc/munlockall.c: Likewise.
13682         * misc/munmap.c: Likewise.
13683         * misc/preadv.c: Likewise.
13684         * misc/preadv64.c: Likewise.
13685         * misc/ptrace.c: Likewise.
13686         * misc/pwritev.c: Likewise.
13687         * misc/pwritev64.c: Likewise.
13688         * misc/readv.c: Likewise.
13689         * misc/reboot.c: Likewise.
13690         * misc/remap_file_pages.c: Likewise.
13691         * misc/removexattr.c: Likewise.
13692         * misc/revoke.c: Likewise.
13693         * misc/select.c: Likewise.
13694         * misc/setdomain.c: Likewise.
13695         * misc/setegid.c: Likewise.
13696         * misc/seteuid.c: Likewise.
13697         * misc/sethostid.c: Likewise.
13698         * misc/sethostname.c: Likewise.
13699         * misc/setregid.c: Likewise.
13700         * misc/setreuid.c: Likewise.
13701         * misc/setxattr.c: Likewise.
13702         * misc/sstk.c: Likewise.
13703         * misc/stty.c: Likewise.
13704         * misc/swapoff.c: Likewise.
13705         * misc/swapon.c: Likewise.
13706         * misc/sync.c: Likewise.
13707         * misc/syncfs.c: Likewise.
13708         * misc/syscall.c: Likewise.
13709         * misc/truncate.c: Likewise.
13710         * misc/ualarm.c: Likewise.
13711         * misc/usleep.c: Likewise.
13712         * misc/ustat.c: Likewise.
13713         * misc/utimes.c: Likewise.
13714         * misc/vhangup.c: Likewise.
13715         * misc/writev.c: Likewise.
13716         * posix/_exit.c: Likewise.
13717         * posix/alarm.c: Likewise.
13718         * posix/execve.c: Likewise.
13719         * posix/fexecve.c: Likewise.
13720         * posix/fork.c: Likewise.
13721         * posix/fpathconf.c: Likewise.
13722         * posix/getaddrinfo.c: Likewise.
13723         * posix/getegid.c: Likewise.
13724         * posix/geteuid.c: Likewise.
13725         * posix/getgid.c: Likewise.
13726         * posix/getgroups.c: Likewise.
13727         * posix/getlogin.c: Likewise.
13728         * posix/getlogin_r.c: Likewise.
13729         * posix/getpgid.c: Likewise.
13730         * posix/getpid.c: Likewise.
13731         * posix/getppid.c: Likewise.
13732         * posix/getresgid.c: Likewise.
13733         * posix/getresuid.c: Likewise.
13734         * posix/getsid.c: Likewise.
13735         * posix/getuid.c: Likewise.
13736         * posix/glob64.c: Likewise.
13737         * posix/nanosleep.c: Likewise.
13738         * posix/pathconf.c: Likewise.
13739         * posix/pause.c: Likewise.
13740         * posix/posix_madvise.c: Likewise.
13741         * posix/pread.c: Likewise.
13742         * posix/pread64.c: Likewise.
13743         * posix/pwrite.c: Likewise.
13744         * posix/pwrite64.c: Likewise.
13745         * posix/sched_getaffinity.c: Likewise.
13746         * posix/sched_getp.c: Likewise.
13747         * posix/sched_gets.c: Likewise.
13748         * posix/sched_primax.c: Likewise.
13749         * posix/sched_primin.c: Likewise.
13750         * posix/sched_rr_gi.c: Likewise.
13751         * posix/sched_setaffinity.c: Likewise.
13752         * posix/sched_setp.c: Likewise.
13753         * posix/sched_sets.c: Likewise.
13754         * posix/sched_yield.c: Likewise.
13755         * posix/setgid.c: Likewise.
13756         * posix/setlogin.c: Likewise.
13757         * posix/setpgid.c: Likewise.
13758         * posix/setresgid.c: Likewise.
13759         * posix/setresuid.c: Likewise.
13760         * posix/setsid.c: Likewise.
13761         * posix/setuid.c: Likewise.
13762         * posix/sleep.c: Likewise.
13763         * posix/spawni.c: Likewise.
13764         * posix/sysconf.c: Likewise.
13765         * posix/times.c: Likewise.
13766         * posix/wait.c: Likewise.
13767         * posix/wait3.c: Likewise.
13768         * posix/wait4.c: Likewise.
13769         * posix/waitpid.c: Likewise.
13770         * resolv/gai_sigqueue.c: Likewise.
13771         * resource/getpriority.c: Likewise.
13772         * resource/getrlimit.c: Likewise.
13773         * resource/getrusage.c: Likewise.
13774         * resource/nice.c: Likewise.
13775         * resource/setpriority.c: Likewise.
13776         * resource/setrlimit.c: Likewise.
13777         * resource/ulimit.c: Likewise.
13778         * rt/aio_cancel.c: Likewise.
13779         * rt/aio_fsync.c: Likewise.
13780         * rt/aio_read.c: Likewise.
13781         * rt/aio_sigqueue.c: Likewise.
13782         * rt/aio_suspend.c: Likewise.
13783         * rt/aio_write.c: Likewise.
13784         * rt/clock_getres.c: Likewise.
13785         * rt/clock_gettime.c: Likewise.
13786         * rt/clock_nanosleep.c: Likewise.
13787         * rt/clock_settime.c: Likewise.
13788         * rt/lio_listio.c: Likewise.
13789         * rt/mq_close.c: Likewise.
13790         * rt/mq_getattr.c: Likewise.
13791         * rt/mq_notify.c: Likewise.
13792         * rt/mq_open.c: Likewise.
13793         * rt/mq_receive.c: Likewise.
13794         * rt/mq_send.c: Likewise.
13795         * rt/mq_setattr.c: Likewise.
13796         * rt/mq_timedreceive.c: Likewise.
13797         * rt/mq_timedsend.c: Likewise.
13798         * rt/mq_unlink.c: Likewise.
13799         * rt/shm_open.c: Likewise.
13800         * rt/shm_unlink.c: Likewise.
13801         * rt/timer_create.c: Likewise.
13802         * rt/timer_delete.c: Likewise.
13803         * rt/timer_getoverr.c: Likewise.
13804         * rt/timer_gettime.c: Likewise.
13805         * rt/timer_settime.c: Likewise.
13806         * setjmp/__longjmp.c: Likewise.
13807         * setjmp/setjmp.c: Likewise.
13808         * signal/kill.c: Likewise.
13809         * signal/killpg.c: Likewise.
13810         * signal/raise.c: Likewise.
13811         * signal/sigaction.c: Likewise.
13812         * signal/sigaltstack.c: Likewise.
13813         * signal/sigblock.c: Likewise.
13814         * signal/sigignore.c: Likewise.
13815         * signal/sigintr.c: Likewise.
13816         * signal/signal.c: Likewise.
13817         * signal/sigpause.c: Likewise.
13818         * signal/sigpending.c: Likewise.
13819         * signal/sigqueue.c: Likewise.
13820         * signal/sigreturn.c: Likewise.
13821         * signal/sigset.c: Likewise.
13822         * signal/sigsetmask.c: Likewise.
13823         * signal/sigstack.c: Likewise.
13824         * signal/sigsuspend.c: Likewise.
13825         * signal/sigtimedwait.c: Likewise.
13826         * signal/sigvec.c: Likewise.
13827         * signal/sigwait.c: Likewise.
13828         * signal/sigwaitinfo.c: Likewise.
13829         * signal/sysv_signal.c: Likewise.
13830         * socket/accept.c: Likewise.
13831         * socket/accept4.c: Likewise.
13832         * socket/bind.c: Likewise.
13833         * socket/connect.c: Likewise.
13834         * socket/getpeername.c: Likewise.
13835         * socket/getsockname.c: Likewise.
13836         * socket/getsockopt.c: Likewise.
13837         * socket/isfdtype.c: Likewise.
13838         * socket/listen.c: Likewise.
13839         * socket/recv.c: Likewise.
13840         * socket/recvfrom.c: Likewise.
13841         * socket/recvmsg.c: Likewise.
13842         * socket/send.c: Likewise.
13843         * socket/sendmsg.c: Likewise.
13844         * socket/sendto.c: Likewise.
13845         * socket/setsockopt.c: Likewise.
13846         * socket/shutdown.c: Likewise.
13847         * socket/sockatmark.c: Likewise.
13848         * socket/socket.c: Likewise.
13849         * socket/socketpair.c: Likewise.
13850         * stdio-common/ctermid.c: Likewise.
13851         * stdio-common/cuserid.c: Likewise.
13852         * stdio-common/remove.c: Likewise.
13853         * stdio-common/rename.c: Likewise.
13854         * stdio-common/renameat.c: Likewise.
13855         * stdio-common/tempname.c: Likewise.
13856         * stdlib/getcontext.c: Likewise.
13857         * stdlib/makecontext.c: Likewise.
13858         * stdlib/setcontext.c: Likewise.
13859         * stdlib/swapcontext.c: Likewise.
13860         * stdlib/system.c: Likewise.
13861         * streams/fattach.c: Likewise.
13862         * streams/fdetach.c: Likewise.
13863         * streams/getmsg.c: Likewise.
13864         * streams/getpmsg.c: Likewise.
13865         * streams/putmsg.c: Likewise.
13866         * streams/putpmsg.c: Likewise.
13867         * sysdeps/unix/bsd/getpt.c: Likewise.
13868         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
13869         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
13870         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
13871         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
13872         Likewise.
13873         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
13874         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
13875         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
13876         * sysvipc/msgctl.c: Likewise.
13877         * sysvipc/msgget.c: Likewise.
13878         * sysvipc/msgrcv.c: Likewise.
13879         * sysvipc/msgsnd.c: Likewise.
13880         * sysvipc/semctl.c: Likewise.
13881         * sysvipc/semget.c: Likewise.
13882         * sysvipc/semop.c: Likewise.
13883         * sysvipc/semtimedop.c: Likewise.
13884         * sysvipc/shmat.c: Likewise.
13885         * sysvipc/shmctl.c: Likewise.
13886         * sysvipc/shmdt.c: Likewise.
13887         * sysvipc/shmget.c: Likewise.
13888         * termios/tcdrain.c: Likewise.
13889         * termios/tcflow.c: Likewise.
13890         * termios/tcflush.c: Likewise.
13891         * termios/tcgetattr.c: Likewise.
13892         * termios/tcgetpgrp.c: Likewise.
13893         * termios/tcsendbrk.c: Likewise.
13894         * termios/tcsetattr.c: Likewise.
13895         * termios/tcsetpgrp.c: Likewise.
13896         * time/adjtime.c: Likewise.
13897         * time/clock.c: Likewise.
13898         * time/getitimer.c: Likewise.
13899         * time/gettimeofday.c: Likewise.
13900         * time/setitimer.c: Likewise.
13901         * time/settimeofday.c: Likewise.
13902         * time/stime.c: Likewise.
13903         * time/time.c: Likewise.
13905 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
13907         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
13908         /usr/old/bin.
13910         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
13911         instead of spaces.
13912         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
13914 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
13916         [BZ #14796]
13917         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
13918         FE_TONEAREST before applying Dekker multiplication and Knuth
13919         addition.  Clear inexact exceptions and check for exact zero
13920         results afterwards.
13921         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
13922         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
13923         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
13924         * math/libm-test.inc (fma_test): Add more tests.
13925         (fma_test_towardzero): Likewise.
13926         (fma_test_downward): Likewise.
13927         (fma_test_upward): Likewise.
13928         * sysdeps/generic/math_private.h (default_libc_fesetround): New
13929         function.
13930         (libc_fesetround): New macro.
13931         (libc_fesetroundf): Likewise.
13932         (libc_fesetroundl): Likewise.
13933         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
13934         function.
13935         (libc_fesetround_387): Likewise.
13936         (libc_fesetroundf): New macro.
13937         (libc_fesetround): Likewise.
13938         (libc_fesetroundl): Likewise.
13939         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
13940         function.
13941         (libc_fesetroundf): New macro.
13942         (libc_fesetround): Likewise.
13943         (libc_fesetroundl): Likewise.
13944         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
13945         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
13946         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
13947         libm_hidden_ver.
13948         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
13949         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
13950         libm_hidden_def.
13951         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
13952         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
13953         libm_hidden_ver.
13954         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
13955         libm_hidden_def.
13957         [BZ #3439]
13958         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
13959         integer constant usable in #if and use that to give value to enum
13960         constant.
13961         (FE_DIVBYZERO): Likewise.
13962         (FE_UNDERFLOW): Likewise.
13963         (FE_OVERFLOW): Likewise.
13964         (FE_INVALID): Likewise.
13965         (FE_INVALID_SNAN): Likewise.
13966         (FE_INVALID_ISI): Likewise.
13967         (FE_INVALID_IDI): Likewise.
13968         (FE_INVALID_ZDZ): Likewise.
13969         (FE_INVALID_IMZ): Likewise.
13970         (FE_INVALID_COMPARE): Likewise.
13971         (FE_INVALID_SOFTWARE): Likewise.
13972         (FE_INVALID_SQRT): Likewise.
13973         (FE_INVALID_INTEGER_CONVERSION): Likewise.
13974         (FE_TONEAREST): Likewise.
13975         (FE_TOWARDZERO): Likewise.
13976         (FE_UPWARD): Likewise.
13977         (FE_DOWNWARD): Likewise.
13978         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
13979         (FE_DIVBYZERO): Likewise.
13980         (FE_OVERFLOW): Likewise.
13981         (FE_UNDERFLOW): Likewise.
13982         (FE_INEXACT): Likewise.
13983         (FE_TONEAREST): Likewise.
13984         (FE_DOWNWARD): Likewise.
13985         (FE_UPWARD): Likewise.
13986         (FE_TOWARDZERO): Likewise.
13987         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
13988         (FE_UNDERFLOW): Likewise.
13989         (FE_OVERFLOW): Likewise.
13990         (FE_DIVBYZERO): Likewise.
13991         (FE_INVALID): Likewise.
13992         (FE_TONEAREST): Likewise.
13993         (FE_TOWARDZERO): Likewise.
13994         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
13995         (FE_OVERFLOW): Likewise.
13996         (FE_UNDERFLOW): Likewise.
13997         (FE_DIVBYZERO): Likewise.
13998         (FE_INEXACT): Likewise.
13999         (FE_TONEAREST): Likewise.
14000         (FE_TOWARDZERO): Likewise.
14001         (FE_UPWARD): Likewise.
14002         (FE_DOWNWARD): Likewise.
14003         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
14004         (FE_DIVBYZERO): Likewise.
14005         (FE_OVERFLOW): Likewise.
14006         (FE_UNDERFLOW): Likewise.
14007         (FE_INEXACT): Likewise.
14008         (FE_TONEAREST): Likewise.
14009         (FE_DOWNWARD): Likewise.
14010         (FE_UPWARD): Likewise.
14011         (FE_TOWARDZERO): Likewise.
14013 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
14015         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
14017 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
14019         * scripts/cross-test-ssh.sh (command): Use newlines to separate
14020         commands.  Quote $PWD.
14021         (blacklist_exports): Don't use remove_newlines.  Replace "declare
14022         -x" by "export".
14023         (remove_newlines): Remove.
14025 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
14027         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
14028         * stdlib/stdlib.h (atof): Moved to ...
14029         * include/bits/stdlib-float.h: Here.  New file.
14030         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
14031         * stdlib/bits/stdlib-float.h: New file.
14032         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
14033         -mno-sse -mno-mmx.
14034         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
14035         <xmmintrin.h>.
14037 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
14039         * conform/conformtest.pl (@headers): Add fenv.h.
14040         * conform/data/fenv.h-data: New file.
14041         * include/fenv.h [_ISOMAC]: Disable all contents of file except
14042         include of <math/fenv.h>.
14044         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
14045         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
14046         && !UNIX98].  Enables tests for XOPEN2K8.
14047         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
14048         POSIX2008]: Likewise.
14050         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
14051         (struct rusage): Do not expect type or its members.
14053         [BZ #3439]
14054         * math/math.h (FP_NAN): Define macro to integer constant usable in
14055         #if and use that to give value to enum constant.
14056         (FP_INFINITE): Likewise.
14057         (FP_ZERO): Likewise.
14058         (FP_SUBNORMAL): Likewise.
14059         (FP_NORMAL): Likewise.
14061 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
14063         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
14064         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
14065         arguments.
14067 2012-11-02  Roland McGrath  <roland@hack.frob.com>
14069         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
14070         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
14071         autoconf-time if not.
14072         * configure.in: Remove AC_PREREQ.
14074 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
14076         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
14077         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
14078         of the internal implementation.
14080 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
14082         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
14083         except include of <misc/sys/syslog.h>.
14085 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
14087         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
14088         function returns with a NULL context exit with zero.
14090 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
14092         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
14094 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
14096         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
14097         (run_program_cmd): This.
14098         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
14099         (tst_langinfo): New variable.  Use it.
14101 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
14103         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
14104         floating point opcodes.
14106 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
14108         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
14109         variable.
14111         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
14113         * sysdeps/mach/hurd/powerpc: Remove directory.
14114         * sysdeps/mach/powerpc: Likewise.
14116 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
14118         * scripts/check-local-headers.sh: Ignore c++ headers.
14120 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
14122         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
14123         __libc_cleanup_region_start argument.
14125 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
14127         [BZ #14784]
14128         [BZ #14785]
14129         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
14130         x * y using scaling, not as x * y + z.
14131         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
14132         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
14133         * math/libm-test.inc (fma_test): Add more tests.
14134         (fma_test_towardzero): Likewise.
14135         (fma_test_downward): Likewise.
14136         (fma_test_upward): Likewise.
14138 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
14140         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
14142 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
14144         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
14145         New variable.
14147 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
14149         * rt/tst-shm.c (worker): Correct checking for mmap failure.
14151 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
14153         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
14154         Fix sort order.
14155         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
14156         Likewise.
14158 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
14160         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
14161         Fix the order of the list for glibc 2.17.
14162         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
14163         Likewise.
14165 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
14167         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14169 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
14171         [BZ #14610]
14172         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
14173         for low part of x being zero before using __atanl (y).
14174         * math/libm-test.inc (atan2_test): Add another test.
14176         * manual/install.texi (Configuring and compiling): Document
14177         general use of test-wrapper and test-wrapper-env.
14178         * INSTALL: Regenerated.
14180         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
14181         (__fma): Do not extract and scale down low bits on after-rounding
14182         systems when result rounded to normal precision would have normal
14183         exponent.
14184         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
14185         (__fmal): Do not extract and scale down low bits on after-rounding
14186         systems when result rounded to normal precision would have normal
14187         exponent.
14188         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
14189         (__fmal): Do not extract and scale down low bits on after-rounding
14190         systems when result rounded to normal precision would have normal
14191         exponent.
14192         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
14193         macro.
14194         (fma_test): Add more tests.
14195         (fma_test_towardzero): Likewise.
14196         (fma_test_downward): Likewise.
14197         (fma_test_upward): Likewise.
14199 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
14201         * sysdeps/i386/tininess.h: Renamed to ...
14202         * sysdeps/x86/tininess.h: This.
14203         * sysdeps/x86_64/tininess.h: Removed.
14205 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
14207         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
14208         input.  Use $(build-program-cmd).
14209         ($(objpfx)tst-array1-static.out): Likewise.
14210         ($(objpfx)tst-array2.out): Likewise.
14211         ($(objpfx)tst-array3.out): Likewise.
14212         ($(objpfx)tst-array4.out): Likewise.
14213         ($(objpfx)tst-array5.out): Likewise.
14214         ($(objpfx)tst-array5-static.out): Likewise.
14216 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
14218         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
14219         if defined.
14221         * nss/nsswitch.h (nss_interface_function): Provide new
14222         macro for use with NSS functions.
14223         * grp/initgroups.c: Use new macro.
14224         * nss/getXXbyYY.c: Likewise.
14225         * nss/getXXbyYY_r.c: Likewise.
14226         * nss/getXXent.c: Likewise.
14227         * nss/getXXent_r.c: Likewise.
14228         * sysdeps/posix/getaddrinfo.c: Likewise.
14230 2012-10-30  Andreas Jaeger  <aj@suse.de>
14232         * po/ru.po: Update Russion translation from translation project.
14234 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
14236         [BZ #14152]
14237         [BZ #14783]
14238         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
14239         result and shift together with sticky bit instead of replicating
14240         round-to-nearest rounding.
14241         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
14242         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
14243         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
14244         missing underflow exceptions.
14245         (fma_test_towardzero): Add more tests.
14246         (fma_test_downward): Likewise.
14247         (fma_test_upward): Likewise.
14249         [BZ #14047]
14250         * sysdeps/generic/tininess.h: New file.
14251         * sysdeps/i386/tininess.h: Likewise.
14252         * sysdeps/sh/tininess.h: Likewise.
14253         * sysdeps/x86_64/tininess.h: Likewise.
14254         * stdlib/tst-strtod-underflow.c: Likewise.
14255         * stdlib/tst-tininess.c: Likewise.
14256         * stdlib/strtod_l.c: Include <tininess.h>.
14257         (round_and_return): Do not set errno for exact underflow cases.
14258         Force an underflow exception when setting errno for underflow.
14259         Determine underflow based on rounding to normal precision if
14260         TININESS_AFTER_ROUNDING.
14261         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
14262         ERANGE for exact underflow cases.
14263         * stdlib/Makefile (tests): Add tst-tininess and
14264         tst-strtod-underflow.
14265         ($(objpfx)tst-tininess): Use $(link-libm).
14266         ($(objpfx)tst-strtod-underflow): Likewise.
14268 2012-10-30  Andreas Jaeger  <aj@suse.de>
14270         [BZ#14767]
14271         * elf/Makefile (tests): Remove conditional for have-initfini-array
14272         since this is now always required and the variable does not exist
14273         anymore.
14274         (tests-static): Likewise.
14275         (modules-names): Likewise.
14277         * po/eo.po: Add Esperanto translation from translation project.
14279         * elf/tst-array1.c (fini_array): Make writeable so that it can be
14280         merged with constructor/destructor.
14281         (init_array): Likewise.
14282         * elf/tst-array2dep.c (fini_array): Likewise.
14283         (init_array): Likewise.
14285 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
14287         * manual/message.texi: Delete @cartouche tags.
14289 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
14291         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
14292         EOPNOTSUPP.
14293         * sysdeps/mach/hurd/fsync.c: Likewise.
14295         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
14296         [_POSIX_REALTIME_SIGNALS]: Change condition to
14297         [_POSIX_REALTIME_SIGNALS > 0].
14299 2012-10-27  Andreas Jaeger  <aj@suse.de>
14301         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
14302         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
14303         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
14304         [__WORDSIZE != 64]: Likewise.
14306 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
14308         *  iconvdata/tst-table.sh: Remove ${SHELL}.
14309         *  iconvdata/tst-tables.sh: Likewise.
14311 2012-10-25  David S. Miller  <davem@davemloft.net>
14313         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
14314         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
14315         of strtoull.
14317         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
14318         ifunc-impl-list.c
14319         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
14320         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
14321         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
14322         file.
14324 2012-10-25  Roland McGrath  <roland@hack.frob.com>
14326         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
14327         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
14328         __getdirentries.
14330 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
14331             Jim Blandy  <jimb@codesourcery.com>
14333         * scripts/cross-test-ssh.sh: New file.
14334         * manual/install.texi (Configuring and compiling): Document use of
14335         cross-test-ssh.sh.
14336         * INSTALL: Regenerated.
14338 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
14340         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
14341         EOPNOTSUPP.
14343 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
14345         * Makeconfig (run-program-prefix): Fix comment.
14347 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
14348             Jim Blandy  <jimb@codesourcery.com>
14350         * Makeconfig (test-wrapper): New variable,
14351         (test-wrapper-env): Likewise.
14352         [$(cross-compiling) = yes && $(test-wrapper) != ""]
14353         (run-built-tests): Define to yes.
14354         (run-program-prefix): Use $(test-wrapper).
14355         (built-program-cmd): Likewise.
14356         * Rules (make-test-out): Use $(test-wrapper-env) and
14357         $(host-built-program-cmd).
14358         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
14359         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
14360         tst-pathopt.sh.
14361         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
14362         $(test-wrapper-env) to tst-rtld-load-self.sh.
14363         ($(objpfx)order2.out): Use $(test-wrapper).
14364         ($(objpfx)tst-initorder.out): Likewise.
14365         ($(objpfx)tst-initorder2.out): Likewise.
14366         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
14367         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
14368         (test_wrapper_env): New variable.  Use it to run ld.so.
14369         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
14370         Use it to run ld.so.
14371         (test_wrapper_env): Likewise.
14372         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
14373         $(test-wrapper) to run-iconv-test.sh.
14374         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
14375         (ICONV): Use $test_wrapper.
14376         * posix/Makefile ($(objpfx)globtest.out): Pass
14377         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
14378         globtest.sh, not $(run-program-prefix).
14379         * posix/globtest.sh (run_via_rtld_prefix): New variable.
14380         (test_wrapper): Likewise.
14381         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
14382         set together with run_via_rtld_prefix.
14383         (run_program_prefix): Define in terms of test_wrapper and
14384         run_via_rtld_prefix.
14386 2012-10-24  Roland McGrath  <roland@hack.frob.com>
14388         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
14389         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
14390         Targets removed.
14392         [BZ #14743]
14393         * include/time.h: Remove librt_hidden_proto (clock_gettime).
14394         Declare __clock_getres, __clock_gettime, __clock_settime,
14395         __clock_nanosleep, and __clock_getcpuclockid.
14396         * rt/clock_gettime.c: Define __clock_gettime as an alias.
14397         Remove librt_hidden_def (clock_gettime).
14398         * sysdeps/unix/clock_gettime.c: Likewise.
14399         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
14400         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
14401         * rt/clock_getres.c: Define __clock_getres as an alias.
14402         * sysdeps/posix/clock_getres.c: Likewise.
14403         * rt/clock_settime.c: Define __clock_settime as an alias.
14404         * sysdeps/unix/clock_settime.c: Likewise.
14405         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
14406         * sysdeps/unix/clock_nanosleep.c: Likewise.
14407         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
14408         * rt/clock-compat.c: New file.
14409         * rt/Makefile (librt-routines): Add clock-compat and move
14410         $(clock-routines) to ...
14411         (routines): ... here, new variable.
14412         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
14413         Don't add get_clockfreq here.
14414         * rt/Versions (libc: GLIBC_2.17): New version set.
14415         Add clock_* symbols here.
14416         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
14417         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
14418         (GLIBC_2.17): Add clock_* symbols.
14419         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
14420         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
14421         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
14422         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
14423         Likewise.
14424         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
14425         Likewise.
14426         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
14427         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
14428         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
14429         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
14430         * NEWS: Mention the move.
14432         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
14433         Use __open, __read, __close rather than their public counterparts.
14434         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
14435         (__get_clockfreq_via_cpuinfo): Likewise.
14436         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
14437         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
14439         * config.h.in (HAVE_IFUNC): New #undef.
14440         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
14441         was successful.
14442         * configure: Regenerated.
14444 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
14446         * configure.in: Move READELF check to start of file.
14447         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
14448         libc_cv_asm_gnu_indirect_function in the process.
14449         * configure: Regenerated.
14451 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
14453         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
14454         send the output to /dev/null.
14455         (libc_cv_cc_with_libunwind): Likewise.
14456         (libc_cv_as_noexecstack): Likewise.
14457         * configure: Regenerate.
14459 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
14461         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
14463         * posix/globtest.sh (TMPDIR): Do not set.
14464         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
14465         (testout): Likewise.
14467 2012-10-24  Andreas Jaeger  <aj@suse.de>
14469         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
14470         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
14471         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
14472         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
14473         posix_fadvise64, posix_fallocate64.
14475         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
14476         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
14477         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
14478         Likewise.
14479         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
14480         Likewise.
14481         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
14483         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
14484         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
14485         <bits/fcntl-linux.h>.
14486         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
14488         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
14489         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
14490         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
14491         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
14492         [__WORDSIZE != 64]: Likewise.
14494 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
14496         * Makeconfig (run-built-tests): New variable.
14497         * Rules [$(cross-compiling) = yes]: Change condition to
14498         [$(run-built-tests) = no].
14499         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
14500         to [$(run-built-tests) = yes].
14501         * elf/Makefile [$(cross-compiling) = no]: Likewise
14502         * grp/Makefile [$(cross-compiling) = no]: Likewise.
14503         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
14504         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
14505         * intl/Makefile [$(cross-compiling) = no]: Likewise.
14506         * io/Makefile [$(cross-compiling) = no]: Likewise.
14507         * libio/Makefile [$(cross-compiling) = no]: Likewise.
14508         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
14509         * misc/Makefile [$(cross-compiling) = no]: Likewise.
14510         * posix/Makefile [$(cross-compiling) = no]: Likewise.
14511         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
14512         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
14513         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
14514         * string/Makefile [$(cross-compiling) = no]: Likewise.
14516         * posix/Makefile ($(objpfx)globtest.out): Pass
14517         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
14518         $(rtld-installed-name).
14519         * posix/globtest.sh (elf_objpfx): Remove variable.
14520         (rtld_installed_name): Likewise.
14521         (library_path): Likewise.
14522         (run_program_prefix): New variable.  Use for running globtest
14523         binary.
14525 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
14526             Joseph Myers  <joseph@codesourcery.com>
14528         * Makeconfig (host-built-program-cmd): New variable.
14529         * elf/Makefile (tst-stackguard1-ARGS): Use
14530         $(host-built-program-cmd).
14531         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
14532         (tst-spawn-ARGS): Likewise.
14533         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
14535 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
14536             Jim Blandy  <jimb@codesourcery.com>
14538         * Makeconfig (run-via-rtld-prefix): New variable.
14539         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
14540         (built-program-cmd): Likewise.
14542 2012-10-22  Andreas Jaeger  <aj@suse.de>
14544         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
14545         __O_RSYNC if it exists, otherwise to O_SYNC.
14547 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
14548             Joseph Myers  <joseph@codesourcery.com>
14550         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
14551         /dev/null.
14552         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
14553         from /dev/null
14554         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
14555         /dev/null.
14557 2012-10-22  Andreas Jaeger  <aj@suse.de>
14559         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
14560         Define always.
14561         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
14563         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
14564         bits/fcntl-linux.h.
14566         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
14567         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
14569         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
14570         to __O_LARGEFILE.
14571         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
14572         to __O_LARGEFILE.
14574 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
14575             Joseph Myers  <joseph@codesourcery.com>
14577         * config.make.in (NM): New variable.
14579 2012-10-21  Andreas Jaeger  <aj@suse.de>
14581         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
14582         definitions and declarations that are provided by
14583         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
14585 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
14587         [BZ #14683]
14588         * elf/Makefile (tests-static): Add tst-leaks1-static.
14589         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
14590         ($(objpfx)tst-leaks1-static): New rule.
14591         ($(objpfx)tst-leaks1-static-mem): Likewise.
14592         (tst-leaks1-static-ENV): New macro.
14593         * elf/dl-open.c (dl_open_worker): Check the main application
14594         only if SHARED is defined.
14595         * elf/tst-leaks1-static.c: New file.
14597 2012-10-20  Andreas Jaeger  <aj@suse.de>
14599         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
14600         generic values for Linux.
14601         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
14602         and declarations that are provided by <bits/fcntl-linux.h> and
14603         include <bits/fcntl-linux.h>.
14604         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
14605         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
14607 2012-10-20  Roland McGrath  <roland@hack.frob.com>
14609         * io/fcntl.h: Move include of <bits/types.h> to the top and
14610         include it unconditionally.
14612 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
14614         * wcsmbs/Makefile (tests-ifunc): New variable.
14615         (tests): Add $(tests-ifunc).
14616         * wcsmbs/test-wcschr-ifunc.c: New file.
14617         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
14618         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
14619         * wcsmbs/test-wcslen-ifunc.c: Likewise.
14620         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
14621         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
14623         * string/Makefile (tests-ifunc): New variable.
14624         (tests): Add $(tests-ifunc).
14625         * string/test-memccpy.c (TEST_NAME): New macro.
14626         * string/test-memchr.c (TEST_NAME): Likewise.
14627         * string/test-memcmp.c (TEST_NAME): Likewise.
14628         * string/test-memcpy.c (TEST_NAME): Likewise.
14629         * string/test-memmem.c (TEST_NAME): Likewise.
14630         * string/test-memmove.c (TEST_NAME): Likewise.
14631         * string/test-memset.c (TEST_NAME): Likewise.
14632         * string/test-rawmemchr.c (TEST_NAME): Likewise.
14633         * string/test-stpcpy.c (TEST_NAME): Likewise.
14634         * string/test-stpncpy.c (TEST_NAME): Likewise.
14635         * string/test-strcasecmp.c (TEST_NAME): Likewise.
14636         * string/test-strcasestr.c (TEST_NAME): Likewise.
14637         * string/test-strcat.c (TEST_NAME): Likewise.
14638         * string/test-strchr.c (TEST_NAME): Likewise.
14639         * string/test-strcmp.c(TEST_NAME): Likewise.
14640         * string/test-strcpy.c (TEST_NAME): Likewise.
14641         * string/test-strcspn.c (TEST_NAME): Likewise.
14642         * string/test-strlen.c (TEST_NAME): Likewise.
14643         * string/test-strncasecmp.c (TEST_NAME): Likewise.
14644         * string/test-strncmp.c (TEST_NAME): Likewise.
14645         * string/test-strncpy.c (TEST_NAME): Likewise.
14646         * string/test-strnlen.c (TEST_NAME): Likewise.
14647         * string/test-strpbrk.c (TEST_NAME): Likewise.
14648         * string/test-strrchr.c (TEST_NAME): Likewise.
14649         * string/test-strspn.c (TEST_NAME): Likewise.
14650         * string/test-strstr.c (TEST_NAME): Likewise.
14651         * string/test-bcopy-ifunc.c: New file.
14652         * string/test-bzero-ifunc.c: Likewise.
14653         * string/test-memccpy-ifunc.c: Likewise.
14654         * string/test-memchr-ifunc.c: Likewise.
14655         * string/test-memcmp-ifunc.c: Likewise.
14656         * string/test-memcpy-ifunc.c: Likewise.
14657         * string/test-memmem-ifunc.c: Likewise.
14658         * string/test-memmove-ifunc.c: Likewise.
14659         * string/test-mempcpy-ifunc.c: Likewise.
14660         * string/test-memset-ifunc.c: Likewise.
14661         * string/test-rawmemchr-ifunc.c: Likewise.
14662         * string/test-stpcpy-ifunc.c: Likewise.
14663         * string/test-stpncpy-ifunc.c: Likewise.
14664         * string/test-strcasecmp-ifunc.c: Likewise.
14665         * string/test-strcasestr-ifunc.c: Likewise.
14666         * string/test-strcat-ifunc.c: Likewise.
14667         * string/test-strchr-ifunc.c: Likewise.
14668         * string/test-strchrnul-ifunc.c: Likewise.
14669         * string/test-strcmp-ifunc.c: Likewise.
14670         * string/test-strcpy-ifunc.c: Likewise.
14671         * string/test-strcspn-ifunc.c: Likewise.
14672         * string/test-strlen-ifunc.c: Likewise.
14673         * string/test-strncasecmp-ifunc.c: Likewise.
14674         * string/test-strncat-ifunc.c: Likewise.
14675         * string/test-strncmp-ifunc.c: Likewise.
14676         * string/test-strncpy-ifunc.c: Likewise.
14677         * string/test-strnlen-ifunc.c: Likewise.
14678         * string/test-strpbrk-ifunc.c: Likewise.
14679         * string/test-strrchr-ifunc.c: Likewise.
14680         * string/test-strspn-ifunc.c: Likewise.
14681         * string/test-strstr-ifunc.c: Likewise.
14683         * debug/Makefile (tests-ifunc): New variable.
14684         (tests): Add $(tests-ifunc).
14685         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
14686         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
14687         * debug/test-stpcpy_chk-ifunc.c: New file.
14688         * debug/test-strcpy_chk-ifunc.c: Likewise.
14690 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
14692         [BZ #13601]
14693         * elf/dl-load.c (open_verify): Retry read if the entire ELF
14694         header is not read in.
14696 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
14698         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
14699         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
14700         directly.  Pass built executable to script as
14701         $(built-program-cmd).
14702         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
14703         $testprogram without using LD_LIBRARY_PATH and $ldso.
14705         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
14706         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
14707         $(rtld-installed-name).
14708         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
14709         (rtld_installed_name): Likewise.
14710         (library_path): Likewise.
14711         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
14712         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
14713         $(run-program-prefix) to tst-tables.sh.
14714         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
14715         it to run tst-table-from and tst-table-to.
14716         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
14717         Pass it to tst-table.sh.
14718         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
14719         $(run-program-prefix) to tst-gettext.sh.
14720         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
14721         tst-translit.sh.
14722         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
14723         tst-gettext2.sh.
14724         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
14725         to run tst-gettext.
14726         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
14727         to run tst-gettext2.
14728         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
14729         to run tst-translit.
14730         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
14731         $(run-program-prefix) to tst-mtrace.sh.
14732         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
14733         to run tst-mtrace.
14734         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
14735         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
14736         $(rtld-installed-name).
14737         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
14738         (rtld_installed_name): Likewise.
14739         (run_program_prefix): New variable.  Use it to run wordexp-test.
14741         * Makeconfig (ARCH): Remove all definitions.
14742         (machine): Likewise.
14743         [ARCH]: Remove conditional code.
14744         [!objdir]: Give error.
14745         [!objdir] (objpfx): Remove.
14746         [!objdir] (common-objpfx): Likewise.
14747         [!objdir] (common-objdir): Likewise.
14748         * configure.in (config_makefile): Remove.  Hardcode Makefile in
14749         AC_CONFIG_FILES call.
14750         * configure: Regenerated.
14752         [BZ #13888]
14753         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
14754         or TMPDIR.
14755         (testout): Likewise.
14757         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
14758         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
14759         $(rtld-installed-name).
14760         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
14761         (rtld_installed_name): Likwise.
14762         (runit): Remove function.
14763         (run_getconf): New variable,  Use it for running getconf binary.
14765 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
14767         [BZ #14716]
14768         * string/test-memmem.c (check_result): New function.
14769         (do_one_test): Use it.
14770         (check1): New function.
14771         (test_main): Use it.
14773 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
14775         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
14777 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
14779         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
14780         (_G_LSEEK64): Likewise.
14781         (_G_MMAP64): Likewise.
14782         (_G_FSTAT64): Likewise.
14783         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
14784         (_G_LSEEK64): Likewise.
14785         (_G_MMAP64): Likewise.
14786         (_G_FSTAT64): Likewise.
14787         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
14788         unconditional.  Call __mmap64 directly.
14789         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
14790         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
14791         __lseek64 directly.
14792         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
14793         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
14794         __mmap64 directly.
14795         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
14796         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
14797         __lseek64 directly.
14798         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
14799         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
14800         __lseek64 directly.
14801         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
14802         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
14803         __lseek64 directly.
14804         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
14805         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
14806         __fxstat64 directly.
14807         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
14808         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
14809         unconditional.
14810         (freopen64) [!_G_OPEN64]: Remove conditional code.
14811         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
14812         unconditional.
14813         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
14814         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
14815         unconditional.
14816         (ftello64) [!_G_LSEEK64]: Remove conditional code.
14817         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
14818         unconditional.
14819         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
14820         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
14821         unconditional.
14822         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
14823         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
14824         unconditional.
14825         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
14826         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
14827         unconditional.
14828         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
14829         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
14830         unconditional.
14831         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
14833 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
14835         [BZ #12140]
14836         * manual/memory.texi (Malloc Tunable Parameters): Add note
14837         about free list pointers overwriting some perturb bytes.
14838         Wording suggested by Roland McGrath.
14840 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
14842         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
14843         (lgamma_test): Likewise.
14844         (tgamma_test): Likewise.
14846 2012-10-16  Florian Weimer  <fweimer@redhat.com>
14848         [BZ #14700]
14849         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
14850         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
14852 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
14854         * NEWS: Mention BZ #14716.
14855         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
14856         when removing AVAILABLE1_USES_J macro.
14858 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
14860         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
14861         (__bswap_64): __uint64_t for unsigned 64-bit int.
14863 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
14865         * include/string.h (memmem): Declare libc hidden alias.
14866         * string/memmem.c (memmem): Define libc hidden alias.
14867         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
14868         __read, __close instead of open, read, close.
14870 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
14872         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
14873         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
14874         global and hidden.
14875         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
14876         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
14877         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
14878         Likewise.
14879         (__rawmemchr_sse2): Likewise.
14880         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
14881         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
14882         (__strchr_sse2): Likewise.
14883         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
14884         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
14885         (__strcasecmp_sse2): Likewise.
14886         (__strncasecmp_sse2): Likewise.
14887         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
14888         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
14889         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
14890         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
14891         (__strrchr_sse2): Likewise.
14892         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
14893         ifunc-impl-list.c.
14894         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
14895         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
14896         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
14897         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
14898         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
14899         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
14900         * sysdeps/x86_64/multiarch/memset.S: Likewise.
14901         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
14902         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
14903         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
14904         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
14905         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
14906         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
14907         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
14908         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
14909         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
14910         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
14911         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
14912         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
14913         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
14914         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
14915         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
14916         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
14917         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
14918         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
14919         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
14920         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
14921         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
14922         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
14923         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
14925         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
14926         global and hidden.
14927         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
14928         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
14929         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
14930         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
14931         Likewise.
14932         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
14933         Likewise.
14934         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
14935         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
14936         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
14937         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
14938         ifunc-impl-list.c.
14939         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
14940         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
14941         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
14942         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
14943         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
14944         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
14945         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
14946         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
14947         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
14948         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
14949         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
14950         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
14951         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
14952         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
14953         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
14954         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
14955         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
14956         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
14957         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
14958         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
14959         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
14960         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
14961         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
14962         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
14963         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
14964         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
14965         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
14966         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
14967         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
14968         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
14969         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
14970         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
14971         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
14972         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
14973         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
14974         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
14975         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
14976         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
14977         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
14978         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
14979         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
14981         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
14982         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
14983         * include/ifunc-impl-list.h: New file.
14984         * misc/ifunc-impl-list.c: Likewise.
14985         * misc/Makefile (routines): Add ifunc-impl-list.
14986         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
14987         * string/test-string.h: Include <ifunc-impl-list.h>.
14988         [TEST_IFUNC && TEST_NAME] (func_list, func_count, impl_count,
14989         impl_array): New variables.
14990         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
14991         are defined.
14992         (test_init): Call __libc_ifunc_impl_list to initialize
14993         func_list if TEST_IFUNC and TEST_NAME are defined.
14995         * string/Makefile (strop-tests): Add bcopy and bzero.
14996         * string/test-bcopy.c: New file.
14997         * string/test-bzero.c: Likewise.
14998         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
14999         defined.
15000         * string/test-memset.c: Support bzero test if TEST_BZERO is
15001         defined.
15002         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
15003         __libc_memmove.
15004         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
15005         __libc_memset.
15006         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
15007         of memset.
15009 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
15011         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
15012         * configure: Regenerated.
15014         * Makeconfig (+link-static-before-libc): Don't include
15015         $(link-static-libc).
15017         * libio/libio.h (_IO_pos_t): Remove.
15019 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
15021         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
15022         McGrath.
15024 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
15026         * crypt/crypt-entry.c: Include fips-private.h.
15027         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
15028         * crypt/md5c-test.c (main): Tolerate disabled MD5.
15029         * sysdeps/unix/sysv/linux/fips-private.h: New file.
15030         * sysdeps/generic/fips-private.h: New file, dummy fallback.
15032 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
15034         * crypt/crypt-private.h: Include stdbool.h.
15035         (_ufc_setup_salt_r): Return bool.
15036         * crypt/crypt-entry.c: Include errno.h.
15037         (__crypt_r): Return NULL with EINVAL for bad salt.
15038         * crypt/crypt_util.c (bad_for_salt): New.
15039         (_ufc_setup_salt_r): Check that salt is long enough and within
15040         the specified alphabet.
15041         * crypt/badsalttest.c: New file.
15042         * crypt/Makefile (tests): Add it.
15043         ($(objpfx)badsalttest): New.
15045 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
15047         * NEWS: Add entry for BZ #14602.
15049 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
15051         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
15052         type-generic.
15053         * math/libm-test.inc: Update comment listing what functions and
15054         macros are tested.
15055         (isgreater_test): New function.
15056         (isgreaterequal_test): Likewise.
15057         (isless_test): Likewise.
15058         (islessequal_test): Likewise.
15059         (islessgreater_test): Likewise.
15060         (isunordered_test): Likewise.
15061         (main): Call the new functions.
15063 2012-10-09  Roland McGrath  <roland@hack.frob.com>
15065         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
15066         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
15067         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
15068         * sysdeps/i386/configure: Regenerated.
15069         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
15070         * sysdeps/mach/configure: Regenerated.
15071         * sysdeps/mach/hurd/configure: Regenerated.
15072         * sysdeps/powerpc/configure: Regenerated.
15073         * sysdeps/powerpc/powerpc32/configure: Regenerated.
15074         * sysdeps/powerpc/powerpc64/configure: Regenerated.
15075         * sysdeps/s390/s390-32/configure: Regenerated.
15076         * sysdeps/s390/s390-64/configure: Regenerated.
15077         * sysdeps/sh/configure: Regenerated.
15078         * sysdeps/sparc/configure: Regenerated.
15079         * sysdeps/unix/sysv/linux/configure: Regenerated.
15080         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
15081         * sysdeps/x86_64/configure: Regenerated.
15083         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
15084         defined.  Don't check if MAP is NULL.
15086 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
15088         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
15089         (_G_stat64): Likewise.
15090         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
15091         (_G_stat64): Likewise.
15092         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
15093         instead of struct _G_stat64.
15094         * libio/fileops.c (mmap_remap_check): Likewise.
15095         (decide_maybe_mmap): Likewise.
15096         (_IO_new_file_seekoff): Likewise.
15097         (_IO_file_stat): Likewise.
15098         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
15099         _G_off64_t.
15100         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
15101         instead of struct _G_stat64.
15102         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
15104 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
15106         [BZ #14602]
15107         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
15108         Replace with ...
15109         (CHECK_EOL): New macro.
15110         (two_way_short_needle): Check beginning of haystack for EOL.  Use
15111         CHECK_EOL.
15112         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
15113         Replace with CHECK_EOL.
15114         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
15115         Replace with CHECK_EOL.
15117 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
15119         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
15120         type-generic.
15121         * math/libm-test.inc: Update comment listing what functions and
15122         macros are tested.
15123         (finite_test): New function.
15124         (isinf_test): Likewise.
15125         (isnan_test): Likewise.
15126         (fpclassify_test): Test subnormal input.
15127         (isfinite_test): Likewise.
15128         (isnormal_test): Likewise.
15129         (main): Call the new functions.
15131 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
15133         [BZ #14660]
15134         * Makerules (%.dynsym): Force C locale when running
15135         $(OBJDUMP) --dynamic-syms.
15137 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
15139         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
15140         <stdint.h>.
15142 2012-10-06  David S. Miller  <davem@davemloft.net>
15144         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
15145         upper 32-bits of the length value in %o2 since we use branch-on-register
15146         tests which consider the entire 64-bit register.
15148 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
15150         * string/test-strstr.c (check2): Add a test for page boundary.
15152 2012-10-05  David S. Miller  <davem@davemloft.net>
15154         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
15155         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
15156         file.
15157         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
15158         sysdep_routines.
15159         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
15160         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
15161         and bzero when HWCAP_SPARC_CRYPTO is present.
15163 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
15165         [BZ #14602]
15166         * string/test-strstr.c (check2): New function.
15167         (test_main): Call check2.
15169         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
15170         and bug-strchr1.
15171         * string/bug-strcasestr1.c (do_test): Moved to ...
15172         * string/test-strcasestr.c (check1): Here.  New function.
15173         (do_one_test): Break out result checking code into ...
15174         (check_result): This.  New function.
15175         (do_one_test): Call check_result.
15176         (test_main): Call check1.
15177         * string/bug-strchr1.c (do_test): Moved to ...
15178         * string/test-strchr.c (check1): Here.  New function.
15179         (do_one_test): Break out result checking code into ...
15180         (check_result): This.  New function.
15181         (do_one_test): Call check_result.
15182         (test_main): Call check1.
15183         * string/bug-strstr1.c (main): Moved to ...
15184         * string/test-strstr.c (check1): Here.  New function.
15185         (do_one_test): Break out result checking code into ...
15186         (check_result): This.  New function.
15187         (do_one_test): Call check_result.
15188         (test_main): Call check1.
15189         * string/bug-strcasestr1.c: Removed.
15190         * string/bug-strchr1.c: Likewise.
15191         * string/bug-strstr1.c: Likewise.
15193         * elf/Makefile (dl-routines): Add hwcaps.
15194         * elf/dl-support.c (_dl_important_hwcaps): Removed.
15195         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
15196         (_dl_important_hwcaps): Moved to ...
15197         * elf/dl-hwcaps.c: Here.  New file.
15198         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
15200         [BZ #14557]
15201         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
15202         if IS_IN_rtld isn't defined.
15204         * elf/dl-support.c (_dl_sysinfo_map): New.
15205         Include "get-dynamic-info.h" and "setup-vdso.h".
15206         (_dl_non_dynamic_init): Call setup_vdso.
15207         * elf/dynamic-link.h: Don't include <assert.h>.
15208         (elf_get_dynamic_info): Moved to ...
15209         * elf/get-dynamic-info.h: Here.  New file.
15210         * elf/dynamic-link.h: Include "get-dynamic-info.h".
15211         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
15212         * elf/setup-vdso.h: Here.  New file.
15213         * elf/rtld.c: Include "setup-vdso.h".
15214         (dl_main): Call setup_vdso.
15216 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
15218         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
15219         creal in comment listing functions tested.  List finite, isinf,
15220         isnan, isless, islessequal, isgreater, isgreaterequal,
15221         islessgreater, isunordered, lgamma_r and pow10 as functions and
15222         macros not tested.  Mention which functions not tested are aliases
15223         for other functions.  Fix typo.  Note that signs of NaNs are not
15224         tested.
15226         * scripts/config.guess: Update from config.git.
15227         * scripts/config.sub: Likewise.
15229 2012-10-04  Roland McGrath  <roland@hack.frob.com>
15231         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
15232         * misc/madvise.c (madvise): Renamed to __madvise.
15233         Make madvise a weak alias.
15234         * include/sys/mman.h: Declare __madvise.
15235         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
15236         * sysdeps/unix/syscalls.list
15237         (madvise): Make __madvise the strong name, and madvise a weak alias.
15238         * sysdeps/unix/sysv/linux/syscalls.list
15239         (madvise, mmap): Remove redundant entries.
15240         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
15241         * malloc/malloc.c (mtrim): Likewise.
15242         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
15244 2012-10-03  Roland McGrath  <roland@hack.frob.com>
15246         * sysdeps/mach/hurd/dl-cache.c: File removed.
15247         * config.h.in (USE_LDCONFIG): New #undef.
15248         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
15249         * configure: Regenerated.
15250         * elf/Makefile (dl-routines): Add dl-cache only under
15251         [$(use-ldconfig) = yes].
15252         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
15253         cache on [USE_LDCONFIG].
15254         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
15255         [USE_LDCONFIG].
15256         * elf/rtld.c (dl_main): Likewise.
15258 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
15260         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
15261         _SC_LEVEL4_CACHE_LINESIZE.
15263 2012-10-03  Roland McGrath  <roland@hack.frob.com>
15265         * sysdeps/unix/bsd/confstr.h: File removed.
15267 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
15269         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
15270         sys/sdt-config.h.
15272 2012-10-02  Roland McGrath  <roland@hack.frob.com>
15274         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
15275         Make 'mapoff' field ElfW(Off) rather than off_t.
15277 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
15279         * nscd/Makefile: Remove nscd-cflags and all its users.
15280         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
15281         (CFLAGS-nonlib): Add compiler flags for nscd modules.
15283         [BZ #10631]
15284         * malloc.c (malloc_printerr): Clarify error message.
15286 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
15288         [BZ #14648]
15289         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
15290         Set bit_FMA_Usable if FMA is supported.
15291         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
15292         macro.
15293         (bit_FMA4_Usable): Updated.
15294         (index_FMA_Usable): New macro.
15295         (CPUID_FMA): Likewise
15296         (HAS_FMA): Defined with bit_FMA_Usable.
15298 2012-10-01  Roland McGrath  <roland@hack.frob.com>
15300         * bits/types.h (__swblk_t): Type removed.
15301         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
15302         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
15303         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
15304         (__SWBLK_T_TYPE): Likewise.
15305         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
15306         (__SWBLK_T_TYPE): Likewise.
15307         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
15308         (__SWBLK_T_TYPE): Likewise.
15309         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
15310         (__SWBLK_T_TYPE): Likewise.
15312 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
15313             Honza Horak <hhorak@redhat.com>
15315         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
15316         (xdr_mapname): Use YPMAXMAP as maxsize.
15317         (xdr_peername): Use YPMAXPEER as maxsize.
15318         (xdr_keydat): Use YPAXRECORD as maxsize.
15319         (xdr_valdat): Use YPMAXRECORD as maxsize.
15321 2012-10-01  Roland McGrath  <roland@hack.frob.com>
15323         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
15325         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
15326         * csu/init-first.c: ... here.
15327         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
15328         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
15329         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
15330         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
15331         * sysdeps/i386/init-first.c: File removed.
15332         * sysdeps/sh/init-first.c: File removed.
15334 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
15336         [BZ #14645]
15337         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
15338         if x * y might underflow to zero and z is zero.
15339         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
15340         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15341         * math/libm-test.inc (min_subnorm_value): New variable.
15342         (fma_test): Add more tests.
15343         (fma_test_towardzero): Likewise.
15344         (fma_test_downward): Likewise
15345         (fma_test_upward): Likewise.
15346         (initialize): Set min_subnorm_value.
15348 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
15350         [BZ #14638]
15351         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
15352         0 + 0.
15353         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
15354         mode for addition resulting in exact zero.
15355         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
15356         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
15357         exact 0 + 0.
15358         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
15359         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15360         * math/libm-test.inc (fma_test): Add more tests.
15361         (fma_test_towardzero): New function.
15362         (fma_test_downward): Likewise.
15363         (fma_test_upward): Likewise.
15364         (main): Call the new functions.
15366 2012-09-28  David S. Miller  <davem@davemloft.net>
15368         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
15370 2012-09-28  Roland McGrath  <roland@hack.frob.com>
15372         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
15373         instead of SIGALRM.
15375         * sysdeps/gnu/_G_config.h: Moved to ...
15376         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
15377         * sysdeps/mach/hurd/_G_config.h: Moved to ...
15378         * sysdeps/generic/_G_config.h: ... here.
15380         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
15382         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
15384         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
15385         Conditionalize target on [libnss_test1.so-version].
15387         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
15389         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
15390         (elfobjdir): Move out of conditionals.
15392         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
15393         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
15394         (__nss_lookup_function): Conditionalize label remove_from_tree on
15395         [!DO_STATIC_NSS || SHARED], matching its only use.
15397 2012-09-28  David S. Miller  <davem@davemloft.net>
15399         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
15400         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
15401         file.
15402         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
15403         sysdep_routines.
15404         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
15405         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
15406         when HWCAP_SPARC_CRYPTO is present.
15408 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
15410         * io/tst-mknodat.c: Create a FIFO instead of a socket.
15412 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
15414         [BZ #6530]
15415         * stdio-common/vfprintf.c (process_string_arg): Revert
15416         2000-07-22 change.
15418 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
15420         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
15421         for testcase.
15422         * stdio-common/tst-sprintf.c: Include <locale.h>
15423         (main): Test sprintf's handling of incomplete multibyte
15424         characters.
15426 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
15428         * elf/dl-runtime.c (VERSYMIDX): Removed.
15429         * elf/dl-version.c (VERSYMIDX): Likewise.
15430         * elf/do-rel.h (VERSYMIDX): Likewise.
15431         (VALIDX): Likewise.
15432         * elf/dynamic-link.h (VERSYMIDX): Likewise.
15433         * elf/rtld.c (VALIDX): Likewise.
15434         (ADDRIDX): Likewise.
15435         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
15436         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
15437         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
15438         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
15439         (VALIDX): Likewise.
15440         (ADDRIDX): Likewise.
15442 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
15444         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
15446 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
15448         [BZ #11438]
15449         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
15450         to global scope.
15451         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
15452         addresses are in the same scope as 192.0.2/24.
15453         * posix/gai.conf: Document new scope table defaults.
15455 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
15457         [BZ #5298]
15458         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
15459         for ftell.  Compute offsets from write pointers instead.
15460         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
15462 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
15464         [BZ #14543]
15465         * libio/Makefile (tests): New test case tst-fseek.
15466         * libio/tst-fseek.c: New test case to verify that fseek/ftell
15467         combination works in wide mode.
15468         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
15469         state when the external buffer state changes.
15471 2012-09-27  David S. Miller  <davem@davemloft.net>
15473         [BZ #14376]
15474         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
15475         pass reloc->r_addend in as the 'high' argument to
15476         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
15478         * sysdeps/sparc/fpu/libm-test-ulps: Update.
15480 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
15482         * rt/tst-aio2.c: Include <pthread.h>.
15483         * rt/tst-aio3.c: Likewise.
15485 2012-09-27  Steve Ellcey  <sellcey@mips.com>
15487         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
15489 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
15491         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
15492         contents on [SHARED].
15494 2012-09-26  Marek Polacek  <polacek@redhat.com>
15496         [BZ #14530]
15497         [BZ #13741]
15498         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
15499         for C++ and GCC <4.3 as well as for non GCC compilers.
15501 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
15503         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15505 2012-09-25  Roland McGrath  <roland@hack.frob.com>
15507         * Makefile.in (all, install): Declare with .PHONY.
15508         Reported by Michael Hope <michael.hope@linaro.org>.
15510 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
15512         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
15513         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
15514         system header.
15515         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
15516         Likewise.
15517         (sydep_routines): Add the new and the internal functions.
15518         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
15519         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
15520         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
15521         (GLIBC_2.17): Add the new function.
15522         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
15523         (GLIBC_2.17): Likewise.
15524         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
15525         (GLIBC_2.17): Likewise.
15526         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
15527         (GLIBC_2.17): Likewise.
15528         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
15530 2012-09-25  Alan Modra  <amodra@gmail.com>
15532         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
15533         Add release barrier before setting once_control to say
15534         initialisation is done.  Add hints on lwarx.  Use macro in
15535         place of isync.
15536         (clear_once_control): Add release barrier.
15538 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
15540         [BZ #13629]
15541         * math/s_clog.c (__clog): Handle more values close to |z| = 1
15542         specially.
15543         * math/s_clog10.c (__clog10): Likewise.
15544         * math/s_clog10f.c (__clog10f): Likewise.
15545         * math/s_clog10l.c (__clog10l): Likewise.
15546         * math/s_clogf.c (__clogf): Likewise.
15547         * math/s_clogl.c (__clogl): Likewise.
15548         * math/Makefile (libm-calls): Add x2y2m1.
15549         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
15550         (__x2y2m1): Likewise.
15551         (__x2y2m1l): Likewise.
15552         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
15553         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
15554         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
15555         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
15556         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
15557         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
15558         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
15559         * sysdeps/i386/fpu/libm-test-ulps: Update.
15560         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15562         [BZ #14621]
15563         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
15564         int as type of variable DEPTH.
15565         (glob): Use size_t instead of int as type of variables NEWCOUNT
15566         and OLD_PATHC.
15568 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
15570         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
15571         Add s_sincosf-sse2.
15572         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
15573         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
15574         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
15575         macros for using routine as __sincosf_ia32.
15576         Use macro for function declaration and weak_alias.
15577         * sysdeps/i386/fpu/libm-test-ulps: Update.
15579         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
15580         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15582         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
15583         subnormal argument.
15584         * math/s_cexpf.c (__cexpf): Likewise.
15585         * math/s_csinf.c (__csinf): Likewise.
15586         * math/s_csinhf.c (__csinhf): Likewise.
15587         * math/s_ctanf.c (__ctanf): Likewise.
15588         * math/s_ctanhf.c (__ctanhf): Likewise.
15589         * math/s_ccosh.c (__ccoshf): Likewise.
15590         * math/s_cexp.c (__cexpl): Likewise.
15591         * math/s_csin.c (__csin): Likewise.
15592         * math/s_csinh.c (__csinh): Likewise.
15593         * math/s_ctan.c (__ctan): Likewise.
15594         * math/s_ctanh.c (ctanh): Likewise.
15595         * math/s_ccoshl.c (__ccoshl): Likewise.
15596         * math/s_cexpl.c (__cexpl): Likewise.
15597         * math/s_csinl.c (__csinl): Likewise.
15598         * math/s_csinhl.c (__csinhl): Likewise.
15599         * math/s_ctanl.c (__ctanl): Likewise.
15600         * math/s_ctanhl.c (__ctanhl): Likewise.
15602 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
15604         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
15605         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
15606         (_IO_off_t): Define to __off_t, not _G_off_t.
15607         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
15608         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
15609         (_IO_wint_t): Define to wint_t, not _G_wint_t.
15610         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
15611         type of __dummy and __dummy2 fields.
15612         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
15613         (_G_ssize_t): Likewise.
15614         (_G_off_t): Likewise.
15615         (_G_pid_t): Likewise.
15616         (_G_uid_t): Likewise.
15617         (_G_wchar_t): Likewise.
15618         (_G_wint_t): Likewise.
15619         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
15620         (_G_ssize_t): Likewise.
15621         (_G_off_t): Likewise.
15622         (_G_pid_t): Likewise.
15623         (_G_uid_t): Likewise.
15624         (_G_wchar_t): Likewise.
15625         (_G_wint_t): Likewise.
15626         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
15627         (_G_ssize_t): Likewise.
15628         (_G_off_t): Likewise.
15629         (_G_pid_t): Likewise.
15630         (_G_uid_t): Likewise.
15631         (_G_wchar_t): Likewise.
15632         (_G_wint_t): Likewise.
15634 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
15636         * malloc/arena.c: Include malloc-sysdep.h.
15637         (shrink_heap): Use check_may_shrink_heap to decide if madvise
15638         is sufficient to shrink the heap or an unmap is needed.
15639         * sysdeps/generic/malloc-sysdep.h: New file.  Define
15640         new function check_may_shrink_heap.
15641         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
15642         new function check_may_shrink_heap.
15644 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
15646         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
15647         comments.
15649 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
15651         * catgets/test-gencat.sh: Add "set -e".
15652         * elf/tst-pathopt.sh: Likewise.
15653         * grp/tst_fgetgrent.sh: Likewise.
15654         * iconvdata/run-iconv-test.sh: Likewise.
15655         * intl/tst-gettext.sh: Likewise.
15656         * intl/tst-gettext2.sh: Likewise.
15657         * intl/tst-gettext4.sh: Likewise.
15658         * intl/tst-gettext6.sh: Likewise.
15659         * intl/tst-translit.sh: Likewise.
15660         * io/ftwtest-sh: Likewise.
15661         * libio/test-freopen.sh: Likewise.
15662         * malloc/tst-mtrace.sh: Likewise.
15663         * posix/globtest.sh: Likewise.
15664         * posix/tst-getconf.sh: Likewise.
15665         * posix/wordexp-tst.sh: Likewise.
15666         * stdio-common/tst-printf.sh: Likewise.
15667         * stdio-common/tst-unbputc.sh: Likewise.
15668         * stdlib/tst-fmtmsg.sh: Likewise.
15669         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
15670         * catgets/Makefile: Do not specify -e option when running
15671         testsuite shell scripts.
15672         * elf/Makefile: Likewise.
15673         * grp/Makefile: Likewise.
15674         * iconvdata/Makefile: Likewise.
15675         * intl/Makefile: Likewise.
15676         * io/Makefile: Likewise.
15677         * libio/Makefile: Likewise.
15678         * malloc/Makefile: Likewise.
15679         * posix/Makefile: Likewise.
15680         * stdio-common/Makefile: Likewise.
15681         * stdlib/Makefile: Likewise.
15682         * sysdeps/x86_64/Makefile: Likewise.
15684         * io/ftwtest-sh: Add copyright header.
15685         * posix/globtest.sh: Likewise.
15686         * posix/tst-getconf.sh: Likewise.
15687         * posix/wordexp-tst.sh: Likewise.
15688         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
15690 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
15692         [BZ #13679]
15693         * Makeconfig (+link): Defined as $(+link-static) if
15694         $(build-shared) isn't yes.
15695         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
15696         isn't yes.
15697         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
15699         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
15701         [BZ #14562]
15702         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
15703         new chunk size with MALLOC_ALIGN_MASK.
15705 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
15707         [BZ #5044]
15708         * stdio-common/printf_fphex.c: Include <stdbool.h> and
15709         <rounding-mode.h>.
15710         (__printf_fphex): Determine rounding using get_rounding_mode and
15711         round_away.
15712         * stdio-common/tst-printf-round.c (struct hex_test): New
15713         structure.
15714         (hex_tests): New variable.
15715         (test_hex_in_one_mode): New function.
15716         (do_test): Also run tests for hex float output.
15718 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
15720         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
15721         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
15722         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
15723         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
15724         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
15725         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
15726         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
15727         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
15729 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
15731         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
15732         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
15733         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
15734         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
15736 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
15738         [BZ #14579]
15739         * elf/rtld.c (dl_main): Limit the check for self loading to normal
15740         mode only.
15741         * elf/tst-rtld-load-self.sh: New test.
15742         * elf/Makefile: Run it.
15744 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
15746         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
15747         (tst-writev-ENV): Remove.
15748         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
15750 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
15752         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
15754 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
15756         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
15757         unconditional.
15758         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
15759         Likewise.
15760         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
15761         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
15762         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
15763         Likewise.
15765 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
15767         [BZ #14587]
15768         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
15769         * config.make.in (have-cpp-asm-debuginfo): Removed.
15770         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
15771         * configure: Regenerated.
15773 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
15775         [BZ #5044]
15776         * stdio-common/printf_fp.c: Include <stdbool.h> and
15777         <rounding-mode.h>.
15778         (___printf_fp): Determine rounding using get_rounding_mode and
15779         round_away.
15780         * stdio-common/tst-printf-round.c: New file.
15781         * stdio-common/Makefile (tests): Add tst-printf-round.
15782         (link-libm): New variable.
15783         ($(objpfx)tst-printf-round): Depend in $(link-libm).
15785 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
15787         [BZ #14576]
15788         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
15789         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
15790         Likewise.
15791         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
15792         Likewise.
15794 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
15796         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
15797         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
15798         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
15799         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
15801 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
15803         [BZ #14518]
15804         * include/rounding-mode.h: New file.
15805         * sysdeps/generic/get-rounding-mode.h: Likewise.
15806         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
15807         * stdlib/strtod_l.c: Include <rounding-mode.h>.
15808         (MAX_VALUE): New macro.
15809         (MIN_VALUE): Likewise.
15810         (overflow_value): New function.
15811         (underflow_value): Likewise.
15812         (round_and_return): Use overflow_value and underflow_value to
15813         determine return values in overflow and underflow cases.  Use
15814         round_away to determine rounding depending on rounding mode.
15815         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
15816         determine return values in overflow and underflow cases.
15817         * stdlib/tst-strtod-round.c: Include <fenv.h>.
15818         (struct test_results): New structure.
15819         (struct test): Use struct test_results to store expected results
15820         for all rounding modes.
15821         (TEST): Include expected results for all rounding modes.
15822         (test_in_one_mode): New function.
15823         (do_test): Use test_in_one_mode to compute and check results.
15824         Check results for all rounding modes.
15825         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
15826         $(link-libm).
15828 2012-12-09  Allan McRae  <allan@archlinux.org>
15830         * sysdeps/i386/fpu/libm-test-ulps: Update
15832 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
15834         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
15835         (_G_int32_t): Likewise.
15836         (_G_uint16_t): Likewise.
15837         (_G_uint32_t): Likewise.
15838         (_G_HAVE_BOOL): Likewise.
15839         (_G_HAVE_ATEXIT): Likewise.
15840         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
15841         (_G_HAVE_IO_FILE_OPEN): Likewise.
15842         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
15843         (_G_int32_t): Likewise.
15844         (_G_uint16_t): Likewise.
15845         (_G_uint32_t): Likewise.
15846         (_G_HAVE_BOOL): Likewise.
15847         (_G_HAVE_ATEXIT): Likewise.
15848         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
15849         (_G_HAVE_IO_FILE_OPEN): Likewise.
15850         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
15851         (_G_int32_t): Likewise.
15852         (_G_uint16_t): Likewise.
15853         (_G_uint32_t): Likewise.
15854         (_G_HAVE_BOOL): Likewise.
15855         (_G_HAVE_ATEXIT): Likewise.
15856         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
15857         (_G_HAVE_IO_FILE_OPEN): Likewise.
15859 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
15861         * csu/libc-tls.c: Update copyright years.
15863 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
15865         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
15866         [!_G_USING_THUNKS]: Remove conditional code.
15867         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
15868         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
15870         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
15871         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
15872         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
15873         (_G_VTABLE_LABEL_PREFIX): Likewise.
15874         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
15875         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
15876         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
15877         (_G_VTABLE_LABEL_PREFIX): Likewise.
15878         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
15879         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
15880         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
15881         (_G_VTABLE_LABEL_PREFIX): Likewise.
15882         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
15884 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
15886         * libio/Makefile: Include ../Makeconfig before tests.
15887         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
15888         only if $(build-shared) is yes.
15890         * iconv/gconv_db.c: Update copyright years.
15892 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
15894         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
15895         unwind info if defined PIC. Fix special cases description.
15896         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
15898         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
15899         DP_HI_MASK entry.
15900         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
15902 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
15904         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
15906         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
15907         is NULL.
15909         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
15910         (LDLIBS-tst-chk4): This.
15911         (LDFLAGS-tst-chk5): Renamed to ...
15912         (LDLIBS-tst-chk5): This.
15913         (LDFLAGS-tst-chk6): Renamed to ...
15914         (LDLIBS-tst-chk6): This.
15915         (LDFLAGS-tst-lfschk4): Renamed to ...
15916         (LDLIBS-tst-lfschk4): This.
15917         (LDFLAGS-tst-lfschk5): Renamed to ...
15918         (LDLIBS-tst-lfschk5): This.
15919         (LDFLAGS-tst-lfschk6): Renamed to ...
15920         (LDLIBS-tst-lfschk6): This.
15922         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
15923         on $(common-objpfx)soversions.mk.
15925 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
15927         [BZ #10014]
15928         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
15929         example host name.
15931 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
15933         * malloc/arena.c (arena_get_retry): New function that gets
15934         another arena for the caller to try its request on.
15935         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
15936         current arena cannot fulfill the request.
15937         (__libc_memalign): Likewise.
15938         (__libc_memalign): Likewise.
15939         (__libc_pvalloc): Likewise.
15940         (__libc_calloc): Likewise.
15942 2012-09-05  John Tobey  <john.tobey@gmail.com>
15944         [BZ #13542]
15945         * manual/arith.texi (Operations on Complex): Fix description
15946         of carg branch cut.
15948 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
15950         [BZ #10014]
15951         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
15952         host name.
15954         [BZ #10038]
15955         * manual/memory.texi (Memory): Make order of menu items match
15956         order of sections.
15958 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
15960         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
15961         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
15962         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
15964 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
15966         * csu/libc-tls.c (static_dtv): Renamed to ...
15967         (_dl_static_dtv): This.  Make it global.
15968         (_dl_initial_dtv): Removed.
15969         (__libc_setup_tls): Updated.
15970         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
15971         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
15972         DL_INITIAL_DTV.
15974 2012-09-06  Petr Machata  <pmachata@redhat.com>
15976         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
15977         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
15978         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
15979         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
15981 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
15983         [BZ #14545]
15984         * csu/libc-tls.c (_dl_initial_dtv): New variable.
15985         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
15986         freeing dtv[-1].
15988 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
15990         [BZ #14544]
15991         * Makeconfig (link-static-before-libc): Replace $(+prector)
15992         with $(+prectorT).
15993         (link-static-after-libc): Replace $(+postctor) with
15994         $(+postctorT).
15995         (link-bounded): Replace $(+prector)/$(+postctor) with
15996         $(+prectorT)/$(+postctorT).
15997         (+prectorT): New macro.
15998         (+postctorT): Likewise.
16000 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
16002         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
16003         (round_str): Handle values above the maximum for IBM long double
16004         as inexact.
16005         * stdlib/tst-strtod-round.c (tests): Regenerated.
16007 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16009         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
16010         assembler flag.
16011         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
16012         zarch_nohighgprs around the zarch optimized routines.
16013         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
16014         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
16015         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
16016         for zarch.
16018 2012-09-05  David S. Miller  <davem@davemloft.net>
16020         * sysdeps/sparc/fpu/libm-test-ulps: Update.
16022         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE,
16023         HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
16024         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
16025         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
16026         entries.
16028 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
16030         * malloc/arena.c: Fold copyright years.
16031         * malloc/mcheck.c, malloc/memusage.c: Likewise.
16033 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
16035         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
16037 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
16039         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
16041 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
16043         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
16044         change internal state upon failure.
16046 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
16048         * malloc/mcheck.c (mcheck_check_all): Fix typo.
16049         * malloc/memusage.c (mmap): Likewise.
16050         (mmap64, mremap): Likewise.  Adjust name in comment.
16052 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
16054         * libio/fileops.c: Fix typos in comments.
16055         * libio/oldfileops.c: Likewise.
16056         * libio/wfileops.c: Likewise.
16058 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
16060         [BZ #1349]
16061         * malloc/Makefile (tests): Add tst-malloc-usable test case.
16062         (tst-malloc-usable-ENV): Set environment for test case.
16063         * malloc/hooks.c (malloc_check_get_size): New function to get
16064         requested size.
16065         * malloc/malloc.c (musable): Use malloc_check_get_size.
16066         * malloc/tst-malloc-usable.c: New test case.
16068 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
16070         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
16072 2012-09-05  Allan McRae  <allan@archlinux.org>
16074         [BZ #13966]
16075         * configure.in (CXX_SYSINCLUDES): Use compiler output to
16076         determine header location.
16077         * configure: Regenerated.
16079 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
16081         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
16082         float format.
16083         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
16084         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
16085         format.
16086         (test): Regenerate.
16088 2012-09-04  David S. Miller  <davem@davemloft.net>
16090         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
16091         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
16092         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
16094 2012-09-04  Florian Weimer  <fweimer@redhat.com>
16096         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
16097         failures.
16099         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
16101 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
16103         [BZ #9914]
16104         * libio/iogetdelim.c: Include <limits.h>.
16105         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
16106         + len + 1 would overflow.
16108 2012-09-03  Andreas Jaeger  <aj@suse.de>
16110         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16111         * sysdeps/i386/fpu/libm-test-ulps: Update.
16113 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
16115         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
16116         Add s_sinf-sse2, s_conf-sse2.
16118         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
16119         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
16120         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
16121         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
16123         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
16124         for using routine as __sinf_ia32.
16125         Use macro for function declaration and weak_alias.
16126         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
16127         for using routine as __cosf_ia32.
16128         Use macro for function declaration and weak_alias.
16130         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
16131         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
16133         * sysdeps/x86_64/fpu/s_sinf.S: New file.
16134         * sysdeps/x86_64/fpu/s_cosf.S: New file.
16135         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16137         * math/libm-test.inc (cos_test): Add more test cases.
16138         (sin_test): Likewise.
16139         (sincos_test): Likewise.
16141 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16143         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
16144         (IFUNC_RESOLVE): Make pointers to the specialized implementations
16145         hidden.
16146         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
16148 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
16150         [BZ #14538]
16151         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
16152         first element of the GOT.
16153         (elf_machine_load_address): Return the difference between
16154         the runtime address of _DYNAMIC and elf_machine_dynamic ().
16156 2012-09-01  Allan McRae  <allan@archlinux.org>
16158         [BZ #13412]
16159         * configure.in (AWK): Require gawk version 3.0 or later.
16160         * configure: Regenerated.
16162 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
16164         * sysdeps/unix/sysv/linux/kernel-features.h
16165         (__ASSUME_POSIX_CPU_TIMERS): Remove.
16166         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
16167         [__NR_clock_getres]: Make code unconditional.
16168         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
16169         (clock_getcpuclockid): Remove code left unreachable by removal of
16170         conditionals.
16171         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
16172         code unconditional.
16173         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
16174         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
16175         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
16176         Make code unconditional.
16177         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
16178         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
16179         * sysdeps/unix/sysv/linux/clock_settime.c
16180         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
16181         conditional code.
16182         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
16183         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
16185 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
16187         [BZ #14476]
16188         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
16189         scripts/test-installation.pl.
16191         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
16192         and $ld_so_version if it is set.
16194 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
16196         [BZ #14516]
16197         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
16198         failure if reading from procfs failed.
16199         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
16201 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
16203         * sysdeps/unix/sysv/linux/kernel-features.h
16204         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
16205         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
16206         Remove conditional code.
16207         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
16208         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
16209         Remove conditional code.
16210         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
16211         * sysdeps/unix/sysv/linux/i386/fxstat.c
16212         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
16213         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
16214         * sysdeps/unix/sysv/linux/i386/fxstatat.c
16215         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
16216         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
16217         * sysdeps/unix/sysv/linux/i386/lxstat.c
16218         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
16219         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
16220         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
16221         Remove conditional code.
16222         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
16223         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
16224         Remove conditional code.
16225         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
16226         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
16227         <kernel-features.h>.
16228         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
16229         Remove.
16230         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
16231         Remove conditional code.
16232         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
16233         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
16234         Remove conditional.
16236 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
16238         [BZ #5400]
16239         * NEWS: Add fixed bug number.
16241 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
16243         [BZ #14519]
16244         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
16245         underflowing exponent in case of negative sign.
16246         * stdlib/tst-strtod-round-data: Add more tests.
16247         * stdlib/tst-strtod-round.c (tests): Regenerated.
16249         [BZ #3479]
16250         * stdlib/strtod_l.c (NDIG): Remove.
16251         (HEXNDIG): Likewise.
16252         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
16253         smallest representable value.
16254         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
16255         lie within an exact representation of 1/2 ulp of the result.
16256         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
16257         unconditionally.
16258         (TENS_P9_IDX): Define unconditionally.
16259         (TENS_P9_SIZE): Likewise.
16260         (TENS_P10_IDX): Likewise.
16261         (TENS_P10_SIZE): Likewise.
16262         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
16263         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
16264         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
16265         entries for 10^2^13 and 10^2^14.
16266         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
16267         (TENS_P13_IDX): Define.
16268         (TENS_P13_SIZE): Likewise.
16269         (TENS_P14_IDX): Likewise.
16270         (TENS_P14_SIZE): Likewise.
16271         (_fpioconst_pow10): Change array size to
16272         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
16273         unconditional.
16274         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
16275         1024]: Add entries for 10^2^13 and 10^2^14.
16276         [LAST_POW10 > _LAST_POW10]: Remove #error.
16277         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
16278         (_fpioconst_pow10): Change array size to
16279         FPIOCONST_POW10_ARRAY_SIZE.
16280         * stdlib/gen-fpioconst.c: New file.
16281         * stdlib/gen-tst-strtod-round.c: Likewise.
16282         * stdlib/tst-strtod-round-data: Likewise.
16283         * stdlib/tst-strtod-round.c: Likewise.
16284         * stdlib/Makefile (tests): Add tst-strtod-round.
16286         [BZ #14459]
16287         * stdlib/strtod_l.c: Include <stdint.h>.
16288         (NDEBUG): Do not define.
16289         (round_and_return): Change EXPONENT parameter to type intmax_t.
16290         Rearrange calculations to avoid internal overflow possibilities.
16291         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
16292         Rearrange calculations to avoid internal overflow possibilities.
16293         Assert that number fits inside MPNSIZE limbs.
16294         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
16295         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
16296         calculations and add assertions to avoid internal overflow
16297         possibilities.  Add casts to avoid signed/unsigned operations.
16298         * stdlib/tst-strtod-overflow.c: New file.
16299         * stdlib/Makefile (tests): Add tst-strtod-overflow.
16301 2012-08-25  Marek Polacek  <polacek@redhat.com>
16303         * time/time.h: Fix some typos in comments.
16305 2012-08-23  Roland McGrath  <roland@hack.frob.com>
16307         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
16308         * posix/tst-rfc3484-2.c: Likewise.
16309         * posix/tst-rfc3484-3.c: Likewise.
16311 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
16313         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
16314         (EF_ARM_ABI_FLOAT_HARD): Likewise.
16316 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
16318         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
16319         #include of fxstatat64.c.
16321 2012-08-22  Roland McGrath  <roland@hack.frob.com>
16323         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
16324         * shadow/getspent_r.c: Likewise.
16325         * shadow/getspnam.c: Likewise.
16326         * shadow/getspnam_r.c: Likewise.
16327         * gshadow/getsgent.c: Likewise.
16328         * gshadow/getsgent_r.c: Likewise.
16329         * gshadow/getsgnam.c: Likewise.
16330         * gshadow/getsgnam_r.c: Likewise.
16331         * inet/getnetbyad.c: Likewise.
16332         * inet/getnetbyad_r.c: Likewise.
16333         * inet/getnetbynm.c: Likewise.
16334         * inet/getnetbynm_r.c: Likewise.
16335         * inet/getnetent.c: Likewise.
16336         * inet/getnetent_r.c: Likewise.
16337         * inet/getproto.c: Likewise.
16338         * inet/getproto_r.c: Likewise.
16339         * inet/getprtent.c: Likewise.
16340         * inet/getprtent_r.c: Likewise.
16341         * inet/getprtname.c: Likewise.
16342         * inet/getprtname_r.c: Likewise.
16343         * inet/getrpcbyname.c: Likewise.
16344         * inet/getrpcbyname_r.c: Likewise.
16345         * inet/getrpcbynumber.c: Likewise.
16346         * inet/getrpcbynumber_r.c: Likewise.
16347         * inet/getrpcent.c: Likewise.
16348         * inet/getrpcent_r.c: Likewise.
16349         * inet/getaliasent.c: Likewise.
16350         * inet/getaliasent_r.c: Likewise.
16351         * inet/getaliasname.c: Likewise.
16352         * inet/getaliasname_r.c: Likewise.
16353         * nscd/getgrgid_r.c: Likewise.
16354         * nscd/getgrnam_r.c: Likewise.
16355         * nscd/gethstbyad_r.c: Likewise.
16356         * nscd/gethstbynm3_r.c: Likewise.
16357         * nscd/getpwnam_r.c: Likewise.
16358         * nscd/getpwuid_r.c: Likewise.
16359         * nscd/getsrvbynm_r.c: Likewise.
16360         * nscd/getsrvbypt_r.c: Likewise.
16361         * nscd/gai.c: Likewise.
16363         * configure.in (build_nscd): New substituted variable, set
16364         by --disable-build-nscd and defaults to $use_nscd.
16365         * configure: Regenerated.
16366         * config.make.in (build-nscd): New substituted variable.
16367         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
16368         Change conditional to require [$(build-nscd) = yes] as well.
16369         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
16371         [BZ# 13696]
16372         * configure.in (use_nscd): New substituted variable, set by
16373         --disable-nscd.  If enabled, define USE_NSCD.
16374         * configure: Regenerated.
16375         * config.h.in: Add USE_NSCD.
16376         * config.make.in (use-nscd): New substituted variable.
16377         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
16378         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
16379         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
16380         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
16381         (CFLAGS-getgrnam_r.c): Likewise.
16382         (CFLAGS-initgroups.c): Likewise.
16383         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
16384         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
16385         Variables removed.
16386         * inet/getnetgrent_r.c
16387         (nscd_setnetgrent): New function, broken out of ...
16388         (setnetgrent): ... here.  Call it.
16389         (innetgr): Conditionalize nscd bits on [USE_NSCD].
16390         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
16391         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
16392         * nscd/Makefile (routines, aux): Move definitions after include of
16393         Makeconfig.  Conditionalize on [$(use-nscd) != no].
16394         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
16395         Conditionalize on [USE_NSCD].
16396         (is_nscd, nscd_init_cb): Likewise.
16397         (nss_load_library): Conditionalize init callback on [USE_NSCD].
16398         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
16399         * nss/nss_db/db-init.c: Likewise.
16400         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
16401         [USE_NSCD].
16402         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
16403         (make_request): Use it.
16404         (cache_valid_p): New function.
16405         (__check_pf): Use it.
16406         * NEWS: Add item for --disable-nscd.
16408 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
16410         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
16411         to support sed >= 4.2.1-20-ga9bf076.
16412         * configure: Regenerated.
16414 2012-08-22  Roland McGrath  <roland@hack.frob.com>
16416         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
16417         Conditionalize whole body on [IREL].
16419 2012-08-22  Jeff Law <law@redhat.com>
16421         [BZ #14505]
16422         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
16423         if the family is PF_UNSPEC.
16425 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
16427         * Makerules (lib-version): Rename from V.
16428         (install-lib-nosubdir): Change V to lib-version.
16430 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
16432         [BZ #14252]
16433         * powerpc32/power6/wcschr.c: New file.
16434         * powerpc32/power6/wcscpy.c: New file.
16435         * powerpc32/power6/wcsrchr.c: New file.
16436         * powerpc64/power6/wcschr.c: New file.
16437         * powerpc64/power6/wcscpy.c: New file.
16438         * powerpc64/power6/wcsrchr.c: New file.
16440 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
16442         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
16443         (two_way_short_needle): Use it.
16444         * string/strstr.c (AVAILABLE1_USES_J): Define.
16445         * string/strcasestr.c: Likewise.
16447         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
16448         array references.
16449         * string/strcasestr.c (TOLOWER): Make side-effect safe.
16451         [BZ #11607]
16452         * NEWS: Add an entry.
16453         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
16454         define their defaults.
16455         (two_way_short_needle): Detect end-of-string on-the-fly.
16456         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
16457         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
16458         * string/bug-strcasestr1.c: New test.
16459         * string/Makefile: Run it.
16461 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
16463         [BZ #11607]
16464         * string/str-two-way.h (two_way_short_needle): Optimize matching of
16465         the first character.
16467 2012-08-21  Roland McGrath  <roland@hack.frob.com>
16469         * csu/elf-init.c (__libc_csu_irel): Function removed.
16470         * csu/libc-start.c (apply_irel): New function.
16471         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
16473 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
16475         * sysdeps/unix/sysv/linux/kernel-features.h
16476         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
16477         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
16478         <kernel-features.h>.
16479         [__NR_fadvise64_64]: Make code unconditional.
16480         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
16481         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
16482         !__NR_fadvise64_64)]: Likewise.
16483         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
16484         !__NR_fadvise64_64))]: Likewise.
16485         [__NR_fadvise64]: Make code unconditional.
16486         [!__NR_fadvise64]: Remove conditional code.
16487         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
16488         <kernel-features.h>.
16489         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
16490         unconditional.
16491         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
16492         conditional code.
16493         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
16494         not include <kernel-features.h>.
16495         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
16496         unconditional.
16497         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
16498         conditional code.
16499         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
16500         include <kernel-features.h>.
16501         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
16502         unconditional.
16503         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
16504         conditional code.
16506 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
16508         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
16509         slight instruction rearrangements per scrollpipe analysis.
16510         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
16512 2012-08-20  Roland McGrath  <roland@hack.frob.com>
16514         * manual/syslog.texi (syslog; vsyslog, closelog):
16515         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
16516         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
16518         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
16519         DSOCAPS to match condition on defining it.
16521 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
16523         * sysdeps/unix/sysv/linux/kernel-features.h
16524         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
16525         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
16526         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
16527         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
16528         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
16529         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
16530         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
16531         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
16532         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
16533         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
16535         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
16536         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
16538         * sysdeps/unix/sysv/linux/kernel-features.h
16539         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
16540         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
16541         unconditional.
16542         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
16543         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
16544         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
16545         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
16546         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
16547         Make code unconditional.
16548         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
16549         (__mmap64) [!__NR_mmap2]: Likewise.
16550         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
16551         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
16552         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
16553         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
16554         [__NR_mmap2]: Make code unconditional.
16555         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
16556         (__mmap64) [!__NR_mmap2]: Likewise.
16558 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16560         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
16562 2012-08-18  Andreas Jaeger  <aj@suse.de>
16564         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
16566 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
16568         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
16569         * include/unistd.h (__have_sock_cloexec): Likewise.
16570         (__have_pipe2): Likewise.
16571         (__have_dup3): Likewise.
16573 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
16575         [BZ #9685]
16576         * include/unistd.h (__have_pipe2): Change define into an extern int.
16577         (__have_dup3): Likewise.
16578         * socket/have_sock_cloexec.c: Include fcntl.h.
16579         (__have_pipe2): New variable.
16580         (__have_dup3): Likewise.
16582 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
16584         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
16586 2012-08-17  Marek Polacek  <polacek@redhat.com>
16588         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
16589         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
16591 2012-08-17  Roland McGrath  <roland@hack.frob.com>
16593         * configure.in: Add AC_SUBST for sysheaders.
16594         * configure: Regenerated.
16595         * config.make.in (sysheaders): New substituted variable.
16597         * sysdeps/unix/mkfifo.c: Moved ...
16598         * sysdeps/posix/mkfifo.c: ... here.
16599         * sysdeps/unix/mkfifoat.c: Moved ...
16600         * sysdeps/posix/mkfifoat.c: ... here.
16602         * sysdeps/unix/utime.c: Moved ...
16603         * sysdeps/posix/utime.c: ... here.
16605         * sysdeps/unix/time.c: Moved ...
16606         * sysdeps/posix/time.c: ... here.
16607         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
16608         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
16610         * sysdeps/unix/nice.c: Moved ...
16611         * sysdeps/posix/nice.c: ... here.
16613         * sysdeps/unix/alarm.c: Moved ...
16614         * sysdeps/posix/alarm.c: ... here.
16616         * intl/Makefile ($(codeset_mo)): Depend on the input file.
16618 2012-08-17  Jeff Law <law@redhat.com>
16620         * intl/Makefile (codeset_mo): New variable.
16621         ($(codeset_mo)): New target.
16622         (tst-codeset.out): Depend on that.  Remove explicit rule.
16623         (tst-gettext3.out, tst-gettext5.out): Likewise.
16624         (LOCPATH-ENV, tst-codeset-ENV): New variables.
16625         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
16626         * intl/tst-codeset.sh: Remove.
16627         * intl/tst-gettext3.sh: Likewise.
16628         * intl/tst-gettext5.sh: Likewise.
16630 2012-08-17  Roland McGrath  <roland@hack.frob.com>
16632         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
16633         * sysdeps/unix/syscalls.list: ... here.
16635         * sysdeps/posix/getaddrinfo.c
16636         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
16637         (gaiconf_init, gaiconf_reload): Use them.
16638         [!_STATBUF_ST_NSEC]
16639         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
16640         Define using time_t rather than struct timespec.
16642         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
16643         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
16644         Macros removed.
16645         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
16646         [!NO_THREADS].
16647         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
16648         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
16649         Likewise.
16651         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
16652         __libc_cleanup_push argument.
16654         * bits/param.h: New file.
16655         * misc/sys/param.h: New file.
16656         * include/sys/param.h: New file.
16657         * misc/Makefile (headers): Add bits/param.h.
16658         * sysdeps/generic/sys/param.h: File removed.
16659         * sysdeps/unix/sysv/linux/bits/param.h: New file.
16660         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
16661         * sysdeps/mach/hurd/bits/param.h: New file.
16662         * sysdeps/mach/hurd/sys/param.h: File removed.
16664         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
16665         last change.
16667         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
16668         [_IO_MTSAFE_IO].
16669         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
16670         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
16671         New macros.
16673         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
16674         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
16675         rather than -D_IO_MTSAFE_IO conditionally.
16676         * stdio-common/Makefile (CPPFLAGS): Likewise.
16677         * wcsmbs/Makefile (CPPFLAGS): Likewise.
16678         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
16679         Use $(libio-mtsafe).
16680         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
16681         of -D_IO_MTSAFE_IO.
16682         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
16683         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
16684         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
16685         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
16686         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
16687         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
16688         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
16689         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
16690         (CFLAGS-fread_u_chk.c): Likewise.
16691         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
16692         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
16693         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
16694         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
16695         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
16696         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
16697         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
16698         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
16699         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
16701         * libio/Makefile: Test [$(libc-reentrant) = yes]
16702         instead of [$(filter %REENTRANT, $(defines)) nonempty].
16704         * Makeconfig
16705         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
16706         * sysdeps/pthread/configure: File removed.
16707         * sysdeps/pthread/Makeconfig: New file.
16708         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
16709         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
16711 2012-08-16  Gary Benson  <gbenson@redhat.com>
16713         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
16714         unmapping the first object in a namespace.
16716 2012-08-16  Roland McGrath  <roland@hack.frob.com>
16718         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
16719         (__internal_setnetgrent): ... this.  Add internal_function to
16720         definition.  Add libc_hidden_def.
16721         (setnetgrent): Update caller.
16722         (internal_endnetgrent): Renamed to ...
16723         (__internal_endnetgrent): ... this.  Add internal_function to
16724         definition.  Add libc_hidden_def.
16725         (endnetgrent): Update caller.
16726         (internal_getnetgrent_r): Renamed to ...
16727         (__internal_getnetgrent_r): ... this.  Add internal_function to
16728         definition.  Add libc_hidden_def.
16729         (__getnetgrent_r): Update caller.
16730         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
16732 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
16734         * stdlib/longlong.h: Update from GCC.
16736 2012-08-16  Roland McGrath  <roland@hack.frob.com>
16738         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
16739         on _QL, which is set by umul_ppmm but never used.
16740         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
16741         variables, which are set by GMP macros but never used.
16742         * stdio-common/_itowa.c (_itowa): Likewise.
16743         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
16744         * stdlib/mod_1.c (mpn_mod_1): Likewise.
16746 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
16748         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
16749         struct La_sh_regs is not constant.
16750         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
16751         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
16752         and struct La_sparc64_regs are not constant.
16754 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
16756         * sysdeps/unix/sysv/linux/kernel-features.h
16757         (__ASSUME_POSIX_TIMERS): Remove.
16758         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
16759         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
16760         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
16761         Make code unconditional.
16762         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
16763         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
16764         Make code unconditional.
16765         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
16766         * sysdeps/unix/sysv/linux/clock_nanosleep.c
16767         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
16768         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
16769         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
16770         Make code unconditional.
16771         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
16772         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
16773         (__libc_missing_posix_timers): Remove.
16775 2012-08-15  Roland McGrath  <roland@hack.frob.com>
16777         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
16778         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
16780         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
16782         * elf/dl-sym.c: Include <stdlib.h>.
16784         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
16785         constants, which avoids warnings in 32-bit builds.
16787         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
16788         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
16790         * misc/lseek.c: File moved to ...
16791         * io/lseek.c: ... here.
16793         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
16795         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
16796         shifting LEN more than 31 bits at once.
16798 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
16800         [BZ #14195]
16801         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
16802         segmentation fault for a case of two empty input strings.
16803         * string/test-strncasecmp.c (check1): Renamed to...
16804         (bz12205): ...this.
16805         (bz14195): Add new testcase for two empty input strings and N > 0.
16806         (test_main): Call new testcase, adapt for renamed function.
16808 2012-08-15  Andreas Jaeger  <aj@suse.de>
16810         [BZ #14090]
16811         * crypt/md5test2.c: New test, based on test supplied by Serge
16812         Belyshev <belyshev@depni.sinp.msu.ru>.
16813         * crypt/Makefile (xtests): Add md5test-giant..
16814         * crypt/Makefile ($(objpfx)md5test-giant): Add.
16816 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
16818         [BZ #14090]
16819         * crypt/md5.c (md5_process_block): Don't assume the buffer
16820         length is less than 2**32.
16821         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
16822         length is less than 2**64.
16824 2012-08-15  Roland McGrath  <roland@hack.frob.com>
16826         * string/str-two-way.h: Include <sys/param.h>.
16827         (MAX): Macro removed.
16829         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
16830         Move #define and #undef of memmove to just before and after
16831         including <string.h>.
16833         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
16834         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
16835         and after including <string.h>.  Move declarations of
16836         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
16837         to before #include "string/memmove.c".
16839         * include/dirent.h: Declare __getdirentries.
16841         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
16842         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
16844 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
16846         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
16847         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
16848         * sysdeps/i386/configure: Regenerated.
16849         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
16850         STABS_CURRENT_FILE, and STABS_FUN.
16851         (END): Remove call to STABS_FUN_END.
16852         (STABS_CURRENT_FILE1): Delete.
16853         (STABS_CURRENT_FILE): Likewise.
16854         (STABS_FUN): Likewise.
16855         (STABS_FUN_END): Likewise.
16856         (STABS_FUN2): Likewise.
16857         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
16858         * sysdeps/x86_64/configure: Regenerated.
16860 2012-08-14  Roland McGrath  <roland@hack.frob.com>
16862         * elf/dl-open.c: Include <atomic.h>.
16863         * elf/dl-lookup.c: Likewise.
16865 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
16867         * sysdeps/unix/sysv/linux/kernel-features.h
16868         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
16869         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
16870         unconditionally.
16871         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
16872         unconditionally.
16873         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
16874         condition on __ASSUME_CLONE_THREAD_FLAGS.
16876 2012-08-14  Andreas Jaeger  <aj@suse.de>
16878         * sysdeps/i386/fpu/libm-test-ulps: Update.
16880 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
16882         * include/atomic.h (atomic_exchange_and_add): Split into ...
16883         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
16884         New atomic macros.
16886 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
16888         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16890 2012-08-13  Jeff Law <law@redhat.com>
16892         * manual/stdio.texi (snprintf): Clarify handling of the trailing
16893         null byte in the output string.
16895 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
16897         * sysdeps/unix/sysv/linux/kernel-features.h
16898         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
16899         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
16900         (__ASSUME_ARG_MAX_STACK_BASED): Define.
16901         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
16902         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
16903         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
16904         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
16906 2012-08-09  Jeff Law <law@redhat.com>
16908         [BZ #13939]
16909         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
16910         When avoid_arena is set, don't retry in the that arena.  Pick the
16911         next one, whatever it might be.
16912         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
16913         (arena_lock): Pass in new parameter to arena_get2.
16914         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
16915         arena_get2.
16916         (__libc_malloc): Unify retrying after main arena failure with
16917         __libc_memalign version.
16918         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
16920 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
16922         [BZ #14166]
16923         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
16924         to __redirect_strstr.
16925         (__strstr_sse42): Use typeof __redirect_strstr.
16926         (__strstr_ia32): Likewise.
16927         (__libc_strstr): New prototype.
16928         (strstr): Renamed to ...
16929         (__libc_strstr): This.
16930         (strstr): New strong alias of __libc_strstr.
16931         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
16932         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
16933         __redirect_time.
16934         Include <time.h>.
16935         (__libc_time): New prototype.
16936         (time_ifunc): Replace time with __libc_time.
16937         (time): New strong alias and hidden definition of __libc_time.
16938         (__GI_time): Remove strong alias.
16939         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
16940         Include <stddef.h>.
16941         (memmove): Redefined to __redirect_memmove.
16942         (__memmove_sse2): Use typeof __redirect_memmove.
16943         (__memmove_ssse3): Likewise.
16944         (__memmove_ssse3_back): Likewise.
16945         (__libc_memmove): New prototype.
16946         (memmove): Renamed to ...
16947         (__libc_memmove): This.
16948         (memmove): New strong alias of __libc_memmove.
16950 2012-08-08  Mark Salter  <msalter@redhat.com>
16952         * elf/elf.h
16953         (R_MN10300_TLS_GD): Define.
16954         (R_MN10300_TLS_LD): Likewise.
16955         (R_MN10300_TLS_LDO): Likewise.
16956         (R_MN10300_TLS_GOTIE): Likewise.
16957         (R_MN10300_TLS_IE): Likewise.
16958         (R_MN10300_TLS_LE): Likewise.
16959         (R_MN10300_TLS_DTPMOD): Likewise.
16960         (R_MN10300_TLS_DTPOFF): Likewise.
16961         (R_MN10300_TLS_TPOFF): Likewise.
16962         (R_MN10300_SYM_DIFF): Likewise.
16963         (R_MN10300_ALIGN): Likewise.
16964         (R_MN10300_NUM): Update.
16966 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
16968         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
16969         Remove.
16971 2012-08-08  Roland McGrath  <roland@hack.frob.com>
16973         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
16975         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
16976         sysdeps/unix -> sysdeps/posix move.
16977         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
16979 2012-08-07      Allan McRae     <allan@archlinux.org>
16981         [BZ #14303]
16982         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
16983         (SUNOS_CPP): Likewise.
16984         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
16985         not found.
16986         (open_input): Call CPP using execvp.
16988 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
16990         * sysdeps/unix/sysv/linux/kernel-features.h
16991         (__ASSUME_PROT_GROWSUPDOWN): Remove.
16992         (__ASSUME_NO_CLONE_DETACHED): Likewise.
16993         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
16994         (__ASSUME_WAITID_SYSCALL): Likewise.
16995         * sysdeps/unix/sysv/linux/dl-execstack.c
16996         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
16997         code unconditional.
16998         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
16999         conditional code.
17000         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
17001         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
17002         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
17003         code.
17004         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
17005         unconditional.
17006         [__ASSUME_WAITID_SYSCALL]: Likewise.
17007         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
17009 2012-08-07  Roland McGrath  <roland@hack.frob.com>
17011         * sysdeps/unix/closedir.c: Renamed to ...
17012         * sysdeps/posix/closedir.c: ... here.
17013         * sysdeps/unix/dirfd.c: Renamed to ...
17014         * sysdeps/posix/dirfd.c: ... here.
17015         * sysdeps/unix/dirstream.h: Renamed to ...
17016         * sysdeps/posix/dirstream.h: ... here.
17017         * sysdeps/unix/fdopendir.c: Renamed to ...
17018         * sysdeps/posix/fdopendir.c: ... here.
17019         * sysdeps/unix/opendir.c: Renamed to ...
17020         * sysdeps/posix/opendir.c: ... here.
17021         * sysdeps/unix/readdir.c: Renamed to ...
17022         * sysdeps/posix/readdir.c: ... here.
17023         * sysdeps/unix/readdir_r.c: Renamed to ...
17024         * sysdeps/posix/readdir_r.c: ... here.
17025         * sysdeps/unix/rewinddir.c: Renamed to ...
17026         * sysdeps/posix/rewinddir.c: ... here.
17027         * sysdeps/unix/seekdir.c: Renamed to ...
17028         * sysdeps/posix/seekdir.c: ... here.
17029         * sysdeps/unix/telldir.c: Renamed to ...
17030         * sysdeps/posix/telldir.c: ... here.
17031         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
17032         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
17033         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
17034         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
17036         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
17037         * bits/fcntl.h: ... here.
17039         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
17040         not 0.
17041         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
17042         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
17043         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
17044         (struct flock): Move l_start, l_len to the beginning.
17045         Use __pid_t for l_pid.
17046         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
17047         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
17048         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
17049         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
17050         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
17051         [__USE_LARGEFILE64] (struct flock64): New type.
17052         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
17054         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
17055         * bits/dirent.h: ... here.
17057         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
17058         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
17060 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
17062         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
17063         Change from 2.6.0 to 2.6.16.
17064         * sysdeps/unix/sysv/linux/configure: Regenerated.
17065         * sysdeps/unix/sysv/linux/kernel-features.h
17066         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
17067         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
17068         version.
17069         (__ASSUME_UTIMES): Likewise.
17070         (__ASSUME_CLONE_STOPPED): Remove.
17071         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
17072         architectures, not kernel version.
17073         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
17074         (__ASSUME_NO_CLONE_DETACHED): Likewise.
17075         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
17076         (__ASSUME_WAITID_SYSCALL): Likewise.
17077         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
17078         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
17079         * README: State 2.6.16 as minimum Linux kernel version.  Do not
17080         refer to older versions.
17082 2012-08-06  Roland McGrath  <roland@hack.frob.com>
17084         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
17085         Define alphasort64 as an alias.
17086         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
17087         Define versionsort64 as an alias.
17088         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
17089         Define scandir64 as an alias.
17090         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
17091         Define scandirat64 as an alias.
17092         * dirent/alphasort64.c (alphasort64):
17093         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
17094         * dirent/versionsort64.c: Likewise.
17095         * dirent/scandir64.c: Likewise.
17096         * dirent/scandirat64.c: Likewise.
17097         * sysdeps/wordsize-64/alphasort.c: File removed.
17098         * sysdeps/wordsize-64/alphasort64.c: File removed.
17099         * sysdeps/wordsize-64/scandir.c: File removed.
17100         * sysdeps/wordsize-64/scandir64.c: File removed.
17101         * sysdeps/wordsize-64/scandirat.c: File removed.
17102         * sysdeps/wordsize-64/scandirat64.c: File removed.
17103         * sysdeps/wordsize-64/versionsort.c: File removed.
17104         * sysdeps/wordsize-64/versionsort64.c: File removed.
17105         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
17106         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
17107         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
17108         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
17109         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
17110         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
17111         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
17112         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
17114         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
17115         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
17116         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
17117         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
17118         [defined __arch64__ || defined __sparcv9]
17119         (__INO_T_MATCHES_INO64_T): New macro.
17120         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
17121         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
17122         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
17123         * sysdeps/unix/sysv/linux/bits/dirent.h
17124         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
17125         (_DIRENT_MATCHES_DIRENT64): New macro.
17127         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
17128         Define lockf64 as an alias.
17129         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
17130         Define fseeko64 as an alias.
17131         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
17132         Define ftello64 as an alias.
17133         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
17134         Define _IO_fgetpos64 and fgetpos64 as aliases.
17135         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
17136         Define _IO_fsetpos64 and fsetpos64 as aliases.
17137         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
17138         Conditionalize body on this.
17139         * libio/fseeko64.c: Likewise.
17140         * libio/ftello64.c: Likewise.
17141         * libio/iofgetpos64.c: Likewise.
17142         * libio/iofsetpos64.c: Likewise.
17143         * sysdeps/wordsize-64/lockf.c: File removed.
17144         * sysdeps/wordsize-64/lockf64.c: File removed.
17145         * sysdeps/wordsize-64/fseeko.c: File removed.
17146         * sysdeps/wordsize-64/fseeko64.c: File removed.
17147         * sysdeps/wordsize-64/ftello.c: File removed.
17148         * sysdeps/wordsize-64/ftello64.c: File removed.
17149         * sysdeps/wordsize-64/iofgetpos.c: File removed.
17150         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
17151         * sysdeps/wordsize-64/iofsetpos.c: File removed.
17152         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
17153         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
17154         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
17155         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
17156         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
17157         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
17158         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
17159         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
17160         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
17161         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
17162         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
17164         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
17165         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
17166         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
17167         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
17168         [defined __arch64__ || defined __sparcv9]
17169         (__OFF_T_MATCHES_OFF64_T): New macro.
17170         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
17171         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
17172         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
17173         (__OFF_T_MATCHES_OFF64_T): New macro.
17175 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
17177         * stdlib/secure-getenv.c (__secure_getenv): Replace
17178         GLIBC_2_16 with GLIBC_2_17.
17180 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
17182         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
17183         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
17185 2012-08-03  David S. Miller  <davem@davemloft.net>
17187         * sysdeps/sparc/fpu/libm-test-ulps: Update.
17189 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
17191         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
17192         Remove.
17193         (__ASSUME_CORRECT_SI_PID): Likewise.
17194         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
17195         (__ASSUME_TMPFS_NAME): Likewise.
17196         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
17197         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
17198         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
17199         (HAVE_AUX_SECURE): Make definition unconditional.
17200         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
17201         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
17203 2012-08-03  Roland McGrath  <roland@hack.frob.com>
17205         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
17206         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
17207         * sysdeps/mach/hurd/eloop-threshold.h: New file.
17208         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
17209         __eloop_threshold instead of SYMLOOP_MAX.
17211         * sysdeps/generic/eloop-threshold.h: New file.
17212         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
17213         of MAXSYMLINKS.
17214         * elf/chroot_canon.c (chroot_canon): Likewise.
17216 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
17218         [BZ #13717]
17219         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
17220         Change to 2.6.0 everywhere.
17221         * sysdeps/unix/sysv/linux/configure: Regenerated.
17222         * sysdeps/unix/sysv/linux/kernel-features.h
17223         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
17224         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
17225         kernel versions.
17226         (__ASSUME_POSIX_TIMERS): Define unconditionally.
17227         (__ASSUME_FUTEX_REQUEUE): Remove.
17228         (__ASSUME_STATFS64): Define unconditionally.
17229         (__ASSUME_AT_SECURE): Likewise.
17230         (__ASSUME_CORRECT_SI_PID): Likewise.
17231         (__ASSUME_TGKILL): Define without depending on kernel version for
17232         i386.
17233         (__ASSUME_UTIMES): Likewise.
17234         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
17235         kernel version.
17236         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
17237         (__ASSUME_TMPFS_NAME): Likewise.
17238         * README: Update reference to Linux kernel versions.
17240 2012-08-02  Marek Polacek  <polacek@redhat.com>
17242         [BZ# 14150]
17243         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
17244         libc_cv_asm_type_prefix with %.
17245         * configure: Regenerated.
17246         * include/libc-symbols.h: Remove comment about
17247         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
17248         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
17249         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
17250         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
17251         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
17252         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
17253         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
17254         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
17255         * elf/tst-unique2mod1.c: Likewise.
17256         * elf/tst-unique1mod2.c: Likewise.
17257         * elf/tst-unique1mod1.c: Likewise.
17258         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
17259         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
17260         Replace ASM_TYPE_DIRECTIVE with .type.
17261         * sysdeps/s390/s390-64/sysdep.h: Likewise.
17262         * sysdeps/i386/sysdep.h: Likewise.
17263         * sysdeps/x86_64/sysdep.h: Likewise.
17264         * sysdeps/sh/sysdep.h: Likewise.
17265         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
17266         Do not define ASM_TYPE_DIRECTIVE.
17267         * sysdeps/powerpc/sysdep.h: Likewise.
17268         * sysdeps/powerpc/powerpc32/sysdep.h:
17269         Replace ASM_TYPE_DIRECTIVE with .type.
17270         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
17271         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
17272         * sysdeps/i386/fpu/e_powf.S: Likewise.
17273         * sysdeps/i386/fpu/e_expl.S: Likewise.
17274         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
17275         * sysdeps/i386/fpu/e_acosh.S: Likewise.
17276         * sysdeps/i386/fpu/e_pow.S: Likewise.
17277         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
17278         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
17279         * sysdeps/i386/fpu/s_expm1.S: Likewise.
17280         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
17281         * sysdeps/i386/fpu/e_log2.S: Likewise.
17282         * sysdeps/i386/fpu/e_log2l.S: Likewise.
17283         * sysdeps/i386/fpu/e_scalb.S: Likewise.
17284         * sysdeps/i386/fpu/e_powl.S: Likewise.
17285         * sysdeps/i386/fpu/e_log10f.S: Likewise.
17286         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
17287         * sysdeps/i386/fpu/e_logl.S: Likewise.
17288         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
17289         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
17290         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
17291         * sysdeps/i386/fpu/e_log2f.S: Likewise.
17292         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
17293         * sysdeps/i386/fpu/e_log.S: Likewise.
17294         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
17295         * sysdeps/i386/fpu/e_logf.S: Likewise.
17296         * sysdeps/i386/fpu/e_log10l.S: Likewise.
17297         * sysdeps/i386/fpu/e_atanh.S: Likewise.
17298         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
17299         * sysdeps/i386/fpu/e_log10.S: Likewise.
17300         * sysdeps/i386/fpu/s_frexp.S: Likewise.
17301         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
17302         * sysdeps/i386/fpu/s_asinh.S: Likewise.
17303         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
17304         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
17305         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
17306         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
17307         * sysdeps/i386/i686/strtok.S: Likewise.
17308         * sysdeps/i386/i386-mcount.S: Likewise.
17309         * sysdeps/i386/strtok.S: Likewise.
17310         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
17311         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
17312         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
17313         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
17314         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
17315         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
17316         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
17317         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
17318         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
17319         * sysdeps/x86_64/_mcount.S: Likewise.
17320         * sysdeps/x86_64/strtok.S: Likewise.
17321         * sysdeps/sh/_mcount.S: Likewise.
17323 2012-08-01  Roland McGrath  <roland@hack.frob.com>
17325         * libio/iofopen.c: Include <fcntl.h>.
17326         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
17327         (_IO_fopen64, fopen64): Define as aliases.
17328         * libio/iofopen64.c: Include <fcntl.h>.
17329         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
17330         Conditionalize body on this.
17331         * sysdeps/wordsize-64/iofopen.c: File removed.
17332         * sysdeps/wordsize-64/iofopen64.c: File removed.
17334 2012-08-01  Marek Polacek  <polacek@redhat.com>
17336         * libc/Makeconfig: Use elf in place of binfmt-subdir.
17337         Use dlfcn directly instead of a variable.
17338         (binfmt-subdir): Do not define.
17339         (dlfcn): Likewise.
17341 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
17343         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
17344         Remove all definitions.
17345         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
17346         <kernel-features.h>.
17347         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
17348         (miss_F_GETOWN_EX): Remove all definitions.
17349         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
17350         macro definition.
17351         [!__ASSUME_FCNTL64]: Remove conditional code.
17352         [__ASSUME_FCNTL64]: Make code unconditional.
17353         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
17354         <kernel-features.h>.
17355         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
17356         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
17357         (lockf64) [__NR_fcntl64]: Make code unconditional.
17358         (lockf64) [__ASSUME_FCNTL64]: Likewise.
17360         * sysdeps/unix/sysv/linux/kernel-features.h
17361         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
17362         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
17363         Make code unconditional.
17364         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
17365         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
17366         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
17367         [__NR_vfork]: Make code unconditional.
17368         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
17369         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
17370         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
17371         [__NR_vfork]: Make code unconditional.
17372         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
17373         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
17375 2012-08-01  Roland McGrath  <roland@hack.frob.com>
17377         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
17378         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
17380         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
17381         Define mkstemp64 as an alias.
17382         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
17383         Define mkstemps64 as an alias.
17384         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
17385         Define mkostemp64 as an alias.
17386         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
17387         Define mkostemps64 as an alias.
17388         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
17389         Conditionalize body on this.
17390         * misc/mkostemp64.c: Likewise.
17391         * misc/mkostemps64.c: Likewise.
17392         * misc/mkstemps64.c: Likewise.
17393         * sysdeps/wordsize-64/mkstemp64.c: File removed.
17394         * sysdeps/wordsize-64/mkostemp64.c: File removed.
17395         * sysdeps/wordsize-64/mkostemp.c: File removed.
17396         * sysdeps/wordsize-64/mkstemp.c: File removed.
17397         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
17398         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
17399         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
17400         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
17402         [BZ #14138]
17403         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
17404         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
17405         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
17406         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
17408         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
17409         compat_symbol macros from <shlib-compat.h> rather than the underlying
17410         default_symbol_version and symbol_version macros, so that DEFAULT
17411         lines in shlib-versions are respected.
17412         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
17414 2012-08-01  Florian Weimer  <fweimer@redhat.com>
17416         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
17417         Declare with warn_unused_result.
17418         (setgid, setregid, setegid, setresgid): Likewise.
17419         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
17420         Likewise.
17421         * WUR-REPORT: Remove set*id functions.
17423 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
17425         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
17427 2012-07-31  Roland McGrath  <roland@hack.frob.com>
17429         [BZ #10191]
17430         * include/sys/socket.h (__libc_accept, __libc_accept4):
17431         Add attribute_hidden.
17432         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
17434         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
17435         use of PTR_MANGLE.
17436         * inet/getnetgrent_r.c (setup): Likewise.
17438         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
17440 2012-07-31  David S. Miller  <davem@davemloft.net>
17442         * sysdeps/sparc/fpu/libm-test-ulps: Update.
17444 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
17446         [BZ #13629]
17447         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
17448         value between 1.0 and 2.0 and smaller part has absolute value less
17449         than 1.0.
17450         * math/s_clog10.c (__clog10): Likewise.
17451         * math/s_clog10f.c (__clog10f): Likewise.
17452         * math/s_clog10l.c (__clog10l): Likewise.
17453         * math/s_clogf.c (__clogf): Likewise.
17454         * math/s_clogl.c (__clogl): Likewise.
17455         * math/libm-test.inc (clog_test): Add more tests.
17456         (clog10_test): Likewise.
17457         * sysdeps/i386/fpu/libm-test-ulps: Update.
17458         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17460 2012-07-31  Florian Weimer  <fweimer@redhat.com>
17462         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
17463         Exit with zero in case no suitable GID is found, and write a
17464         message to standard error.
17466 2012-07-30  Roland McGrath  <roland@hack.frob.com>
17468         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
17469         rather than to 1.
17470         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
17471         (MAXPATHLEN): Removed.
17472         (NOGROUP, NODEV): New macros.
17473         (setbit, clrbit, isset, isclr): New macros.
17474         (howmany, roundup, powerof2): New macros.
17475         (DEV_BSIZE): New macro.
17477         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
17478         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
17480         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
17481         definition on [!__NO_LONG_DOUBLE_MATH].
17483         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
17484         PTR_MANGLE and PTR_DEMANGLE.
17486         * socket/accept4.c (accept4): Rename to __libc_accept4.
17487         Define accept4 as a weak alias.
17489         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
17490         on [_DIRENT_HAVE_D_TYPE].
17491         * io/ftw.c (ftw_dir): Likewise.
17493         * io/xmknod.c (__xmknod): Don't check PATH for being null.
17495         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
17497         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
17498         Use the BSD numbers rather than the arbitrary ones we had.
17499         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
17500         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
17501         (SIGXCPU, SIGXFSZ): New macros.
17502         (_NSIG): Now 32.
17504         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
17505         initializer on [_LIBC_REENTRANT].
17507         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
17508         definitions inside [_POSIX_MAPPED_FILES].
17510         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
17512         * dirent/opendir.c: Include <fcntl.h>.
17514         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
17515         (__libc_getspecific): Likewise.
17516         (__libc_key_create): Likewise.
17518         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
17519         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
17520         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
17521         (tmpfile64): Define as alias.
17522         * sysdeps/wordsize-64/tmpfile.c: File removed.
17523         * sysdeps/wordsize-64/tmpfile64.c: File removed.
17524         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
17525         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
17527         * stdio-common/vfscanf.c: Include <stdbool.h>.
17528         * nss/makedb.c: Likewise.
17529         * stdio-common/_i18n_number.h: Likewise.
17530         * argp/argp-help.c: Likewise.
17531         * posix/wordexp.c: Likewise.
17532         * sysdeps/posix/spawni.c: Likewise.
17533         * nss/nss_files/files-initgroups.c: Likewise.
17534         * stdio-common/reg-modifier.c: Include <stdlib.h>.
17535         * nss/nss_files/files-initgroups.c: Likewise.
17536         * nss/nss_db/db-netgrp.c: Likewise.
17537         * nss/nss_db/db-initgroups.c: Likewise.
17538         * io/fchmodat.c: Include <sys/stat.h>.
17540         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
17541         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
17543         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
17544         [HAVE_MMAP].
17546         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
17547         Add multiple inclusion protection.
17549 2012-07-27  David S. Miller  <davem@davemloft.net>
17551         * sysdeps/sparc/fpu/libm-test-ulps: Update.
17553 2012-07-27  Gary Benson  <gbenson@redhat.com>
17555         [BZ #14298]
17556         * elf/rtld.c: Include <stap-probe.h>.
17557         (dl_main): Added static probes "init_start" and "init_complete".
17558         * elf/dl-load.c: Include <stap-probe.h>.
17559         (lose): Take new parameter "nsid".
17560         Added static probe "map_failed".
17561         (_dl_map_object_from_fd): Pass namespace id to lose.
17562         Added static probe "map_start".
17563         (open_verify): Pass namespace id to lose.
17564         * elf/dl-open.c: Include <stap-probe.h>.
17565         (dl_open_worker) Added static probes "map_complete", "reloc_start"
17566         and "reloc_complete".
17567         * elf/dl-close.c: Include <stap-probe.h>.
17568         (_dl_close_worker): Added static probes "unmap_start" and
17569         "unmap_complete".
17570         * elf/rtld-debugger-interface.txt: New file documenting the above.
17572 2012-07-26  Roland McGrath  <roland@hack.frob.com>
17574         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
17575         rather than a string variable.
17576         * sunrpc/rpc_main.c (h_output): Likewise.
17577         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
17579 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
17581         * inet/check_native.c: New file.
17583 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
17585         [BZ #13629]
17586         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
17587         if larger part has absolute value 1.0.
17588         * math/s_clog10.c (__clog10): Likewise.
17589         * math/s_clog10f.c (__clog10f): Likewise.
17590         * math/s_clog10l.c (__clog10l): Likewise.
17591         * math/s_clogf.c (__clogf): Likewise.
17592         * math/s_clogl.c (__clogl): Likewise.
17593         * math/libm-test.inc (clog_test): Add more tests.
17594         (clog10_test): Likewise.
17595         * sysdeps/i386/fpu/libm-test-ulps: Update.
17596         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17598         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
17599         (pltexit): Likewise.
17600         (La_regs): Likewise.
17601         (La_retval): Likewise.
17602         (int_retval): Likewise.
17603         Update #error for removed macros to refer only to definitions in
17604         tst-audit.h.
17605         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
17606         macro.
17607         (pltexit): Likewise.
17608         (La_regs): Likewise.
17609         (La_retval): Likewise.
17610         (int_retval): Likewise.
17611         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
17612         macro.
17613         (pltexit): Likewise.
17614         (La_regs): Likewise.
17615         (La_retval): Likewise.
17616         (int_retval): Likewise.
17617         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
17618         macro.
17619         (pltexit): Likewise.
17620         (La_regs): Likewise.
17621         (La_retval): Likewise.
17622         (int_retval): Likewise.
17623         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
17624         macro.
17625         (pltexit): Likewise.
17626         (La_regs): Likewise.
17627         (La_retval): Likewise.
17628         (int_retval): Likewise.
17629         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
17630         macro.
17631         (pltexit): Likewise.
17632         (La_regs): Likewise.
17633         (La_retval): Likewise.
17634         (int_retval): Likewise.
17635         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
17636         macro.
17637         (pltexit): Likewise.
17638         (La_regs): Likewise.
17639         (La_retval): Likewise.
17640         (int_retval): Likewise.
17641         * sysdeps/generic/tst-audit.h: Update comment to refer only to
17642         macro definitions in tst-audit.h.
17643         * sysdeps/i386/tst-audit.h: New file.
17644         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
17645         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
17646         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
17647         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
17648         * sysdeps/sh/tst-audit.h: Likewise.
17649         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
17650         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
17651         * sysdeps/x86_64/tst-audit.h: Likewise.
17653 2012-07-26  Andreas Jaeger  <aj@suse.de>
17655         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
17656         ptrace.
17658         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
17659         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
17660         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
17661         PTRACE_O_MASK.
17662         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
17663         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
17664         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
17666         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
17667         value.
17669         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
17670         _sigsys.
17671         (si_call_addr, si_syscall, si_arch): Define new macro.
17672         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
17673         _sigsys.
17674         (si_call_addr, si_syscall, si_arch): Define new marcro.
17675         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
17676         _sigsys.
17677         (si_call_addr, si_syscall, si_arch): Define new macro.
17678         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
17679         _sigsys.
17680         (si_call_addr, si_syscall, si_arch): Define new macro.
17682 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
17684         [BZ #13717]
17685         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
17686         Change to 2.4.21 where previously 2.4.1.
17687         * sysdeps/unix/sysv/linux/configure: Regenerated.
17688         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
17689         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
17690         Linux kernel version.
17691         (__ASSUME_STD_AUXV): Remove.
17692         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
17693         kernel version.
17694         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
17695         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
17696         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
17697         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
17698         (__ASSUME_NETLINK_SUPPORT): Likewise.
17699         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
17700         (__no_netlink_support): Remove conditional definition.
17701         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
17702         Remove.
17703         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
17704         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
17705         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
17706         (if_nameindex_ioctl): Remove.
17707         (if_nameindex_netlink): Do not handle __no_netlink_support.
17708         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
17709         code.
17710         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
17711         Remove conditional code.
17712         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
17713         code.
17714         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
17715         unconditional.
17716         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
17717         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
17718         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
17719         Remove.
17720         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
17721         [!__ASSUME_STD_AUXV]: Remove conditional code.
17722         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
17723         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
17724         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
17725         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
17726         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
17727         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
17728         code.
17729         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
17730         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
17731         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
17732         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
17733         conditional code.
17734         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
17735         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
17736         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
17737         code.
17738         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
17739         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
17740         conditional code.
17741         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
17742         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
17743         code unconditional.
17744         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
17745         conditional code.
17746         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
17747         unconditional.
17748         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
17749         conditional code.
17750         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
17751         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
17752         unconditional.
17753         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
17754         conditional code.
17755         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
17756         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
17757         code unconditional.
17758         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
17759         conditional code.
17760         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
17761         unconditional.
17762         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
17763         conditional code.
17764         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
17765         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
17766         code unconditional.
17767         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
17768         conditional code.
17769         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
17770         unconditional.
17771         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
17772         conditional code.
17774 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
17776         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
17777         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
17778         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
17779         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
17780         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
17781         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
17782         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
17783         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
17784         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
17785         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
17786         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
17787         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
17788         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
17789         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
17790         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
17791         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
17792         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
17793         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
17794         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
17795         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
17796         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
17797         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
17798         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
17800 2012-07-25  Florian Weimer  <fweimer@redhat.com>
17802         * Versions.def: Add GLIBC_2.17.
17803         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
17804         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
17805         Introduce __libc_secure_getenv.
17806         * stdlib/Versions (2.17): Add secure_getenv
17807         (GLIBC_PRIVATE): Add __libc_secure_getenv.
17808         * stdlib/secure-getenv.c: Rename __secure_getenv to
17809         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
17810         symbol __secure_getenv for GLIBC_2.0.
17811         * stdlib/tst-secure-getenv.c: New.
17812         * stdlib/Makefile (tests): Add testcase.
17813         * manual/startup.texi (Environment Access): Document
17814         secure_getenv.
17815         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
17816         __libc_secure_getenv.
17817         * inet/ruserpass.c (ruserpass): Likewise.
17818         * malloc/mtrace.c (mtrace): Likewise.
17819         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
17820         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
17821         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
17822         * sysdeps/posix/tempname.c: Likewise.  Evaluate
17823         HAVE_SECURE_GETENV.
17824         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
17825         __secure_getenv to __libc_secure_getenv.
17826         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
17827         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
17828         Likewise.
17829         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
17830         Likewise.
17831         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
17832         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
17833         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
17834         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
17835         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
17836         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
17837         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
17839 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
17841         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
17842         (struct La_i86_retval): Likewise.
17843         (struct La_x86_64_regs): Likewise.
17844         (struct La_x86_64_retval): Likewise.
17845         (struct La_x32_regs): Likewise.
17846         (struct La_x32_retval): Likewise.
17847         (struct La_ppc32_regs): Likewise.
17848         (struct La_ppc32_retval): Likewise.
17849         (struct La_ppc64_regs): Likewise.
17850         (struct La_ppc64_retval): Likewise.
17851         (struct La_sh_regs): Likewise.
17852         (struct La_sh_retval): Likewise.
17853         (struct La_s390_32_regs): Likewise.
17854         (struct La_s390_32_retval): Likewise.
17855         (struct La_s390_64_regs): Likewise.
17856         (struct La_s390_64_retval): Likewise.
17857         (struct La_sparc32_regs): Likewise.
17858         (struct La_sparc32_retval): Likewise.
17859         (struct La_sparc64_regs): Likewise.
17860         (struct La_sparc64_retval): Likewise.
17861         (struct audit_ifaces): Remove architecture-specific pltenter and
17862         pltexit members.
17863         * sysdeps/i386/ldsodefs.h: New file.
17864         * sysdeps/powerpc/ldsodefs.h: Likewise.
17865         * sysdeps/s390/ldsodefs.h: Likewise.
17866         * sysdeps/sh/ldsodefs.h: Likewise.
17867         * sysdeps/sparc/ldsodefs.h: Likewise.
17868         * sysdeps/x86_64/ldsodefs.h: Likewise.
17870 2012-07-25  Marek Polacek  <polacek@redhat.com>
17872         [BZ #6808]
17873         * math/libm-test.inc (yn_test): Add another test.
17874         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
17875         to ERANGE when the result is +-Inf.
17876         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
17877         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
17878         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
17879         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
17881 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
17883         * conform/data/time.h-data (NULL): Use macro-constant.  Require
17884         equal to 0.
17885         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
17886         clock_t.
17887         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
17889 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
17891         * configure.in <sysdeps resolving>: Correct printing
17892         Implies_before.
17893         * configure: Regenerate.
17895 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
17897         * math/w_ilogb.c: Include <limits.h>.
17898         * math/w_ilogbl.c: Likewise.
17900 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
17902         * manual/lang.texi (__va_copy): Document primarily as ISO C99
17903         va_copy.  Document allowing for unavailable va_copy only as
17904         pre-C99 compatibility.
17905         * manual/string.texi (Copying and Concatenation): Use va_copy
17906         instead of __va_copy in concat example.
17908 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
17910         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
17911         (__sendto): Use create_address_port.  Initialize APORT and deallocate
17912         it if not null.
17914         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
17915         with O_NOLINK passed to __file_name_lookup.
17917         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
17918         with O_NOLINK passed to __file_name_lookup.
17920         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
17921         negative N or less than NGIDS.
17923         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
17924         type to string_t.  Set ERANGE as errno and return it if NAME is not big
17925         enough.  Use memcpy instead of strncpy.
17927 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
17929         * elf/Makefile (check-data): Remove.
17930         (localplt.data): New vpath directive.
17931         ($(objpfx)check-localplt.out): Use localplt.data from vpath
17932         instead of $(check-data).
17933         * scripts/data/localplt-generic.data: Move to ...
17934         * sysdeps/generic/localplt.data: ... here.
17935         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
17936         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
17937         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
17938         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
17939         ... here.
17940         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
17941         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
17942         ... here.
17943         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
17944         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
17945         ... here.
17946         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
17947         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
17948         ... here.
17949         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
17950         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
17951         ... here.
17952         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
17953         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
17954         ... here.
17956 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17958         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
17959         PPC32 and PPC64 files.
17960         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
17961         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
17963 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17965         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
17966         __makecontext_ret to ...
17967         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
17968         ... here and call exit if uc_link is NULL.  New file.
17969         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
17970         __makecontext_ret.S.
17971         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
17972         __makecontext_ret to ...
17973         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
17974         ... here and call exit if uc_link is NULL.  New file.
17975         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
17976         __makecontext_ret.S.
17978 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17980         * elf/elf.h (R_390_IRELATIVE): New definition.
17981         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
17982         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
17983         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
17984         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
17985         (elf_machine_lazy_rel): Likewise.
17986         * sysdeps/s390/dl-irel.h: New file.
17987         * sysdeps/s390/s390-64/memcpy.S: New asm code.
17988         * sysdeps/s390/s390-64/memset.S: New asm code.
17989         * sysdeps/s390/s390-64/memcmp.S: New asm code.
17990         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
17991         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
17992         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
17993         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
17994         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
17995         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
17996         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
17997         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
17998         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
17999         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
18000         * sysdeps/s390/s390-32/memcpy.S: New asm code.
18001         * sysdeps/s390/s390-32/memset.S: New asm code.
18002         * sysdeps/s390/s390-32/memcmp.S: New asm code.
18004 2012-07-17  Marek Polacek  <polacek@redhat.com>
18006         [BZ #14349]
18007         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
18008         * sysdeps/s390/s390-64/configure.in: Likewise.
18009         * sysdeps/sparc/configure.in: Likewise.
18010         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
18011         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
18012         * sysdeps/i386/configure.in: Likewise.
18013         * sysdeps/x86_64/configure.in: Likewise.
18014         * sysdeps/sh/configure.in: Likewise.
18015         * sysdeps/s390/s390-32/configure: Regenerated.
18016         * sysdeps/s390/s390-64/configure: Likewise.
18017         * sysdeps/x86_64/configure: Likewise.
18018         * sysdeps/sh/configure: Likewise.
18019         * sysdeps/powerpc/powerpc64/configure: Likewise.
18020         * sysdeps/powerpc/powerpc32/configure: Likewise.
18021         * sysdeps/sparc/configure: Likwise.
18022         * sysdeps/i386/configure: Likewise.
18024         * elf/dl-open.c: Comment fixes.
18026 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
18028         * Makefile [CXX] (check-data): Remove.
18029         [CXX] (c++-types.data): New vpath directive.
18030         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
18031         vpath.  Do not allow for C++ type data being missing.
18032         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
18033         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
18034         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
18035         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
18036         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
18037         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
18038         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
18039         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
18040         ... here.
18041         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
18042         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
18043         ... here.
18044         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
18045         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
18046         ... here.
18047         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
18048         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
18049         ... here.
18050         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
18051         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
18052         ... here.
18053         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
18054         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
18055         ... here.
18056         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
18057         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
18058         ... here.
18059         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
18060         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
18062         * elf/tls-macros.h (TLS_LE): Move architecture-specific
18063         definitions to architecture-specific files.
18064         (TLS_IE): Likewise.
18065         (TLS_LD): Likewise.
18066         (TLS_GD): Likewise.
18067         * sysdeps/i386/tls-macros.h: New file.
18068         * sysdeps/powerpc/tls-macros.h: Likewise.
18069         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
18070         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
18071         * sysdeps/sh/tls-macros.h: Likewise.
18072         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
18073         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
18074         * sysdeps/x86_64/tls-macros.h: Likewise.
18076 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
18078         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
18079         zero value for regular exit case.
18081         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
18082         (__start_context): Preserve zero value for regular exit case.
18084 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
18085             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18087         * manual/setjmp.texi (setcontext): Clarify normal process
18088         termination when uc_link is the null pointer.
18089         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
18090         exit call.
18092 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
18094         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
18095         preprocessor.  Test for each exception mask separately.
18097 2012-07-16  Andreas Jaeger  <aj@suse.de>
18099         * po/ru.po: Update from translation team.
18101 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
18103         * conform/data/string.h-data (NULL): Use macro-constant.  Require
18104         equal to 0.
18105         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
18106         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
18107         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
18108         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
18109         [ISO || ISO99 || ISO11] (*_t): Do not allow.
18111 2012-07-13  Andreas Jaeger  <aj@suse.de>
18113         * po/fr.po: Update from translation team.
18115 2012-07-12  Marek Polacek  <polacek@redhat.com>
18117         [BZ #14173]
18118         * math/libm-test.inc (yn_test): Add test for BZ #14173.
18119         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
18120         loop condition.
18122 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
18124         [BZ #13717]
18125         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
18126         Change to 2.4.1 where previously 2.4.0.
18127         * sysdeps/unix/sysv/linux/configure: Regenerated.
18128         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
18129         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
18130         version.
18131         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
18132         (__ASSUME_AT_CLKTCK): Remove.
18133         (__ASSUME_AT_PAGESIZE): Likewise.
18134         (__ASSUME_AT_XID): Likewise.
18135         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
18136         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
18137         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
18138         unconditionally.
18139         (HAVE_AUX_PAGESIZE): Likewise.
18140         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
18141         [__ASSUME_AT_CLKTCK]: Make code unconditional.
18142         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
18144 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
18146         [BZ #14307]
18147         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
18148         the temporary buffer used to invoke __gethostbyname2_r,
18149         __gethostbyaddr_r and gethostbyname4_r to make room for struct
18150         host_data / struct gaih_addrtuple.
18151         * resolv/nss_dns/dns-host.c (global scope): Move definition of
18152         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
18153         header file nss/nsswitch.h.
18154         * nss/nsswitch.h (global scope): Add definition of implementation
18155         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
18156         resolv/nss_dns/dns-host.c).
18158 2012-07-11  Andreas Jaeger  <aj@suse.de>
18160         * po/fr.po: Update from translation team.
18162         * po/sv.po: Update from translation team
18163         * po/fr.po: Another update from translation team.
18165 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18167         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
18168         for subnormals or multiply small sinh result by itself.
18169         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
18170         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18172 2012-07-11  David S. Miller  <davem@davemloft.net>
18174         * sysdeps/sparc/fpu/libm-test-ulps: Update.
18176 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
18178         [BZ #14347]
18179         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
18180         (INTERNAL_MARK): Shift it here.
18182 2012-07-10  Marek Polacek  <polacek@redhat.com>
18184         [BZ #14151]
18185         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
18186         libc_cv_asm_global_directive with .globl.
18187         * configure: Regenerated.
18188         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
18189         with .globl.
18190         * sysdeps/i386/configure: Regenerated.
18191         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
18192         with .globl.
18193         * sysdeps/x86_64/configure: Regenerated.
18194         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
18195         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
18196         * elf/tst-unique2mod2.c: Likewise.
18197         * elf/tst-unique2mod1.c: Likewise.
18198         * elf/tst-unique1mod2.c: Likewise.
18199         * elf/tst-unique1mod1.c: Likewise.
18200         * sysdeps/s390/s390-32/sysdep.h: Likewise.
18201         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
18202         * sysdeps/s390/s390-64/sysdep.h: Likewise.
18203         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
18204         * sysdeps/mach/sysdep.h: Likewise.
18205         * sysdeps/i386/sysdep.h: Likewise.
18206         * sysdeps/i386/i386-mcount.S: Likewise.
18207         * sysdeps/x86_64/_mcount.S: Likewise.
18208         * sysdeps/x86_64/sysdep.h: Likewise.
18209         * sysdeps/sh/_mcount.S: Likewise.
18210         * sysdeps/sh/sysdep.h: Likewise.
18211         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
18212         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
18213         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
18214         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
18215         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
18216         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
18217         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
18218         * locale/localeinfo.h: Likewise.
18219         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
18220         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
18222 2012-07-09  Roland McGrath  <roland@hack.frob.com>
18224         [BZ #14336]
18225         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
18226         system".
18227         * manual/message.texi (The Uniforum approach): Likewise.
18228         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
18229         (glibc iconv Implementation): Likewise.
18231 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
18233         [BZ #14337]
18234         * math/s_clog.c (__clog): Avoid scaling a value down where that
18235         could result in underflow.
18236         * math/s_clog10.c (__clog10): Likewise.
18237         * math/s_clog10f.c (__clog10f): Likewise.
18238         * math/s_clog10l.c (__clog10l): Likewise.
18239         * math/s_clogf.c (__clogf): Likewise.
18240         * math/s_clogl.c (__clogl): Likewise.
18241         * math/libm-test.inc (clog_test): Add more tests.
18242         (clog10_test): Likewise.
18243         * sysdeps/i386/fpu/libm-test-ulps: Update.
18244         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18246 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
18248         [BZ #14283]
18249         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
18250         by 7 not 8 to examine high bit of fractional part.
18252         [BZ #14042]
18253         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
18254         for call to __mcount_internal.
18255         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
18256         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
18257         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
18259 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
18261         [BZ #14154]
18262         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
18263         approximation for values within 0x1p-13f of an odd multiple of
18264         pi/4.
18265         * math/libm-test.inc (tan_test): Do not allow spurious underflow
18266         exception.  Add more tests.
18267         * sysdeps/i386/fpu/libm-test-ulps: Update.
18269         [BZ #6778]
18270         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
18271         inputs and return -1 for them.  Do not check for +Inf in case not
18272         reachable for +Inf.
18273         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
18274         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
18275         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
18276         and return -1 for them.  Do not check for +Inf in case not
18277         reachable for +Inf.
18278         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
18279         define.
18280         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
18281         and return -1 for them.  Do not check for +Inf in case not
18282         reachable for +Inf.
18283         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
18284         spurious underflow.
18285         * sysdeps/i386/fpu/libm-test-ulps: Update.
18286         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18288 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
18290         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
18292 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
18294         [BZ #14157]
18295         [BZ #14331]
18296         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
18297         could result in spurious underflow.  Scale down values above
18298         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
18299         * math/s_csqrtf.c (__csqrtf): Likewise.
18300         * math/s_csqrtl.c (__csqrtl): Likewise.
18301         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
18302         spurious underflow.
18303         * sysdeps/i386/fpu/libm-test-ulps: Update.
18304         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18306 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
18308         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
18309         xopen-msg.sed.
18310         * catgets/xopen-msg.awk: New file.
18311         * catgets/xopen-msg.sed: Removed.
18313         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
18314         po2text.sed.
18315         * intl/po2test.awk: New file.
18316         * intl/po2test.sed: Removed.
18318 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
18320         [BZ #14328]
18321         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
18322         or multiply small sinh result by itself.
18323         * math/s_ctanf.c (__ctanf): Likewise.
18324         * math/s_ctanh.c (__ctanh): Likewise.
18325         * math/s_ctanhf.c (__ctanhf): Likewise.
18326         * math/s_ctanhl.c (__ctanhl): Likewise.
18327         * math/s_ctanl.c (__ctanl): Likewise.
18328         * math/libm-test.inc (ctan_test_tonearest): New function.
18329         (ctan_test_towardzero): Likewise.
18330         (ctan_test_downward): Likewise.
18331         (ctan_test_upward): Likewise.
18332         (ctanh_test_tonearest): Likewise.
18333         (ctanh_test_towardzero): Likewise.
18334         (ctanh_test_downward): Likewise.
18335         (ctanh_test_upward): Likewise.
18336         (main): Call these new functions.
18337         * sysdeps/i386/fpu/libm-test-ulps: Update.
18338         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18340 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
18342         * .gitignore: Delete /ports entry.
18344 2012-07-03  Andreas Jaeger  <aj@suse.de>
18346         * po/bg.po: Update from translation team.
18347         * po/cs.po: Likewise.
18348         * po/de.po: Likewise.
18349         * po/hr.po: Likewise.
18350         * po/nl.pl: Likewise.
18351         * po/pl.po: Likewise.
18352         * po/vi.po: Likewise.
18354 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
18356         * Makeconfig [!+link] (+link-before-libc): New variable.
18357         [!+link] (+link-after-libc): Likewise.
18358         [!+link] (+link-tests): Likewise.
18359         [!+link] (+link): Define in terms of $(+link-before-libc) and
18360         $(+link-after-libc).
18361         [!+link-static] (+link-static-before-libc): New variable.
18362         [!+link-static] (+link-static-after-libc): Likewise.
18363         [!+link-static] (+link-static-tests): Likewise.
18364         [!+link-static] (+link-static): Define in terms of
18365         $(+link-static-before-libc) and $(+link-static-after-libc).
18366         [build-shared] (link-libc-before-gnulib): New variable.
18367         [build-shared] (link-libc-tests): Likewise.
18368         [build-shared] (link-libc): Define in terms of
18369         $(link-libc-before-gnulib).
18370         [!build-shared] (link-libc-tests): New variable.
18371         (link-libc-static-tests): New variable.
18372         [!gnulib] (gnulib-arch): New variable.
18373         [!gnulib] (gnulib-tests): Likewise.
18374         [!gnulib] (static-gnulib-arch): Likewise.
18375         [!gnulib] (static-gnulib-tests): Likewise.
18376         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
18377         Define with "=" instead of ":=".
18378         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
18379         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
18380         * Rules (binaries-all-notests): New variable.
18381         (binaries-all-tests): Likewise.
18382         (binaries-static-notests): Likewise.
18383         (binaries-static-tests): Likewise.
18384         (binaries-all): Define using $(binaries-all-notests) and
18385         $(binaries-all-tests).
18386         (binaries-static): Define using $(binaries-static-notests) and
18387         $(binaries-static-tests).
18388         (binaries-shared-tests): New variable.
18389         (binaries-shared-notests): Likewise.
18390         (binaries-shared): Remove variable.
18391         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
18392         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
18393         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
18394         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
18395         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
18396         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
18397         * elf/Makefile (sln-modules): New variable.
18398         (extra-objs): Add $(sln-modules:=.o).
18399         (ldconfig-modules): Add static-stubs.
18400         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
18401         * elf/static-stubs.c: New file.
18403         [BZ #14283]
18404         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
18405         by 7 not 8 to examine high bit of fractional part.  Use volatile
18406         variables when splitting into final array of floats if
18407         __FLT_EVAL_METHOD__ != 0.
18408         * math/libm-test.inc (cos_test): Add another test.
18409         (sin_test): Likewise.
18410         * sysdeps/i386/fpu/libm-test-ulps: Update.
18412         [BZ #14273]
18413         * math/libm-test.inc (cosh_test): Add more tests.
18415         * version.h (RELEASE): Set to "development".
18416         (VERSION): Set to "2.16.90".
18418 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
18420         * NEWS: Update copyright. Remove last-updated date.
18421         Mention math library bug fixes and timezone data changes.
18422         * README: Mention GNU/Hurd, x32, and HPPA support status.
18424 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
18426         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
18428 2012-06-27  Andreas Jaeger  <aj@suse.de>
18430         * manual/contrib.texi (Contributors): Add Samuel Thibault.
18432 2012-06-25  Andreas Jaeger  <aj@suse.de>
18434         * sysdeps/s390/fpu/libm-test-ulps: Update.
18436 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
18437             Thomas Schwinge  <thomas@codesourcery.com>
18439         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
18440         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
18441         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
18442         fanotify_mark.
18444 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
18446         * sysdeps/mach/start.c: Remove file.
18447         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
18448         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
18449         * sysdeps/sh/init-first.c: Likewise.
18451         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
18452         registers for frame unwinding purposes, add CFI directives.
18453         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
18454         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
18455         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
18456         Likewise.
18458         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
18459         __fortify_fail returning.
18460         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
18462         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
18463         sysdeps/sh/____longjmp_chk.S.
18464         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
18465         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
18466         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
18467         (gen-as-const-headers): Append sigaltstack-offsets.sym.
18469         * sysdeps/sh/abort-instr.h: New file.
18470         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
18471         process in case exit returns.
18473         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
18474         initialize the GOT register before use.
18476         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
18477         calculation of ARGC > 4.
18479         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
18480         meaningful names to some local labels.
18482 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
18483             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18485         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
18486         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
18487         (__arch_compare_and_exchange_val_16_acq): Likewise.
18488         (__arch_compare_and_exchange_val_32_acq): Likewise.
18489         (atomic_exchange_and_add): Fix gUSA sequence.
18490         (atomic_add): Likewise.
18491         (atomic_add_negative): Likewise.
18492         (atomic_add_zero): Likewise.
18493         (atomic_bit_test_set): Likewise.
18495 2012-06-22  Andreas Schwab  <schwab@redhat.com>
18497         [BZ #13579]
18498         * include/link.h (struct link_map): Add l_free_initfini.
18499         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
18500         l_initfini.
18501         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
18502         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
18503         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
18504         set.
18506 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
18508         * configure.in: Use AC_LANG_SOURCE.
18509         * configure: Regenerate.
18511 2012-06-22  Roland McGrath  <roland@hack.frob.com>
18513         * configure.in (libc_cv_localstatedir): New substituted variable.
18514         * configure: Regenerated.
18515         * config.make.in (localstatedir): New variable, substituted from
18516         libc_cv_localstatedir.
18517         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
18518         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
18519         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
18520         * sysdeps/gnu/configure: Regenerated.
18522 2012-06-21  Jeff Law  <law@redhat.com>
18524         [BZ #14277]
18525         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
18526         free.  Simplify list management for _LIBC case.
18528 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
18530         [BZ #14273]
18531         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
18532         Clear sign bit of 64-bit integer value before comparing against
18533         overflow value.
18535         * sysdeps/mach/configure: Regenerated.
18537 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
18539         [BZ #14278]
18540         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
18542 2012-06-21  Jeff Law  <law@redhat.com>
18544         [BZ #13882]
18545         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
18546         uint16_t for elements in the "seen" array to avoid char overflows.
18547         * elf/dl-fini.c (_dl_sort_fini): Likewise.
18548         * elf/dl-open.c (dl_open_worker): Likewise.
18550 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
18552         * scripts/list-sources.sh: Scan PORTS for translations.
18553         * po/libc.pot: Regenerated.
18555 2012-06-21  Andreas Jaeger  <aj@suse.de>
18557         [BZ #12194]
18558         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
18559         warning.
18560         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
18561         * bits/byteswap-16.h (__bswap_16): Likewise.
18562         * bits/byteswap.h (__bswap_constant_16): Likewise.
18564 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
18566         [BZ #14117]
18567         * sysdeps/i386/fpu_control.h: Removed.
18568         * sysdeps/x86_64/fpu_control.h: Moved to ...
18569         * sysdeps/x86/fpu_control.h: Here.
18571         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
18572         (_FPU_SETCW): Likewise.
18574 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
18576         [BZ #14117]
18577         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
18578         * sysdeps/x86/fpu/bits/mathinline.h: This.
18579         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
18581         [BZ #14050]
18582         [BZ #14117]
18583         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
18584         functions if __x86_64__ is defined.
18586 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
18588         * string/endian.h: Add !__ASSEMBLER__ condition for including
18589         conversion interfaces.
18591 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
18593         [BZ #14241]
18594         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
18595         of ABS(x) in calculating zero to negative powers other than odd
18596         integers.
18597         * math/libm-test.inc (pow_test): Add more tests.
18599 2012-06-15  Andreas Jaeger  <aj@suse.de>
18601         * manual/contrib.texi (Contributors): Update entry of Liubov
18602         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
18603         Machado Filho.
18605 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
18607         * string/string.h: Add __wur to GNU version of strerror_r.
18609 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
18611         [BZ #14229]
18612         * string/Makefile (tests): Add tst-strtok_r.
18613         * string/tst-strtok_r.c: New file.
18614         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
18615         RAX_LP/RDX_LP on SAVE_PTR.
18617 2012-06-14  Roland McGrath  <roland@hack.frob.com>
18619         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
18621 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
18623         * libm_test.inc (csqrt_test): Allow more spurious underflow
18624         exceptions.
18625         (j0_test): Likewise.
18626         (j1_test): Likewise.
18627         (y0_test): Likewise.
18628         (y1_test): Likewise.
18630 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
18632         * po/Makefile (libc.pot): Use UTF-8 charset.
18634 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
18636         [BZ #14210]
18637         Suppress sign-conversion warning from FD_SET.
18638         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
18639         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
18640         not unsigned long int.
18641         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
18643 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
18645         [BZ #14050]
18646         [BZ #14117]
18647         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
18648         __extern_always_inline instead of __extern_inline.
18649         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
18650         (__signbit): Likewise.
18651         (__signbitl): Support C++ namespace.
18652         (lrintf): New inline function.
18653         (lrint): Likewise.
18654         (llrintf): Likewise.
18655         (llrint): Likewise.
18656         (fmaxf): Likewise.
18657         (fmax): Likewise.
18658         (fminf): Likewise.
18659         (fmin): Likewise.
18660         (rint): Likewise.
18661         (rintf): Likewise.
18662         (ceil): Likewise.
18663         (ceilf): Likewise.
18664         (floor): Likewise.
18665         (floorf): Likewise.
18666         (nearbyint): Likewise.
18667         (nearbyintf): Likewise.
18669 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
18671         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
18672         non-default versions.
18674 2012-06-11  Roland McGrath  <roland@hack.frob.com>
18676         [BZ #14218]
18677         * manual/argp.texi (Argp): Reword argp_parse description slightly.
18679 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
18681         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
18682         (FE_UPWARD, FE_DOWNWARD): Don't define.
18683         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
18684         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
18686         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
18687         reading it.
18688         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
18689         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
18691 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18693         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
18694         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
18695         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
18696         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
18698 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
18700         [BZ #14117]
18701         * sysdeps/i386/fpu/bits/fenv.h: Removed.
18702         * sysdeps/i386/fpu/Implies: New file.
18703         * sysdeps/x86_64/fpu/Implies: Likewise.
18704         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
18705         * sysdeps/x86/fpu/bits/fenv.h: This.
18707         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
18708         __SSE_MATH__.
18710 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
18712         [BZ #14134]
18713         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
18714         character 0xffff that matches the last element of the
18715         conversion table.
18717 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18719         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
18720         fmodl commit.
18722 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18724         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
18725         values higher than 25.6283.
18727 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18729         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
18730         subnormal exponent extraction and add some __builtin_expect.
18731         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
18732         Fix for subnormal mantissa calculation.
18734 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
18736         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
18737         cpu2 is -1 and errno is not ENOSYS.
18739 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
18741         [BZ #14117]
18742         * sysdeps/i386/i486/bits/string.h: Renamed to ...
18743         * sysdeps/x86/bits/string.h: This.
18744         * sysdeps/x86_64/bits/string.h: Removed.
18746         * sysdeps/i386/i486/bits/string.h: Define inline functions only
18747         if not compiling for x86-64, but compiling for >= i486.
18749         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
18750         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
18752         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
18753         New macro from Linux kernel 3.4.0.
18754         (FP_XSTATE_MAGIC2): Likewise.
18755         (FP_XSTATE_MAGIC2_SIZE): Likewise.
18756         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
18757         (struct _fpx_sw_bytes): New struct.
18758         (struct _xsave_hdr): Likewise.
18759         (struct _ymmh_state): Likewise.
18760         (struct _xstate): Likewise.
18762         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
18763         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
18764         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
18765         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
18766         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
18767         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
18769         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
18770         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
18771         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
18772         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
18773         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
18774         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
18776 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
18778         [BZ #13743]
18779         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
18780         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
18781         (sysdep_headers): Include sys/platform/ppc.h.
18782         * sysdeps/powerpc/test-gettimebase.c: Test for
18783         __ppc_get_timebase() to catch future ISA opcode/insn changes.
18784         * manual/Makefile (appendices): Include platform.texi.
18785         * manual/contrib.texi (Contributors): Update @node pointers.
18786         * manual/maint.texi (Maintenance): Likewise.
18787         (Platform): New node.
18788         * manual/platform.texi: New file.  Document the new features.
18790 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18791             Jakub Jelinek  <jakub@redhat.com>
18793         [BZ #14188]
18794         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
18795         where __builtin_expect is unavailable.
18797 2012-06-03  David S. Miller  <davem@davemloft.net>
18799         * stdlib/longlong.h: Updated from GCC.
18801 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
18803         [BZ #14042]
18804         * sysdeps/powerpc/powerpc32/mcount.c: New file.
18805         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
18806         __mcount_internal.
18807         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
18808         (GLIBC_2.16): Likewise.
18810 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
18812         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
18814 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
18816         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
18817         (default-abi): New variable.
18818         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
18819         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
18820         variable.
18821         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
18822         Likewise.
18823         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
18824         Likewise.
18825         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
18826         Likewise.
18828         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
18829         definition.  Document in comment.
18831 2012-06-01  David S. Miller  <davem@davemloft.net>
18833         * stdlib/longlong.h: Updated from GCC.
18835 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
18837         [BZ #14117]
18838         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
18839         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
18840         sys/debugreg.h sys/io.h here.
18841         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
18842         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
18843         sys/io.h.
18844         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
18845         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
18846         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
18847         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
18848         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
18849         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
18851         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
18852         Define only if __x86_64__ is defined.
18854 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
18856         [BZ #14048]
18857         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
18858         Use int64_t for variable i.
18859         * math/libm-test.inc (fmod_test): Add more tests.
18861         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
18862         z computation is not scheduled after fetestexcept.
18863         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
18864         Use math_force_eval instead of asm to ensure calculation scheduled
18865         before exception test.
18866         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
18867         Ensure a1 + u.d computation is not scheduled after fetestexcept.
18869 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
18871         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
18872         computation is not scheduled after fetestexcept.
18874 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
18876         [BZ #14117]
18877         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
18878         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
18880 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18882         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
18883         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
18885 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
18887         [BZ #14117]
18888         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
18889         <bits/wordsize.h>.
18890         (__WCHAR_MIN): Support __WORDSIZE == 64.
18891         (__WCHAR_MAX): Likewise.
18893         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
18894         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
18896         [BZ #14183]
18897         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
18898         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
18900         [BZ #14117]
18901         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
18902         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
18904         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
18905         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
18907         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
18908         Defined to 1 if __x86_64__ isn't defined.
18909         (_STAT_VER_LINUX_OLD): New.
18910         (st_atime): Remove duplicate.
18911         (st_mtime): Likewise.
18912         (st_ctime): Likewise.
18914 2012-05-31  David S. Miller  <davem@davemloft.net>
18916         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
18917         entries.
18919 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
18921         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
18922         gen-libm-test.pl.
18924         [BZ #14132]
18925         * elf/dl-reloc.c: Include <_itoa.h>.
18926         (_dl_reloc_bad_type): Remove use of INTUSE.
18927         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
18928         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
18929         * stdio-common/psiginfo.c (psiginfo): Likewise.
18930         * stdio-common/psignal.c (psignal): Likewise.
18931         * string/strsignal.c (strsignal): Likewise.
18932         * include/signal.h (_sys_siglist): Declare hidden proto.
18933         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
18934         INTVARDEF with libc_hidden_data_def.
18935         * stdio-common/itoa-udigits.c: Likewise.
18936         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
18937         (_itoa_lower_digits_internal): Remove declaration.
18938         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
18939         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
18940         (_sys_sigabbrev_internal): Remove aliases.
18941         (_sys_siglist): Define hidden alias.
18943 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
18945         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
18946         bits/sysctl.h.
18948 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
18950         [BZ #14117]
18951         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
18952         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
18954         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
18955         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
18956         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
18957         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
18958         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
18959         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
18961         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
18962         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
18963         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
18965         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
18966         with __addr.
18967         (insw): Likewise.
18968         (insl): Likewise.
18969         (outsb): Likewise.
18970         (outsw): Likewise.
18971         (outsl): Likewise.
18973         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
18974         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
18975         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
18977         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
18978         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
18979         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
18980         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
18981         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
18982         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
18984         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
18985         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
18987         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
18988         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
18990         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
18991         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
18992         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
18994         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
18995         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
18996         to ...
18997         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
18999         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
19000         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
19001         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
19003         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
19004         for x86-64.
19005         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
19007 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
19009         * math/math.h (M_El): Use two more decimal places.
19010         (M_LOG2El): Likewise.
19011         (M_LOG10El): Likewise.
19012         (M_LN2l): Likewise.
19013         (M_LN10l): Likewise.
19014         (M_PIl): Likewise.
19015         (M_PI_2l): Likewise.
19016         (M_PI_4l): Likewise.
19017         (M_1_PIl): Likewise.
19018         (M_2_PIl): Likewise.
19019         (M_2_SQRTPIl): Likewise.
19020         (M_SQRT2l): Likewise.
19021         (M_SQRT1_2l): Likewise.
19023 2012-05-31  David S. Miller  <davem@davemloft.net>
19025         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
19026         values between float registers.
19027         * sysdeps/sparc/sparc64/memset.S: Likewise.
19028         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
19030 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
19032         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
19033         -D_FORTIFY_SOURCE=1.
19034         (CPPFLAGS-tst-longjmp_chk.c): Define.
19035         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
19036         (CPPFLAGS-tst-longjmp_chk2.c): Define.
19037         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
19038         CFLAGS-tst-wchar-h.c.
19040 2012-05-31  Marek Polacek  <polacek@redhat.com>
19042         [BZ #14132]
19043         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
19044         __endmntent_internal): Remove declaration.
19045         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
19046         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
19047         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
19049 2012-05-30  David S. Miller  <davem@davemloft.net>
19051         * sysdeps/sparc/sparc32/soft-fp/q_util.c
19052         (___Q_simulate_exceptions): Use real FP ops rather than writing
19053         into the %fsr.
19054         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
19055         Likewise.
19057 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
19059         [BZ #14117]
19060         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
19061         * sysdeps/x86/bits/xtitypes.h: This.
19063         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
19064         * sysdeps/x86/bits/wordsize.h: This.
19066         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
19067         * sysdeps/x86/bits/huge_vall.h: This.
19069         * sysdeps/i386/bits/select.h: Removed.
19070         * sysdeps/x86_64/bits/select.h: Renamed to ...
19071         * sysdeps/x86/bits/select.h: This.
19073         * sysdeps/i386/bits/setjmp.h: Removed.
19074         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
19075         * sysdeps/x86/bits/setjmp.h: This.
19077         * sysdeps/i386/bits/mathdef.h: Removed.
19078         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
19079         * sysdeps/x86/bits/mathdef.h: This.
19081 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
19083         [BZ #14132]
19084         * include/sys/socket.h (__connect_internal)
19085         (__libc_sa_len_internal): Remove declaration.
19086         (__connect, __libc_sa_len): Declare hidden_proto.
19087         (SA_LEN): Remove use of INTUSE.
19088         * socket/connect.c: Add libc_hidden_def.
19089         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
19090         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
19091         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
19092         alias.
19093         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
19094         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
19095         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
19096         of adding _internal alias.
19098 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
19100         [BZ #14117]
19101         * sysdeps/i386/bits/link.h: Removed.
19102         * sysdeps/i386/bits/linkmap.h: Likewise.
19103         * sysdeps/x86_64/bits/link.h: Renamed to ...
19104         * sysdeps/x86/bits/link.h: This.
19105         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
19106         * sysdeps/x86/bits/linkmap.h: This.
19108         * sysdeps/i386/bits/endian.h: Removed.
19109         * sysdeps/x86_64/bits/endian.h: Renamed to ...
19110         * sysdeps/x86/bits/endian.h: This.
19112         * sysdeps/i386/bits/byteswap.h: Removed.
19113         * sysdeps/i386/bits/byteswap-16.h: Likewise.
19114         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
19115         * sysdeps/x86/bits/byteswap.h: This.
19116         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
19117         * sysdeps/x86/bits/byteswap-16.h: This.
19118         * sysdeps/i386/Implies: Add x86.
19119         * sysdeps/x86_64/Implies: Likewise.
19121 2012-05-30  David S. Miller  <davem@davemloft.net>
19123         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
19124         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
19125         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
19126         (FP_TRAPPING_EXCEPTIONS): Define.
19127         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
19128         (FP_TRAPPING_EXCEPTIONS): Define.
19129         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
19130         subnormals only when inexact has been signalled or underflow
19131         exceptions are enabled.
19132         (_FP_PACK_CANONICAL): Likewise.
19134 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
19136         [BZ #14183]
19137         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
19138         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
19140 2012-05-30  Richard Henderson  <rth@twiddle.net>
19142         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
19143         with #ifndef NOT_IN_libc.
19145         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
19146         marked to avoid plt entry.
19148 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
19150         [BZ #14112]
19151         * Makeconfig (default-abi): New macro.
19152         (abi-includes): Likewise.
19153         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
19154         $(abi-$(default-abi)-lib-soname) for soname if defined.
19155         ($(common-objpfx)gnu/lib-names.stmp): Generate from
19156         abi-variants.
19157         * Makefile (installed-stubs): Likewise.
19158         * include/stubs-biarch.h: Removed.
19159         * scripts/lib-names.awk: Only handle one library at a time.
19160         * scripts/soversions.awk: Remove WORDSIZE support.
19161         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
19162         entries.
19163         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
19164         Removed.
19165         (syscall-list-default-condition): Likewise.
19166         (syscall-list-default-condition): Likewise.
19167         (syscall-list-includes): Likewise.
19168         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
19169         syscall-list-* with abi-*.  Handle undefined abi-variants.
19170         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
19171         * sysdeps/unix/sysv/linux/i386/Implies: New file.
19172         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
19173         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
19174         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
19175         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
19176         Removed.
19177         (syscall-list-32-options): Likewise.
19178         (syscall-list-32-condition): Likewise.
19179         (syscall-list-64-options): Likewise.
19180         (syscall-list-64-condition): Likewise.
19181         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
19182         macro.
19183         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
19184         Renamed to ...
19185         (abi-*): This.
19186         (abi-64-ld-soname): New macro.
19187         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
19188         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
19189         Renamed to ...
19190         (abi-*): This.
19191         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
19192         * sysdeps/x86_64/x32/shlib-versions: Likewise.
19194 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
19196         * sysdeps/unix/sysv/linux/kernel-features.h
19197         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
19198         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
19199         include <kernel-features.h>.
19200         [!__NR_ftruncate64]: Remove conditional code.
19201         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
19202         [__NR_ftruncate64]: Make code unconditional.
19203         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
19204         * sysdeps/unix/sysv/linux/truncate64.c: Do not
19205         include <kernel-features.h>.
19206         [!__NR_ftruncate64]: Remove conditional code.
19207         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
19208         [__NR_ftruncate64]: Make code unconditional.
19209         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
19210         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
19211         include <kernel-features.h>.
19212         [!__NR_ftruncate64]: Remove conditional code.
19213         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
19214         [__NR_ftruncate64]: Make code unconditional.
19215         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
19216         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
19217         include <kernel-features.h>.
19218         [!__NR_ftruncate64]: Remove conditional code.
19219         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
19220         [__NR_ftruncate64]: Make code unconditional.
19221         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
19223         * configure.in (libc_cv_fpie): Weaken to a compile test using
19224         LIBC_TRY_CC_OPTION.
19225         * configure: Regenerated.
19227 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
19229         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
19230         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
19231         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
19232         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
19233         Refreshed.
19234         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
19235         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
19236         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
19237         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
19238         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
19239         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
19240         Refreshed.
19242 2012-05-27  David S. Miller  <davem@davemloft.net>
19244         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
19245         (___Q_zero): New.
19246         (__Q_simulate_exceptions): Return void.  Change to simulate
19247         exceptions by writing into the %fsr.
19248         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
19249         (__Qp_handle_exceptions): Likewise.
19250         (numbers): Delete.
19251         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
19252         __Qp_handle_exceptions.
19253         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
19254         __Qp_handle_exceptions.
19255         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
19256         as unused and give dummy FP_RND_NEAREST initializer.
19257         (FP_INHIBIT_RESULTS): Define.
19258         (___Q_simulate_exceptions): Update declaration.
19259         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
19260         formatting.
19261         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
19262         as unused and give dummy FP_RND_NEAREST initializer.
19263         (__Qp_handle_exceptions): Update declaration.
19264         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
19265         formatting.
19267 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
19269         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
19270         the temporary FPU control word.
19271         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
19272         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
19273         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
19274         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
19275         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
19276         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
19277         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
19278         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
19279         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
19280         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
19281         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
19283 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
19285         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
19286         fields.
19288 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
19290         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
19291         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
19292         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
19293         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
19294         Likewise.
19295         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
19296         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
19297         Likewise.
19299 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
19301         * po/h.po: Update from translation team.
19303 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
19305         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
19307         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
19308         handling of denormals.
19309         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
19310         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
19311         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
19312         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
19313         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
19314         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
19315         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
19316         Likewise.
19318 2012-05-26  Marek Polacek  <polacek@redhat.com>
19320         [BZ #14152]
19321         * math/libm-test.inc (fma_test): Don't always expect underflow
19322         exception.
19324 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
19326         [BZ #12416]
19327         * elf/tst-execstack.c: Include stackinfo.h.
19328         (do_test): Adjust test case to ensure that pthread_getattr_np
19329         behaviour remains the same after marking stack executable.
19331 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
19333         * sysdeps/unix/sysv/linux/kernel-features.h
19334         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
19335         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
19336         kernel-features.h.
19337         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
19338         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
19339         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
19340         kernel-features.h.
19341         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
19342         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
19344 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
19346         * configure.in: Define the default includes to being none.
19347         * configure: Regenerated.
19349 2012-05-25  Roland McGrath  <roland@hack.frob.com>
19351         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
19352         * sysdeps/x86_64/setjmp.S: Likewise.
19353         * sysdeps/i386/bsd-setjmp.S: Likewise.
19354         * sysdeps/i386/bsd-_setjmp.S: Likewise.
19355         * sysdeps/i386/setjmp.S: Likewise.
19356         * sysdeps/i386/__longjmp.S: Likewise.
19357         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
19358         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
19360         * include/stap-probe.h: New file.
19361         * configure.in: Handle --enable-systemtap.
19362         * configure: Regenerated.
19363         * config.h.in (USE_STAP_PROBE): New #undef.
19364         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
19365         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
19366         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
19368 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
19370         [BZ #13717]
19371         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
19372         to 2.4.0 where earlier.
19373         * sysdeps/unix/sysv/linux/configure: Regenerated.
19374         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
19375         <kernel-features.h>.
19376         [__ASSUME_32BITUIDS]: Make code unconditional.
19377         [!__ASSUME_32BITUIDS]: Remove conditional code.
19378         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
19379         <kernel-features.h>.
19380         [__ASSUME_32BITUIDS]: Make code unconditional.
19381         [!__ASSUME_32BITUIDS]: Remove conditional code.
19382         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
19383         [__ASSUME_32BITUIDS]: Make code unconditional.
19384         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
19385         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
19386         <kernel-features.h>.
19387         [__ASSUME_32BITUIDS]: Make code unconditional.
19388         [!__ASSUME_32BITUIDS]: Remove conditional code.
19389         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
19390         <kernel-features.h>.
19391         [__ASSUME_32BITUIDS]: Make code unconditional.
19392         [!__ASSUME_32BITUIDS]: Remove conditional code.
19393         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
19394         <kernel-features.h>.
19395         [__ASSUME_32BITUIDS]: Make code unconditional.
19396         [!__ASSUME_32BITUIDS]: Remove conditional code.
19397         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
19398         <kernel-features.h>.
19399         [__ASSUME_32BITUIDS]: Make code unconditional.
19400         [!__ASSUME_32BITUIDS]: Remove conditional code.
19401         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
19402         <kernel-features.h>.
19403         [__ASSUME_32BITUIDS]: Make code unconditional.
19404         [!__ASSUME_32BITUIDS]: Remove conditional code.
19405         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
19406         <kernel-features.h>.
19407         [__ASSUME_32BITUIDS]: Make code unconditional.
19408         [!__ASSUME_32BITUIDS]: Remove conditional code.
19409         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
19410         <kernel-features.h>.
19411         [__ASSUME_32BITUIDS]: Make code unconditional.
19412         [!__ASSUME_32BITUIDS]: Remove conditional code.
19413         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
19414         <kernel-features.h>.
19415         [__ASSUME_32BITUIDS]: Make code unconditional.
19416         [!__ASSUME_32BITUIDS]: Remove conditional code.
19417         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
19418         <kernel-features.h>.
19419         [__ASSUME_32BITUIDS]: Make code unconditional.
19420         [!__ASSUME_32BITUIDS]: Remove conditional code.
19421         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
19422         <kernel-features.h>.
19423         [__ASSUME_32BITUIDS]: Make code unconditional.
19424         [!__ASSUME_32BITUIDS]: Remove conditional code.
19425         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
19426         <kernel-features.h>.
19427         [__NR_setresgid] (__setresgid): Do not declare.
19428         [__ASSUME_32BITUIDS]: Make code unconditional.
19429         [!__ASSUME_32BITUIDS]: Remove conditional code.
19430         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
19431         <kernel-features.h>.
19432         [__NR_setresuid] (__setresuid): Do not declare.
19433         [__ASSUME_32BITUIDS]: Make code unconditional.
19434         [!__ASSUME_32BITUIDS]: Remove conditional code.
19435         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
19436         <kernel-features.h>.
19437         [__ASSUME_32BITUIDS]: Make code unconditional.
19438         [!__ASSUME_32BITUIDS]: Remove conditional code.
19439         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
19440         <kernel-features.h>.
19441         [__ASSUME_32BITUIDS]: Make code unconditional.
19442         [!__ASSUME_32BITUIDS]: Remove conditional code.
19443         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
19444         <kernel-features.h>.
19445         [__ASSUME_32BITUIDS]: Make code unconditional.
19446         [!__ASSUME_32BITUIDS]: Remove conditional code.
19447         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
19448         <kernel-features.h>.
19449         [__ASSUME_32BITUIDS]: Make code unconditional.
19450         [!__ASSUME_32BITUIDS]: Remove conditional code.
19451         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
19452         <kernel-features.h>.
19453         [__ASSUME_32BITUIDS]: Make code unconditional.
19454         [!__ASSUME_32BITUIDS]: Remove conditional code.
19455         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
19456         <kernel-features.h>.
19457         [__ASSUME_32BITUIDS]: Make code unconditional.
19458         [!__ASSUME_32BITUIDS]: Remove conditional code.
19459         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
19460         <kernel-features.h>.
19461         [__ASSUME_32BITUIDS]: Make code unconditional.
19462         [!__ASSUME_32BITUIDS]: Remove conditional code.
19463         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
19464         <kernel-features.h>.
19465         [__ASSUME_32BITUIDS]: Make code unconditional.
19466         [!__ASSUME_32BITUIDS]: Remove conditional code.
19467         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
19468         <kernel-features.h>.
19469         [__ASSUME_32BITUIDS]: Make code unconditional.
19470         [!__ASSUME_32BITUIDS]: Remove conditional code.
19471         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
19472         <kernel-features.h>.
19473         [__ASSUME_32BITUIDS]: Make code unconditional.
19474         [!__ASSUME_32BITUIDS]: Remove conditional code.
19475         * sysdeps/unix/sysv/linux/kernel-features.h
19476         (__ASSUME_SETRESUID_SYSCALL): Remove.
19477         (__ASSUME_SETRESGID_SYSCALL): Likewise.
19478         (__ASSUME_32BITUIDS): Likewise.
19479         (__ASSUME_LDT_WORKS): Likewise.
19480         (__ASSUME_O_DIRECTORY): Likewise.
19481         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
19482         architecture but not kernel version.
19483         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
19484         (__ASSUME_MMAP2_SYSCALL): Likewise.
19485         (__ASSUME_STAT64_SYSCALL): Likewise.
19486         (__ASSUME_IPC64): Likewise.
19487         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
19488         <kernel-features.h>.
19489         [__ASSUME_32BITUIDS]: Make code unconditional.
19490         [!__ASSUME_32BITUIDS]: Remove conditional code.
19491         * sysdeps/unix/sysv/linux/opendir.c: Do not include
19492         <kernel-features.h>.
19493         [__ASSUME_O_DIRECTORY]: Make code unconditional.
19494         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
19495         132096]: Remove conditional code.
19496         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
19497         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
19498         <kernel-features.h>.
19499         [__ASSUME_32BITUIDS]: Make code unconditional.
19500         [!__ASSUME_32BITUIDS]: Remove conditional code.
19501         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
19502         <kernel-features.h>.
19503         [__ASSUME_32BITUIDS]: Make code unconditional.
19504         [!__ASSUME_32BITUIDS]: Remove conditional code.
19505         * sysdeps/unix/sysv/linux/setegid.c: Do not include
19506         <kernel-features.h>.
19507         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
19508         unconditional.
19509         (__setresgid): Do not declare.
19510         [__ASSUME_32BITUIDS]: Make code unconditional.
19511         [!__ASSUME_32BITUIDS]: Remove conditional code.
19512         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
19513         <kernel-features.h>.
19514         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
19515         unconditional.
19516         (__setresuid): Do not declare.
19517         [__ASSUME_32BITUIDS]: Make code unconditional.
19518         [!__ASSUME_32BITUIDS]: Remove conditional code.
19519         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
19520         <kernel-features.h>.
19521         [__ASSUME_32BITUIDS]: Make code unconditional.
19522         [!__ASSUME_32BITUIDS]: Remove conditional code.
19523         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
19524         <kernel-features.h>.
19525         [__ASSUME_32BITUIDS]: Make code unconditional.
19526         [!__ASSUME_32BITUIDS]: Remove conditional code.
19528 2012-05-25  Richard Henderson  <rth@twiddle.net>
19530         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
19531         dl_hwcap to ifunc resolver.
19532         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
19533         elf_ifunc_invoke.
19534         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
19535         dl_hwcap to ifunc resolver.
19536         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
19538 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
19540         [BZ #14153]
19541         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
19542         for |x| <= 2**-26, not 2**-57.
19543         * math/libm-test.inc (acos_test): Do not allow spurious underflow
19544         exception.
19546 2012-05-24  Jeff Law  <law@redhat.com>
19548         * stdio-common/Makefile (tests): Add bug25.
19549         * stdio-common/bug25.c: New test.
19551 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
19553         [BZ #13576]
19554         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
19555         multiple of MALLOC_ALIGNMENT in size.
19556         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
19558 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
19560         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
19561         Require >= 256.
19562         (FILENAME_MAX): Use macro-int-constant.
19563         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
19564         (_IOFBF): Use macro-int-constant.
19565         (_IOLBF): Likewise.
19566         (_IONBF): Likewise.
19567         (SEEK_CUR): Likewise.
19568         (SEEK_END): Likewise.
19569         (SEEK_SET): Likewise.
19570         (TMP_MAX): Likewise.
19571         (EOF): Use macro-int-constant.  Require < 0.
19572         (NULL): Use macro-constant.  Require == 0.
19573         (stdin): Require type to be FILE *.
19574         (stdout): Likewise.
19575         (stderr): Likewise.
19576         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
19577         macro-int-constant.
19578         (EXIT_SUCCESS): Likewise.
19579         (NULL): Use macro-constant.  Require == 0.
19580         (RAND_MAX): Use macro-int-constant.
19581         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
19582         [C99-based standards] (strtof): Require function.
19583         [C99-based standards] (strtold): Likewise.
19584         [C99-based standards] (strtoll): Likewise.
19585         [C99-based standards] (strtoull): Likewise.
19586         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
19587         [ISO || ISO99 || ISO11] (limits.h): Likewise.
19588         [ISO || ISO99 || ISO11] (math.h): Likewise.
19589         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
19590         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
19591         [ISO || ISO99 || ISO11] (*_t): Do not allow.
19593 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
19595         [BZ #14132]
19596         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
19597         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
19598         * intl/dgettext.c (DCGETTEXT): Likewise.
19599         * intl/gettext.c (DCGETTEXT): Likewise.
19600         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
19601         * posix/regex_internal.h (gettext): Likewise.
19602         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
19603         Remove declaration.
19604         * include/argz.h (__argz_count_internal)
19605         (__argz_stringify_internal): Remove declaration.
19606         (__argz_count, __argz_stringify): Declare hidden proto.
19607         * intl/dcgettext.c: Remove use of INTDEF.
19608         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
19609         * string/argz-stringify.c: Likewise.
19610         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
19611         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
19612         Declare hidden proto.
19613         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
19614         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
19615         Declare hidden proto.
19616         * include/stdio.h (__asprintf_internal): Don't declare.
19617         (__asprintf): Don't define as macro.  Declare hidden proto.
19618         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
19619         (__fsetlocking): Declare hidden proto.
19620         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
19621         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
19622         hidden proto.
19623         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
19624         (_IO_setlinebuf): Remove use of INTUSE.
19625         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
19626         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
19627         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
19628         Remove declaration.
19629         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
19630         (_IO_do_flush): Remove use of INTUSE.
19631         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
19632         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
19633         (_IO_adjust_column, _IO_least_wmarker)
19634         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
19635         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
19636         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
19637         (_IO_default_doallocate, _IO_wdefault_doallocate)
19638         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
19639         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
19640         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
19641         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
19642         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
19643         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
19644         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
19645         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
19646         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
19647         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
19648         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
19649         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
19650         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
19651         proto.
19652         (_IO_flush_all_internal, _IO_adjust_column_internal)
19653         (_IO_default_uflow_internal, _IO_default_finish_internal)
19654         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
19655         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
19656         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
19657         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
19658         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
19659         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
19660         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
19661         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
19662         (_IO_file_close_internal, _IO_file_close_it_internal)
19663         (_IO_file_underflow_internal, _IO_file_overflow_internal)
19664         (_IO_file_init_internal, _IO_file_attach_internal)
19665         (_IO_file_fopen_internal, _IO_file_read_internal)
19666         (_IO_file_sync_internal, _IO_file_seek_internal)
19667         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
19668         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
19669         (_IO_str_underflow_internal, _IO_str_overflow_internal)
19670         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
19671         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
19672         (_IO_list_all_internal, _IO_link_in_internal)
19673         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
19674         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
19675         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
19676         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
19677         (_IO_do_write_internal, _IO_padn_internal)
19678         (_IO_getline_info_internal, _IO_getline_internal)
19679         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
19680         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
19681         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
19682         (_IO_vfscanf_internal, _IO_vfprintf_internal)
19683         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
19684         (_IO_init_internal, _IO_un_link_internal): Don't declare.
19685         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
19686         with libc_hidden_ver, remove use of INTUSE.
19687         * libio/genops.c: Likewise.
19688         * libio/freopen.c: Likewise.
19689         * libio/freopen64.c: Likewise.
19690         * libio/iofclose.c: Likewise.
19691         * libio/iofdopen.c: Likewise.
19692         * libio/iofflush.c: Likewise.
19693         * libio/iofflush_u.c: Likewise.
19694         * libio/iofgets.c: Likewise.
19695         * libio/iofgets_u.c: Likewise.
19696         * libio/iofopen.c: Likewise.
19697         * libio/iofopncook.c: Likewise.
19698         * libio/iofread.c: Likewise.
19699         * libio/iofread_u.c: Likewise.
19700         * libio/ioftell.c: Likewise.
19701         * libio/iofwrite.c: Likewise.
19702         * libio/iogetline.c: Likewise.
19703         * libio/iogets.c: Likewise.
19704         * libio/iogetwline.c: Likewise.
19705         * libio/iopadn.c: Likewise.
19706         * libio/iopopen.c: Likewise.
19707         * libio/ioseekoff.c: Likewise.
19708         * libio/ioseekpos.c: Likewise.
19709         * libio/iosetbuffer.c: Likewise.
19710         * libio/iosetvbuf.c: Likewise.
19711         * libio/ioungetc.c: Likewise.
19712         * libio/ioungetwc.c: Likewise.
19713         * libio/iovdprintf.c: Likewise.
19714         * libio/iovsprintf.c: Likewise.
19715         * libio/iovsscanf.c: Likewise.
19716         * libio/memstream.c: Likewise.
19717         * libio/obprintf.c: Likewise.
19718         * libio/oldfileops.c: Likewise.
19719         * libio/oldiofclose.c: Likewise.
19720         * libio/oldiofdopen.c: Likewise.
19721         * libio/oldiofopen.c: Likewise.
19722         * libio/oldiopopen.c: Likewise.
19723         * libio/oldstdfiles.c: Likewise.
19724         * libio/putc.c: Likewise.
19725         * libio/setbuf.c: Likewise.
19726         * libio/setlinebuf.c: Likewise.
19727         * libio/stdfiles.c: Likewise.
19728         * libio/strops.c: Likewise.
19729         * libio/vasprintf.c: Likewise.
19730         * libio/vscanf.c: Likewise.
19731         * libio/vsnprintf.c: Likewise.
19732         * libio/vswprintf.c: Likewise.
19733         * libio/wfiledoalloc.c: Likewise.
19734         * libio/wfileops.c: Likewise.
19735         * libio/wgenops.c: Likewise.
19736         * libio/wmemstream.c: Likewise.
19737         * libio/wstrops.c: Likewise.
19738         * libio/__fpurge.c: Likewise.
19739         * libio/__fsetlocking.c: Likewise.
19740         * assert/assert.c: Likewise.
19741         * debug/fgets_chk.c: Likewise.
19742         * debug/fgets_u_chk.c: Likewise.
19743         * debug/fread_chk.c: Likewise.
19744         * debug/fread_u_chk.c: Likewise.
19745         * debug/gets_chk.c: Likewise.
19746         * debug/obprintf_chk.c: Likewise.
19747         * debug/vasprintf_chk.c: Likewise.
19748         * debug/vdprintf_chk.c: Likewise.
19749         * debug/vsnprintf_chk.c: Likewise.
19750         * debug/vsprintf_chk.c: Likewise.
19751         * malloc/mtrace.c: Likewise.
19752         * misc/error.c: Likewise.
19753         * misc/syslog.c: Likewise.
19754         * stdio-common/asprintf.c: Likewise.
19755         * stdio-common/fxprintf.c: Likewise.
19756         * stdio-common/getw.c: Likewise.
19757         * stdio-common/isoc99_fscanf.c: Likewise.
19758         * stdio-common/isoc99_scanf.c: Likewise.
19759         * stdio-common/isoc99_vfscanf.c: Likewise.
19760         * stdio-common/isoc99_vscanf.c: Likewise.
19761         * stdio-common/isoc99_vsscanf.c: Likewise.
19762         * stdio-common/printf-prs.c: Likewise.
19763         * stdio-common/printf_fp.c: Likewise.
19764         * stdio-common/printf_fphex.c: Likewise.
19765         * stdio-common/printf_size.c: Likewise.
19766         * stdio-common/putw.c: Likewise.
19767         * stdio-common/scanf.c: Likewise.
19768         * stdio-common/sprintf.c: Likewise.
19769         * stdio-common/tmpfile.c: Likewise.
19770         * stdio-common/vfprintf.c: Likewise.
19771         * stdio-common/vfscanf.c: Likewise.
19772         * stdlib/strfmon_l.c: Likewise.
19773         * sunrpc/openchild.c: Likewise.
19774         * sunrpc/xdr_stdio.c: Likewise.
19775         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
19776         * sysdeps/mach/hurd/tmpfile.c: Likewise.
19778 2012-05-24  Roland McGrath  <roland@hack.frob.com>
19780         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
19782         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
19783         in the third column, to generate for the shared library an IFUNC
19784         that uses _dl_vdso_vsym.
19785         * Makerules (COMPILE.c, compile-stdin.c): New variables.
19786         * Makeconfig (object-suffixes-noshared): New variable.
19788         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
19789         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
19790         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
19791         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
19793         [BZ #14132]
19794         * include/sys/time.h (__gettimeofday): Remove macro.
19795         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
19796         * time/gettimeofday.c (__gettimeofday): Remove #undef.
19797         Remove INTDEF.
19798         (__gettimeofday): Add libc_hidden_def.
19799         (gettimeofday): Add libc_hidden_weak.
19800         * sysdeps/mach/gettimeofday.c: Likewise.
19801         * sysdeps/posix/gettimeofday.c: Likewise.
19802         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
19803         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
19804         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
19805         (__gettimeofday_internal): Remove strong_alias.
19806         (__gettimeofday): Add libc_hidden_def.
19807         (gettimeofday): Add libc_hidden_weak.
19808         * sysdeps/unix/syscalls.list (gettimeofday):
19809         Remove __gettimeofday_internal alias.
19811 2012-05-24  Daniel Jacobowitz  <drow@false.org>
19812             H.J. Lu  <hongjiu.lu@intel.com>
19814         [BZ #12495]
19815         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
19816         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
19817         (largebin_index_32_big): New.
19818         (largebin_index): Use it for 16-byte alignment.
19819         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
19820         correction with front_misalign.
19822 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
19824         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
19825         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
19826         Likewise.
19827         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
19828         Likewise.
19829         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
19830         Likewise.
19831         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
19832         Likewise.
19833         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
19834         Likewise.
19835         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
19836         Likewise.
19837         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
19838         Likewise.
19839         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
19840         Likewise.
19841         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
19842         Likewise.
19843         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
19844         Likewise.
19845         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
19846         Likewise.
19847         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
19848         Likewise.
19850         * scripts/data/c++-types-x32-linux-gnu.data: New file.
19851         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
19853 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
19855         [BZ #10846]
19856         [BZ #14036]
19857         * math/libm-test.inc (exp_test): Add test from bug 14036.
19858         (pow_test): Add test from bug 10846.
19860         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
19861         and other flags.
19862         (special_function): Do not include flags in test name.
19863         (parse_args): Likewise.
19864         * sysdeps/i386/fpu/libm-test-ulps: Update.
19865         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
19866         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
19867         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
19868         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19870         * math/gen-libm-test.pl (%beautify): Add entries for underflow
19871         exceptions.
19872         * math/libm-test.inc ("Philosophy"): Update comment about
19873         exception testing.
19874         (UNDERFLOW_EXCEPTION): New macro.
19875         (UNDERFLOW_EXCEPTION_OK): Likewise.
19876         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
19877         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
19878         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
19879         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
19880         (INVALID_EXCEPTION_OK): Update value.
19881         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
19882         (OVERFLOW_EXCEPTION_OK): Likewise.
19883         (IGNORE_ZERO_INF_SIGN): Likewise.
19884         (test_exceptions): Handle underflow exceptions.
19885         (acos_test): Update for underflow exception expectations.
19886         (cexp_test): Likewise.
19887         (clog_test): Likewise.
19888         (clog10_test): Likewise.
19889         (csqrt_test): Likewise.
19890         (ctan_test): Likewise.
19891         (ctanh_test): Likewise.
19892         (exp_test): Likewise.
19893         (exp10_test): Likewise.
19894         (exp2_test): Likewise.
19895         (expm1_test): Likewise.
19896         (fma_test): Likewise.
19897         (j0_test): Likewise.
19898         (jn_test): Likewise.
19899         (nexttoward_test): Likewise.
19900         (pow_test): Likewise.
19901         (scalbn_test): Likewise.
19902         (scalbln_test): Likewise.
19903         (tan_test): Likewise.
19904         (y1_test): Likewise.
19905         * sysdeps/i386/fpu/libm-test-ulps: Update.
19906         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19908 2012-05-23  David S. Miller  <davem@davemloft.net>
19910         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
19911         (__libc_sigaction): Remove unused local variables.
19913 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
19915         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
19917 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
19919         mktime: avoid signed integer overflow
19920         * time/mktime.c (__mktime_internal): Do not mishandle the case
19921         where diff == INT_MIN.
19923         mktime: simplify computation of average
19924         * time/mktime.c (ranged_convert): Use new time_t_avg function
19925         instead of rolling our own (probably-slower) code.
19927         mktime: do not assume signed right shift propagates sign bit
19928         * time/mktime.c (isdst_differ): New static function.
19929         (__mktime_internal): No need to normalize tm_isdst now.
19930         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
19931         tm_isdst values.
19933         mktime: merge another wrapv change from gnulib
19934         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
19935         from some compilers.
19937         mktime: remove incorrect attempt at unusual arithmetics
19938         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
19939         The code didn't really work on such machines anyway.
19940         (TYPE_MINIMUM): Assume two's complement.
19941         (twos_complement_arithmetic): Verify that long_int and time_t
19942         are two's complement (or unsigned, in the latter case).
19944         mktime: check signed shifts on long_int and time_t, too
19945         * time/mktime.c (SHR): Check that shifts work as desired
19946         on the types long_int and time_t too, as SHR is used on
19947         such types.
19949         mktime: do not assume 'long' is wide enough
19950         * time/mktime.c (verify): Move decl up.
19951         (long_int): New type.
19952         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
19953         to remove assumption in the code that 'long' is wide enough to
19954         store year values.  This assumption is not true on x32 and on
19955         some non-glibc platforms.
19957         mktime: merge wrapv change from gnulib
19958         * time/mktime.c (WRAPV): New macro.
19959         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
19960         (guess_time_tm, __mktime_internal): Do not assume that signed
19961         integer overflow wraps around; modern compilers generate code
19962         where this assumption is no longer valid.
19964 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
19966         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
19967         Replace "jmp L(pseudo_end)" with "ret".
19968         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
19969         Likewise.
19971 2012-05-23  Andreas Jaeger  <aj@suse.de>
19973         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
19974         * sysdeps/unix/sysv/linux/poll.c: Remove file.
19976 2012-05-23  Andreas Jaeger  <aj@suse.de>
19977             Maximilian Attems  <max@stro.at>
19979         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
19980         New macros.
19982 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
19984         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
19985         code so that pseudo_end is just ret and the stack pointer is
19986         correct also for static library in error case.
19988 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
19990         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
19991         move to syscalls.list.
19992         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
19993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
19994         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
19995         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
19997         * manual/install.texi (Running make install): Do not mention Linux
19998         kernel version for which pt_chown is not needed.
19999         (Linux): Do not mention problems with nscd with 2.0 kernels.
20000         * INSTALL: Regenerated.
20002 2012-05-23  Andreas Jaeger  <aj@suse.de>
20004         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
20005         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
20006         macro.
20007         * sysdeps/unix/sysv/linux/s390/bits/mman.h
20008         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
20009         * sysdeps/unix/sysv/linux/sh/bits/mman.h
20010         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
20011         * sysdeps/unix/sysv/linux/i386/bits/mman.h
20012         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
20013         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
20014         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
20015         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
20016         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
20017         * sysdeps/unix/sysv/linux/bits/in.h
20018         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
20020 2012-05-22  Roland McGrath  <roland@hack.frob.com>
20022         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
20023         (PREPARE_VERSION): Just use assert instead, it will be elided
20024         under [NDEBUG] anyway.
20026 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
20028         * sysdeps/unix/sysv/linux/Makefile: Include
20029         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
20030         (sysdep_routines): Remove sysctl.
20031         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
20032         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
20033         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
20034         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
20035         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
20037 2012-05-22  Andreas Jaeger  <aj@suse.de>
20039         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
20040         that pseudo_end is just ret and the stack pointer is correct also
20041         for static library in error case.
20043 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
20045         [BZ #14122]
20046         * nss/nsswitch.c (defconfig_entries): New variable.
20047         (__nss_database_lookup): Don't leak defconfig entries.
20048         (nss_parse_service_list): Don't leak on error paths.
20049         (free_database_entries): New function.
20050         (free_defconfig): New function.
20051         (free_mem): Move common code to free_database_entries.
20053 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
20055         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
20056         Add arch_prctl.
20057         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
20059         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
20060         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
20061         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
20062         New macro.
20063         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
20064         (INTERNAL_SYSCALL_TYPES): Likewise.
20065         (LOAD_ARGS_TYPES_[1-6]): Likewise.
20066         (LOAD_REGS_TYPES_[1-6]): Likewise.
20067         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
20068         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
20070 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20072         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
20073         copysignl for GLIBC_2_0.
20074         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
20075         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
20076         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
20077         logbl for GLIBC_2_0.
20078         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
20079         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
20081 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
20083         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
20084         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
20086         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
20087         Use "neg %eax".
20089         * time/mktime.c: Update copyright years.
20091 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
20093         mktime: merge comment-quoting-style change from gnulib
20094         * time/mktime.c: Quote 'like this' in comments.
20095         The GNU coding standards suggest that we no longer quote `like this',
20096         as "`" and "'" are typically rendered asymmetrically nowadays.
20097         The typical gnulib style is to quote 'like this' when quoting
20098         code, and "like this" when quoting English.
20100         * time/mktime.c (compile-command): Add "-I.".
20102         mktime: merge mktime-internal.h change from gnulib
20103         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
20105         mktime: merge time_r change from gnulib
20106         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
20108         mktime: merge DEBUG change from gnulib
20109         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
20110         case system <time.h> has a #define.
20112         mktime: merge <sys/types.h> change from gnulib
20113         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
20114         since <time.t> is now guaranteed to define time_t.
20116         mktime: merge HAVE_CONFIG_H change from gnulib
20117         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
20119 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
20121         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
20122         Use "neg %eax".
20124         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
20125         __rlim_t cast.
20126         (struct rusage): Use anonymous union to pad each field to
20127         __syscall_slong_t.
20129 2012-05-21  David S. Miller  <davem@davemloft.net>
20131         * Makefules (o-iterator): Remove .s cases.
20132         (compile-command.s): Delete.
20133         (COMPILE.s): Delete.
20134         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
20136 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
20138         * configure.in (libc_cv_predef_stack_protector): Only consider
20139         "foobar" and "__stack_chk_fail" lines in libc_undefs.
20140         * configure: Regenerated.
20142 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
20144         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
20145         New macro.  Use R*LP on int and pointer.
20146         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
20147         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
20148         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
20149         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
20151         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
20152         [__WORDSIZE_TIME64_COMPAT32] instead of
20153         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
20154         (struct utmp): Likewise.
20155         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
20156         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
20157         Renamed to ...
20158         (__WORDSIZE_TIME64_COMPAT32): This.
20159         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
20160         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
20161         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
20162         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
20163         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
20164         (__WORDSIZE_TIME64_COMPAT32): New macro.
20166 2012-05-21  Andreas Jaeger  <aj@suse.de>
20168         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
20169         only if [SHARED]. Add prototype for __wcschr_ia32.
20171 2012-05-21  Roland McGrath  <roland@hack.frob.com>
20173         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
20174         of %rbp unmolested in the jmp_buf while mangling the low bits.
20175         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
20176         unmolested high bits of %rbp while demangling the low bits.
20177         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
20179 2012-05-21  Andreas Jaeger  <aj@suse.de>
20181         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
20182         * sunrpc/svc_simple.c: Use it for registerrpc.
20183         * sunrpc/xcrypt.c: Use it for passwd2des.
20185         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
20187 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
20189         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
20190         Don't define if [__SYSCALL_WORDSIZE != 32].
20191         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
20192         New macro.
20194 2012-05-21  Bruno Haible  <bruno@clisp.org>
20195             Andreas Jaeger  <aj@suse.de>
20197         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
20198         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
20199         inptr and inend for must_buffer_ch.
20200         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
20201         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
20202         * stdio-common/Makefile (tests): Remove bug15.
20203         (bug15-ENV): Remove macro.
20204         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
20205         anymore.
20207 2012-05-19  Andreas Jaeger  <aj@suse.de>
20208             Roland McGrath  <roland@hack.frob.com>
20210         * manual/contrib.texi: Completely rewritten. It contains now an
20211         alphabetical list of contributors and their contributions.
20213 2012-05-21  Richard Henderson  <rth@twiddle.net>
20215         * misc/getauxval.c (__getauxval): Use unsigned long int.
20216         * misc/sys/auxv.h: Include <sys/cdefs.h>.
20217         (getauxval): Use unsigned long int.
20219 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
20221         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
20223 2012-05-21  Roland McGrath  <roland@hack.frob.com>
20225         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
20226         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
20227         __alignof__ (long double).
20229 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20231         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20233 2012-05-20  Richard Henderson  <rth@twiddle.net>
20235         * misc/getauxval.c: New file.
20236         * misc/sys/auxv.h: New file.
20237         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
20238         (routines): Add getauxval.
20239         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
20240         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
20241         * elf/dl-sysdep.c (_dl_auxv): Remove.
20242         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
20243         * elf/dl-support.c (_dl_auxv): New variable.
20244         (_dl_aux_init): Initialize it.
20245         * manual/startup.texi (Auxiliary Vector): New node.
20246         * sysdeps/generic/bits/hwcap.h: New file.
20247         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
20248         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
20249         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
20250         * sysdeps/sparc/sysdep.h: ... here.  Include it.
20251         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
20252         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
20253         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
20254         Update.
20255         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
20256         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
20257         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
20258         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
20259         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
20260         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
20261         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
20262         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
20264 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20266         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20268 2012-05-19  David S. Miller  <davem@davemloft.net>
20270         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20272 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
20274         [BZ #14123]
20275         * math/s_ccosh.c: Include <float.h>
20276         (__ccosh): Avoid internal overflow calculating sinh and cosh
20277         values before multiplying by sin and cos values.
20278         * math/s_ccoshf.c: Likewise.
20279         * math/s_ccoshl.c: Likewise.
20280         * math/s_csin.c: Likewise.
20281         * math/s_csinf.c: Likewise.
20282         * math/s_csinl.c: Likewise.
20283         * math/s_csinh.c: Likewise.
20284         * math/s_csinhf.c: Likewise.
20285         * math/s_csinhl.c: Likewise.
20286         * math/libm-test.inc (ccos_test): Add more tests.
20287         (ccosh_test): Likewise.
20288         (csin_test): Likewise.
20289         (csinh_test): Likewise.
20290         * sysdeps/i386/fpu/libm-test-ulps: Update.
20291         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20293 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
20295         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
20296         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
20298         * sysdeps/x86_64/x32/_itoa.h: Add comment.
20300 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
20302         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
20303         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
20304         * sysdeps/powerpc/soft-fp/Versions: Likewise.
20305         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
20306         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
20307         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
20308         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
20309         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
20310         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
20311         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
20312         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
20313         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
20314         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
20315         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
20316         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
20317         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
20318         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
20319         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
20320         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
20321         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
20322         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
20323         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
20324         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
20325         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
20326         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
20327         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
20328         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
20329         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
20330         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
20331         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
20332         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
20334 2012-05-18  Andreas Jaeger  <aj@suse.de>
20336         * csu/.gitignore: Delete.
20338 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
20340         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
20341         (timex): Use __syscall_slong_t.
20343 2012-05-18  Andreas Jaeger  <aj@suse.de>
20344             Carlos O'Donell  <carlos_odonell@mentor.com>
20346         * manual/install.texi (Configuring and compiling): Update
20347         description about files modified in the source directory.
20348         * INSTALL: Regenerated.
20350 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
20352         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
20353         value.  Use "or" to set return value to -1.
20354         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
20355         negate return value.
20357 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
20359         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c,
20360         CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
20361         failure if the compiler has Graphite support disabled.
20362         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
20363         Likewise.
20364         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c,
20365         CFLAGS-memmove.c): Likewise.
20366         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
20367         Likewise.
20369 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
20371         * sysdeps/x86_64/x32/_itoa.h: New file.
20373         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
20374         getdents system call only if kernel and user dirents have the
20375         same d_ino and d_off.
20377         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
20378         LLONG_MAX != LONG_MAX.
20379         (_itoa_word): Use _ITOA_WORD_TYPE on value.
20380         (_fitoa_word): Likewise.
20382         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
20383         years.
20384         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
20385         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
20386         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
20388         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
20389         include <bits/wordsize.h>.  Check __x86_64__ instead of
20390         __WORDSIZE.
20391         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
20392         if __x86_64__ is defined.  Use anonymous union on fpstate.
20394         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
20395         anonymous union.
20397 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
20399         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
20400         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
20401         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
20402         Refer to _rtld_local_ro instead of _rtld_global_ro.
20403         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
20404         Likewise.
20405         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
20406         Likewise.
20407         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
20408         Likewise.
20409         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
20410         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
20411         of _rtld_global, and rtld_progname instead of _dl_argv[0].
20413         * sysdeps/powerpc/powerpc32/dl-machine.c
20414         (__elf_machine_runtime_setup) [PROF]: Don't reference
20415         _dl_prof_resolve.
20417 2012-05-18  Andreas Jaeger  <aj@suse.de>
20419         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
20420         function only available for GCCs before 3.4 since GCC 3.4
20421         introduced a builtin.
20422         (lrint): Likewise.
20423         (llrintf): Likewise.
20424         (llrint): Likewise.
20425         (fmaxf): Likewise.
20426         (fmax): Likewise.
20427         (fminf): Likewise.
20428         (fmin): Likewise.
20429         (rint): Likewise.
20430         (rintf): Likewise.
20431         (nearbyint): Likewise.
20432         (nearbyintf): Likewise.
20433         (ceil): Likewise.
20434         (ceilf): Likewise.
20435         (floor): Likewise.
20436         (floorf): Likewise.
20438 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
20440         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
20441         on both fields and cast pointer to __syscall_ulong_t.
20443         * bits/types.h (__fsword_t): New type.
20444         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
20445         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
20446         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
20447         (__FSWORD_T_TYPE): Likewise.
20448         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
20449         (__FSWORD_T_TYPE): Likewise.
20450         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
20451         (__FSWORD_T_TYPE): Likewise.
20452         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
20453         (__FSWORD_T_TYPE): Likewise.
20454         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
20455         __SWORD_TYPE with __fsword_t.
20456         (statfs64): Likewise.
20458 2012-05-17  David S. Miller  <davem@davemloft.net>
20460         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
20462 2012-05-17  Andreas Jaeger  <aj@suse.de>
20464         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
20465         warning.
20467 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
20469         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
20471 2012-05-17  Andreas Jaeger  <aj@suse.de>
20473         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
20474         when it is used.
20476 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
20478         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
20480 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
20482         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
20483         * sysdeps/x86_64/tst-mallocalign1.c: New file.
20485 2012-05-17  Andreas Jaeger  <aj@suse.de>
20486             Carlos O'Donell  <carlos_odonell@mentor.com>
20488         [BZ #14059]
20489         * sysdeps/x86_64/multiarch/init-arch.h
20490         (bit_YMM_Usable): Rename to...
20491         (bit_AVX_Usable): ... this.
20492         (bit_FMA4_Usable): New macro.
20493         (bit_XMM_state): New macro.
20494         (bit_YMM_state): New macro.
20495         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
20496         [__ASSEMBLER__] (index_AVX_Usable): ... this.
20497         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
20498         (CPUID_OSXSAVE): New macro.
20499         (CPUID_AVX): New macro.
20500         (CPUID_FMA4): New macro.
20501         (index_YMM_Usable): Rename to...
20502         (index_AVX_Usable): ... this.
20503         (HAS_AVX): Use HAS_ARCH_FEATURE.
20504         (HAS_FMA4): Likewise.
20505         (HAS_YMM_USABLE): Remove.
20506         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
20507         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
20508         are present.
20509         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
20510         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
20511         * sysdeps/x86_64/multiarch/Makefile: Likewise.
20512         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
20513         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
20515 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
20517         * math/libm-test.c: Support platforms without multiple rounding modes.
20518         * math/bug-nextafter.c: Support platforms without FP exceptions.
20519         * math/bug-nexttoward.c: Likewise.
20520         * math/test-fenv.c: Likewise.
20521         * math/test-misc.c: Likewise.
20522         * stdlib/bug-getcontext.c: Likewise.
20524 2012-05-17  Andreas Jaeger  <aj@suse.de>
20526         * manual/examples/search.c (critter_cmp): Change signature to
20527         avoid warnings.
20528         * manual/string.texi (Collation Functions): Likewise.
20530 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
20532         * bits/types.h: Fold copyright years.
20533         * bits/typesizes.h: Likewise.
20534         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
20535         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
20536         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
20537         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
20538         * time/time.h: Likewise.
20540 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
20542         [BZ #208]
20543         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
20544         in instead of returning them.  Return void.
20545         (__libc_mallinfo): Accumulate over all arenas.
20546         (__malloc_stats): Adjust for change in int_mallinfo interface.
20548 2012-05-16  Roland McGrath  <roland@hack.frob.com>
20550         [BZ #10375]
20551         * configure.in (NM): Add AC_CHECK_TOOL for it.
20552         (libc_extra_cflags): New substituted variable.
20553         Check for -fstack-protector being used implicitly.
20554         * configure: Regenerated.
20555         * config.make.in (config-extra-cflags): New variable,
20556         gets @libc_extra_cflags@.
20557         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
20559         [BZ #10375]
20560         * configure.in: Check for _FORTIFY_SOURCE being predefined.
20561         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
20562         * configure: Regenerated.
20563         * config.make.in (CPPUNDEFS): New substituted variable.
20564         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
20565         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
20566         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
20568 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
20570         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
20571         (mq_attr): Use __syscall_slong_t.
20573 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
20575         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
20576         Check __x86_64__ instead of __WORDSIZE.
20577         (_STAT_VER_LINUX): Likewise.
20578         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
20579         __syscall_ulong_t and __syscall_slong_t.
20580         (stat64): Likewise.
20582 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
20584         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
20586 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
20588         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
20590 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
20592         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
20593         __syscall_ulong_t.
20595         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
20596         include <bits/wordsize.h>.  Check __x86_64__ instead of
20597         __WORDSIZE.
20598         (greg_t): Use "__extension__ long long int" if __x86_64__ is
20599         defined.
20600         (mcontext_t): Replace "unsigned long" with "unsigned long long".
20602         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
20603         include <bits/wordsize.h>.  Check __x86_64__ instead of
20604         __WORDSIZE.
20605         (user_regs_struct): Use "__extension__ unsigned long long"
20606         instead of "unsigned long" if __x86_64__ is defined.
20607         (user): Likewise.  Pad after pointer field if __ILP32__ is
20608         defined.
20610 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
20612         * configure.in (makeinfo): Require version 4.5 or later.  Allow
20613         versions 5 to 9.
20614         * configure: Regenerated.
20615         * manual/install.texi (texinfo): Increase version requirement to
20616         4.5 or later.
20617         * INSTALL: Regenerated.
20619         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
20621 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
20623         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
20625         * sysdeps/x86_64/x32/ffs.c: New file.
20627         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
20628         __syscall_ulong_t.
20629         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
20630         defined.  Use __syscall_ulong_t.
20631         (shminfo): Use __syscall_ulong_t.
20632         (shm_info): Likewise.
20634         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
20635         __syscall_ulong_t.
20637         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
20638         <bits/wordsize.h>.
20639         (msgqnum_t): Use __syscall_ulong_t.
20640         (msglen_t): Likewise.
20641         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
20642         __syscall_ulong_t.
20644         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
20645         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
20647         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
20649         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
20650         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
20652         * sysvipc/sys/msg.h (msgbuf): Replace long int with
20653         __syscall_slong_t.
20655         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
20656         include <bits/wordsize.h>.  Check __x86_64__ instead of
20657         __WORDSIZE.
20659         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
20660         "unsigned long long int" if __x86_64__ is defined.
20661         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
20663         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
20664         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
20665         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
20667         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
20668         <stdint.h>.
20669         (GET_PC): Cast to uintptr_t first.
20670         (GET_FRAME): Likewise.
20671         (GET_STACK): Likewise.
20673         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
20674         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
20675         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
20676         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
20677         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
20678         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
20679         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
20680         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
20681         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
20682         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
20683         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
20684         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
20685         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
20686         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
20687         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
20688         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
20689         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
20690         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
20691         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
20692         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
20693         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
20694         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
20695         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
20696         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
20697         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
20698         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
20699         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
20700         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
20701         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
20703 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
20705         * Makerules (+depfiles): Also collect depfiles from .oS in
20706         $(extra-objs).
20707         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
20708         .oS, $(libnldbl-routines)).
20710         * Makerules (native-compile-mkdep-flags): Define.
20711         * sunrpc/Makefile (extra-objs): Add $(addprefix
20712         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
20713         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
20714         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
20715         calling $(make-target-directory).
20717 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
20719         * bits/types.h (__snseconds_t): Removed.
20720         * time/time.h (struct timespec): Replace __snseconds_t with
20721         __syscall_slong_t.
20722         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
20723         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
20724         Likewise.
20725         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
20726         (__SNSECONDS_T_TYPE): Likewise.
20727         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
20728         (__SNSECONDS_T_TYPE): Likewise.
20729         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
20730         (__SNSECONDS_T_TYPE): Likewise.
20732 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
20734         * sysdeps/mach/hurd/bits/typesizes.h
20735         (__SYSCALL_SLONG_TYPE): New macro.
20736         (__SYSCALL_ULONG_TYPE): Likewise.
20738 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
20740         * bits/types.h (__syscall_slong_t): New type.
20741         (__syscall_ulong_t): Likewise.
20743         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
20744         (__SYSCALL_ULONG_TYPE): Likewise.
20745         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
20746         (__SYSCALL_SLONG_TYPE): Likewise.
20747         (__SYSCALL_ULONG_TYPE): Likewise.
20748         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
20749         (__SYSCALL_SLONG_TYPE): Likewise.
20750         (__SYSCALL_ULONG_TYPE): Likewise.
20751         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
20752         (__SYSCALL_SLONG_TYPE): Likewise.
20753         (__SYSCALL_ULONG_TYPE): Likewise.
20755 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
20757         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
20758         Add sigaltstack-offsets.sym.
20759         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
20760         <sigaltstack-offsets.h>.
20761         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
20762         longjmp_msg pointer.
20763         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
20764         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
20765         signal stack.
20766         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
20768 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
20770         * elf/stackguard-macros.h: Remove file.
20771         * sysdeps/generic/stackguard-macros.h: New file.
20772         * sysdeps/i386/stackguard-macros.h: Likewise.
20773         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
20774         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
20775         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
20776         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
20777         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
20778         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
20779         * sysdeps/x86_64/stackguard-macros.h: Likewise.
20780         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
20781         <elf/stackguard-macros.h>.
20783         [BZ #14109]
20784         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
20785         __aligned__ in attribute.
20786         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
20787         (gregset_t): Likewise.
20789 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
20791         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
20792         * sysdeps/x86_64/64/Implies-after: Here.  New file.
20793         * sysdeps/x86_64/x32/Implies-after: New file.
20795 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
20797         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
20798         and access return value for _dl_profile_fixup.  Use R10_LP to
20799         load frame size.
20801 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
20803         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
20805 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
20807         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
20808         * sysdeps/x86_64/x32/sysdep.h: New file.
20810 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
20812         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
20813         * sysdeps/x86_64/setjmp.S: Likewise.
20815 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20817         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
20818         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
20819         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
20820         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
20821         remove unused global constant.
20823 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
20825         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
20826         include of <not-cancel.h>.
20828 2012-05-15  Roland McGrath  <roland@hack.frob.com>
20830         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
20832 2012-05-15  Jeff Law  <law@redhat.com>
20833             Andreas Jaeger  <aj@suse.de>
20835         [BZ #13594]
20836         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
20837         out from...
20838         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
20839         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
20840         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
20841         code changing __hst_map_handle.map.
20843 2012-05-15  Roland McGrath  <roland@hack.frob.com>
20845         * configure.in (sysnames): Look for Implies-before and Implies-after
20846         files.
20847         * configure: Regenerated.
20849 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
20851         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
20852         8-byte data alignment with LP_SIZE alignment.
20854 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
20856         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
20857         into R10_LP.
20859 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
20861         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
20863 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
20865         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
20866         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
20867         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
20868         Likewise.
20869         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
20871 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
20873         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
20874         (stackinfo_sub_sp): Likewise.
20876 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
20878         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
20879         RAX_LP.
20881 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
20883         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
20884         into R*_LP.
20886 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
20888         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
20889         sizes into R*_LP.
20891 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
20893         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
20895 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
20897         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
20898         into R11_LP and load __x86_64_shared_cache_size_half into
20899         R8_LP.
20901 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
20903         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
20904         R8_LP.
20906 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20908         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
20909         logb for POWER7.
20910         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
20911         logbf for POWER7.
20912         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
20913         logbl for POWER7.
20914         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
20915         powerpc32/power7/fpu/s_logb.c via #include.
20916         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
20917         powerpc32/power7/fpu/s_logbf.c via #include.
20918         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
20919         powerpc32/power7/fpu/s_logbl.c via #include.
20921 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
20923         * README.libm: Remove file.
20925 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
20927         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
20928         count for x32.  Use R*_LP and omit operand-size suffix.
20930 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
20932         * shlib-versions: Move x86_64-.*-linux.* entries to ...
20933         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
20934         * sysdeps/x86_64/x32/shlib-versions: New file.
20936 2012-05-14  Roland McGrath  <roland@hack.frob.com>
20938         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
20939         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
20940         Use _dl_fatal_printf instead.
20942 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
20944         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
20945         set if not set by the user.  Do not allow for being unset.
20946         * sysdeps/unix/sysv/linux/configure: Regenerated.
20948 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
20950         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
20951         the `q' suffix from lea and replace .quad with ASM_ADDR.
20953 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
20955         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
20956         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
20957         instead of $17.
20958         (PTR_DEMANGLE): Likewise.
20960 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
20962         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
20963         (LP_OP): Likewise.
20964         (ASM_ADDR): Likewise.
20965         (RAX_LP): Likewise.
20966         (RBP_LP): Likewise.
20967         (RBX_LP): Likewise.
20968         (RCX_LP): Likewise.
20969         (RDI_LP): Likewise.
20970         (RSI_LP): Likewise.
20971         (RSP_LP): Likewise.
20972         (R8_LP): Likewise.
20973         (R9_LP): Likewise.
20974         (R10_LP): Likewise.
20975         (R10_LP): Likewise.
20976         (R11_LP): Likewise.
20977         (R12_LP): Likewise.
20978         (R13_LP): Likewise.
20979         (R14_LP): Likewise.
20980         (R15_LP): Likewise.
20982 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
20984         * sysdeps/x86_64/x32/dl-machine.h: New file.
20986 2012-05-14  Andreas Jaeger  <aj@suse.de>
20988         * manual/Makefile (subdir): Remove export of subdir.
20989         (all): Remove target.
20990         (.PHONY): Remove all from list.
20991         (mkinstalldirs): Remove.
20992         (.PHONY): Remove installdirs from list.
20993         ($(inst_infodir)/libc.info): Use make-target-directory.
20994         (installdirs): Remove.
20995         (subdir_%): Remove.
20996         (glibc-targets): Remove.
20997         (lib): Remove.
20998         (stubs): Remove.
20999         ($(objpfx)stubs ../po/manual.pot): Remove.
21000         ($(objpfx)stamp%): Remove.
21001         (make-target-directory): Remove.
21002         (subdir_install): Remove.
21003         (routines): Remove.
21004         (aux): Remove.
21005         (sources): Remove.
21006         (objects): Remove.
21007         (headers): Remove.
21009         [BZ #13750]
21010         * manual/.gitignore: Remove, it's not needed anymore.
21011         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
21012         all files in it.
21013         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
21014         directory.
21015         (texis): Renamed to $(objpfx)texis.
21016         (texis-path): New, contains path to generated files.
21017         (chapters.%): Use texis-path for complete path, add extra argument
21018         libc-texinfo.sh.
21019         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
21020         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
21021         (summary,texi, stamp-summary): Use complete path of
21022         files. Generate files in build dir.
21023         (dir-add.texi): Build in build dir.
21024         (libm-err.texi,stamp-libm-err): Likewise.
21025         (version.texi, stamp-version): Likewise.
21026         (.%c.texi): Likewise.
21027         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
21028         (mostlyclean): Remove target.
21029         (realclean): Remove target.
21030         (generated): Add new variable with contents from mostlyclean and
21031         realclean, remove entries duplicated in common-mostlyclean, add
21032         stamp-libm-err and stamp-version.
21033         (generated-dirs): Add libc directory.
21034         ($(inst_infodir)/libc.info): Install files from build dir.
21036         * manual/install.texi (Configuring and compiling): Adjust since
21037         the info files are not part of the tar ball anymore.
21039 2012-05-14  Andreas Jaeger  <aj@suse.de>
21041         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
21042         variable.
21044 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
21046         [BZ #13717]
21047         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
21048         to 2.2.0 where earlier.
21049         * sysdeps/unix/sysv/linux/configure: Regenerated.
21050         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
21051         Remove conditional code.
21052         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
21053         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
21054         Remove conditional code.
21055         [!__NR_lchown]: Likewise.
21056         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
21057         [__NR_lchown]: Likewise.
21058         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
21059         comment referencing __ASSUME_LCHOWN_SYSCALL.
21060         * sysdeps/unix/sysv/linux/i386/sigaction.c
21061         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
21062         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
21063         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
21064         Remove conditional code.
21065         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
21066         (__protocol_available): Remove #if 0 code.
21067         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
21068         conditional code.
21069         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
21070         * sysdeps/unix/sysv/linux/kernel-features.h
21071         (__ASSUME_GETCWD_SYSCALL): Don't define.
21072         (__ASSUME_REALTIME_SIGNALS): Likewise.
21073         (__ASSUME_PREAD_SYSCALL): Likewise.
21074         (__ASSUME_PWRITE_SYSCALL): Likewise.
21075         (__ASSUME_POLL_SYSCALL): Likewise.
21076         (__ASSUME_LCHOWN_SYSCALL): Likewise.
21077         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
21078         non-SPARC.
21079         (__ASSUME_SIOCGIFNAME): Don't define.
21080         (__ASSUME_MSG_NOSIGNAL): Likewise.
21081         (__ASSUME_SENDFILE): Define unconditionally.
21082         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
21083         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
21084         conditional code.
21085         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
21086         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
21087         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
21088         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
21089         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
21090         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
21091         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
21092         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
21093         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
21094         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
21095         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
21096         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
21097         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
21098         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
21099         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
21100         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
21101         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
21102         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
21103         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
21104         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
21105         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
21106         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
21107         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
21108         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
21109         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
21110         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
21111         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
21112         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
21113         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
21114         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
21115         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
21116         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
21117         Remove conditional code.
21118         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
21119         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
21120         Remove conditional code.
21121         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
21122         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
21123         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
21124         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
21125         Remove conditional code.
21126         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
21127         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
21128         Remove conditional code.
21129         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
21130         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
21131         Remove conditional code.
21132         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
21133         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
21134         Remove conditional code.
21135         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
21136         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
21137         Remove conditional code.
21138         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
21139         * sysdeps/unix/sysv/linux/sh/pwrite64.c
21140         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
21141         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
21142         * sysdeps/unix/sysv/linux/sigaction.c
21143         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
21144         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
21145         * sysdeps/unix/sysv/linux/sigpending.c
21146         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
21147         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
21148         * sysdeps/unix/sysv/linux/sigprocmask.c
21149         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
21150         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
21151         * sysdeps/unix/sysv/linux/sigsuspend.c
21152         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
21153         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
21154         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
21155         (__libc_missing_rt_sigs): Remove.
21156         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
21157         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
21158         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
21159         Remove conditional code.
21160         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
21161         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
21162         return 1.
21163         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
21164         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
21165         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
21166         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
21168 2012-05-14  Andreas Jaeger  <aj@suse.de>
21170         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
21171         it's not used in glibc.
21172         (__coshm1): Likewise.
21173         (__acosh1p): Likewise.
21174         (__sgn): Likewise.
21176         * manual/string.texi (Copying and Concatenation): Add missing
21177         variable in concat example.
21178         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
21180 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
21182         [BZ #14103]
21183         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
21184         __builtin_clzl with __builtin_clzll.
21186 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
21188         [BZ #14104]
21189         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
21190         libc_freeres_ptr.
21192 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
21194         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
21195         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
21196         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
21197         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
21199 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
21201         * NEWS: Update ia64 info.
21203 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
21205         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
21206         used as bcopy.
21208 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
21210         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
21211         * sysdeps/unix/syscalls.list (dup3): Likewise.
21212         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
21213         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
21215 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
21217         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
21218         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
21220 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
21222         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
21223         thread pointer.
21224         (TLS_IE): Use mov/add instead of movq/addq to load thread
21225         pointer.
21226         (TLS_GD_PREFIX): New.
21227         (TLS_GD): Use it.
21229 2012-05-11  David S. Miller  <davem@davemloft.net>
21231         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
21232         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
21233         (_FPU_SETCW): Likewise.
21235 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
21237         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
21238         is 32-byte aligned.
21240 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
21242         [BZ #11837]
21243         * iconvdata/gb18030.c: Update tables.
21244         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
21245         characters specially.
21246         (BODY for TO_LOOP): Add encoding of missing ranges.
21248 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
21250         [BZ #13673]
21251         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
21252         * sysdeps/mach/hurd/dup3.c: Likewise.
21253         * sysdeps/mach/hurd/readlinkat.c: Likewise.
21254         * sysdeps/powerpc/memmove.c:: Likewise.
21256 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
21258         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
21259         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
21261 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
21263         * elf/elf.h (R_X86_64_RELATIVE64): New.
21264         (R_X86_64_NUM): Updated.
21265         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
21266         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
21267         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
21268         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
21269         tst-quad1pie tst-quad2pie
21270         (modules-names): Add tst-quadmod1 tst-quadmod2.
21271         ($(objpfx)tst-quad1): New dependency.
21272         ($(objpfx)tst-quad2): Likewise.
21273         ($(objpfx)tst-quad1pie): Likewise.
21274         ($(objpfx)tst-quad2pie): Likewise.
21275         * sysdeps/x86_64/tst-quad1.c: New file.
21276         * sysdeps/x86_64/tst-quad1pie.c: New file.
21277         * sysdeps/x86_64/tst-quad2.c: Likewise.
21278         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
21279         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
21280         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
21281         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
21282         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
21284 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21286         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
21287         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
21288         * streams/stropts.h (t_scalar_t): Define type.
21290         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
21291         (_PATH_PRESERVE): Set to "/var/lib".
21292         (_PATH_RWHODIR): Set to "/var/spool/rwho".
21294         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
21295         instead of int.
21297         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
21298         if __dir_mkfile succeeded.
21300         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
21301         checking for _hurd_dtablesize.  Unlock it right after having
21302         finished _hurd_dtable allocation.
21304 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
21306         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
21307         * sysdeps/mach/hurd/configure: Regenerated.
21308         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
21309         special-casing to...
21310         * sysdeps/gnu/configure.in: ... this new file.
21311         * sysdeps/unix/sysv/linux/configure: Regenerated.
21312         * sysdeps/gnu/configure: New generated file.
21314         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
21315         for Linux: use nsec instead of usec, as well as:
21316         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
21317         members of type struct timespec.
21318         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
21319         New macros.
21320         (struct stat64): Likewise.
21321         (_STATBUF_ST_NSEC): New macro.
21322         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
21324         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
21325         __strtoul_internal rather than strtoul.
21327 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
21329         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
21330         and reject them.
21332 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21334         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
21335         which preserves existing values.
21336         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
21338 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
21340         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
21341         TIMEOUT values.  Return EINVAL for NFDS values either negative or
21342         greater than FD_SETSIZE.
21344 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21346         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
21347         allocated, call __vm_protect to finish enabling the existing space, and
21348         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
21349         allocate the remainder.
21351 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
21353         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
21354         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
21356 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21358         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
21359         sysdeps/mach/hurd/readlink.c.
21361         * posix/tst-sysconf.c (posix_options): Only use
21362         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
21363         _POSIX_SYNCHRONIZED_IO when they are defined
21364         * sysdeps/mach/hurd/bits/posix_opt.h:
21365         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
21366         (_XOPEN_REALTIME): Undefine macro.
21367         (_XOPEN_REALTIME_THREADS): Undefine macro.
21368         (_XOPEN_SHM): Undefine macro.
21369         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
21370         macro to -1.
21371         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
21372         macro to -1.
21373         (_POSIX_ASYNC_IO): Undefine macro.
21374         (_POSIX_PRIORITIZED_IO): Undefine macro.
21375         (_POSIX_SPIN_LOCKS): Define macro to -1.
21377         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
21378         SA_NODEFER, SA_RESETHAND.
21379         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
21380         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
21381         F_DUPFD_CLOEXEC.
21383 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
21385         * elf/Makefile (pldd-modules): Define unconditionally.
21387 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
21389         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
21391 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21393         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
21394         Return ENOENT when name is empty.
21395         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
21397 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
21399         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
21401         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
21403 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21405         Fix mlock in all cases except non-readable pages.
21406         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
21407         instead of VM_PROT_ALL as parameter to __vm_wire function.
21409         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
21410         (__mkdir): When path is `/', just fail with EEXIST.
21411         * sysdeps/mach/hurd/mkdirat.c: Likewise.
21413 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
21415         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
21416         <sys/uio.h> (for writev).
21417         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
21418         and <sys/param.h> (for MIN).
21420 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
21422         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
21423         REQUESTED_TIME.  Properly set the remaining time and return EINTR
21424         if interrupted.
21426 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
21428         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
21429         Depend on against $(link-rpcuserlibs).
21431 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21433         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
21434         (__libc_stack_end): Do not use attribute_relro.
21435         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
21436         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
21437         to libthread-provided value.
21438         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
21439         attribute_relro.
21441 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
21443         [BZ #3748]
21444         * bits/libc-lock.h (__libc_once_get): New macro.
21445         * sysdeps/mach/bits/libc-lock.h: Likewise.
21446         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
21447         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
21448         instead of using implementation details.
21450         * libio/fileops.c: Unconditionally include <kernel-features.h>.
21451         * libio/freopen.c: Likewise.
21452         * libio/freopen64.c: Likewise.
21453         * misc/syslog.c: Likewise.
21454         * nscd/connections.c: Likewise.
21455         * nscd/netgroupcache.c: Likewise.
21456         * sysdeps/posix/getcwd.c: Likewise.
21458 2012-05-10  Roland McGrath  <roland@hack.frob.com>
21460         * math/w_ilogbf.c: Add #include <limits.h>.
21462 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21464         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
21465         path instead of returning without unlocking.
21467         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
21468         immediate-write ioctls.
21469         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
21471 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
21473         * sysdeps/mach/hurd/i386/init-first.c (init): Use
21474         __builtin_frame_address instead of making assumptions about the
21475         location of the return address relative to DATA.  Force early load of
21476         the return address.
21477         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
21478         __builtin_frame_address.
21480         dup3 for GNU Hurd.
21481         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
21482         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
21483         implement dup3 and do some further code clean-ups.
21484         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
21485         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
21487 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21489         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
21491         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
21492         HURD_CRITICAL_END around holding _hurd_dtable_lock.
21493         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
21494         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
21495         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
21496         d->port.lock.
21498         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
21499         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
21500         when handler == SIG_ERR, not when handler != SIG_ERR.
21502 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
21504         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
21505         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
21506         definitions.
21508         accept4 for GNU Hurd.
21509         * include/sys/socket.h (__libc_accept4): New prototype.
21510         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
21511         to implement __libc_accept4.
21512         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
21513         __libc_accept4.
21514         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
21516         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
21517         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
21518         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
21519         signal-defines.sym.
21521 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21523         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
21525 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
21527         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
21528         assertion on O_CLOEXEC flag.
21529         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
21530         * hurd/intern-fd.c: Likewise.
21531         * hurd/port2fd.c: Likewise.
21533 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21535         [BZ #3906]
21536         * bits/in.h (IPV6_PKTINFO): Define new macro.
21537         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
21539 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21541         [BZ #13954]
21542         [BZ #13955]
21543         [BZ #13956]
21544         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
21545         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
21546         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
21547         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
21548         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
21549         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
21550         * math/libm-test.inc (logb_test) : Additional logb tests.
21552 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
21553             Andreas Jaeger  <aj@suse.de>
21555         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
21556         * configure: Regenerated.
21557         * config.h.in (LINK_OBSOLETE_RPC): New macro.
21558         * config.make.in (link-obsolete-rpc): New substituted variable.
21559         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
21560         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
21561         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
21562         (shared-only-routines): Don't set it under [link-obsolete-rpc],
21563         so that libc.a contains the symbols.
21564         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
21565         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
21566         * sunrpc/auth_none.c: Likewise.
21567         * sunrpc/auth_unix.c: Likewise.
21568         * sunrpc/authdes_prot.c: Likewise.
21569         * sunrpc/authuxprot.c: Likewise.
21570         * sunrpc/clnt_gen.c: Likewise.
21571         * sunrpc/clnt_perr.c: Likewise.
21572         * sunrpc/clnt_raw.c: Likewise.
21573         * sunrpc/clnt_simp.c: Likewise.
21574         * sunrpc/clnt_tcp.c: Likewise.
21575         * sunrpc/clnt_udp.c: Likewise.
21576         * sunrpc/clnt_unix.c: Likewise.
21577         * sunrpc/des_crypt.c: Likewise.
21578         * sunrpc/des_soft.c: Likewise.
21579         * sunrpc/get_myaddr.c: Likewise.
21580         * sunrpc/key_call.c: Likewise.
21581         * sunrpc/key_prot.c: Likewise.
21582         * sunrpc/netname.c: Likewise.
21583         * sunrpc/pm_getmaps.c: Likewise.
21584         * sunrpc/pm_getport.c: Likewise.
21585         * sunrpc/pmap_clnt.c: Likewise.
21586         * sunrpc/pmap_prot.c: Likewise.
21587         * sunrpc/pmap_prot2.c: Likewise.
21588         * sunrpc/pmap_rmt.c: Likewise.
21589         * sunrpc/publickey.c: Likewise.
21590         * sunrpc/rpc_cmsg.c: Likewise.
21591         * sunrpc/rpc_common.c: Likewise.
21592         * sunrpc/rpc_dtable.c: Likewise.
21593         * sunrpc/rpc_prot.c: Likewise.
21594         * sunrpc/rpc_thread.c: Likewise.
21595         * sunrpc/rtime.c: Likewise.
21596         * sunrpc/svc.c: Likewise.
21597         * sunrpc/svc_auth.c: Likewise.
21598         * sunrpc/svc_raw.c: Likewise.
21599         * sunrpc/svc_run.c: Likewise.
21600         * sunrpc/svc_tcp.c: Likewise.
21601         * sunrpc/svc_udp.c: Likewise.
21602         * sunrpc/svc_unix.c: Likewise.
21603         * sunrpc/svcauth_des.c: Likewise.
21604         * sunrpc/xcrypt.c: Likewise.
21605         * sunrpc/xdr.c: Likewise.
21606         * sunrpc/xdr_array.c: Likewise.
21607         * sunrpc/xdr_float.c: Likewise.
21608         * sunrpc/xdr_intXX_t.c: Likewise.
21609         * sunrpc/xdr_mem.c: Likewise.
21610         * sunrpc/xdr_rec.c: Likewise.
21611         * sunrpc/xdr_ref.c: Likewise.
21612         * sunrpc/xdr_sizeof.c: Likewise.
21613         * sunrpc/xdr_stdio.c: Likewise.
21615 2012-05-10  Roland McGrath  <roland@hack.frob.com>
21617         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
21618         change.  Update copyright years.
21620 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
21622         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
21624 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
21625             Joseph Myers  <joseph@codesourcery.com>
21626             Paul Pluzhnikov  <ppluzhnikov@google.com>
21628         [BZ #14012]
21629         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
21630         requiring rpcgen.
21631         [cross-compiling] (extra-libs): Likewise.
21632         [cross-compiling] (extra-libs-others): Likewise.
21633         [cross-compiling] (librpcsvc-routines): Likewise.
21634         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
21635         [cross-compiling] (omit-deps): Likewise.
21636         (sunrpc-CPPFLAGS): New variable.
21637         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
21638         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
21639         (cross-rpcgen-objs): New variable.
21640         (extra-objs): Append $(cross-rpcgen-objs).
21641         ($(cross-rpcgen-objs)): New rule.
21642         ($(objpfx)cross-rpcgen): Likewise.
21643         (rpcgen-cmd): Define to use $(built-program-file).  Expand
21644         comment.
21645         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
21646         ($(objpfx)x%.stmp): Likewise.
21647         * sunrpc/proto.h [IS_IN_build] (_): Define.
21648         [IS_IN_build] (_libc_intl_domainname): Likewise.
21650 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
21652         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
21653         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
21654         and R_X86_64_TPOFF64.
21656 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
21658         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
21659         sysdeps/unix/sysv/syscalls.list.
21660         (stime): Likewise.
21661         (utime): Likewise.
21662         * sysdeps/unix/sysv/syscalls.list: Remove file.
21664 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
21666         [BZ #3440]
21667         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
21668         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
21669         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
21670         (__LC_IDENTIFICATION): Make these macros useful in #if
21671         expressions, as required by C99.
21673 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
21675         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
21676         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
21677         after this.
21679 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
21681         * stdlib/longlong.h: Updated from GCC.
21683 2012-05-09  Andreas Jaeger  <aj@suse.de>
21685         * nscd/nscd.c (run_modes): Make named enum, reorder so that
21686         default is first entry.
21687         (run_mode): Set type.
21688         (main): Remove informal message about syslog.
21689         (options): Fix typo.
21691         [BZ #14053]
21692         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
21693         to asm.
21694         (lrint): Likewise.
21695         (llrintf): Likewise.
21696         (llrint): Likewise.
21697         (rint): Likewise.
21698         (rintf): Likewise.
21699         (nearbyint): Likewise.
21700         (nearbyintf): Likewise.
21702 2012-05-09  Andreas Jaeger  <aj@suse.de>
21703             Pedro Alves  <palves@redhat.com>
21705         * nscd/nscd.c (run_mode): Use enum.
21706         (main): Cleanup coding style issue.
21708 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
21709             Andreas Jaeger  <aj@suse.de>
21711         * nscd/nscd.c (go_background): Replaced with...
21712         (run_mode): ... this.
21713         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
21714         (options): Add -F --foreground.
21715         (main): Implement it.
21716         (parse_opt): Parse it.
21718 2012-05-09  Andreas Jaeger  <aj@suse.de>
21720         [BZ #14083]
21721         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
21722         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
21723         -Wconversion warning.
21724         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
21725         Likewise.
21727 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
21729         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
21730         == 0.
21731         (LC_ALL): Use macro-int-constant.
21732         (LC_COLLATE): Likewise.
21733         (LC_CTYPE): Likewise.
21734         (LC_MESSAGES): Likewise.
21735         (LC_MONETARY): Likewise.
21736         (LC_NUMERIC): Likewise.
21737         (LC_TIME): Likewise.
21738         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
21739         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
21740         [ISO || ISO99 || ISO11] (*_t): Do not allow.
21741         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
21742         Specify type.
21743         [C99-based standards] (float_t): Expect type.
21744         [C99-based standards] (double_t): Expect type.
21745         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
21746         type.
21747         [C99-based standards] (HUGE_VALL): Likewise.
21748         [C99-based standards] (INFINITY): Likewise.
21749         [C99-based standards] (NAN): Likewise.
21750         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
21751         [C99-based standards] (FP_NAN): Likewise.
21752         [C99-based standards] (FP_NORMAL): Likewise.
21753         [C99-based standards] (FP_SUBNORMAL): Likewise.
21754         [C99-based standards] (FP_ZERO): Likewise.
21755         [C99-based standards] (FP_FAST_FMA): Use
21756         optional-macro-int-constant.  Specify type.  Require == 1.
21757         [C99-based standards] (FP_FAST_FMAF): Likewise.
21758         [C99-based standards] (FP_FAST_FMAL): Likewise.
21759         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
21760         [C99-based standards] (FP_ILOGBNAN): Likewise.
21761         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
21762         Specify type.
21763         [C99-based standards] (MATH_ERREXCEPT): Likewise.
21764         [C99-based standards] (math_errhandling): Specify type.
21765         [ISO99 || ISO11] (signgam): Do not allow.
21766         [non-C99-based standards] (copysignf): Do not allow.
21767         [non-C99-based standards] (exp2f): Likewise.
21768         [non-C99-based standards] (log2f): Likewise.
21769         [non-C99-based standards] (modff): Allow.
21770         [non-C99-based standards] (erff): Do not allow.
21771         [non-C99-based standards] (erfcf): Likewise.
21772         [non-C99-based standards] (gammaf): Likewise.
21773         [non-C99-based standards] (hypotf): Likewise.
21774         [non-C99-based standards] (j0f): Likewise.
21775         [non-C99-based standards] (j1f): Likewise.
21776         [non-C99-based standards] (jnf): Likewise.
21777         [non-C99-based standards] (lgammaf): Likewise.
21778         [non-C99-based standards] (tgammaf): Likewise.
21779         [non-C99-based standards] (y0f): Likewise.
21780         [non-C99-based standards] (y1f): Likewise.
21781         [non-C99-based standards] (ynf): Likewise.
21782         [non-C99-based standards] (isnanf): Likewise.
21783         [non-C99-based standards] (acoshf): Likewise.
21784         [non-C99-based standards] (asinhf): Likewise.
21785         [non-C99-based standards] (atanhf): Likewise.
21786         [non-C99-based standards] (cbrtf): Likewise.
21787         [non-C99-based standards] (expm1f): Likewise.
21788         [non-C99-based standards] (ilogbf): Likewise.
21789         [non-C99-based standards] (log1pf): Likewise.
21790         [non-C99-based standards] (logbf): Likewise.
21791         [non-C99-based standards] (nextafterf): Likewise.
21792         [non-C99-based standards] (remainderf): Likewise.
21793         [non-C99-based standards] (rintf): Likewise.
21794         [non-C99-based standards] (scalbf): Likewise.
21795         [non-C99-based standards] (copysignl): Likewise.
21796         [non-C99-based standards] (exp2l): Likewise.
21797         [non-C99-based standards] (log2l): Likewise.
21798         [non-C99-based standards] (modfl): Allow.
21799         [non-C99-based standards] (erfl): Do not allow.
21800         [non-C99-based standards] (erfcl): Likewise.
21801         [non-C99-based standards] (gammal): Likewise.
21802         [non-C99-based standards] (hypotl): Likewise.
21803         [non-C99-based standards] (j0l): Likewise.
21804         [non-C99-based standards] (j1l): Likewise.
21805         [non-C99-based standards] (jnl): Likewise.
21806         [non-C99-based standards] (lgammal): Likewise.
21807         [non-C99-based standards] (tgammal): Likewise.
21808         [non-C99-based standards] (y0l): Likewise.
21809         [non-C99-based standards] (y1l): Likewise.
21810         [non-C99-based standards] (ynl): Likewise.
21811         [non-C99-based standards] (isnanl): Likewise.
21812         [non-C99-based standards] (acoshl): Likewise.
21813         [non-C99-based standards] (asinhl): Likewise.
21814         [non-C99-based standards] (atanhl): Likewise.
21815         [non-C99-based standards] (cbrtl): Likewise.
21816         [non-C99-based standards] (expm1l): Likewise.
21817         [non-C99-based standards] (ilogbl): Likewise.
21818         [non-C99-based standards] (log1pl): Likewise.
21819         [non-C99-based standards] (logbl): Likewise.
21820         [non-C99-based standards] (nextafterl): Likewise.
21821         [non-C99-based standards] (remainderl): Likewise.
21822         [non-C99-based standards] (rintl): Likewise.
21823         [non-C99-based standards] (scalbl): Likewise.
21824         [ISO || ISO99 || ISO11] (*_t): Do not allow.
21825         [non-C99-based standards] (FP_*): Do not allow.
21826         [C99-based standards] (FP_*): Change to
21827         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
21828         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
21829         allow.
21830         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
21831         (SIG_ERR): Likewise.
21832         [X/Open-based standards] (SIG_HOLD): Likewise.
21833         (SIG_IGN): Likewise.
21834         (SIGABRT): Use macro-int-constant.  Specify type.  Require
21835         positive value.
21836         (SIGFPE): Likewise.
21837         (SIGILL): Likewise.
21838         (SIGINT): Likewise.
21839         (SIGSEGV): Likewise.
21840         (SIGTER): Likewise.
21841         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
21842         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
21843         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
21844         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
21845         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
21846         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
21847         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
21848         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
21849         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
21850         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
21851         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
21852         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
21853         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
21854         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
21855         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
21856         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
21857         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
21858         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
21859         [X/Open-based standards] (SIGTRAP): Likewise.
21860         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
21861         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
21862         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
21863         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
21864         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
21865         allow.
21867 2012-05-08  Ian Wienand  <ianw@vmware.com>
21869         [BZ #14080]
21870         * time/tzset.c (__tzset_parse_tz): Update default rules for
21871         daylight time changes in the Energy Policy Act of 2005.
21873 2012-05-09  Andreas Jaeger  <aj@suse.de>
21875         [BZ #13983]
21876         * elf/ldconfig.c (parse_conf): Change string to make clear that
21877         ldconfig only issued a warning if ld.so.conf does not exist.
21879 2012-05-08  David S. Miller  <davem@davemloft.net>
21881         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
21882         movxtod instead of popping the value on the stack.
21884         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21886 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
21888         * config.h.in: Add HAVE_ARM_PCS_VFP.
21890 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
21892         [BZ #13979]
21893         * include/features.h: Warn if user requests __FORTIFY_SOURCE
21894         checking but the checks are disabled for any reason.
21896 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
21898         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
21899         and ELF64_R_TYPE with ELFW(R_TYPE).
21901 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
21903         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
21904         (ulimit): Likewise.
21906         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
21907         (settimeofday): Likewise.
21909 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
21911         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
21912         a struct th_u2 inside the union, and move tu_block/tu_code into
21913         a new th_u3 union of tu_block/tu_code inside of that.  Move
21914         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
21915         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
21916         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
21917         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
21918         (th_stuff): Change to th_u1.tu_stuff.
21919         (th_data): Define.
21920         (th_msg): Change to th_u1.th_u2.tu_data.
21922 2012-05-07  David S. Miller  <davem@davemloft.net>
21924         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21926         [BZ #14074]
21927         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
21928         (SETUP_PIC_REG): Use it.
21929         (SETUP_PIC_REG_LEAF): Use it.
21931 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
21933         [BZ #13885]
21934         [BZ #13923]
21935         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
21936         USE_AS_EXPM1L.
21937         (EXPL_FINITE): Likewise.
21938         (FLDLOG): Likewise.
21939         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
21940         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
21941         e_expl.S.
21942         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
21943         USE_AS_EXPM1L.
21944         (EXPL_FINITE): Likewise.
21945         (FLDLOG): Likewise.
21946         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
21947         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
21948         e_expl.S.
21949         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
21950         test of -max_value argument for long double.
21951         * sysdeps/i386/fpu/libm-test-ulps: Update.
21952         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21954 2012-05-06  David S. Miller  <davem@davemloft.net>
21956         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
21957         quad soft-float symbols whose references which are compiler
21958         generated.
21959         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
21961 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
21963         [BZ #13884]
21964         [BZ #13914]
21965         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
21966         USE_AS_EXP10L.
21967         (EXPL_FINITE): Likewise.
21968         (FLDLOG): Likewise.
21969         (c0): Likewise.
21970         (c1): Likewise.
21971         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
21972         Adjust comments for base varying.
21973         (__expl_finite): Change alias to EXPL_FINITE.
21974         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
21975         e_expl.S.
21976         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
21977         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
21978         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
21979         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
21980         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
21981         USE_AS_EXP10L.
21982         (EXPL_FINITE): Likewise.
21983         (FLDLOG): Likewise.
21984         (c0): Likewise.
21985         (c1): Likewise.
21986         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
21987         Adjust comments for base varying.
21988         (__expl_finite): Change alias to EXPL_FINITE.
21989         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
21990         tests for bugs.
21991         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
21993         [BZ #14064]
21994         * math/libm-test.inc (check_float_internal): Correct ulp
21995         calculation for subnormal expected results.
21997 2012-05-06  Andreas Jaeger  <aj@suse.de>
21999         * Makeconfig (+math-flags): New, set to -frounding-math.
22000         (+cflags): Add +math-flags so that all of glibc gets compiled with
22001         it.
22003         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
22005 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
22007         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
22008         Disable one test.
22010         [BZ #13787]
22011         [BZ #13922]
22012         [BZ #14036]
22013         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
22014         (__ieee754_expl): Allow for and saturate large arguments.
22015         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
22016         (u_threshold): Likewise.
22017         (__exp): Call __ieee754_exp before checking for overflow and
22018         underflow.
22019         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
22020         (u_threshold): Likewise.
22021         (__expf): Call __ieee754_expf before checking for overflow and
22022         underflow.
22023         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
22024         (u_threshold): Likewise.
22025         (__expl): Call __ieee754_expl before checking for overflow and
22026         underflow.
22027         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
22028         (__ieee754_expl): Allow for and saturate large arguments.
22029         * math/libm-test.inc (exp_test): Add another test.  Do not allow
22030         missing overflow exception on overflow.
22031         (expm1_test): Do not allow missing overflow exception on overflow.
22033         * sysdeps/i386/fpu/e_expl.c: Move to ...
22034         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
22035         rather than using inline asm.
22036         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
22037         * sysdeps/x86_64/fpu/e_expl.S: Copy from
22038         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
22040         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
22041         (nice): Likewise.
22042         (poll): Likewise.
22043         (signal): Likewise.
22044         (time): Likewise.
22045         (times): Likewise.
22047 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
22049         * sysdeps/unix/syscalls.list (adjtime): Add entry from
22050         sysdeps/unix/common/syscalls.list.
22051         (fchmod): Likewise.
22052         (fchown): Likewise.
22053         (ftruncate): Likewise.
22054         (getrusage): Likewise.
22055         (gettimeofday): Likewise.
22056         (setpgid): Likewise.
22057         (setregid): Likewise.
22058         (setreuid): Likewise.
22059         (sigaction): Likewise.
22060         (truncate): Likewise.
22061         (vhangup): Likewise.
22062         * sysdeps/unix/common/syscalls.list: Remove file.
22063         * sysdeps/unix/bsd/Implies: Don't include unix/common.
22064         * sysdeps/unix/sysv/linux/Implies: Likewise.
22066 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
22068         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
22069         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
22070         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
22071         Moved to ...
22072         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
22073         Here.
22074         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
22075         to ...
22076         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
22077         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
22078         to ...
22079         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
22080         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
22081         to ...
22082         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
22083         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
22084         to ...
22085         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
22086         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
22087         to ...
22088         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
22089         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
22090         to ...
22091         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
22092         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
22093         to ...
22094         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
22095         Here.
22096         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
22097         to ...
22098         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
22099         Here.
22100         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
22101         to ...
22102         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
22103         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
22104         Moved to ...
22105         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
22106         Here.
22107         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
22108         to ...
22109         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
22111 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
22113         * sysdeps/unix/common/bits/dirent.h: Remove file.
22114         * sysdeps/unix/common/bits/fcntl.h: Likewise.
22116         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
22117         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
22118         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
22119         * sysdeps/unix/bsd/isatty.c: Likewise.
22120         * sysdeps/unix/bsd/tcdrain.c: Likewise.
22121         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
22122         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
22124 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22126         [BZ #13563]
22127         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
22128         long double comparison inaccuracies.
22129         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
22130         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22132 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
22134         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
22135         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
22137 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
22139         [BZ #14049]
22140         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
22141         nonzero digits before rounding a hex value.
22142         * stdlib/tst-strtod.c (tests): Add another test.
22144 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22146         * sysdeps/s390/fpu/libm-test-ulps: Update.
22148 2012-05-03  Andreas Jaeger  <aj@suse.de>
22150         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
22151         does not get optimized out.
22152         (malloc_opt_barrier): New.
22154 2012-05-03  Andreas Jaeger  <aj@suse.de>
22155             Roland McGrath  <roland@hack.frob.com>
22157         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
22158         intermediate file deletion.
22159         (generated): Add .symlist files.
22161 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
22163         [BZ #13775]
22164         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
22165         Redirect under this condition.
22166         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
22167         [__USE_GNU] (__dprintf_chk): Not under this condition.
22168         [__USE_GNU] (__vdprintf_chk): Likewise.
22169         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
22170         under this condition.
22171         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
22172         [__USE_XOPEN2K8] (dprintf): Define under this condition.
22173         [__USE_XOPEN2K8] (vdprintf): Likewise.
22174         [__USE_GNU] (__dprintf_chk): Not under this condition.
22175         [__USE_GNU] (__vdprintf_chk): Likewise.
22176         [__USE_GNU] (dprintf): Likewise.
22177         [__USE_GNU] (vdprintf): Likewise.
22179 2012-05-03  Roland McGrath  <roland@hack.frob.com>
22181         * elf/Makefile (common-generated): Set this instead of generated for
22182         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
22183         $(all-built-dso)-derived lists.
22185 2012-05-03  Andreas Jaeger  <aj@suse.de>
22187         * sysdeps/i386/fpu/libm-test-ulps: Update.
22189         * FAQ: Removed.
22190         * FAQ.in: Likewise.
22191         * scripts/gen-FAQ.pl: Likewise.
22192         * manual/install.texi (Installation): Point to online location of
22193         FAQ.
22194         * Makefile (files-for-dist): Remove FAQ.
22195         (FAQ): Remove.
22197 2012-05-02  Allan McRae  <allan@archlinux.org>
22199         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
22200         (LDFLAGS-reldepmod5.so): Likewise.
22201         (LDFLAGS-reldep6mod1.so): Likewise.
22202         (LDFLAGS-reldep6mod4.so): Likewise.
22203         (LDFLAGS-reldep8mod3.so): Likewise.
22204         (LDFLAGS-unload4mod1.so): Likewise.
22205         (LDFLAGS-unload4mod2.so): Likewise.
22206         (LDFLAGS-tst-initorder): Likewise.
22207         (LDFLAGS-tst-initordera2.so): Likewise.
22208         (LDFLAGS-tst-initordera3.so): Likewise.
22209         (LDFLAGS-tst-initordera4.so): Likewise.
22210         (LDFLAGS-tst-initorderb2.so): Likewise.
22211         (LDFLAGS-noload): Likewise.
22212         (LDFLAGS-next): Likewise.
22213         (LDFLAGS-order2mod1.so): Likewise.
22214         (LDFLAGS-order2mod2.so): Likewise.
22215         (LDFLAGS-tst-initorder2): Likewise.
22216         (LDFLAGS-tst-initorder2a.so): Likewise.
22217         (LDFLAGS-tst-initorder2b.so): Likewise.
22218         (LDFLAGS-tst-initorder2c.so): Likewise.
22219         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
22221 2012-05-02  David S. Miller  <davem@davemloft.net>
22223         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22225 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
22227         [BZ #14055]
22228         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
22230 2012-05-02  Andreas Jaeger  <aj@suse.de>
22232         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
22233         since we manipulate rounding mode.
22234         (CPPFLAGS-test-idouble.c): Likewise.
22235         (CPPFLAGS-test-ifloat.c): Likewise.
22236         (CFLAGS-test-ldouble.c): Likewise.
22237         (CFLAGS-test-double.c): Likewise.
22238         (CFLAGS-test-float.c): Likewise.
22239         (CFLAGS-test-misc.c): Likewise.
22240         (CFLAGS-test-test-fenv.c): Likewise.
22242 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22244         [BZ #2550]
22245         [BZ #2570]
22246         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
22247         comparisons to determine direction to adjust input.
22249 2012-05-01  Roland McGrath  <roland@hack.frob.com>
22251         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
22252         output to the target.
22254         * scripts/localplt.awk: New file.
22255         * elf/Makefile ($(objpfx)check-localplt): Target removed.
22256         (check-localplt-CFLAGS): Variable removed.
22257         ($(all-built-dso:=.jmprel)): New static pattern rule.
22258         (generated): Add those targets.
22259         (localplt-built-dso): New variable.
22260         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
22262         * elf/check-localplt.c: File removed.
22264         * scripts/check-execstack.awk: New file.
22265         * elf/Makefile ($(objpfx)check-execstack): Target removed.
22266         (check-execstack-CFLAGS): Variable removed.
22267         ($(objpfx)check-execstack.h): Target removed.
22268         ($(objpfx)execstack-default): New target.
22269         (generated): Add that instead of check-execstack.h.
22270         ($(all-built-dso:=.phdr)): New static pattern rule.
22271         (generated): Add those targets.
22272         * elf/check-execstack.c: File removed.
22274         * scripts/check-textrel.awk: New file.
22275         * elf/Makefile ($(objpfx)check-textrel): Target removed.
22276         (check-textrel-CFLAGS): Variable removed.
22277         (all-built-dso): Use := to define.o
22278         ($(all-built-dso:=.dyn)): New static pattern rule.
22279         (generated): Add those targets.
22280         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
22281         * config.make.in (READELF): New substituted variable.
22282         * elf/check-textrel.c: File removed.
22284 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
22286         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
22287         allow.
22288         * conform/data/ctype.h-data [C99-based standards] (isblank):
22289         Expect function.
22290         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
22291         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
22292         [ISO || ISO99 || ISO11] (*_t): Do not allow.
22293         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
22294         Specify type.  Require positive value.
22295         (EILSEQ): Likewise.
22296         (ERANGE): Likewise.
22297         [ISO || POSIX] (EILSEQ): Do not expect.
22298         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
22299         Specify type.  Require positive value.
22300         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
22301         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
22302         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
22303         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
22304         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
22305         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
22306         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
22307         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
22308         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
22309         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
22310         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
22311         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
22312         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
22313         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
22314         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
22315         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
22316         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
22317         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
22318         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
22319         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
22320         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
22321         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
22322         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
22323         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
22324         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
22325         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
22326         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
22327         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
22328         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
22329         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
22330         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
22331         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
22332         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
22333         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
22334         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
22335         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
22336         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
22337         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
22338         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
22339         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
22340         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
22341         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
22342         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
22343         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
22344         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
22345         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
22346         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
22347         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
22348         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
22349         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
22350         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
22351         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
22352         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
22353         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
22354         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
22355         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
22356         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
22357         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
22358         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
22359         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
22360         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
22361         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
22362         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
22363         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
22364         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
22365         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
22366         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
22367         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
22368         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
22369         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
22370         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
22371         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
22372         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
22373         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
22374         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
22375         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
22376         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
22377         Require >= 2.
22378         (FLT_ROUNDS): Expect as macro, not constant.
22379         (FLT_MANT_DIG): Use macro-int-constant.
22380         (DBL_MANT_DIG): Likewise.
22381         (LDBL_MANT_DIG): Likewise.
22382         (FLT_DIG): Likewise.
22383         (DBL_DIG): Likewise.
22384         (LDBL_DIG): Likewise.
22385         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
22386         (DBL_MIN_EXP): Likewise.
22387         (LDBL_MIN_EXP): Likewise.
22388         (FLT_MAX_EXP): Use macro-int-constant.
22389         (DBL_MAX_EXP): Likewise.
22390         (LDBL_MAX_EXP): Likewise.
22391         (FLT_MAX_10_EXP): Likewise.
22392         (DBL_MAX_10_EXP): Likewise.
22393         (LDBL_MAX_10_EXP): Likewise.
22394         (FLT_MAX): Use macro-constant.
22395         (DBL_MAX): Likewise.
22396         (LDBL_MAX): Likewise.
22397         (FLT_EPSILON): Use macro-constant.  Give upper bound.
22398         (DBL_EPSILON): Likewise.
22399         (LDBL_EPSILON): Likewise.
22400         (FLT_MIN): Likewise.
22401         (DBL_MIN): Likewise.
22402         (LDBL_MIN): Likewise.
22403         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
22404         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
22405         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
22406         [ISO11] (FLT_HAS_SUBNORM): Likewise.
22407         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
22408         [ISO11] (DBL_DECIMAL_DIG): Likewise.
22409         [ISO11] (FLT_DECIMAL_DIG): Likewise.
22410         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
22411         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
22412         [ISO11] (FLT_TRUE_MIN): Likewise.
22413         [ISO11] (LDBL_TRUE_MIN): Likewise.
22414         [ISO || ISO99 || ISO11] (*_t): Do not allow.
22415         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
22416         (SCHAR_MIN): Use macro-int-constant.  Specify type.
22417         (SCHAR_MAX): Likewise.
22418         (UCHAR_MAX): Likewise.
22419         (CHAR_MIN): Likewise.
22420         (CHAR_MAX): Likewise.
22421         (MB_LEN_MAX): Use macro-int-constant.
22422         (SHRT_MIN): Use macro-int-constant.  Specify type.
22423         (SHRT_MAX): Likewise.
22424         (USHRT_MAX): Likewise.
22425         (INT_MAX): Likewise.
22426         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
22427         bound negative.
22428         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
22429         bound with "U".
22430         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
22431         bound with "L".
22432         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
22433         bound negative.  Suffix upper bound with "L".
22434         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
22435         bound with "UL".
22436         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
22437         Specify type.
22438         [C99-based standards] (LLONG_MAX): Likewise.
22439         [C99-based standards] (ULLONG_MAX): Likewise.
22440         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
22441         == 0.
22442         [ISO11] (max_align_t): Require type.
22443         [ISO || ISO99 || ISO11] (*_t): Do not allow.
22445         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
22446         from $CFLAGS, without defining away __attribute__ calls.
22447         (checknamespace): Use $CFLAGS_namespace.
22449         * conform/conformtest.pl (@keywords): Only include C99 keywords
22450         for standards based on C99 or C11.
22452         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
22453         Disable tests.
22454         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
22455         UNIX98]: Likewise.
22457         * conform/conformtest.pl: Handle "macro-int-constant" and test for
22458         usability of symbols in #if.
22460         * conform/conformtest.pl: If macro or constant types start
22461         "promoted:", expect the symbol to be of the following type
22462         promoted by the integer promotions.
22464         * conform/conformtest.pl: Parse all "constant" and "macro" lines
22465         in one place.  Also handle "macro-constant".
22467         * conform/conformtest.pl: Only accept expected macro values with
22468         "==".  Parse all "macro" lines in one place.
22469         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
22471         * conform/conformtest.pl: Handle braced types on "constant" lines
22472         instead of handling "typed-constant".
22473         * conform/data/signal.h-data: Use "constant" instead of
22474         "typed-constant".
22476         * conform/conformtest.pl: Handle "optional-" at start of lines in
22477         one place rather than duplicating several cases.  Handle each
22478         format of "macro" line with initial "optional-".
22480         * conform/conformtest.pl: Only accept expected constant or
22481         optional-constant values with "==".  Parse all "constant" lines in
22482         one place.  Parse all "optional-constant" lines in one place.
22483         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
22484         * conform/data/fmtmsg.h-data: Likewise.
22485         * conform/data/netinet/in.h-data: Likewise.
22486         * conform/data/tar.h-data: Likewise.
22487         * conform/data/limits.h-data: Use "==" form on "constant" and
22488         "optional-constant" lines.
22490         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
22491         Use -std=c99 for XOPEN2K.
22492         (@knownproblems): Remove.
22493         (newtoken): Don't check %isknown.
22495         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
22496         Do not expect macro.
22497         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
22498         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
22499         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
22500         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
22501         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
22502         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
22503         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
22504         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
22505         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
22506         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
22507         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
22508         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
22509         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
22510         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
22511         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
22512         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
22513         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
22514         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
22515         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
22516         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
22517         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
22518         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
22519         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
22520         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
22521         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
22522         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
22523         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
22524         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
22525         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
22526         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
22527         [XPG3] (acosh): Likewise.
22528         [XPG3] (asinh): Likewise.
22529         [XPG3] (atanh): Likewise.
22530         [XPG3] (cbrt): Likewise.
22531         [XPG3] (expm1): Likewise.
22532         [XPG3] (ilogb): Likewise.
22533         [XPG3] (log1p): Likewise.
22534         [XPG3] (logb): Likewise.
22535         [XPG3] (nextafter): Likewise.
22536         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
22537         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
22538         [XPG3] (remainder): Likewise.
22539         [XPG3] (rint): Likewise.
22540         [XPG3 || XPG4 || UNIX98] (round): Likewise.
22541         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
22542         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
22543         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
22544         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
22545         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
22546         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
22547         [UNIX98 || XOPEN2K] (scalb): Expect.
22548         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
22549         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
22550         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
22551         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
22552         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
22553         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
22554         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
22555         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
22556         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
22557         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
22558         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
22559         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
22560         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
22561         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
22562         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
22563         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
22564         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
22565         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
22566         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
22567         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
22568         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
22569         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
22570         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
22571         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
22572         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
22573         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
22574         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
22575         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
22576         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
22577         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
22578         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
22579         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
22580         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
22581         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
22582         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
22583         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
22584         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
22585         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
22586         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
22587         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
22588         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
22589         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
22590         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
22591         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
22592         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
22593         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
22594         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
22595         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
22596         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
22597         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
22598         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
22599         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
22600         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
22601         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
22602         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
22603         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
22604         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
22605         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
22606         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
22607         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
22608         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
22609         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
22610         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
22611         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
22612         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
22613         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
22614         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
22615         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
22616         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
22617         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
22618         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
22619         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
22620         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
22621         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
22622         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
22623         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
22624         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
22625         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
22626         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
22627         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
22628         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
22629         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
22630         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
22631         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
22632         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
22633         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
22634         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
22635         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
22636         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
22637         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
22638         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
22639         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
22640         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
22641         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
22642         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
22643         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
22644         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
22645         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
22646         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
22647         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
22648         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
22649         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
22650         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
22651         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
22652         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
22653         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
22654         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
22655         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
22656         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
22657         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
22658         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
22659         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
22660         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
22661         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
22662         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
22663         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
22664         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
22665         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
22666         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
22667         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
22668         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
22669         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
22670         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
22671         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
22672         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
22673         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
22674         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
22675         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
22676         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
22677         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
22678         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
22679         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
22680         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
22681         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
22682         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
22683         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
22684         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
22686         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
22687         _XOPEN_SOURCE_EXTENDED for XPG4.
22689         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
22691         * Makeconfig (localtime): Remove variable.
22692         (inst_localtime-file): Likewise.
22694 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
22696         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
22697         Update.
22698         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
22699         Update.
22700         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
22701         Update.
22702         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
22703         Update.
22704         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
22705         Update.
22706         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
22707         Update.
22708         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
22709         Update.
22710         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
22711         Update.
22712         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
22713         Update.
22715 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
22717         [BZ #2550]
22718         [BZ #2570]
22719         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
22720         comparisons to determine direction to adjust input.
22721         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
22722         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
22723         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
22724         Likewise.
22725         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
22726         Likewise.
22727         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
22728         Likewise.
22729         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
22730         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
22731         Likewise.
22732         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
22733         Likewise.
22734         * math/libm-test.inc (nexttoward_test): Add more tests.
22736 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
22738         [BZ #14040]
22739         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
22740         in version GLIBC_2.1, not GLIBC_2.0.
22741         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
22742         Likewise.
22744 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
22746         [BZ #13942]
22747         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
22748         (1 - x) * (1 + x).
22749         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
22750         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
22751         * math/libm-test.inc (acos_test): Add more tests.
22752         (asin_test): Likewise.
22753         * sysdeps/i386/fpu/libm-test-ulps: Update.
22754         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22756         [BZ #14034]
22757         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
22758         of square root.
22759         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
22760         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
22761         * math/libm-test.inc (acos_test_tonearest): New function.
22762         (acos_test_towardzero): Likewise.
22763         (acos_test_downward): Likewise.
22764         (acos_test_upward): Likewise.
22765         (asin_test_tonearest): Likewise.
22766         (asin_test_towardzero): Likewise.
22767         (asin_test_downward): Likewise.
22768         (asin_test_upward): Likewise.
22769         (main): Call the new functions.
22770         * sysdeps/i386/fpu/libm-test-ulps: Update.
22771         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22773         [BZ #13884]
22774         [BZ #13924]
22775         * math/e_exp10.c: Include <float.h>.
22776         (__ieee754_exp10): Handle underflow here rather than multiplying
22777         large negative argument by M_LN10.
22778         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
22779         of __ieee754_expf.
22780         * math/e_exp10l.c: Include <float.h>.
22781         (__ieee754_exp10l): Handle underflow here rather than multiplying
22782         large negative argument by M_LN10l.
22783         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
22784         spurious overflow exception on underflow.
22786 2012-04-29  Marek Polacek  <polacek@redhat.com>
22788         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
22789         (__fortify_function): New macro.
22790         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
22791         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
22792         __extern_always_inline.
22793         * libio/bits/stdio2.h: Likewise.
22794         * libio/bits/stdio.h: Likewise.
22795         * string/string.h: Likewise.
22796         * string/bits/string3.h: Likewise.
22797         * include/stdio.h: Likewise.
22798         * stdlib/bits/stdlib.h: Likewise.
22799         * stdlib/stdlib.h: Likewise.
22800         * rt/bits/mqueue2.h: Likewise.
22801         * rt/mqueue.h: Likewise.
22802         * posix/bits/unistd.h: Likewise.
22803         * posix/unistd.h: Likewise.
22804         * io/bits/poll2.h: Likewise.
22805         * io/bits/fcntl2.h: Likewise.
22806         * io/fcntl.h: Likewise.
22807         * io/sys/poll.h: Likewise.
22808         * misc/bits/syslog.h: Likewise.
22809         * misc/bits/syslog-ldbl.h: Likewise.
22810         * misc/sys/syslog.h: Likewise.
22811         * socket/bits/socket2.h: Likewise.
22812         * socket/sys/socket.h: Likewise.
22813         * debug/tst-chk1.c: Likewise.
22814         * wcsmbs/bits/wchar2.h: Likewise.
22815         * wcsmbs/bits/wchar-ldbl.h: Likewise.
22816         * wcsmbs/wchar.h: Likewise.
22818 2012-04-29  Andreas Jaeger  <aj@suse.de>
22820         * Makerules (tests): Remove enable-check-abi protection.
22821         (check-abi-warn): Remove.
22822         (check-abi-%): Remove check-abi-warn usage.
22824         * configure.in: Remove check-abi configure option.
22825         * configure: Regenerated.
22826         * config.make.in (enable-check-abi): Remove.
22828 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
22830         [BZ #14033]
22831         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
22832         double functions to double *_finite functions.
22834         [BZ #13941]
22835         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
22836         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
22837         LDBL_MIN_EXP.
22838         * stdio-common/Makefile (tests): Add tst-sprintf3.
22839         * stdio-common/tst-sprintf3.c: New file.
22841         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
22842         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
22844 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
22846         * conform/conformtest.pl: Remove duplicate typed-constant
22847         handling.
22849 2012-04-28  David S. Miller  <davem@davemloft.net>
22851         * Makerules (%.abilist): Add vpath on sysdep_dirs.
22852         (check-abi-%): Remove AWK script prerequisite and explicit
22853         abilist directory.
22854         (check-abi): Rewrite to just diff the symlist with the abilist.
22855         (config-tls, config-abi-config): Delete, no longer used.
22856         (update-abi-%): Remove AWK script and explicit abilist directory.
22857         (update-abi): Rewrite to simply compare and conditionally copy the
22858         symlist and the sysdep abilist file.  Remove update-abi-config
22859         checks.
22860         * abilist/ld.abilist: Remove.
22861         * abilist/libBrokenLocale.abilist: Remove.
22862         * abilist/libanl.abilist: Remove.
22863         * abilist/libcrypt.abilist: Remove.
22864         * abilist/libdl.abilist: Remove.
22865         * abilist/librt.abilist: Remove.
22866         * abilist/libthread_db.abilist: Remove.
22867         * abilist/libutil.abilist: Remove.
22868         * scripts/extract-abilist.awk: Remove.
22869         * scripts/merge-abilist.awk: Remove.
22870         * sysdeps/generic/libcidn.abilist: New file.
22871         * sysdeps/generic/libnss_compat.abilist: New file.
22872         * sysdeps/generic/libnss_db.abilist: New file.
22873         * sysdeps/generic/libnss_dns.abilist: New file.
22874         * sysdeps/generic/libnss_files.abilist: New file.
22875         * sysdeps/generic/libnss_hesiod.abilist: New file.
22876         * sysdeps/generic/libnss_nis.abilist: New file.
22877         * sysdeps/generic/libnss_nisplus.abilist: New file.
22878         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
22879         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
22880         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
22881         file.
22882         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
22883         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
22884         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
22885         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
22886         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
22887         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
22888         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
22889         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
22890         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
22891         file.
22892         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
22893         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
22894         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
22895         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
22896         file.
22897         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
22898         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
22899         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
22900         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
22901         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
22902         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
22903         file.
22904         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
22905         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
22906         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
22907         file.
22908         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
22909         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
22910         New file.
22911         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
22912         New file.
22913         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
22914         New file.
22915         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
22916         New file.
22917         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
22918         New file.
22919         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
22920         New file.
22921         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
22922         New file.
22923         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
22924         New file.
22925         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
22926         New file.
22927         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
22928         New file.
22929         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
22930         New file.
22931         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
22932         New file.
22933         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
22934         New file.
22935         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
22936         file.
22937         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
22938         New file.
22939         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
22940         New file.
22941         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
22942         file.
22943         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
22944         New file.
22945         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
22946         New file.
22947         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
22948         file.
22949         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
22950         New file.
22951         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
22952         New file.
22953         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
22954         New file.
22955         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
22956         New file.
22957         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
22958         New file.
22959         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
22960         New file.
22961         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
22962         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
22963         file.
22964         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
22965         New file.
22966         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
22967         file.
22968         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
22969         file.
22970         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
22971         file.
22972         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
22973         file.
22974         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
22975         file.
22976         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
22977         New file.
22978         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
22979         file.
22980         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
22981         file.
22982         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
22983         New file.
22984         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
22985         file.
22986         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
22987         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
22988         file.
22989         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
22990         New file.
22991         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
22992         file.
22993         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
22994         file.
22995         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
22996         file.
22997         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
22998         file.
22999         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
23000         file.
23001         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
23002         New file.
23003         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
23004         file.
23005         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
23006         file.
23007         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
23008         New file.
23009         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
23010         file.
23011         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
23012         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
23013         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
23014         file.
23015         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
23016         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
23017         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
23018         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
23019         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
23020         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
23021         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
23022         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
23023         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
23024         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
23025         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
23026         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
23027         file.
23028         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
23029         New file.
23030         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
23031         file.
23032         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
23033         file.
23034         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
23035         file.
23036         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
23037         file.
23038         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
23039         file.
23040         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
23041         New file.
23042         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
23043         New file.
23044         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
23045         file.
23046         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
23047         New file.
23048         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
23049         file.
23050         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
23051         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
23052         file.
23053         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
23054         New file.
23055         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
23056         file.
23057         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
23058         file.
23059         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
23060         file.
23061         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
23062         file.
23063         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
23064         file.
23065         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
23066         New file.
23067         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
23068         New file.
23069         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
23070         file.
23071         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
23072         New file.
23073         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
23074         file.
23076 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
23078         * conform/conformtest.pl: Fix typo in handling typed-constant from
23079         allow-header.
23081 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
23083         * README: Cut down references to pre-2.6 Linux kernels and
23084         Linuxthreads.  Update lists of configurations in libc and ports
23085         and sort alphabetically.  Say "or newer" with Linux kernel version
23086         requirements.
23088         * config.h.in [IS_IN_build]: Allow compiling without optimization.
23090 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23092         [BZ #887]
23093         * math/libm-test.inc (logb_test_downward): New test to expose
23094         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
23095         rounding mode.
23097 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
23099         [BZ #14027]
23100         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
23101         to be done.
23102         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
23103         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
23105 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
23107         * sysdeps/unix/i386/brk.S: Remove file.
23108         * sysdeps/unix/i386/dl-brk.S: Likewise.
23109         * sysdeps/unix/i386/pipe.S: Likewise.
23110         * sysdeps/unix/i386/sigreturn.S: Likewise.
23111         * sysdeps/unix/i386/syscall.S: Likewise.
23112         * sysdeps/unix/i386/vfork.S: Likewise.
23113         * sysdeps/unix/i386/wait.S: Likewise.
23115         * sysdeps/unix/common/tcsendbrk.c: Move to ...
23116         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
23118         * configure.in (arm*-none*): Do not allow without
23119         --enable-hacker-mode.
23120         (netbsd*): Remove case setting base_os.
23121         (386bsd*): Likewise.
23122         (freebsd*): Likewise.
23123         (bsdi*): Likewise.
23124         (osf*): Likewise.
23125         (sunos*): Likewise.
23126         (ultrix*): Likewise.
23127         (newsos*): Likewise.
23128         (dynix*): Likewise.
23129         (*bsd*): Likewise.
23130         (sysv*): Likewise.
23131         (isc*): Likewise.
23132         (esix*): Likewise.
23133         (sco*): Likewise.
23134         (minix*): Likewise.
23135         (irix4*): Likewise.
23136         (irix6*): Likewise.
23137         (solaris[2-9]*): Likewise.
23138         (none): Likewise.
23139         * configure: Regenerated.
23141 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23143         [BZ #11521]
23144         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
23145         overflow or cancellation in calculating denominator.
23146         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
23147         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
23148         down expression to avoid unexpected rounding in newer GCCs.
23149         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
23151 2012-04-26  David S. Miller  <davem@davemloft.net>
23153         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
23154         long-double compat symbols.
23155         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
23156         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
23157         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
23158         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
23159         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
23160         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
23161         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
23162         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
23163         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
23164         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
23165         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
23166         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
23167         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
23169 2012-04-25  David S. Miller  <davem@davemloft.net>
23171         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
23172         HWCAP_* values only after the memory barriers have been defined.
23173         (atomic_full_barrier): Define.
23174         (atomic_read_barrier): Define.
23175         (atomic_write_barrier): Define.
23177 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
23179         * shlib-versions: Add libgcc_s version information.
23180         * sysdeps/generic/libgcc_s.h: Remove.
23181         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
23182         libgcc_s.h.
23183         * sysdeps/gnu/unwind-resume.c: Likewise.
23184         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
23186 2012-04-25  David S. Miller  <davem@davemloft.net>
23188         * sysdeps/unix/sparc/brk.S: Delete.
23189         * sysdeps/unix/sparc/dl-brk.S: Delete.
23190         * sysdeps/unix/sparc/pipe.S: Delete.
23191         * sysdeps/unix/sparc/sysdep.S: Delete.
23192         * sysdeps/unix/sparc/sysdep.h: Delete.
23193         * sysdeps/unix/sparc/vfork.S: Delete.
23194         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG,
23195         SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
23196         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO,
23197         ret_ERRVAL, r0, r1, MOVE): Define.
23198         (JUMPTARGET): Remove.
23199         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
23200         sysdeps/unix/sparc/sysdep.h
23201         (ENTRY, END): Remove.
23202         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
23204 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
23206         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
23207         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
23208         -DIS_IN_build.
23210         * timezone/README: Update upstream location and email address for
23211         tzcode and tzdata.
23212         * timezone/zdump.c: Update from tzcode 2012b.
23213         * timezone/zic.c: Likewise.
23215         * configure.in (libc_cv_as_needed): Remove test.
23216         * configure: Regenerated.
23217         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
23218         conditional definition.
23219         [$(have-as-needed) != yes] (no-as-needed): Likewise.
23220         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
23221         * config.make.in (have-as-needed): Remove variable.
23223 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
23224             Paul Pluzhnikov  <ppluzhnikov@google.com>
23226         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
23227         strings correctly.
23229 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
23231         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
23232         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
23233         * sysdeps/sh/strlen.S: Likewise.
23235 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
23237         * sysdeps/unix/fork.S: Remove file.
23238         * sysdeps/unix/i386/fork.S: Likewise.
23239         * sysdeps/unix/sparc/fork.S: Likewise.
23241         * sysdeps/unix/system.c: Remove file.
23242         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
23244         * sysdeps/unix/getegid.S: Remove file.
23245         * sysdeps/unix/geteuid.S: Likewise.
23247 2012-04-24  Roland McGrath  <roland@hack.frob.com>
23249         * scripts/check-localplt.awk: New file.
23250         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
23251         of diff.
23252         * scripts/data/localplt-generic.data: Add a comment.
23254         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
23255         NODE when __dir_mkfile failed.
23256         * sysdeps/mach/hurd/symlinkat.c: Likewise.
23257         Reported by Ludovic Courtès <ludo@gnu.org>.
23259 2012-04-24  Andreas Jaeger  <aj@suse.de>
23261         * Makerules (common-clean): Also remove gen-as-const-headers
23262         files.
23264 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
23266         * Makerules (native-compile): Do not change working directory for
23267         build.  Use $(OUTPUT_OPTION) in command.
23268         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
23270 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23272         [BZ #13886]
23273         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
23274         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
23275         * math/libm-test.inc (floor_test): Add more tests.
23276         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
23278 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
23280         * sysdeps/unix/getdents.c: Remove file.
23281         * sysdeps/unix/sysv/getdents.c: Likewise.
23282         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
23284         * sysdeps/unix/syscalls.list (madvise): Add syscall from
23285         sysdeps/unix/mman/syscalls.list.
23286         (mmap): Likewise.
23287         (mprotect): Likewise.
23288         (msync): Likewise.
23289         (munmap): Likewise.
23290         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
23291         * sysdeps/unix/mman/syscalls.list: Remove.
23292         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
23294         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
23295         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
23296         * configure: Regenerated.
23297         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
23298         $(libgcc_s_suffix).
23299         * config.make.in (libgcc_s_suffix): Remove variable.
23301 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
23303         * sysdeps/unix/sysv/gethostname.c: Move to ...
23304         * sysdeps/posix/gethostname.c: ... here.
23306         * sysdeps/unix/execve.S: Remove file.
23308         * sysdeps/unix/_exit.S: Remove file.
23310 2012-04-23  Andreas Jaeger  <aj@suse.de>
23312         [BZ #13739]
23313         * manual/Makefile: Remove make dist support, there's no
23314         need for a stand-alone documentation tar ball.
23315         (TEXI2DVI): Define always, it's not in Makeconfig.
23316         (dist): Removed.
23317         (tar-it): Removed.
23318         (edition): Removed.
23319         (glibc-doc-$(edition).tar): Removed
23320         (%.Z): Removed.
23321         (%.gz): Removed.
23322         (%.uu): Removed.
23323         (ETAGS): Remove, it's in Makeconfig.
23324         (move-if-change): Remove, it's in Makeconfig.
23326 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
23328         [BZ #13970]
23329         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
23330         (strtod, strtof, strtold, strtol, strtoul, strtoq)
23331         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
23332         (strtod_l, strtof_l, strtold_l): Remove __wur.
23333         It is not necessarily an error to ignore strtol's return value.
23334         One can reliably look at the stored endptr to decide whether
23335         the number had valid syntax.
23337 2012-04-21  Andreas Jaeger  <aj@suse.de>
23339         [BZ #13739]
23340         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
23342 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
23344         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
23345         * sysdeps/unix/sysv/Versions: Remove file.
23347 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
23349         [BZ #13927]
23350         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
23352 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
23354         [BZ #7064]
23355         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
23356         version from __vm86.
23358 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
23360         * sysdeps/unix/common/lxstat.c: Remove file.
23361         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
23363         * sysdeps/unix/sysv/Makefile: Remove file.
23365         * sysdeps/unix/sysv/direct.h: Remove file.
23367         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
23368         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
23369         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
23370         * sysdeps/unix/sysv/bits/signum.h: Likewise.
23371         * sysdeps/unix/sysv/bits/stat.h: Likewise.
23372         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
23373         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
23375         * sysdeps/unix/sysv/setrlimit.c: Remove file.
23377         * sysdeps/unix/xmknod.c: Remove file.
23378         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
23380         * sysdeps/unix/sysv/settimeofday.c: Remove file.
23382         * sysdeps/unix/sysv/i386/time.S: Remove file.
23384         * sysdeps/unix/fxstat.c: Remove file.
23385         * sysdeps/unix/xstat.c: Likewise.
23386         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
23388         * sysdeps/unix/sysv/sigaction.c: Remove file.
23390         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
23391         (sysdep_headers): Remove variable.
23392         [termio.h not in sysdep_headers] (generated): Likewise.
23393         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
23394         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
23395         * sysdeps/unix/sysv/tcdrain.c: Likewise.
23396         * sysdeps/unix/sysv/tcflow.c: Likewise.
23397         * sysdeps/unix/sysv/tcflush.c: Likewise.
23398         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
23399         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
23400         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
23401         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
23402         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
23404         * sysdeps/unix/siglist.c: Remove file.
23406         * sysdeps/unix/getppid.S: Remove file.
23408         * sysdeps/unix/mkdir.c: Remove file.
23409         * sysdeps/unix/rmdir.c: Likewise.
23411 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
23413         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
23414         ERR_MAX value.
23415         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
23416         errlist-compat value.
23418 2012-04-18  David S. Miller  <davem@davemloft.net>
23420         * sysdeps/generic/memcopy.h (reg_char): Delete.
23421         * debug/strcat_chk.c: Use char, not reg_char.
23422         * debug/strcpy_chk.c: Likewise.
23423         * debug/strncat_chk.c: Likewise.
23424         * debug/strncpy_chk.c: Likewise.
23425         * string/memchr.c: Likewise.
23426         * string/memrchr.c: Likewise.
23427         * string/rawmemchr.c: Likewise.
23428         * string/strcat.c: Likewise.
23429         * string/strchr.c: Likewise.
23430         * string/strchrnul.c: Likewise.
23431         * string/strcmp.c: Likewise.
23432         * string/strcpy.c: Likewise.
23433         * string/strncat.c: Likewise.
23434         * string/strncmp.c: Likewise.
23435         * string/strncpy.c: Likewise.
23437 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
23439         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
23440         __builtin_memcopy is called when src and dest ranges are known to not
23441         overlap.
23443 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
23445         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
23446         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
23447         fwd_align_merge macro call.
23448         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
23449         bwd_align_merge macro call.
23450         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
23452 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
23454         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
23455         bwd_align_merge macros.
23456         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
23457         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
23458         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
23460 2012-04-18  David S. Miller  <davem@davemloft.net>
23462         * sysdeps/sparc/sparc64/memcopy.h: Delete.
23464 2012-04-18  Andreas Jaeger  <aj@suse.de>
23466         [BZ# 6794]
23467         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
23468         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
23469         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
23471         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
23472         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
23473         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
23475         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
23476         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
23477         Adjust for changed ldbl-128 files.
23479         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
23480         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
23481         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
23483 2012-04-17  David S. Miller  <davem@davemloft.net>
23485         * sysdeps/sparc/sparc32/memcopy.h: Delete.
23487 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
23489         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
23490         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
23491         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
23492         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
23493         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
23494         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
23496 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23498         [BZ #6794]
23499         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
23500         * math/libm-test.inc: Add ilogb errno and exception tests.
23501         * math/w_ilogb.c: New file: ilogb wrapper.
23502         * math/w_ilogbf.c: New file: ilogbf wrapper.
23503         * math/w_ilogbl.c: New file: ilogbl wrapper.
23504         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
23505         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
23506         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
23507         exception being thrown with 0.0 as argument.
23508         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
23509         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
23510         exception being thrown with 0.0 as argument.
23511         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
23512         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
23513         exception being thrown with 0.0 as argument.
23514         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
23515         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
23516         exception being thrown with 0.0 as argument.
23517         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
23518         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
23519         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
23520         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
23521         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
23522         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
23523         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
23524         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
23525         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
23527 2012-04-17  Petr Baudis  <pasky@ucw.cz>
23529         * include/sys/uio.h: Change __vector to __iovec to avoid clash
23530         with altivec.
23532 2012-04-16  Marek Polacek  <polacek@redhat.com>
23534         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
23536 2012-04-16  Marek Polacek  <polacek@redhat.com>
23538         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
23539         operands of fdivp instruction.
23541 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
23543         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
23544         * elf/tst-auditmod3b.c: Likewise.
23545         * elf/tst-auditmod4b.c: Likewise.
23546         * elf/tst-auditmod5b.c: Likewise.
23547         * elf/tst-auditmod6b.c: Likewise.
23548         * elf/tst-auditmod6c.c: Likewise.
23549         * elf/tst-auditmod7b.c: Likewise.
23550         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
23551         * sysdeps/x86_64/preconfigure.in: Likewise.
23552         * sysdeps/x86_64/preconfigure: Regenerated.
23554 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
23556         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
23557         __ILP32__.
23559 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
23561         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
23562         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
23564 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
23566         [BZ #13973]
23567         * locale/iso-639.def: Fix gl language name. Spotted by
23568         Yaron Shahrabani.
23570 2012-04-12  Roland McGrath  <roland@hack.frob.com>
23572         [BZ #2074]
23573         * libio/libio.h (__io_write_fn): Update comment.
23575 2012-04-12  Petr Baudis  <pasky@ucw.cz>
23577         [BZ #2074]
23578         * stdio.texi (Hook Functions): The user provided writer function
23579         is not allowed to return -1.
23581 2012-04-11  David S. Miller  <davem@davemloft.net>
23583         * sysdeps/sparc/fpu/libm-test-ulps: Update.
23585 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
23587         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
23588         Add a leading slash to rtkaio.
23590 2012-04-11  Jim Meyering  <meyering@redhat.com>
23592         [BZ #11959]
23593         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
23594         It is not necessarily an error to ignore fwrite's return
23595         value.  One can reliably use ferror to test for errors after
23596         the fact.
23598 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
23600         * bits/types.h (__snseconds_t): New type.
23601         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
23603         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
23604         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
23605         (__SNSECONDS_T_TYPE): Likewise.
23606         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
23607         (__SNSECONDS_T_TYPE): Likewise.
23608         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
23609         (__SNSECONDS_T_TYPE): Likewise.
23611 2012-04-10  Andreas Jaeger  <aj@suse.de>
23613         [BZ #2636]
23614         * manual/time.texi (Processor Time): Return type of times is
23615         elapsed real time since an arbitrary point in the past.
23616         (CPU Time): Move CLK_TCK from here...
23617         (Processor Time): ...to here.  Correct description.
23618         * manual/conf.texi (Constants for Sysconf): Correct description of
23619         _SC_CLK_TCK.
23621 2012-04-10  David S. Miller  <davem@davemloft.net>
23623         [BZ #13967]
23624         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
23625         where the is a gap between DT_REL(A) and DT_JMPREL.
23627 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
23629         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
23630         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
23631         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
23633 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
23635         * elf/dl-support.c (_dl_inhibit_cache): New variable.
23636         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
23637         (dl_main): Handle --inhibit-cache.
23638         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
23639         _dl_inhibit_cache.
23640         * elf/dl-load.c (_dl_map_object): Use it.
23641         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
23643 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
23645         [BZ #13872]
23646         * sysdeps/i386/fpu/e_powl.S (p78): New object.
23647         (__ieee754_powl): Saturate large exponents rather than testing for
23648         overflow of y*log2(x).
23649         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
23650         * math/libm-test.inc (pow_test): Do not permit spurious overflow
23651         exceptions.
23653         [BZ #11521]
23654         * math/s_ctan.c: Include <float.h>.
23655         (__ctan): Avoid internal overflow or cancellation in calculating
23656         denominator.
23657         * math/s_ctanf.c: Likewise.
23658         * math/s_ctanl.c: Likewise.
23659         * math/s_ctanh.c: Likewise.
23660         * math/s_ctanhf.c: Likewise.
23661         * math/s_ctanhl.c: Likewise.
23662         * math/libm-test.inc (ctan_test): Add more tests.
23663         (ctanh_test): Likewise.
23664         * sysdeps/i386/fpu/libm-test-ulps: Update.
23665         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23667 2012-04-09  Andreas Jaeger  <aj@suse.de>
23669         [BZ #6894]
23670         * manual/filesys.texi (Directory Entries): Mention that d_namlen
23671         is an optional BSD extension.
23673         [BZ #10254]
23674         * manual/stdio.texi (Opening Streams): Document additional fopen
23675         parameters.
23677 2012-04-09  Roland McGrath  <roland@hack.frob.com>
23679         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
23680         %eax without telling the compiler.
23682 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
23684         [BZ # 13963]
23685         * manual/install.texi: Use sourceware.org.
23687 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
23689         [BZ #13873]
23690         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
23691         (__ieee754_pow): Generate overflow and underflow using huge*huge
23692         and tiny*tiny rather than just returning constant infinity or zero
23693         for large exponents.
23694         * math/libm-test.inc (pow_test): Require overflow exceptions for
23695         applicable cases of large exponents.
23697         [BZ #706]
23698         * sysdeps/i386/fpu/e_pow.S (p10): New object.
23699         (__ieee754_pow): Use iterative multiplication algorithm only for
23700         integer exponents with absolute value below 1024.  Check for odd
23701         integer exponents when using algorithm for real exponents.
23702         * math/libm-test.inc (pow_test): Add more tests.
23703         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
23705 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
23707         [BZ #13705]
23708         * math/libm-test.inc (exp_test): Do not allow overflow exception
23709         on underflow test.
23711 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
23713         [BZ #13705]
23714         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
23715         instead of __kernel_standard_f.
23717 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
23719         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
23720         * sysdeps/x86_64/memset_chk.S: Likewise.
23722 2012-04-08  Andreas Jaeger  <aj@suse.de>
23724         [BZ #10153]
23725         * manual/startup.texi (Environment Access): Describe return value
23726         for putenv and setenv.
23728         [BZ #6895]
23729         * manual/filesys.texi (Directory Entries): Add description for
23730         DT_LNK.
23732         [BZ #6890]
23733         * manual/filesys.texi (Directory Entries): Clarify that it's file
23734         system not operating system in the description of DT_UNKNOWN.
23736         [BZ #6578]
23737         * manual/syslog.texi (closelog): Fix reference, it's openlog.
23739 2012-04-08  Stephen Compall  <s11@member.fsf.org>
23741         [BZ #6649]
23742         * manual/llio.texi (Opening and Closing Files): Add cross
23743         reference to explain mode argument.
23745 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
23747         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
23748         * sysdeps/x86_64/memset_chk.S: Likewise.
23750 2012-04-07  David S. Miller  <davem@davemloft.net>
23752         * elf/elf.h (R_SPARC_WDISP10): Define.
23753         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
23754         R_SPARC_SIZE32.
23755         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
23756         R_SPARC_SIZE64 and R_SPARC_H34.
23758 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
23760         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
23761         conditions and remove no longer applicable assertion.
23763 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
23765         * bits/byteswap.h: Include <features.h>.
23766         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
23767         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
23769 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
23771         * bits/byteswap.h (__bswap_16): Removed.
23772         Include <bits/byteswap-16.h> to get __bswap_16.
23773         * sysdeps/i386/bits/byteswap.h: Likewise.
23774         * sysdeps/s390/bits/byteswap.h: Likewise.
23775         * sysdeps/x86_64/bits/byteswap.h: Likewise.
23776         * bits/byteswap-16.h: New file.
23777         * sysdeps/i386/bits/byteswap-16.h: Likewise.
23778         * sysdeps/s390/bits/byteswap-16.h: Likewise.
23779         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
23780         * string/Makefile (headers): Add bits/byteswap-16.h.
23782 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
23784         [BZ #13895]
23785         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
23786         extra indirection.
23787         * nss/Makefile (tests-static, tests): Add tst-nss-static.
23788         * nss/tst-nss-static.c: New.
23790 2012-04-06  Robert Millan  <rmh@gnu.org>
23792         [BZ #6486]
23793         * manual/llio.texi (File Position Primitive): lseek
23794         refers to WHENCE when it really means OFFSET.
23796 2012-04-06  Andreas Jaeger  <aj@suse.de>
23798         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
23799         strncmp declarations.
23801         * abilist/libc.abilist: Add __poll and __ppoll.
23803 2012-04-05  David S. Miller  <davem@davemloft.net>
23805         * scripts/check-local-headers.sh: Accept a host triplet in the
23806         path matched by the exclude regexp.
23808         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
23809         definition.
23810         * sysdeps/powerpc/powerpc32/dl-machine.h
23811         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
23812         * sysdeps/s390/s390-32/dl-machine.h
23813         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
23814         * sysdeps/sparc/sparc32/dl-machine.h
23815         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
23816         * sysdeps/sparc/sparc64/dl-machine.h
23817         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
23819         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
23820         lazy binding.
23821         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
23822         undefined symbol errors.
23824         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
23825         DT_NEEDED entries.
23827 2012-04-05  Michael Matz  <matz@suse.de>
23829         [BZ #13592]
23830         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
23832 2012-04-05  Andreas Jaeger  <aj@suse.de>
23834         [BZ #13908]
23835         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
23836         comment.
23838 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
23840         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
23841         which ROUND is no valid rounding mode.
23843 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
23845         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
23846         read again.
23847         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
23849 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
23851         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
23852         an exception using FPU order intentionally.
23854 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
23856         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
23857         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
23858         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
23859         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
23861 2012-04-05  Simon Josefsson  <simon@josefsson.org>
23863         [BZ #12340]
23864         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
23865         EINVAL when BUFLEN is too smal.
23867 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
23869         [BZ #13553]
23870         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
23871         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
23873 2012-04-03  Andreas Jaeger  <aj@suse.de>
23875         [BZ #13938]
23876         * manual/setjmp.texi (System V contexts): Fix sentence.
23878         [BZ #13926]
23879         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
23880         New macro for this case.
23881         [!__GNUC__] (__bswap_64): New inline function for this case.
23882         * sysdeps/x86_64/bits/byteswap.h: Likewise.
23883         * bits/byteswap.h: Likewise.
23884         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
23885         ull, guard with __GLIBC_HAVE_LONG_LONG.
23887         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
23888         __GLIBC_HAVE_LONG_LONG.
23890         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
23891         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
23893 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
23895         [BZ #13691]
23896         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
23897         inptr and inend, rather than using last_ch.
23899 2012-04-02  David S. Miller  <davem@davemloft.net>
23901         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
23902         * stdio-common/printf-parse.h (read_int): Change return type to
23903         'int', return -1 on INT_MAX overflow.
23904         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
23905         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
23906         overflows INT_MAX.  Check for overflow of in-format-string precision
23907         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
23908         SIZE_MAX not INT_MAX for integer overflow test.
23909         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
23910         skip the construct in the format string but do not record anything.
23911         * stdio-common/bug22.c: Adjust to test both width/prevision
23912         INT_MAX overflow as well as total length INT_MAX overflow.  Check
23913         explicitly for proper errno values.
23915 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
23917         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
23918         CHAR_MAX.
23919         * string/test-strcmp.c [! WIDE]: Likewise.
23920         * time/tst-mktime2.c: Likewise for INT_MAX.
23921         * string/test-string.h: #include <sys/param.h> for MIN.
23923         * csu/init-first.c (__libc_init_first): Call __ctype_init.
23924         * sysdeps/i386/init-first.c (init): Likewise.
23925         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
23926         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
23927         * sysdeps/sh/init-first.c (init): Likewise.
23929 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
23931         * po/ru.po: Update from translation team.
23932         * po/vi.po: Likewise.
23934 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
23936         * resolv/nss_dns/dns-host.c: Merge copyright years.
23938 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
23940         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
23941         Optimize memcpy with prefetch if
23942         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
23943         src, dst pointers have unequal 16 byte alignments.
23945 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
23947         [BZ #13928]
23948         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
23949         from a CNAME entry and return the minimum ttl for the query.
23950         (gaih_getanswer_slice): Likewise.
23952 2012-03-30  Jeff Law  <law@redhat.com>
23954         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
23955         due to long keys.
23956         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
23957         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
23959         * resolv/nss_dns/dns-host.c: Update copyright year.
23961 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
23963         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
23964         requests to save a system call.  Fix check that all bytes are sent.
23966         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
23967         comments for sendmmsg.
23969 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
23971         [BZ #13691]
23972         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
23973         with only 1 character between 0x0041 and 0x01b0.
23974         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
23975         * wcsmbs/tst-mbsnrtowcs.c: New file.
23977 2012-03-29  David S. Miller  <davem@davemloft.net>
23979         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
23980         small copies by hand.
23982 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23984         [BZ #13761]
23985         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss,
23986         _nss_compat_initgroups_dyn): Fall back to malloc/free
23987         for large group memberships.
23989 2012-03-28  David S. Miller  <davem@davemloft.net>
23991         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
23992         that branches into memcpy.
23993         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
23994         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
23995         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
23996         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
23997         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
23998         bits.
23999         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
24000         implementation too.
24001         * sysdeps/sparc/mempcpy.S: New file.
24003         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
24004         the IFUNC routine in the libc case.
24005         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
24007         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
24008         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
24009         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
24010         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
24011         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
24012         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
24013         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
24014         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
24016         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
24017         loop to 256 bytes instead of 64 bytes and fix test signedness.
24019         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
24020         * sysdeps/sparc/sparc32/Makefile: rather than here...
24021         * sysdeps/sparc/sparc64/Makefile: and here.
24023 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
24025         * malloc/mallocbug.c: Avoid warnings about unused variables.
24027 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
24029         [BZ #13760]
24030         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
24031         in the right place. Discard and retry query if response is
24032         larger than input buffer size.
24034 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
24036         [BZ #369]
24037         [BZ #2678]
24038         [BZ #3866]
24039         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
24040         x for large integer exponent.
24041         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
24042         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
24043         sign of result as needed afterwards.
24044         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
24045         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
24046         result for underflowing pow the same as for overflow.
24047         (__kernel_standard_l): Handle powl overflow and underflow here
24048         rather than calling __kernel_standard.
24049         * math/libm-test.inc (pow_test): Add more tests.
24051         [BZ #3868]
24052         [BZ #13879]
24053         [BZ #13910]
24054         [BZ #13911]
24055         [BZ #13912]
24056         [BZ #13913]
24057         [BZ #13915]
24058         [BZ #13916]
24059         [BZ #13917]
24060         [BZ #13918]
24061         [BZ #13919]
24062         [BZ #13920]
24063         [BZ #13921]
24064         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
24065         * sysdeps/ieee754/k_standard.c: Include <float.h>.
24066         (__kernel_standard_l): New function.
24067         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
24068         __kernel_standard.
24069         * math/w_acosl.c (__acosl): Likewise.
24070         * math/w_asinl.c (__asinl): Likewise.
24071         * math/w_atan2l.c (__atan2l): Likewise.
24072         * math/w_atanhl.c (__atanhl): Likewise.
24073         * math/w_coshl.c (__coshl): Likewise.
24074         * math/w_exp10l.c (__exp10l): Likewise.
24075         * math/w_exp2l.c (__exp2l): Likewise.
24076         * math/w_fmodl.c (__fmodl): Likewise.
24077         * math/w_hypotl.c (__hypotl): Likewise.
24078         * math/w_j0l.c (__j0l, __y0l): Likewise.
24079         * math/w_j1l.c (__j1l, __y1l): Likewise.
24080         * math/w_jnl.c (__jnl, __ynl): Likewise.
24081         * math/w_lgammal.c (__lgammal): Likewise.
24082         * math/w_log10l.c (__log10l): Likewise.
24083         * math/w_log2l.c (__log2l): Likewise.
24084         * math/w_logl.c (__logl): Likewise.
24085         * math/w_powl.c (__powl): Likewise.
24086         * math/w_remainderl.c (__remainderl): Likewise.
24087         * math/w_scalbl.c (sysv_scalbl): Likewise.
24088         * math/w_sinhl.c (__sinhl): Likewise.
24089         * math/w_sqrtl.c (__sqrtl): Likewise.
24090         * math/w_tgammal.c (__tgammal): Likewise.
24091         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
24092         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
24093         * math/libm-test.inc (acos_test): Add more tests.
24094         (acosh_test): Likewise.
24095         (asin_test): Likewise.
24096         (atanh_test): Likewise.
24097         (exp_test): Likewise.
24098         (exp10_test): Likewise.
24099         (exp2_test): Likewise.
24100         (expm1_test): Likewise.
24101         (lgamma_test): Likewise.
24102         (log_test): Likewise.
24103         (log10_test): Likewise.
24104         (log1p_test): Likewise.
24105         (log2_test): Likewise.
24106         (pow_test): Do not allow some spurious overflow exceptions.
24107         (sqrt_test): Add more tests.
24108         (tgamma_test): Likewise.
24109         (y0_test): Likewise.
24110         (y1_test): Likewise.
24111         (yn_test): Likewise.
24113 2012-03-27  Anton Blanchard  <anton@samba.org>
24115         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
24116         MAP_HUGETLB.
24117         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
24118         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
24119         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
24121 2012-03-27  David S. Miller  <davem@davemloft.net>
24123         * conform/Makefile: Run run-conformtest.sh using $(BASH).
24125         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
24126         have-as-vis3 check.
24128 2012-03-27  Andreas Jaeger  <aj@suse.de>
24130         * sysdeps/x86_64/elf/configure.in: Moved to ...
24131         * sysdeps/x86_64/configure.in: ... here.
24132         * sysdeps/x86_64/elf/start.S: Moved to ...
24133         * sysdeps/x86_64/start.S: ... here.
24134         * sysdeps/x86_64/elf/configure: Delete.
24136         * sysdeps/x86_64/configure.in: Merge contents from
24137         sysdeps/i386/configure.in (without i686 check).
24139         * sysdeps/i386/elf/Versions: Merge into ...
24140         * sysdeps/i386/Versions: ... this.
24141         * sysdeps/i386/elf/Versions: Delete file.
24142         * sysdeps/i386/elf/start.S: Moved to ...
24143         * sysdeps/i386/start.S: ...here.
24144         * sysdeps/i386/elf/configure.in: Merge into...
24145         * sysdeps/i386/configure.in: ...here.
24146         * sysdeps/i386/elf/configure.in: Delete file.
24147         * sysdeps/i386/elf/configure: Delete file.
24149         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
24150         * debug/backtracesyms.c: ... here.
24151         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
24152         * debug/backtracesymsfd.c: ... here.
24153         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
24154         * sysdeps/generic/ifunc-sel.h: ... here.
24156         * sysdeps/unix/i386/start.c: Delete file.
24157         * sysdeps/unix/sparc/start.c: Delete file.
24158         * sysdeps/unix/start.c: Delete file.
24160         * sysdeps/sh/elf/configure.in: Moved to ...
24161         * sysdeps/sh/configure.in: ... here.
24162         * sysdeps/sh/elf/start.S: Moved to ...
24163         * sysdeps/sh/start.S: ... here.
24164         * sysdeps/sh/elf/configure: Delete file.
24166         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
24167         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
24168         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
24169         * sysdeps/powerpc/powerpc64/entry.h: ... here.
24170         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
24171         * sysdeps/powerpc/powerpc64/start.S: here.
24172         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
24173         * sysdeps/powerpc/powerpc64/Makefile: ... this.
24174         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
24175         * sysdeps/powerpc/powerpc64/configure.in: ... this.
24176         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
24178         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
24179         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
24180         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
24181         * sysdeps/powerpc/powerpc32/start.S: ... here.
24182         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
24183         * sysdeps/powerpc/powerpc32/configure.in: ... this.
24184         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
24186         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
24187         * sysdeps/powerpc/ifunc-sel.h: ... here.
24188         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
24189         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
24191         * sysdeps/sparc/elf/configure.in: Moved to ...
24192         * sysdeps/sparc/configure.in: ... here.
24193         * sysdeps/sparc/elf/configure: Delete file.
24194         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
24195         * sysdeps/sparc/sparc32/start.S: ... here.
24196         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
24197         * sysdeps/sparc/sparc64/start.S: ... here.
24198         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
24199         * sysdeps/sparc/sparc32/Makefile: ... this.
24200         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
24201         * sysdeps/sparc/sparc64/Makefile: ... this.
24203         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
24204         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
24205         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
24206         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
24207         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
24208         * sysdeps/s390/s390-32/setjmp.S: ... here.
24209         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
24210         * sysdeps/s390/s390-32/configure.in: ... here.
24211         * sysdeps/s390/s390-32/elf/configure: Delete file.
24212         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
24213         * sysdeps/s390/s390-32/start.S: ... here.
24215         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
24216         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
24217         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
24218         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
24219         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
24220         * sysdeps/s390/s390-64/setjmp.S: ... here.
24221         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
24222         * sysdeps/s390/s390-64/configure.in: ... here
24223         * sysdeps/s390/s390-64/elf/configure: Delete file.
24224         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
24225         * sysdeps/s390/s390-64/start.S: ... here.
24226         * sysdeps/s390/s390-64/elf/configure: Delete.
24228         * configure.in: Remove support for elf directories in sysdeps.
24230         * configure: Regenerated.
24231         * sysdeps/i386/configure: Regenerated.
24232         * sysdeps/powerpc/powerpc32/configure: Regenerated.
24233         * sysdeps/powerpc/powerpc64/configure: Regenerated.
24234         * sysdeps/s390/s390-32/configure: Regenerated.
24235         * sysdeps/s390/s390-64/configure: Regenerated.
24236         * sysdeps/sh/configure: Regenerated.
24237         * sysdeps/sparc/configure: Regenerated.
24238         * sysdeps/x86_64/configure: Regenerated.
24240 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
24242         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24244         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
24245         denormal result into account.
24247 2012-03-25  Roland McGrath  <roland@hack.frob.com>
24249         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
24250         Reported by Allan McRae <allan@archlinux.org>.
24252 2012-03-23  Jeff Law  <law@redhat.com>
24254         * nss/getnssent.c (__nss_getent): Fix typo.
24256 2012-03-23  David S. Miller  <davem@davemloft.net>
24258         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24260 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
24262         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
24263         to pad to uint64_t for each field.
24264         (dl_tls_index): Replace unsigned long with uint64_t.
24266 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
24267         Paul Pluzhnikov  <ppluzhnikov@google.com>
24269         [BZ #6528]
24270         * grp/Makefile (otherlibs): Don't set it.
24271         * inet/Makefile (otherlibs): Likewise.
24272         * login/Makefile (otherlibs): Likewise.
24273         * nscd/Makefile (otherlibs): Likewise.
24274         * posix/Makefile (otherlibs): Likewise.
24275         * pwd/Makefile (otherlibs): Likewise.
24276         * rt/Makefile (otherlibs): Likewise.
24277         * sunrpc/Makefile (otherlibs): Likewise.
24278         * nss/Makefile (otherlibs): Likewise.
24279         Add libnss_files to routines and static-only-routines.
24280         ($(objpfx)getent): Remove rule.
24281         * resolv/Makefile: Add libnss_dns and libresolv to routines and
24282         static-only-routines.
24284 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
24286         [BZ #13892]
24287         * math/s_cexp.c: Include <float.h>.
24288         (__cexp): Handle exp result overflowing not necessarily
24289         overflowing both real and imaginary parts of result.
24290         * math/s_cexpf.c: Likewise.
24291         * math/s_cexpl.c: Likewise.
24292         * math/libm-test.inc (cexp_test): Add more tests.
24293         * sysdeps/i386/fpu/libm-test-ulps: Update.
24294         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24296 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
24298         * include/link.h (ELFW): New macro.
24299         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
24300         Replace ELF64_R_TYPE with ELFW(R_TYPE).
24302 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
24304         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
24305         with uint64_t.
24307 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
24309         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
24310         declaration.
24311         (struct La_x32_retval): Likewise.
24313 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
24315         * sysdeps/x86_64/preconfigure.in: New file.
24316         * sysdeps/x86_64/preconfigure: New generated file.
24318 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
24320         [BZ #13824]
24321         * math/e_exp2l.c: Include <float.h>.
24322         (__ieee754_exp2l): Handle overflow and underflow cases
24323         separately.  Only pass fractional part of argument to
24324         __ieee754_expl.
24325         * math/libm-test.inc (exp2_test): Add more tests.
24327         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
24328         negating x to take absolute value.
24329         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
24330         Likewise.
24331         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
24332         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
24333         Likewise.
24334         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
24335         computing low part if x was negated.
24336         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
24338 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
24340         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
24341         la_x32_gnu_pltexit.
24342         (pltexit): Cast int_retval to ptrdiff_t.
24343         * elf/tst-auditmod3b.c: Likewise.
24344         * elf/tst-auditmod4b.c: Likewise.
24345         * elf/tst-auditmod5b.c: Likewise.
24346         * elf/tst-auditmod6b.c: Likewise.
24347         * elf/tst-auditmod6c.c: Likewise.
24348         * elf/tst-auditmod7b.c: Likewise.
24350         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
24351         and x32_gnu_pltexit.
24353         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
24354         __ELF_NATIVE_CLASS.
24355         (La_x32_regs): New macro.
24356         (La_x32_retval): Likewise.
24357         (la_x32_gnu_pltenter): New function prototype.
24358         (la_x32_gnu_pltexit): Likewise.
24360 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
24362         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
24363         exponent.
24365         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24367         * configure.in (libc_cv_cc_nofma): Check for option to disable
24368         generation of FMA instructions.
24369         * configure: Regenerate.
24370         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
24371         * sysdeps/ieee754/dbl-64/Makefile: New file.
24372         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
24373         Remove brandred-fma4.
24374         (CFLAGS-brandred-fma4.c): Remove.
24375         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
24376         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
24377         define.
24378         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
24379         define.
24381 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
24383         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
24384         LLONG_MAX != LONG_MAX.
24385         (_itoa_word): Use _ITOA_WORD_TYPE on value.
24386         (_fitoa_word): Likewise.
24387         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
24388         LLONG_MAX != LONG_MAX.
24389         * stdio-common/_itowa.h: Include <_itoa.h>.
24390         (_itowa_word): Use _ITOA_WORD_TYPE on value.
24391         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
24392         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
24393         only if not defined.
24394         (_ITOA_WORD_TYPE): Likewise.
24395         (_itoa_word): Use _ITOA_WORD_TYPE on value.
24396         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
24398 2012-03-21  David S. Miller  <davem@davemloft.net>
24400         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24402 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
24404         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
24405         of x86_64 when setting libc_cv_slibdir, libdir and
24406         libc_cv_localedir.
24407         * sysdeps/unix/sysv/linux/configure: Regenerated.
24409 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
24411         * manual/lang.texi (Old Varargs): Remove section.
24412         (How Variadic): Update menu.
24413         (va_start): Do not mention varargs.h.
24415 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
24416             Joseph Myers  <joseph@codesourcery.com>
24418         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
24419         link test.
24420         * configure: Regenerated.
24422 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
24424         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
24425         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
24426         conformtest.pl
24428 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
24430         * NOTES: Remove.
24431         * Makefile (files-for-dist): Remove NOTES.
24432         (NOTES): Remove rule.
24433         * README: Don't refer to NOTES.
24434         * manual/creature.texi: Don't include macros.texi.
24435         * manual/intro.texi (creature.texi): Remove comment referring to
24436         NOTES.
24438         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
24439         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
24440         * configure: Regenerated.
24441         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
24442         LIBC_TRY_CC_OPTION.
24443         (libc_cv_as_i686): Likewise.
24444         (libc_cv_cc_avx): Likewise.
24445         (libc_cv_cc_sse2avx): Likewise.
24446         (libc_cv_cc_fma4): Likewise.
24447         (libc_cv_cc_novzeroupper): Likewise.
24448         * sysdeps/i386/configure: Regenerated.
24450         [BZ #13883]
24451         * sysdeps/i386/fpu/s_cexp.S: Remove.
24452         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
24453         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
24454         * math/libm-test.inc (cexp_test): Add more tests.
24455         * sysdeps/i386/fpu/libm-test-ulps: Update.
24456         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24458 2012-03-21  Allan McRae  <allan@archlinux.org>
24460         * timezone/Makefile: Do not install iso3166.tab and zone.tab
24462 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
24464         [BZ #13871]
24465         * math/w_exp2.c: Do not include <float.h>.
24466         (o_threshold, u_threshold): Remove.
24467         (__exp2): Calculate result before checking finiteness and calling
24468         __kernel_standard.
24469         * math/w_exp2f.c: Likewise.
24470         * math/w_exp2l.c: Likewise.
24471         * math/libm-test.inc (exp2_test): Require overflow exception for
24472         1e6 input.
24474         [BZ #3866]
24475         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
24476         range of signed 64-bit integers before using fistpll.  Remove
24477         checks for whether integers fit in mantissa bits.
24478         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
24479         the range of signed 32-bit integers before using fistpl.  Remove
24480         checks for whether integers fit in mantissa bits.
24481         * sysdeps/i386/fpu/e_powl.S (p64): New object.
24482         (__ieee754_powl): Test for y outside the range of signed 64-bit
24483         integers before using fistpll.  Reduce 64-bit values to 63-bit
24484         ones as needed.
24485         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
24486         divide-by-zero is raised for zero to large negative powers.
24487         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
24488         (__ieee754_powl): Test for y outside the range of signed 64-bit
24489         integers before using fistpll.  Reduce 64-bit values to 63-bit
24490         ones as needed.
24491         * math/libm-test.inc (pow_test): Add more tests.
24493 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
24495         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
24496         <stdio-common/_itoa.h>.
24497         * debug/segfault.c: Likewise.
24498         * elf/dl-cache.c: Likewise.
24499         * elf/dl-minimal.c: Likewise.
24500         * elf/dl-misc.c: Likewise.
24501         * elf/dl-sysdep.c: Likewise.
24502         * elf/dl-version.c: Likewise.
24503         * elf/rtld.c: Likewise.
24504         * hurd/hurdsock.c: Likewise.
24505         * hurd/lookup-retry.c: Likewise.
24506         * malloc/malloc.c: Likewise.
24507         * malloc/mtrace.c: Likewise.
24508         * nscd/nscd_getgr_r.c: Likewise.
24509         * nscd/nscd_getpw_r.c: Likewise.
24510         * nscd/nscd_getserv_r.c: Likewise.
24511         * posix/getopt_init.c: Likewise.
24512         * posix/wordexp.c: Likewise.
24513         * stdio-common/_itoa.c: Likewise.
24514         * stdio-common/printf_fphex.c: Likewise.
24515         * stdio-common/vfprintf.c: Likewise.
24516         * string/_strerror.c: Likewise.
24517         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
24518         * sysdeps/i386/i686/hp-timing.h: Likewise.
24519         * sysdeps/mach/_strerror.c: Likewise.
24520         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
24521         * sysdeps/mach/hurd/sethostid.c: Likewise.
24522         * sysdeps/mach/hurd/xmknodat.c: Likewise.
24523         * sysdeps/mach/xpg-strerror.c: Likewise.
24524         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
24525         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
24526         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
24527         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
24528         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
24529         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
24530         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
24531         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
24532         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
24533         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
24534         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
24535         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
24536         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
24537         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
24538         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
24539         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
24540         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
24541         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
24542         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
24543         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
24544         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
24546         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
24548         * stdio-common/_itoa.h: Moved to ...
24549         * sysdeps/generic/_itoa.h: Here.
24551         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
24553         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
24554         instead of "_itoa.h" and "_itowa.h".
24555         * stdio-common/vfprintf.: Likewise.
24557 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
24559         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
24560         <bits/wordsize.h>.
24561         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
24562         (__signbit): Likwise.
24563         (llrintf): Likwise.
24564         (llrint): Likwise.
24566 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
24568         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
24569         __WORDSIZE != 64.
24571 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
24573         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
24574         OVERFLOW_EXCEPTION_OK.
24575         * math/libm-test.inc ("Philosophy"): Update comment about
24576         exception testing.
24577         (OVERFLOW_EXCEPTION): Define.
24578         (OVERFLOW_EXCEPTION_OK): Likewise.
24579         (INVALID_EXCEPTION_OK): Renumber.
24580         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
24581         (IGNORE_ZERO_INF_SIGN): Likewise.
24582         (test_exceptions): Handle FE_OVERFLOW.
24583         (exp10_test): Expect overflow exceptions.
24584         (exp2_test): Likewise.
24585         (expm1_test): Likewise.
24586         (nextafter_test): Likewise.
24587         (pow_test): Likewise.
24588         (scalbn_test): Likewise.
24589         (scalbln_test): Likewise.
24591 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
24593         * sysdeps/x86_64/bits/atomic.h
24594         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
24595         64bit integer.
24596         (atomic_exchange_acq): Likewise.
24597         (__arch_exchange_and_add_body): Likewise.
24598         (__arch_add_body): Likewise.
24599         (atomic_add_negative): Likewise.
24600         (atomic_add_zero): Likewise.
24602 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
24604         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
24605         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
24607 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
24609         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
24610         Check __x86_64__ instead of __WORDSIZE.
24612 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
24614         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
24616 2012-03-19  David S. Miller  <davem@davemloft.net>
24618         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24620         * sysdeps/sparc/fpu/fenv_private.h: New file.
24621         * sysdeps/sparc/fpu/math_private.h: Use it.
24622         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
24623         Remove.
24624         (libc_feholdexcept_setround, libc_feholdexcept_setroundf,
24625         (libc_feholdexcept_setroundl): Remove.
24626         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
24627         Remove.
24628         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
24629         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
24631 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
24633         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
24634         int64_t instead of long int.
24635         (INSERT_WORDS64): Likwise.
24637 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
24639         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
24640         _Unwind_GetCFA return to _Unwind_Ptr first.
24642 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
24644         [BZ #13629]
24645         * math/s_clog.c: Include <float.h>.
24646         (__clog): Scale large or subnormal inputs.
24647         * math/s_clogf.c: Likewise.
24648         * math/s_clogl.c: Likewise.
24649         * math/s_clog10.c: Include <float.h>.
24650         (M_LOG10_2): Define.
24651         (__clog10): Scale large or subnormal inputs.
24652         * math/s_clog10f.c: Likewise.
24653         * math/s_clog10l.c: Likewise.
24654         * math/libm-test.inc (clog_test): Add more tests.
24655         (clog10_test): Likewise.
24656         * sysdeps/i386/fpu/libm-test-ulps: Update.
24657         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24659         [BZ #11451]
24660         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
24661         x and y.
24662         * math/libm-test.inc (atan2_test): Add another test.
24664         * Makerules (common-objdir-compile): Remove.
24665         * sysdeps/unix/Makefile (config-generated): Do not add
24666         $(unix-generated) to variable.
24667         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
24668         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
24669         Remove rule.
24670         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
24671         Likewise.
24672         [generic bits/local_lim.h] (before-compile): Do not append to
24673         variable.
24674         [generic bits/local_lim.h] (common-generated): Likewise.
24675         [generic sys/param.h] (before-compile): Do not append to variable.
24676         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
24677         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
24678         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
24679         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
24680         include.
24681         [generic sys/param.h] (sys/param.h-includes): Remove variable.
24682         [generic sys/param.h] (sys/param.h-includes): Remove rule.
24683         [generic sys/param.h] ($(addprefix
24684         $(common-objpfx),$(sys/param.h-includes))): Likewise.
24685         [generic sys/param.h] (common-generated): Do not append to
24686         variable.
24687         [generic sys/param.h] (sysdep_headers): Likewise.
24688         [generic bits/errno.h] (before-compile): Do not append to
24689         variable.
24690         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
24691         rule.
24692         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
24693         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
24694         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
24695         [generic bits/errno.h] (common-generated): Do not append to
24696         variable.
24697         [generic bits/ioctls.h] (before-compile): Do not append to
24698         variable.
24699         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
24700         rule.
24701         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
24702         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
24703         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
24704         rule.
24705         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
24706         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
24707         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
24708         [generic bits/ioctls.h] (common-generated): Do not append to
24709         variable.
24710         [generic sys/syscall.h] (syscall.h): Remove variable.
24711         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
24712         rule.
24713         [generic sys/syscall.h] (before-compile): Do not append to
24714         variable.
24715         [generic sys/syscall.h] (common-generated): Likewise.
24716         * sysdeps/unix/errnos-tmpl.c: Remove file.
24717         * sysdeps/unix/errnos.awk: Likewise.
24718         * sysdeps/unix/ioctls-tmpl.c: Likewise.
24719         * sysdeps/unix/ioctls.awk: Likewise.
24720         * sysdeps/unix/mk-local_lim.c: Likewise.
24721         * sysdeps/unix/snarf-ioctls: Likewise.
24723 2012-03-19  Richard Henderson  <rth@twiddle.net>
24725         * sysdeps/i386/fpu/fenv_private.h: New file.
24726         * sysdeps/i386/fpu/math_private.h: Use it.
24727         (math_opt_barrier, math_force_eval): Remove.
24728         (libc_feholdexcept_setround_53bit): Remove.
24729         (libc_feupdateenv_53bit): Remove.
24730         * sysdeps/x86_64/fpu/math_private.h: Likewise.
24731         (math_opt_barrier, math_force_eval): Remove.
24732         (libc_feholdexcept): Remove.
24733         (libc_feholdexcept_setround): Remove.
24734         (libc_fetestexcept, libc_fesetenv): Remove.
24735         (libc_feupdateenv_test): Remove.
24736         (libc_feupdateenv, libc_feholdsetround): Remove.
24737         (libc_feresetround): Remove.
24739         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
24740         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
24742         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
24743         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
24744         (libc_feupdateenv_testl): New.
24745         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
24746         (libc_feupdateenv_testf): New.
24747         (libc_feupdateenv): Use libc_feupdateenv_test.
24748         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
24749         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
24751         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
24752         (libc_feholdsetroundf, libc_feholdsetroundl): New.
24753         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
24754         (libc_feresetround_noex): New.
24755         (libc_feresetround_noexf): New.
24756         (libc_feresetround_noexl): New.
24757         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
24758         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
24759         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
24760         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
24761         SET_RESTORE_ROUND.
24762         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
24763         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
24764         (__cos): Likewise.
24765         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
24766         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
24767         SET_RESTORE_ROUND_NOEX.
24768         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
24769         SET_RESTORE_ROUND_NOEXF.
24770         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
24771         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
24772         (libc_feholdsetroundf): New.
24773         (libc_feresetround, libc_feresetroundf): New.
24775         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
24776         (libc_feholdexcept_setround_53bit): Convert from macro to function.
24777         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
24779         * sysdeps/generic/math_private.h: Include <fenv.h>.
24780         (default_libc_feholdexcept): New.
24781         (default_libc_feholdexcept_setround): New.
24782         (default_libc_fesetenv, default_libc_feupdateenv): New.
24783         (libc_feholdexcept): Only define if undefined.
24784         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
24785         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
24786         (libc_feholdexcept_setroundl): Likewise.
24787         (libc_feholdexcept_setround_53bit): Likewise.
24788         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
24789         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
24790         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
24791         (libc_feupdateenv_53bit): Likewise.
24792         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
24793         (libc_feholdexcept): Convert from macro to inline function.
24794         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
24795         (libc_fesetenv, libc_feupdateenv): Likewise.
24797         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
24798         not previously defined.
24799         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
24800         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
24801         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
24802         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
24803         * sysdeps/ieee754/flt-32/math_private.h: New file.
24804         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
24805         math_private.h below SET_FLOAT_WORD.
24806         (__isnan, __isinf_ns, __finite): Remove.
24807         (__isnanf, __isinf_nsf, __finitef): Remove.
24809 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
24811         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24813 2012-03-17  David S. Miller  <davem@davemloft.net>
24815         [BZ #6471]
24816         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
24817         for 2.16.
24819 2012-03-16  David S. Miller  <davem@davemloft.net>
24821         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
24822         warnings.
24824         [BZ #6471]
24825         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
24826         properly.
24827         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
24828         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
24829         sysdep_routines when subdir is sysvipc.
24830         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
24831         __getshmlba helper.
24833         * sysdeps/sparc/fpu/libm-test/ulps: Update.
24835 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
24837         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
24838         [__LP64__].
24840 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
24842         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
24843         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
24844         (__lround): Renamed to ...
24845         (__llround): This.  Replace long int with long long int.
24846         Define lround functions as aliases of llround functions.
24847         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
24849 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
24851         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
24852         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
24853         adresses to uintptr_t.  Replace "long int" and "unsigned long
24854         int" with "greg_t" on va_arg.
24856 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
24858         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
24859         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
24861         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
24862         Move e_machine check before EI_CLASS check.  Handle x32
24863         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
24864         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
24865         SKIP_EM_IA_64 and include
24866         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
24868         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
24869         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
24870         (add_system_dir): New macro.
24872         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
24873         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
24875 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
24877         [BZ #2551]
24878         [BZ #2552]
24879         [BZ #2553]
24880         [BZ #2554]
24881         [BZ #2562]
24882         [BZ #2563]
24883         [BZ #2565]
24884         [BZ #2566]
24885         [BZ #2576]
24886         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
24887         (y0): Likewise.
24888         * math/w_j0f.c (j0f): Likewise.
24889         (y0f): Likewise.
24890         * math/w_j0l.c (__j0l): Likewise.
24891         (__y0l): Likewise.
24892         * math/w_j1.c (j1): Likewise.
24893         (y1): Likewise.
24894         * math/w_j1f.c (j1f): Likewise.
24895         (y1f): Likewise.
24896         * math/w_j1l.c (__j1l): Likewise.
24897         (__y1l): Likewise.
24898         * math/w_jn.c (jn): Likewise.
24899         (yn): Likewise.
24900         * math/w_jnf.c (jnf): Likewise.
24901         (ynf): Likewise.
24902         * math/w_jnl.c (__jnl): Likewise.
24903         (__ynl): Likewise.
24904         * math/libm-test.inc (j0_test): Add more tests.
24905         (j1_test): Likewise.
24906         (jn_test): Likewise.  Add trailing semicolon to existing test.
24907         (y0_test): Likewise.
24908         (y1_test): Likewise.
24909         * sysdeps/i386/fpu/libm-test-ulps: Update.
24910         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24912         [BZ #13851]
24913         [BZ #13854]
24914         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
24915         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
24916         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
24917         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
24918         (__tanl): Set errno for infinite argument.
24919         * sysdeps/i386/fpu/mptan.c: Remove.
24920         * sysdeps/i386/fpu/s_tan.S: Likewise.
24921         * sysdeps/i386/fpu/s_tanl.S: Likewise.
24922         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
24923         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
24924         * math/libm-test.inc (tan_test): Add more tests and enable more
24925         tests for double and long double.
24926         * sysdeps/i386/fpu/libm-test-ulps: Update.
24927         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24929 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
24931         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
24932         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
24934 2012-03-16  Roland McGrath  <roland@hack.frob.com>
24936         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
24937         * configure.in: Use it for both main tree and add-ons.
24938         * configure: Regenerated.
24940 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
24942         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
24944 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
24946         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
24947         in comment.
24949         [BZ #13851]
24950         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
24951         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
24952         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
24953         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
24954         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
24955         infinite argument.
24956         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
24957         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
24958         != 0 for prec == 2.
24959         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
24960         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
24961         * sysdeps/i386/fpu/s_cosl.S: Likewise.
24962         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
24963         * sysdeps/i386/fpu/s_sinl.S: Likewise.
24964         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
24965         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
24966         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
24967         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
24968         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
24969         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
24970         * math/libm-test.inc (cos_test): Add more tests and enable more
24971         tests for long double.
24972         (sin_test): Likewise.
24973         (sincos_test): Likewise.
24974         * sysdeps/i386/fpu/libm-test-ulps: Update.
24975         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24977 2012-03-16  David S. Miller  <davem@davemloft.net>
24979         * sysdeps/sparc/fpu/math_private.h: New file.
24981 2012-03-15  David S. Miller  <davem@davemloft.net>
24983         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
24984         file.
24985         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
24986         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
24987         file.
24988         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
24989         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
24990         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
24991         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
24992         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
24993         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
24994         sysdep routines.
24995         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
24997         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
24998         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
25000         * sysdeps/sparc/sparc-ifunc.h: New file.
25001         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
25002         sparc-ifunc.h
25003         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
25004         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
25005         Likewise.
25006         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
25007         Likewise.
25008         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
25009         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
25010         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
25011         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
25012         Likewise.
25013         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
25014         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
25015         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
25016         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
25017         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
25018         Likewise.
25019         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
25020         Likewise.
25021         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
25022         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
25023         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
25024         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
25025         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
25026         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
25027         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
25028         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
25029         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
25030         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
25031         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
25032         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
25033         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
25034         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
25035         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
25036         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
25037         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
25038         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
25039         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
25040         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
25041         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
25042         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
25043         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
25044         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
25046 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
25048         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
25049         scaling.
25050         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25052 2012-03-15  Andreas Jaeger  <aj@suse.de>
25054         [BZ #13852]
25055         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
25056         ieee754/flt-32 implementation for sin, cos and sincos.
25057         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
25058         * sysdeps/i386/fpu/s_cosf.S: Likewise.
25059         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
25060         * sysdeps/i386/fpu/s_sinf.S: Likewise.
25061         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
25062         ieee754/flt-32 implementation for tan.
25064         * math/libm-test.inc (cos_test): Enable some large input tests for
25065         float as well
25066         (sin_test): Likewise.
25067         (sincos_test): Likewise.
25068         (tan_test): Add tests for large input.
25070         * sysdeps/i386/fpu/libm-test-ulps: Update.
25072 2012-03-15  Andreas Jaeger  <aj@suse.de>
25074         [BZ #13658]
25075         * math/libm-test.inc (cos_test): Add more test cases.
25076         (sin_test): Likewise.
25077         (sincos_test): Likewise.
25079 2012-03-15  Andreas Jaeger  <aj@suse.de>
25081         [BZ #13837]
25082         * math/libm-test.inc (cos_test): Add a test case for large input
25083         value.
25084         (sin_test): Likewise.
25085         (sincos_test): Likewise.
25087 2012-03-15  Andreas Jaeger  <aj@suse.de>,
25088         Joseph Myers  <joseph@codesourcery.com>
25090         [BZ #13658]
25091         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
25092         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
25093         * sysdeps/i386/fpu/branred.c: Likewise.
25094         * sysdeps/i386/fpu/dosincos.c: Likewise.
25095         * sysdeps/i386/fpu/mpa.c: Likewise.
25096         * sysdeps/i386/fpu/s_cos.S: Likewise.
25097         * sysdeps/i386/fpu/s_sin.S: Likewise.
25098         * sysdeps/i386/fpu/s_sincos.S: Likewise.
25099         * sysdeps/i386/fpu/sincos32.c: Likewise.
25101         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
25102         Define.
25103         (libc_feupdateenv_53bit): Define.
25104         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
25105         Define.
25106         (libc_feupdateenv_53bit): Define.
25108         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
25109         53 bit (without extend i386 double precision).
25111         * math/libm-test.inc (sincos_test): Add tests for large input.
25112         (sin): Likewise.
25113         (cos): Likewise.
25115         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
25117 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
25119         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25121 2012-03-15  David S. Miller  <davem@davemloft.net>
25123         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
25124         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
25125         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
25126         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
25127         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
25128         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
25129         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
25130         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
25131         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
25132         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
25133         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
25134         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
25135         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
25136         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
25137         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
25138         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
25139         file.
25140         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
25141         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
25142         file.
25143         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
25144         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
25145         file.
25146         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
25147         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
25148         file.
25149         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
25150         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
25151         fmin/fmax sysdep routines.
25152         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
25154 2012-03-14  David S. Miller  <davem@davemloft.net>
25156         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
25157         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
25158         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
25159         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
25160         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
25161         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
25162         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
25163         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
25164         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
25165         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
25166         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
25167         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
25168         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
25169         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
25170         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
25171         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
25172         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
25173         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
25174         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
25175         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
25176         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
25177         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
25178         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
25179         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
25180         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
25181         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
25182         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
25183         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
25184         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
25185         routines.
25186         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
25187         file.
25188         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
25189         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
25190         file.
25191         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
25192         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
25193         file.
25194         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
25195         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
25196         file.
25197         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
25198         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
25199         file.
25200         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
25201         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
25202         file.
25203         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
25204         file.
25205         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
25206         file.
25207         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
25208         file.
25209         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
25210         New file.
25211         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
25212         file.
25213         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
25214         file.
25215         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
25216         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
25217         file.
25218         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
25219         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
25220         file.
25221         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
25222         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
25223         file.
25224         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
25225         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
25226         VIS3 routines.
25228         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
25229         New file.
25231         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25233         * sysdeps/sparc/configure.in: New file.
25234         * sysdeps/sparc/configure: Generate.
25235         * configure.in (libc_cv_sparc_as_vis3): Substitute.
25236         * configure: Regenerate.
25237         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
25238         * config.make.in (have-as-vis3): New.
25239         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
25240         available use -Av9d instead of -Av9a.
25241         * sysdeps/sparc/sparc64/Makefile: Likewise.
25242         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
25243         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
25244         New file.
25245         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
25246         file.
25247         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
25248         New file.
25249         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
25250         file.
25251         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
25252         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
25253         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
25254         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
25255         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
25257         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
25258         fzeros/fnegs to load 0x80000000 into a float register instead of
25259         using the stack.
25260         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
25262 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
25264         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
25265         bits/syscall.h.
25266         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
25267         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
25268         ($(inst_includedir)/bits/syscall.h): Remove rule.
25269         ($(objpfx)bits/syscall.d): Include instead of
25270         $(objpfx)syscall-list.d.
25271         (generated): Change syscall-list.h and syscall-list.d to
25272         bits/syscall.h and bits/syscall.d.
25274 2012-03-14  Roland McGrath  <roland@hack.frob.com>
25276         [BZ #13846]
25277         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
25279 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
25281         [BZ #13841]
25282         * math/s_csqrt.c: Include <float.h>.
25283         (__csqrt): Scale large or subnormal inputs.
25284         * math/s_csqrtf.c: Likewise.
25285         * math/s_csqrtl.c: Likewise.
25286         * math/libm-test.inc (csqrt_test): Add more tests.
25287         * sysdeps/i386/fpu/libm-test-ulps: Update.
25288         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25290         [BZ #13840]
25291         * math/libm-test.inc (hypot_test): Add more tests.
25293 2012-03-13  David S. Miller  <davem@davemloft.net>
25295         [BZ #13840]
25296         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
25297         double-precision for the calculation instead of scaling.
25299 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
25301         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
25302         manipulate bits before adding and subtracting TWO52[sx].
25303         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
25304         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
25305         Likewise.
25306         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
25308 2012-03-13  David S. Miller  <davem@davemloft.net>
25310         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
25311         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
25312         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
25313         rtld-global-offsets.h
25314         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
25316         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
25317         large parameters.
25319         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
25321         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
25322         'err' in the ifdef scope in which it is actually used.
25324         * nss/nss_db/db-init.c: Include string.h
25326 2012-03-12  David S. Miller  <davem@davemloft.net>
25328         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
25329         masking out of the most significant byte of random value used.
25330         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
25331         Fix coding style in previous change.
25333         * sysdeps/unix/sysv/linux/kernel-features.h
25334         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
25335         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
25336         expression.
25337         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
25338         later.
25340 2012-03-11  David S. Miller  <davem@davemloft.net>
25342         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
25343         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
25344         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
25345         for 'resultvar' otherwise things get truncated on 64-bit.
25347         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
25348         Fix masking out of the most significant byte of random value used.
25350         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25352 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
25354         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25356 2012-03-09  David S. Miller  <davem@davemloft.net>
25358         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
25359         variables with appropriate CPP guards.
25360         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr from the
25361         frame pointer, not the stack pointer.  Correct layout comments.  Fix test
25362         on resulting framesize and the management of the outregs buffer for pltexit.
25363         Preserve floating point return values across _dl_call_pltexit call.
25364         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
25365         framesize and the management of the outregs buffer for pltexit.
25366         Preserve floating point return values across _dl_call_pltexit
25367         call.
25368         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter, la_sparc64_gnu_pltenter,
25369         la_sparc32_gnu_pltexit, la_sparc64_gnu_pltexit): New functions.
25370         (print_exit): Fix format string for return register value.
25372 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
25374         * sunrpc/Makefile (others): Add rpcgen.
25375         ($(objpfx)rpcgen): Remove special build rule and dependency on
25376         libc.
25377         * sunrpc/rpcgen.c: New file.
25379 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
25381         [BZ #13673]
25382         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
25383         * stdio-common/bug-vfprintf-nargs.c: Likewise.
25384         * sysdeps/i386/crti.S: Likewise.
25385         * sysdeps/i386/crtn.S: Likewise.
25386         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
25387         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
25388         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
25389         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
25390         * sysdeps/sh/crti.S: Likewise.
25391         * sysdeps/sh/crtn.S: Likewise.
25392         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
25394         [BZ #13673]
25395         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
25396         with URL.
25397         * locale/programs/locfile-kw.gperf: Likewise.
25398         * locale/programs/charmap-kw.h: Regenerated.
25399         * locale/programs/locfile-kw.h: Likewise.
25401         [BZ #13673]
25402         * intl/plural.y: Replace FSF snail mail address with URL.
25403         * intl/plural.c: Regenerated.
25405 2012-03-09  Richard Henderson  <rth@twiddle.net>
25407         * include/math_private.h: Remove file.
25408         * math/math_private.h: Move file ...
25409         * sysdeps/generic/math_private.h: ... here.
25411         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
25412         * sysdeps/powerpc/fpu/math_private.h: Likewise.
25413         * sysdeps/x86_64/fpu/math_private.h: Likewise.
25415         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
25416         and <math_private.h>.
25417         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
25418         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
25419         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
25420         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
25421         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
25422         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
25423         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
25424         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
25425         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
25426         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
25427         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
25428         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
25429         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
25430         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
25431         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
25432         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
25433         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
25434         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
25435         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
25436         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
25437         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
25438         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
25439         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
25440         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
25441         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
25442         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
25443         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
25444         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
25445         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
25446         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
25447         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
25448         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
25449         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
25450         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
25451         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
25452         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
25453         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
25454         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
25455         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
25456         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
25457         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
25458         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
25459         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
25460         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
25461         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
25462         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
25463         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
25464         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
25465         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
25466         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
25467         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
25468         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
25469         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
25470         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
25471         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
25472         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
25473         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
25474         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
25475         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
25476         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
25477         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
25478         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
25479         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
25480         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
25481         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
25482         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
25483         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
25484         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
25485         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
25486         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
25487         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
25488         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
25489         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
25490         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
25491         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
25492         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
25493         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
25494         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
25495         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
25496         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
25497         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
25498         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
25499         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
25500         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
25501         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
25502         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
25503         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
25504         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
25505         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
25506         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
25507         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
25508         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
25509         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
25510         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
25511         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
25512         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
25513         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
25514         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
25515         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
25516         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
25517         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
25518         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
25519         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
25520         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
25521         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
25522         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
25523         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
25524         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
25525         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
25526         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
25527         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
25528         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
25529         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
25530         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
25531         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
25532         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
25533         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
25534         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
25535         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
25536         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
25537         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
25538         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
25539         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
25540         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
25541         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
25542         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
25543         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
25544         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
25545         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
25546         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
25547         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
25548         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
25549         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
25550         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
25551         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
25552         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
25553         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
25554         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
25555         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
25556         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
25557         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
25558         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
25559         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
25560         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
25561         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
25562         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
25563         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
25564         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
25565         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
25566         * sysdeps/ieee754/k_standard.c: Likewise.
25567         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
25568         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
25569         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
25570         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
25571         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
25572         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
25573         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
25574         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
25575         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
25576         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
25577         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
25578         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
25579         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
25580         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
25581         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
25582         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
25583         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
25584         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
25585         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
25586         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
25587         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
25588         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
25589         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
25590         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
25591         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
25592         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
25593         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
25594         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
25595         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
25596         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
25597         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
25598         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
25599         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
25600         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
25601         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
25602         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
25603         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
25604         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
25605         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
25606         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
25607         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
25608         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
25609         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
25610         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
25611         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
25612         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
25613         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
25614         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
25615         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
25616         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
25617         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
25618         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
25619         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
25620         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
25621         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
25622         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
25623         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
25624         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
25625         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
25626         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
25627         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
25628         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
25629         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
25630         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
25631         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
25632         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
25633         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
25634         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
25635         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
25636         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
25637         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
25638         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
25639         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
25640         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
25641         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
25642         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
25643         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
25644         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
25645         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
25646         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
25647         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
25648         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
25649         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
25650         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
25651         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
25652         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
25653         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
25654         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
25655         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
25656         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
25657         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
25658         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
25659         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
25660         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
25661         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
25662         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
25663         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
25664         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
25665         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
25666         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
25667         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
25668         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
25669         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
25670         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
25671         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
25672         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
25673         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
25674         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
25675         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
25676         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
25677         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
25678         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
25679         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
25680         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
25681         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
25682         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
25683         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
25684         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
25685         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
25686         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
25687         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
25688         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
25689         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
25690         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
25691         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
25692         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
25693         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
25694         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
25695         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
25696         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
25697         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
25698         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
25699         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
25700         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
25701         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
25702         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
25703         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
25704         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
25705         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
25706         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
25707         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
25708         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
25709         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
25710         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
25711         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
25712         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
25713         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
25714         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
25715         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
25716         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
25717         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
25718         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
25719         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
25720         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
25721         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
25722         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
25723         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
25724         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
25725         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
25726         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
25727         * sysdeps/ieee754/s_lib_version.c: Likewise.
25728         * sysdeps/ieee754/s_matherr.c: Likewise.
25729         * sysdeps/ieee754/s_signgam.c: Likewise.
25730         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
25731         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25732         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
25733         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
25734         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
25735         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
25736         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
25737         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
25738         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
25739         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
25740         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
25741         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
25742         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
25743         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
25744         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
25745         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
25746         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
25747         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
25748         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
25749         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
25750         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
25752 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
25754         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
25755         * sunrpc/rpc_main.c: Likewise.
25756         * sunrpc/rpc_svcout.c: Likewise.
25758 2012-03-09  David S. Miller  <davem@davemloft.net>
25760         * include/math_private.h: New file.
25762 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
25764         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
25765         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
25766         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
25767         from <bits/socket_type.h>.
25768         (enum __socket_type): Don't define here.
25769         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
25770         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
25771         bits/socket_type.h.
25773         [BZ #13566]
25774         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
25775         checking __USE_GNU.
25777         * Makerules ($(inst_includedir)/%.h): New rule.
25778         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
25779         (install-others): Remove variable setting.
25780         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
25782 2012-03-08  Richard Henderson  <rth@twiddle.net>
25784         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
25785         from macro to inline function; merge with the
25786         !__LIBC_INTERNAL_MATH_INLINES version.
25787         (__ieee754_sqrtf): Likewise.
25789         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
25790         to inline function.
25791         (__rintf, __floor, __floorf): Likewise.
25793         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
25794         macro to inline function.
25795         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
25797         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
25798         not <math/math_private.h>.
25800 2012-03-08  David S. Miller  <davem@davemloft.net>
25802         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
25803         copyright year.
25804         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
25806 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
25808         * resolv/gai_misc.c (handle_requests): Fix struct timespec
25809         normalization.
25810         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
25811         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
25813 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
25815         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
25816         be defined individually, they must be defined as a block.  Define
25817         S for printing a string instead of hidint the different by using a
25818         macro for adding the 'l'.
25819         * stdio-common/tst-fphex-wide.c: Adjust.
25821 2012-03-07  Marek Polacek  <polacek@redhat.com>
25823         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
25825 2012-03-08  Marek Polacek  <polacek@redhat.com>
25827         [BZ #13806]
25828         * stdio-common/Makefile (tests): Add tst-fphex-wide.
25829         * stdio-common/tst-fphex.c: Define a few macros to make the
25830         test reusable.  Use them.
25831         * stdio-common/tst-fphex-wide.c: New file.
25833 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
25835         [BZ #6911]
25836         * manual/macros.texi (gnusystems): New macro.
25837         (nongnusystems): Likewise.
25838         (gnulinuxhurdsystems): Likewise.
25839         (gnuhurdsystems): Likewise..
25840         (gnulinuxsystems): Likewise.
25841         * manual/charset.texi: Use new macros or @theglibc{} to refer to
25842         variants of the GNU system, not "GNU system".
25843         * manual/conf.texi: Likewise.
25844         * manual/errno.texi: Likewise.  Update example of errno macro
25845         expansion.
25846         * manual/filesys.texi: Likewise.
25847         (getumask): Document as specific to GNU/Hurd.
25848         * manual/install.texi: Likewise.  Reword some references to
25849         GNU/Linux.
25850         * manual/intro.texi: Likewise.
25851         * manual/io.texi: Likewise.
25852         (File Name Portability): Detail which constraints are inapplicable
25853         to all GNU systems and which are only inapplicable to GNU/Hurd.
25854         * manual/job.texi: Likewise.
25855         * manual/llio.texi: Likewise.
25856         (O_NOCTTY): Document as present on GNU/Linux.
25857         * manual/maint.texi: Likewise.
25858         * manual/memory.texi: Likewise.
25859         * manual/pattern.texi: Likewise.
25860         * manual/pipe.texi: Likewise.
25861         * manual/process.texi: Likewise.
25862         * manual/resource.texi: Likewise.
25863         (RUSAGE_CHILDREN): Remove statement about specifying a particular
25864         child on GNU/Hurd.
25865         * manual/setjmp.texi: Likewise.
25866         * manual/signal.texi: Likewise.
25867         * manual/startup.texi: Likewise.
25868         * manual/stdio.texi: Likewise.
25869         * manual/terminal.texi: Likewise.
25870         (ONLCR): Document as POSIX.
25871         (OXTABS): Document availability on GNU/Linux as XTABS.
25872         (ONOEOT): Document availability separately from other bits.
25873         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
25874         * manual/time.texi: Likewise.
25875         * manual/users.texi: Likewise.
25876         * INSTALL: Regenerated.
25877         * sysdeps/gnu/errlist.c: Regenerated.
25879         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
25880         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
25881         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
25882         puts.
25883         * configure: Regenerated.
25885 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
25887         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
25888         default includes instead of AC_HEADER_CHECK.
25889         * sysdeps/i386/configure: Regenerated.
25891         [BZ #10716]
25892         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
25893         * math/s_cacoshf.c (__cacoshf): Likewise.
25894         * math/s_cacoshl.c (__cacoshl): Likewise.
25895         * math/s_casinh.c (__casinh): Set signs of result from argument.
25896         * math/s_casinhf.c (__casinhf): Likewise.
25897         * math/s_casinhl.c (__casinhl): Likewise.
25898         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
25899         (casinh_test): Add more tests.
25900         * sysdeps/i386/fpu/libm-test-ulps: Update.
25901         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25903 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
25905         * po/zh_TW.po: Update from translation team.
25907         * login/Makefile (distribute): Remove variable.
25908         * catgets/Makefile: Likewise.
25909         * mach/Makefile: Likewise.
25910         * malloc/Makefile: Likewise.
25911         * misc/Makefile: Likewise.
25912         * iconv/Makefile: Likewise.
25913         * nscd/Makefile: Likewise.
25914         * hurd/Makefile: Likewise.
25915         * manual/Makefile: Likewise.
25916         * locale/Makefile: Likewise.
25917         * intl/Makefile: Likewise.
25918         * conform/Makefile: Likewise.
25919         * nss/Makefile: Likewise.
25920         * time/Makefile: Likewise.
25921         * soft-fp/Makefile: Likewise.
25922         * dirent/Makefile: Likewise.
25923         * gmon/Makefile: Likewise.
25924         * po/Makefile: Likewise.
25925         * rt/Makefile: Likewise.
25926         * socket/Makefile: Likewise.
25927         * math/Makefile: Likewise.
25928         * signal/Makefile: Likewise.
25929         * debug/Makefile: Likewise.
25930         * elf/Makefile: Likewise.
25931         * timezone/Makefile: Likewise.
25932         * stdlib/Makefile: Likewise.
25933         * iconvdata/Makefile: Likewise.
25934         * sunrpc/Makefile: Likewise.
25935         * io/Makefile: Likewise.
25936         * argp/Makefile: Likewise.
25937         * inet/Makefile: Likewise.
25938         * hesiod/Makefile: Likewise.
25939         * grp/Makefile: Likewise.
25940         * csu/Makefile: Likewise.
25941         * wctype/Makefile: Likewise.
25942         * crypt/Makefile: Likewise.
25943         * libio/Makefile: Likewise.
25944         * string/Makefile: Likewise.
25945         * nis/Makefile: Likewise.
25946         * resolv/Makefile: Likewise.
25947         * stdio-common/Makefile: Likewise.
25948         * wcsmbs/Makefile: Likewise.
25949         * dlfcn/Makefile: Likewise.
25950         * posix/Makefile: Likewise.
25952         [BZ #6959]
25953         * timezone/Makefile: Don't install timezone files, just the programs
25954         and scripts.
25956 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
25958         * nss/databases.def: Add missing gshadow entry.
25960         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
25962 2012-03-06  Marek Polacek  <polacek@redhat.com>
25964         [BZ #13726]
25965         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
25966         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
25967         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
25968         * stdio-common/tst-long-dbl-fphex.c: New file.
25970 2012-03-06  David S. Miller  <davem@davemloft.net>
25972         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
25973         (set_obp_int): New function.
25974         (get_obp_int): New function.
25975         (__get_clockfreq_via_dev_openprom): Likewise.
25976         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
25977         Avoid unused variable warnings on 'val' and use builtin_expect.
25978         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
25979         __builtin_expect.
25980         (INLINE_CLONE_SYSCALL): Likewise.
25982 2012-03-05  David S. Miller  <davem@davemloft.net>
25984         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25986 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
25988         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25990         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
25991         only for |x| >= 40.
25992         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
25994 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
25996         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
25997         Replace gettimeofday with __vdso_gettimeofday.
25999         * sysdeps/unix/sysv/linux/x86_64/init-first.c
26000         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
26001         __vdso_clock_gettime and __vdso_getcpu.
26003         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
26004         time with __vdso_time.
26006 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
26008         * manual/lang.texi (size_t): Note types to which size_t may be
26009         equivalent with the GNU C Library, but do not describe when
26010         differences between them are significant.
26012 2012-03-05  Andreas Jaeger  <aj@suse.de>
26014         * sysdeps/i386/fpu/libm-test-ulps: Update.
26016 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
26018         [BZ #3976]
26019         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
26020         (__ieee754_pow): Save and restore rounding mode and use
26021         round-to-nearest for main computations.
26022         * math/libm-test.inc (pow_test_tonearest): New function.
26023         (pow_test_towardzero): Likewise.
26024         (pow_test_downward): Likewise.
26025         (pow_test_upward): Likewise.
26026         (main): Call the new functions.
26027         * sysdeps/i386/fpu/libm-test-ulps: Update.
26028         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26030         [BZ #3976]
26031         * math/libm-test.inc (cosh_test_tonearest): New function.
26032         (cosh_test_towardzero): Likewise.
26033         (cosh_test_downward): Likewise.
26034         (cosh_test_upward): Likewise.
26035         (sinh_test_tonearest): Likewise.
26036         (sinh_test_towardzero): Likewise.
26037         (sinh_test_downward): Likewise.
26038         (sinh_test_upward): Likewise.
26039         (main): Call the new functions.
26040         * sysdeps/i386/fpu/libm-test-ulps: Update.
26041         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26043 2012-03-05  Tom de Vries  <tom@codesourcery.com>
26045         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
26046         default stack guard is set in last bytes.
26047         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
26049 2012-03-05  Kees Cook  <keescook@chromium.org>
26051         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
26053         [BZ #13656]
26054         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
26055         possibly allocate from heap instead of stack.
26056         * stdio-common/bug-vfprintf-nargs.c: New file.
26057         * stdio-common/Makefile (tests): Add nargs overflow test.
26059 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
26061         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26063 2012-03-03  Marek Polacek  <polacek@redhat.com>
26065         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
26066         * math/math_private.h: Likewise.
26067         * stdlib/tst-strtod.c: Likewise.
26068         * sysdeps/i386/i486/bits/atomic.h: Likewise.
26069         * sysdeps/x86_64/bits/atomic.h: Likewise.
26071 2012-03-02  David S. Miller  <davem@davemloft.net>
26073         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
26074         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
26075         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
26076         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
26077         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
26078         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
26079         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
26080         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
26082 2012-03-02  Roland McGrath  <roland@hack.frob.com>
26084         [BZ #13792]
26085         * manual/examples/README: New file, says the example source files
26086         can be used under GPL>=2.
26087         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
26088         line containing just "*/".
26089         * manual/examples/add.c: Add copyright header (GPL>=2).
26090         * manual/examples/argp-ex1.c: Likewise.
26091         * manual/examples/argp-ex2.c: Likewise.
26092         * manual/examples/argp-ex3.c: Likewise.
26093         * manual/examples/argp-ex4.c: Likewise.
26094         * manual/examples/atexit.c: Likewise.
26095         * manual/examples/db.c: Likewise.
26096         * manual/examples/dir.c: Likewise.
26097         * manual/examples/dir2.c: Likewise.
26098         * manual/examples/execinfo.c: Likewise.
26099         * manual/examples/filecli.c: Likewise.
26100         * manual/examples/filesrv.c: Likewise.
26101         * manual/examples/fmtmsgexpl.c: Likewise.
26102         * manual/examples/genpass.c: Likewise.
26103         * manual/examples/inetcli.c: Likewise.
26104         * manual/examples/inetsrv.c: Likewise.
26105         * manual/examples/isockad.c: Likewise.
26106         * manual/examples/longopt.c: Likewise.
26107         * manual/examples/memopen.c: Likewise.
26108         * manual/examples/memstrm.c: Likewise.
26109         * manual/examples/mkfsock.c: Likewise.
26110         * manual/examples/mkisock.c: Likewise.
26111         * manual/examples/mygetpass.c: Likewise.
26112         * manual/examples/pipe.c: Likewise.
26113         * manual/examples/popen.c: Likewise.
26114         * manual/examples/rprintf.c: Likewise.
26115         * manual/examples/search.c: Likewise.
26116         * manual/examples/select.c: Likewise.
26117         * manual/examples/setjmp.c: Likewise.
26118         * manual/examples/sigh1.c: Likewise.
26119         * manual/examples/sigusr.c: Likewise.
26120         * manual/examples/stpcpy.c: Likewise.
26121         * manual/examples/strdupa.c: Likewise.
26122         * manual/examples/strftim.c: Likewise.
26123         * manual/examples/strncat.c: Likewise.
26124         * manual/examples/subopt.c: Likewise.
26125         * manual/examples/swapcontext.c: Likewise.
26126         * manual/examples/termios.c: Likewise.
26127         * manual/examples/testopt.c: Likewise.
26128         * manual/examples/testpass.c: Likewise.
26129         * manual/examples/timeval_subtract.c: Likewise.
26131         [BZ #13792]
26132         * manual/time.texi (Elapsed Time): Move timeval_subtract example
26133         function to ...
26134         * manual/timeval_subtract.c.texi: ... here, new file.
26136 2012-03-02  David S. Miller  <davem@davemloft.net>
26138         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
26140 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
26142         [BZ #3976]
26143         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
26144         (__sin): Save and restore rounding mode and use round-to-nearest
26145         for all computations.
26146         (__cos): Save and restore rounding mode and use round-to-nearest
26147         for all computations.
26148         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
26149         <fenv.h>.
26150         (tan): Save and restore rounding mode and use round-to-nearest for
26151         all computations.
26152         * math/libm-test.inc (cos_test_tonearest): New function.
26153         (cos_test_towardzero): Likewise.
26154         (cos_test_downward): Likewise.
26155         (cos_test_upward): Likewise.
26156         (sin_test_tonearest): Likewise.
26157         (sin_test_towardzero): Likewise.
26158         (sin_test_downward): Likewise.
26159         (sin_test_upward): Likewise.
26160         (tan_test_tonearest): Likewise.
26161         (tan_test_towardzero): Likewise.
26162         (tan_test_downward): Likewise.
26163         (tan_test_upward): Likewise.
26164         (main): Call the new functions.
26165         * sysdeps/i386/fpu/libm-test-ulps: Update.
26166         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26168         [BZ #10135]
26169         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
26170         small n, then large n, before computing and testing k+n.
26171         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
26172         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
26173         Likewise.
26174         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
26175         Likewise.
26176         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
26177         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
26178         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
26179         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
26180         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
26181         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
26182         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
26183         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
26184         * math/libm-test.inc (scalbn_test): Add more tests.
26185         (scalbln_test): Likewise.
26187         * manual/filesys.texi (mode_t): Describe constraints on size and
26188         signedness, not exact equivalence to a particular type.
26189         (ino_t): Likewise.
26190         (ino64_t): Likewise.
26191         (dev_t): Likewise.
26192         (nlink_t): Likewise.
26193         (blkcnt_t): Likewise.
26194         (blkcnt64_t): Likewise.
26195         * manual/llio.texi (off_t): Likewise.
26197         [BZ #3976]
26198         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
26199         (__ieee754_exp): Save and restore rounding mode and use
26200         round-to-nearest for all computations.
26201         * math/libm-test.inc (exp_test_tonearest): New function.
26202         (exp_test_towardzero): Likewise.
26203         (exp_test_downward): Likewise.
26204         (exp_test_upward): Likewise.
26205         (main): Call the new functions.
26206         * sysdeps/i386/fpu/libm-test-ulps: Update.
26207         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26209 2012-03-01  Chris Demetriou  <cgd@google.com>
26211         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
26212         have predictable order.
26214 2012-03-01  David S. Miller  <davem@davemloft.net>
26216         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
26218         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
26219         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
26220         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
26221         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
26223         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
26224         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
26225         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
26226         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
26227         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
26228         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
26229         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
26230         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
26231         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
26233         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26235         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
26236         * sysdeps/sparc/fpu/libm-test-ulps: to here.
26237         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
26239         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
26240         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
26241         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
26242         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
26243         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
26244         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
26245         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
26246         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
26247         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
26248         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
26249         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
26250         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
26251         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
26252         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
26253         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
26254         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
26255         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
26256         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
26257         * sysdeps/sparc/elf/configure: Regenerated.
26259 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
26261         * configure.in (AS, LD): Require binutils 2.20 or later.
26262         * configure: Regenerated.
26263         * manual/install.texi (Tools for Compilation): Give binutils 2.20
26264         as required minimum version.
26265         * INSTALL: Regenerated.
26267         [BZ #2541]
26268         [BZ #4108]
26269         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
26270         before squaring exponent.
26271         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
26272         bottom long double and 27 bits of top long double before squaring
26273         exponent.
26274         * math/libm-test.inc (erfc_test): Add more tests.
26275         * sysdeps/i386/fpu/libm-test-ulps: Update.
26276         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
26277         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26279 2012-03-01  Kai Tietz  <ktietz@redhat.com>
26281         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
26282         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
26283         containing bit-fields.
26284         * soft-fp/extended.h (_FP_UNION_E): Likewise.
26285         * soft-fp/single.h (_FP_UNION_S): Likewise.
26286         * soft-fp/double.h (_FP_UNION_D): Likewise.
26288 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
26290         [BZ #13786]
26291         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
26292         not include ../strcmp.S.
26293         [USE_AS_STRNCASECMP_L]: Likewise.
26294         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
26295         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
26296         * sysdeps/i386/i686/multiarch/strncase_l-c.c
26297         (__strncasecmp_l_ia32): Define as alias to
26298         __strncasecmp_l_nonascii.
26300         [BZ #5794]
26301         * math/libm-test.inc (expm1_test): Add test for bug 5794.
26302         * sysdeps/i386/fpu/libm-test-ulps: Update.
26303         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26305         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
26306         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26308 2012-02-29  Jeff Law  <law@redhat.com>
26310         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
26311         out of bounds read.
26313 2012-02-29  Marek Polacek  <polacek@redhat.com>
26315         [BZ #13706]
26316         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
26317         * elf/Makefile: Add rules to run tst-unused-dep.out.
26319 2012-02-28  David S. Miller  <davem@davemloft.net>
26321         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
26322         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
26323         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
26324         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
26325         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
26326         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
26328 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
26330         * math/libm-test.inc (llround_test): Move one test from
26331         lround_test.  Use TEST_f_L in moved test.
26332         (lround_test): Move misplaced test to llround_test.  Add testcase
26333         from bug 2561.
26335 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
26337         * sysdeps/x86_64/fpu/e_expf.S: New file.
26338         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
26340 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
26342         [BZ #13637]
26343         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
26344         of remain_len that may cause incomplete multi-byte character and
26345         false match.
26346         * posix/bug-regex33.c: New file.
26347         * posix/Makefile (tests): Add bug-regex33.
26349 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
26351         * manual/macros.texi: New file.
26352         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
26353         * manual/libc.texinfo: Include macros.texi.
26354         * manual/creatute.texi: Likewise.
26355         * manual/install.texi: Likewise.
26356         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
26357         @glibcadj{} in references to the GNU C Library.
26358         * manual/charset.texi: Likewise.
26359         * manual/conf.texi: Likewise.
26360         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
26361         when not using those macros.
26362         * manual/creature.texi: Likewise.
26363         * manual/crypt.texi: Likewise.
26364         * manual/errno.texi: Likewise.
26365         * manual/filesys.texi: Likewise.
26366         * manual/header.texi: Likewise.
26367         * manual/install.texi: Likewise.
26368         * manual/intro.texi: Likewise.
26369         * manual/io.texi: Likewise.
26370         * manual/job.texi: Likewise.
26371         * manual/lang.texi: Likewise.
26372         * manual/libc.texiinfo: Likewise.
26373         * manual/llio.texi: Likewise.
26374         * manual/locale.texi: Likewise.
26375         * manual/maint.texi: Likewise.
26376         * manual/math.texi: Likewise.
26377         * manual/memory.texi: Likewise.
26378         * manual/message.texi: Likewise.
26379         * manual/nss.texi: Likewise.
26380         * manual/pattern.texi: Likewise.
26381         * manual/process.texi: Likewise.
26382         * manual/resource.texi: Likewise.
26383         * manual/search.texi: Likewise.
26384         * manual/setjmp.texi: Likewise.
26385         * manual/signal.texi: Likewise.
26386         * manual/socket.texi: Likewise.
26387         * manual/startup.texi: Likewise.
26388         * manual/stdio.texi: Likewise.
26389         * manual/string.texi: Likewise.
26390         * manual/sysinfo.texi: Likewise.
26391         * manual/syslog.texi: Likewise.
26392         * manual/terminal.texi: Likewise.
26393         * manual/time.texi: Likewise.
26394         * manual/users.texi: Likewise.
26395         * INSTALL: Regenerated.
26396         * NOTES: Regenerated.
26397         * sysdeps/gnu/errlist.c: Regenerated.
26399 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
26401         * include/dirent.h: Include <dirstream.h> before
26402         <dirent/dirent.h>.
26404 2012-02-28  David S. Miller  <davem@davemloft.net>
26406         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
26407         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
26408         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
26409         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
26411 2012-02-27  David S. Miller  <davem@davemloft.net>
26413         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
26414         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
26415         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
26416         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
26418         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
26419         frame pointer instead of stack pointer relative arg slot.
26420         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
26421         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
26422         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
26424 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
26426         [BZ #3992]
26427         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
26429 2012-02-27  David S. Miller  <davem@davemloft.net>
26431         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
26432         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
26433         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
26434         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
26435         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
26436         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
26437         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
26438         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
26440 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
26442         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
26443         later.  Allow versions 5-9.
26444         * configure: Regenerated.
26445         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
26446         required minimum version and 4.6 as recommended version.  Do not
26447         mention bugs in GCC 2.7 and 2.8.
26448         * INSTALL: Regenerated.
26450 2012-02-27  David S. Miller  <davem@davemloft.net>
26452         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
26453         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
26454         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
26455         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
26456         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
26457         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
26458         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
26459         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
26461         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
26462         manipulate bits before adding and subtracting TWO112[sx].
26463         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
26465 2012-02-27  Roland McGrath  <roland@hack.frob.com>
26467         [BZ #13775]
26468         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
26469         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
26470         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
26471         being in POSIX, because they are in 1003.1-2008.
26473         * rt/tst-aio.c: Include <fcntl.h>.
26474         * rt/tst-aio7.c: Likewise.
26475         * rt/tst-aio64.c: Likewise.
26477         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
26479 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
26481         * manual/install.texi (--with-headers): Describe headers as
26482         interface headers, not private headers.
26483         (Specific advice for GNU/Linux systems): Describe use of headers
26484         from "make headers_install", not private headers from older
26485         kernels.
26486         * INSTALL: Regenerated.
26487         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
26488         Change to 2.6.19.
26489         * sysdeps/unix/sysv/linux/configure: Regenerated.
26491         * manual/llio.texi (fclean): Remove documentation.
26493         * manual/Makefile (libc-texi-generated): New variable.  Include
26494         version.texi.
26495         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
26496         $(libc-texi-generated), not duplicated list of files.
26497         (version.texi, stamp-version): New rules.
26498         (realclean): Remove $(libc-texi-generated), not individual files
26499         from that list.  Do not remove dir-add.texinfo.
26500         * manual/libc.texinfo: Comment out uses of edition numbers and
26501         references to printed manual.  Remove last-updated dates.
26502         (EDITION): Comment out.
26503         (ISBN): Likewise.
26504         (VERSION, UPDATED): Remove.
26505         (version.texi): Include.
26507 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
26509         * sysdeps/posix/spawni.c: Include <signal.h>.
26510         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
26511         * sysdeps/pthread/aio_fsync.c: Likewise.
26513 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
26515         * conform/Makefile (tests): Run only when not cross-compiling and
26516         when fast-check is not defined.
26518         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
26519         * conform/data/limits.h-data: Fixes for POSIX2008.
26520         * conform/run-conformtest.sh: Run all tests.
26521         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
26522         headers.
26523         * include/bits/dlfcn.h: Likewise.
26524         * include/langinfo.h: Likewise.
26525         * include/monetary.h: Likewise.
26526         * include/sys/poll.h: Likewise.
26528         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
26529         for __USE_GNU.
26530         * posix/spawn.h: Define __need_sigset_t.
26531         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
26532         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
26533         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
26534         to get sigevent_t only.
26535         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
26536         only for __USE_GNU.
26537         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
26538         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
26539         process_vm_writev only for __USE_GNU.
26540         * termios/termios.h: Declare tcgetsid also for POSIX2008.
26542         * conform/Makefile: For now ignore errors from run-conformtest.
26543         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
26544         POSIX to avoid namespace pollution.  Don't prepend headers.
26545         * conform/data/aio.h-data: Fixes for POSIX testing.
26546         * conform/data/fcntl.h-data: Likewise.
26547         * conform/data/glob.h-data: Likewise.
26548         * conform/data/grp.h-data: Likewise.
26549         * conform/data/pthread.h-data: Likewise.
26550         * conform/data/pwd.h-data: Likewise.
26551         * conform/data/signal.h-data: Likewise.
26552         * conform/data/spawn.h-data: Likewise.
26553         * conform/data/stdio.h-data: Likewise.
26554         * conform/data/stdlib.h-data: Likewise.
26555         * conform/data/stropts.h-data: Likewise.
26556         * conform/data/sys/mman.h-data: Likewise.
26557         * conform/data/sys/stat.h-data: Likewise.
26558         * conform/data/sys/types.h-data: Likewise.
26559         * conform/data/sys/wait.h-data: Likewise.
26560         * conform/data/time.h-data: Likewise.
26561         * conform/data/unistd.h-data: Likewise.
26562         * conform/data/utime.h-data: Likewise.
26564         * io/sys/stat.h: fchmod was always in POSIX.
26565         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
26566         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
26567         * rt/aio.h: Define __need_timespec before including <time.h>.
26568         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
26569         struct.  Add forward declaration of pthread_attr_t and use it in
26570         sigevent.
26571         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
26572         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
26573         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
26574         always remove CLK_TCK definition.
26576 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
26578         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
26580 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
26582         * conform/run-conformtest.sh: New file.
26583         * conform/Makefile: Run run-conformtest for tests.
26584         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
26585         support.
26587         * conform/data/uchar.h-data: New file.
26588         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
26589         * conform/data/arpa/inet.h-data: Likewise.
26590         * conform/data/assert.h-data: Likewise.
26591         * conform/data/complex.h-data: Likewise.
26592         * conform/data/cpio.h-data: Likewise.
26593         * conform/data/ctype.h-data: Likewise.
26594         * conform/data/dirent.h-data: Likewise.
26595         * conform/data/dlfcn.h-data: Likewise.
26596         * conform/data/errno.h-data: Likewise.
26597         * conform/data/fcntl.h-data: Likewise.
26598         * conform/data/float.h-data: Likewise.
26599         * conform/data/fmtmsg.h-data: Likewise.
26600         * conform/data/fnmatch.h-data: Likewise.
26601         * conform/data/ftw.h-data: Likewise.
26602         * conform/data/glob.h-data: Likewise.
26603         * conform/data/grp.h-data: Likewise.
26604         * conform/data/iconv.h-data: Likewise.
26605         * conform/data/inttypes.h-data: Likewise.
26606         * conform/data/langinfo.h-data: Likewise.
26607         * conform/data/libgen.h-data: Likewise.
26608         * conform/data/limits.h-data: Likewise.
26609         * conform/data/locale.h-data: Likewise.
26610         * conform/data/math.h-data: Likewise.
26611         * conform/data/monetary.h-data: Likewise.
26612         * conform/data/mqueue.h-data: Likewise.
26613         * conform/data/ndbm.h-data: Likewise.
26614         * conform/data/net/if.h-data: Likewise.
26615         * conform/data/netdb.h-data: Likewise.
26616         * conform/data/netinet/in.h-data: Likewise.
26617         * conform/data/nl_types.h-data: Likewise.
26618         * conform/data/poll.h-data: Likewise.
26619         * conform/data/pthread.h-data: Likewise.
26620         * conform/data/pwd.h-data: Likewise.
26621         * conform/data/regex.h-data: Likewise.
26622         * conform/data/sched.h-data: Likewise.
26623         * conform/data/search.h-data: Likewise.
26624         * conform/data/semaphore.h-data: Likewise.
26625         * conform/data/setjmp.h-data: Likewise.
26626         * conform/data/signal.h-data: Likewise.
26627         * conform/data/spawn.h-data: Likewise.
26628         * conform/data/stdarg.h-data: Likewise.
26629         * conform/data/stdio.h-data: Likewise.
26630         * conform/data/stdlib.h-data: Likewise.
26631         * conform/data/string.h-data: Likewise.
26632         * conform/data/strings.h-data: Likewise.
26633         * conform/data/stropts.h-data: Likewise.
26634         * conform/data/sys/ipc.h-data: Likewise.
26635         * conform/data/sys/mman.h-data: Likewise.
26636         * conform/data/sys/msg.h-data: Likewise.
26637         * conform/data/sys/resource.h-data: Likewise.
26638         * conform/data/sys/select.h-data: Likewise.
26639         * conform/data/sys/sem.h-data: Likewise.
26640         * conform/data/sys/shm.h-data: Likewise.
26641         * conform/data/sys/socket.h-data: Likewise.
26642         * conform/data/sys/stat.h-data: Likewise.
26643         * conform/data/sys/statvfs.h-data: Likewise.
26644         * conform/data/sys/time.h-data: Likewise.
26645         * conform/data/sys/timeb.h-data: Likewise.
26646         * conform/data/sys/times.h-data: Likewise.
26647         * conform/data/sys/types.h-data: Likewise.
26648         * conform/data/sys/uio.h-data: Likewise.
26649         * conform/data/sys/un.h-data: Likewise.
26650         * conform/data/sys/utsname.h-data: Likewise.
26651         * conform/data/sys/wait.h-data: Likewise.
26652         * conform/data/syslog.h-data: Likewise.
26653         * conform/data/tar.h-data: Likewise.
26654         * conform/data/termios.h-data: Likewise.
26655         * conform/data/utime.h-data: Likewise.
26656         * conform/data/utmpx.h-data: Likewise.
26657         * conform/data/varargs.h-data: Likewise.
26658         * conform/data/wchar.h-data: Likewise.
26659         * conform/data/wctype.h-data: Likewise.
26660         * conform/data/wordexp.h-data: Likewise.
26662         * include/stropts.h: New file.
26663         * include/uchar.h: New file.
26664         * include/aio.h: Changes to allow conformtest.pl to use the headers.
26665         * include/assert.h: Likewise.
26666         * include/ctype.h: Likewise.
26667         * include/dirent.h: Likewise.
26668         * include/dlfcn.h: Likewise.
26669         * include/fcntl.h: Likewise.
26670         * include/fnmatch.h: Likewise.
26671         * include/glob.h: Likewise.
26672         * include/grp.h: Likewise.
26673         * include/libio.h: Likewise.
26674         * include/locale.h: Likewise.
26675         * include/math.h: Likewise.
26676         * include/net/if.h: Likewise.
26677         * include/netdb.h: Likewise.
26678         * include/netinet/in.h: Likewise.
26679         * include/pthread.h: Likewise.
26680         * include/pwd.h: Likewise.
26681         * include/regex.h: Likewise.
26682         * include/sched.h: Likewise.
26683         * include/search.h: Likewise.
26684         * include/setjmp.h: Likewise.
26685         * include/signal.h: Likewise.
26686         * include/stdio.h: Likewise.
26687         * include/stdlib.h: Likewise.
26688         * include/string.h: Likewise.
26689         * include/sys/cdefs.h: Likewise.
26690         * include/sys/mman.h: Likewise.
26691         * include/sys/msg.h: Likewise.
26692         * include/sys/resource.h: Likewise.
26693         * include/sys/select.h: Likewise.
26694         * include/sys/socket.h: Likewise.
26695         * include/sys/stat.h: Likewise.
26696         * include/sys/statvfs.h: Likewise.
26697         * include/sys/time.h: Likewise.
26698         * include/sys/times.h: Likewise.
26699         * include/sys/uio.h: Likewise.
26700         * include/sys/utsname.h: Likewise.
26701         * include/sys/wait.h: Likewise.
26702         * include/termios.h: Likewise.
26703         * include/time.h: Likewise.
26704         * include/ulimit.h: Likewise.
26705         * include/unistd.h: Likewise.
26706         * include/utime.h: Likewise.
26707         * include/wchar.h: Likewise.
26708         * include/wctype.h: Likewise.
26709         * include/wordexp.h: Likewise.
26711         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
26713         * time/time.h: TIME_UTC must be a macro.
26714         Make timespec_get available for ISO C11 only as well.
26716 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
26718         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
26719         Reported by Peng Haitao <penght@cn.fujitsu.com>.
26721 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
26723         * configure.in: Use -o not -a in test for unsupported multi-arch.
26725 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
26727         * manual/texinfo.tex: Update to version 2012-01-19.16.
26729 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
26731         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
26733 2012-02-24  Roland McGrath  <roland@hack.frob.com>
26735         [BZ #13738]
26736         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
26737         * manual/fdl-1.3.texi: New file.
26738         * manual/fdl-1.1.texi: File removed.
26740         [BZ #13738]
26741         * manual/libc.texinfo (FDL_VERSION): New @set.
26742         Use it for mention of FDL in cover text.
26743         (Documentation License): Use it in @include file name.
26745 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
26746             Roland McGrath  <roland@hack.frob.com>
26748         [BZ #5461]
26749         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN,
26750         not LONG_LONG_MAX and LONG_LONG_MIN.
26751         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
26752         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
26753         name.
26754         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
26756 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
26758         [BZ #2547]
26759         [BZ #11365]
26760         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
26761         manipulate bits before adding and subtracting TWO23[sx].
26762         * math/libm-test.inc (nearbyint_test): Add more tests.
26764 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
26766         [BZ #2548]
26767         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
26768         bits before adding and subtracting TWO23[sx].
26769         * math/libm-test.inc (rint_test): Add more tests.
26770         (rint_test_tonearest): Likewise.
26771         (rint_test_towardzero): Likewise.
26772         (rint_test_downward): Likewise.
26773         (rint_test_upward: Likewise.
26775 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
26777         [BZ #10110]
26778         * include/stdc-predef.h: New file.  Extracted from features.h.
26779         * include/features.h: Include stdc-predef.h.
26780         * Makefile (headers): Add stdc-predef.h.
26781         * CONFORMANCE (Compiler limitations): Update.
26783 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
26785         * manual/libc.texinfo (VERSION, UPDATED): Revert.
26787 2012-02-21  David S. Miller  <davem@davemloft.net>
26789         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
26790         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
26792 2012-02-20  David S. Miller  <davem@davemloft.net>
26794         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
26795         using a normal save/restore sequence, rather than allocating a
26796         dummy stack frame just to store a frame pointer and restore.
26797         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
26799 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
26801         * manual/install.texi: Fix stray word in line-wrapped comment.
26803 2012-02-20  David S. Miller  <davem@davemloft.net>
26805         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
26806         both binutils and gcc support GOTDATA.
26808         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
26809         "rd %pc" in the PIC register setup sequences.
26811         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
26812         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
26813         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
26814         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
26815         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
26816         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
26817         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
26818         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
26819         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
26820         (SYSCALL_ERROR_HANDLER): Likewise.
26821         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
26822         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
26823         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
26824         (SYSCALL_ERROR_HANDLER): Likewise.
26826         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
26827         (HAVE_GCC_GOTDATA): New.
26828         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
26829         relocation support in both binutils and gcc.
26830         * sysdeps/sparc/elf/configure: Regenerate.
26832         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
26833         * sysdeps/sparc/sparc32/elf/configure: Delete.
26834         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
26835         * sysdeps/sparc/sparc64/elf/configure: Delete.
26836         * sysdeps/sparc/elf/configure.in: New file.
26837         * sysdeps/sparc/elf/configure: Generate.
26839         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
26840         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
26841         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
26842         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
26843         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
26845 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
26847         * manual/install.texi: Do not mention specific glibc version
26848         numbers.
26849         * manual/libc.texinfo (VERSION, UPDATED): Update.
26850         (@copying): Use @copyright{} and range of years.
26852 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
26854         [BZ #13695]
26855         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
26856         [crti.S not in sysdirs] (generated): Do not append.
26857         [crti.S not in sysdirs] (omit-deps): Likewise.
26858         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
26859         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
26860         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
26861         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
26862         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
26863         Likewise.
26864         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
26865         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
26866         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
26867         * csu/defs.awk: Remove file.
26868         * sysdeps/generic/initfini.c: Likewise.
26869         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
26870         variable.
26871         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
26872         Likewise.
26874 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
26876         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
26877         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
26878         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
26879         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
26880         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
26881         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
26882         <bits/epoll.h>.
26883         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
26884         (__EPOLL_PACKED): Define to empty if not defined by
26885         <bits/epoll.h>.
26886         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
26887         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
26888         bits/epoll.h.
26890 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
26892         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
26893         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
26894         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
26895         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
26896         <bits/timerfd.h>.
26897         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
26898         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
26899         bits/timerfd.h.
26901 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
26903         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
26904         in C locale.
26905         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
26906         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
26907         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
26908         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26910 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
26912         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
26913         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
26915 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
26917         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
26918         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
26919         defined.
26920         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
26921         Likewise.
26922         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
26923         entry for 2.16.
26925 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
26927         * math/w_acos.c: Use non-signaling floating-point comparisons.
26928         * math/w_acosf.c: Likewise.
26929         * math/w_acosh.c: Likewise.
26930         * math/w_acoshf.c: Likewise.
26931         * math/w_acoshl.c: Likewise.
26932         * math/w_acosl.c: Likewise.
26933         * math/w_asin.c: Likewise.
26934         * math/w_asinf.c: Likewise.
26935         * math/w_asinl.c: Likewise.
26936         * math/w_atanh.c: Likewise.
26937         * math/w_atanhf.c: Likewise.
26938         * math/w_atanhl.c: Likewise.
26939         * math/w_exp2.c: Likewise.
26940         * math/w_exp2f.c: Likewise.
26941         * math/w_exp2l.c: Likewise.
26942         * math/w_j0.c: Likewise.
26943         * math/w_j0f.c: Likewise.
26944         * math/w_j0l.c: Likewise.
26945         * math/w_j1.c: Likewise.
26946         * math/w_j1f.c: Likewise.
26947         * math/w_j1l.c: Likewise.
26948         * math/w_jn.c: Likewise.
26949         * math/w_jnf.c: Likewise.
26950         * math/w_log.c: Likewise.
26951         * math/w_log10.c: Likewise.
26952         * math/w_log10f.c: Likewise.
26953         * math/w_log10l.c: Likewise.
26954         * math/w_log2.c: Likewise.
26955         * math/w_log2f.c: Likewise.
26956         * math/w_log2l.c: Likewise.
26957         * math/w_logf.c: Likewise.
26958         * math/w_logl.c: Likewise.
26959         * math/w_sqrt.c: Likewise.
26960         * math/w_sqrtf.c: Likewise.
26961         * math/w_sqrtl.c: Likewise.
26962         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
26963         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
26964         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
26965         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
26966         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
26968 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
26970         [BZ #9739]
26971         * manual/string.texi (strnlen): Use correct parameter name in
26972         equivalent expression.
26974 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
26976         [BZ #11174]
26977         * manual/users.texi (seteuid): Consistently use neweuid for
26978         argument name.
26980 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
26982         [BZ #13704]
26983         * manual/nss.texi (Services in the NSS configuration): Correct
26984         list of services in example configuration file.
26986 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
26988         [BZ #11322]
26989         * manual/arith.texi: Remove statements about negative zero
26990         behaving identically to zero.
26992 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
26994         [BZ #5993]
26995         * manual/install.texi: Do not document upgrading from libc5.
26997 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
26999         [BZ #4596]
27000         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
27002 2012-02-18  David S. Miller  <davem@davemloft.net>
27004         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
27005         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
27006         %o7 across the call.
27007         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
27008         instead.
27009         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
27010         SETUP_PIC_REG_LEAF.
27011         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
27012         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
27013         * sysdeps/sparc/crtn.S: Likewise.
27015 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
27017         * aout/Makefile: Remove.
27019 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
27021         [BZ #13058]
27022         * manual/examples/argp-ex1.c (main): Format definition in GNU
27023         style.
27024         * manual/examples/argp-ex2.c (main): Likewise.
27025         * manual/examples/argp-ex3.c (main): Likewise.
27026         * manual/examples/argp-ex4.c (main): Likewise.
27027         * manual/examples/longopt.c (main): Use new-style prototype
27028         definition.
27029         * manual/examples/strncat.c (main): Specify return type and use
27030         (void) for arguments.
27031         * manual/examples/subopt.c (main): Use char **argv argument.
27033 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
27035         [BZ #5077]
27036         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
27037         rounding modes.
27039 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
27041         [BZ #6907]
27042         * manual/string.texi (strchr): Change when strchrnul is
27043         recommended.
27045 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
27047         [BZ #174]
27048         * manual/locale.texi (setlocale): Document LOCPATH.
27050 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
27052         [BZ #10210]
27053         * manual/process.texi (execle): Move @dots{} before last argument.
27055 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
27057         [BZ #12047]
27058         * manual/charset.texi (Generic Charset Conversion): Fix typo
27059         (LC_TYPE -> LC_CTYPE).
27061 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
27063         [BZ #5805]
27064         * manual/arith.texi (scalbn): Use @var{} on parameter names.
27065         (scalbnf): Likewise.
27066         (scalbnl): Likewise.
27067         (scalbln): Likewise.
27068         (scalblnf): Likewise.
27069         (scalblnl): Likewise.
27070         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
27071         (vwarnx): Likewise.
27072         (verr): Likewise.
27073         (verrx): Likewise.
27074         * manual/filesys.texi (telldir): Use braces around return type.
27075         * manual/llio.texi (mmap): Add space after comma.
27076         (mmap64): Likewise.
27077         * manual/math.texi (jn): Use @var{} on parameter names.
27078         (jnf): Likewise.
27079         (jnl): Likewise.
27080         (yn): Likewise.
27081         (ynf): Likewise.
27082         (ynl): Likewise.
27083         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
27084         line.
27085         * manual/resource.texi (ulimit): Use @dots{} instead of literal
27086         "...".
27087         (sched_get_priority_min): Remove semicolon on @deftypefun line.
27088         (sched_get_priority_max): Likewise.
27089         * manual/signal.texi (sigvec): Add space after comma.
27090         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
27091         names.
27092         (if_indextoname): Likewise.
27093         (if_freenameindex): Likewise.
27094         (sendto): Use ',' instead of '.' in prototype.
27095         * manual/startup.texi (syscall): Use @dots{} instead of literal
27096         "...".
27097         * manual/stdio.texi (__fpending): Separate initial words of
27098         paragraph from @deftypefun line.
27099         * manual/syslog.texi (syslog): Use @dots{} instead of literal
27100         "...".
27101         (vsyslog): Use @var{} on parameter names.
27102         * manual/terminal.texi (stty): Use @var{} on parameter names.
27103         * manual/users.texi (getutmp): Use @var{} on parameter names.
27104         (getutmpx): Likewise.
27106 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
27108         [BZ #6884]
27109         * manual/stdio.texi (fopen): Fix typos in description of
27110         ",ccs=STRING".
27112 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
27114         [BZ #4026]
27115         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
27116         get clock_id definition.
27118 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
27120         [BZ #4822]
27121         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
27122         (madvise): Cast every argument to void on its own.
27124 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
27126         [BZ #9902]
27127         * manual/startup.texi (Exit Status): Fix typo.
27129 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
27131         [BZ #10140]
27132         * manual/examples/argp-ex1.c: Include <stdlib.h>.
27133         * manual/examples/argp-ex2.c: Likewise.
27134         * manual/examples/argp-ex3.c: Likewise.
27136 2012-02-16  Richard Henderson  <rth@redhat.com>
27138         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
27139         * sysdeps/s390/s390-32/initfini.c: Remove.
27140         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
27141         * sysdeps/s390/s390-64/initfini.c: Remove.
27143 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
27145         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
27146         compiler output for sysdeps/generic/initfini.c.
27147         * sysdeps/sh/elf/initfini.c: Remove file.
27149 2012-02-16  David S. Miller  <davem@davemloft.net>
27151         [BZ #11494]
27152         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
27154         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
27155         * sysdeps/sparc/crti.S: New file.
27156         * sysdeps/sparc/crtn.S: New file.
27157         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
27158         * sysdeps/sparc/sparc64/Makefile: Likewise.
27160 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
27162         [BZ #3335]
27163         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
27165 2012-02-15  Roland McGrath  <roland@hack.frob.com>
27167         [BZ #4822]
27168         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
27170         * mach/devstream.c (cookie_io_functions_t): Macro removed.
27171         (write, read, close): Likewise.
27172         Patch by Aurelien Jarno <aurelien@aurel32.net>.
27174 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
27176         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
27177         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
27178         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
27179         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
27180         <bits/signalfd.h>.
27181         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
27182         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27183         bits/signalfd.h.
27185 2012-02-14  Marek Polacek  <polacek@redhat.com>
27187         * sysdeps/x86_64/crti.S: New file.
27188         * sysdeps/x86_64/crtn.S: New file.
27189         * sysdeps/x86_64/elf/initfini.c: Remove file.
27191 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
27193         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
27194         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
27195         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
27196         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
27197         <bits/inotify.h>.
27198         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
27199         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27200         bits/inotify.h.
27202 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
27204         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
27205         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
27206         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
27207         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
27208         <bits/eventfd.h>.
27209         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
27210         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27211         bits/eventfd.h.
27213 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
27215         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
27216         __feraiseexcept instead of feraiseexcept.
27218         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
27219         nanosleep invocations.
27220         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
27221         strings, and add error checking for a nanosleep invocations.
27223 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
27225         Replace FSF snail mail address with URLs, as per GNU coding standards.
27226         Most of the snail mail addresses were wrong anyway, and omitting
27227         them makes the source code easier to maintain.  Almost all of the
27228         changes are to license notices and to locale LC_IDENTIFICATION
27229         addresses, except for this one:
27230         * manual/libc.texinfo: In "Published by", give the FSF's URL,
27231         not its snail mail address.
27233 2012-02-09  Richard Henderson  <rth@twiddle.net>
27235         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
27236         of kernel-features.h.
27238         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
27240 2012-02-08  Marek Polacek  <polacek@redhat.com>
27242         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
27243         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
27244         * sysdeps/gnu/_G_config.h: Likewise.
27245         * sysdeps/generic/_G_config.h: Likewise.
27247 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
27249         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
27250         tests.
27251         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27253         * sysdeps/powerpc/powerpc32/crti.S: New file.
27254         * sysdeps/powerpc/powerpc32/crtn.S: New file.
27255         * sysdeps/powerpc/powerpc64/crti.S: New file.
27256         * sysdeps/powerpc/powerpc64/crtn.S: New file.
27258         * Makeconfig (have-initfini): Don't set.
27259         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
27260         * configure.in (nopic_initfini): Don't substitute.
27261         * config.h.in (HAVE_INITFINI): Don't #undef.
27262         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
27263         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
27265 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
27267         Support crti.S and crtn.S provided directly by architectures.
27268         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
27269         [crti.S in sysdirs] (omit-deps): Likewise.
27270         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
27271         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
27272         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
27273         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
27274         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
27275         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
27276         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
27277         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
27278         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
27279         compiler output for sysdeps/generic/initfini.c.
27280         * sysdeps/i386/elf/Makefile: Remove file.
27281         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
27283 2012-02-07  Marek Polacek  <polacek@redhat.com>
27285         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
27286         * sysdeps/gnu/_G_config.h: Likewise.
27287         * sysdeps/mach/hurd/_G_config.h: Likewise.
27289 2012-02-07  Marek Polacek  <polacek@redhat.com>
27291         * math/Makefile (tests): Add tst-CMPLX2.
27292         * math/tst-CMPLX2.c: New file.
27294 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
27296         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
27298         * math/libm-test.inc (jn_test): Add missing L suffix.
27300 2012-02-06  Marek Polacek  <polacek@redhat.com>
27302         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
27303         * sysdeps/i386/fpu/e_powf.S: Likewise.
27304         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
27305         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
27306         * sysdeps/i386/fpu/e_acosh.S: Likewise.
27307         * sysdeps/i386/fpu/e_pow.S: Likewise.
27308         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
27309         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
27310         * sysdeps/i386/fpu/s_expm1.S: Likewise.
27311         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
27312         * sysdeps/i386/fpu/e_log2.S: Likewise.
27313         * sysdeps/i386/fpu/e_log2l.S: Likewise.
27314         * sysdeps/i386/fpu/e_scalb.S: Likewise.
27315         * sysdeps/i386/fpu/e_powl.S: Likewise.
27316         * sysdeps/i386/fpu/s_log1p.S: Likewise.
27317         * sysdeps/i386/fpu/e_log10f.S: Likewise.
27318         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
27319         * sysdeps/i386/fpu/e_logl.S: Likewise.
27320         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
27321         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
27322         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
27323         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
27324         * sysdeps/i386/fpu/e_log2f.S: Likewise.
27325         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
27326         * sysdeps/i386/fpu/e_log.S: Likewise.
27327         * sysdeps/i386/fpu/s_cexp.S: Likewise.
27328         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
27329         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
27330         * sysdeps/i386/fpu/e_logf.S: Likewise.
27331         * sysdeps/i386/fpu/e_log10l.S: Likewise.
27332         * sysdeps/i386/fpu/e_atanh.S: Likewise.
27333         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
27334         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
27335         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
27336         * sysdeps/i386/fpu/e_log10.S: Likewise.
27337         * sysdeps/i386/fpu/s_frexp.S: Likewise.
27338         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
27339         * sysdeps/i386/fpu/s_asinh.S: Likewise.
27340         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
27341         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
27342         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
27343         * sysdeps/i386/asm-syntax.h: Likewise.
27344         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
27345         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
27346         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
27347         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
27348         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
27349         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
27350         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
27351         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
27352         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
27353         * sysdeps/powerpc/sysdep.h: Likewise.
27354         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
27355         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
27357 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
27359         [BZ #411]
27360         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
27362 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
27364         * sysdeps/i386/sysdep.h: Include <features.h>.
27365         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
27366         version.
27368 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
27370         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
27371         Define.
27372         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
27373         LOAD_PIC_REG_STR.
27375 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
27377         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
27378         (SETUP_PIC_REG): Use GET_PC_THUNK.
27379         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
27380         macro.
27382 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
27384         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
27385         for non-PIC compilation.
27386         (SETUP_PIC_REG): Add .p2align directive.
27387         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
27388         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
27389         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
27390         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
27391         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
27392         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
27393         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
27394         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
27395         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
27396         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
27397         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
27398         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
27399         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
27400         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
27401         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
27402         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
27403         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
27404         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
27405         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
27406         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
27407         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
27408         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
27409         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
27410         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
27411         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
27412         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
27413         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
27414         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
27415         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
27416         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
27417         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
27418         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
27419         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
27420         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
27421         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
27422         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
27423         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
27424         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
27425         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
27426         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
27427         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
27429 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
27431         * math/tst-CMPLX.c: Include <stdio.h>.
27433 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
27435         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
27436         float.
27437         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
27438         * sysdeps/sparc/bits/mathdef.h: Likewise.
27440 2012-01-31  Marek Polacek  <polacek@redhat.com>
27442         * libio/libio.h: Don't define _PARAMS.
27443         * locale/programs/config.h: Don't define PARAMS.
27444         * stdlib/strtol_l.c: Likewise.
27445         (__strtol_l): Remove PARAMS from the prototype.
27447 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
27449         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
27450         names.  Just use the correct names.  Remove unnecessary wrapper
27451         functions.
27452         * malloc/arena.c: Likewise.
27453         * malloc/hooks.c: Likewise.
27455         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
27456         ARENA_TEST says not to.  Simplify test for creation of a new arena.
27457         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
27459 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
27461         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
27462         into tail calls.
27463         (update_get_addr): New function.
27464         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
27465         GET_ADDR_MODULE parameter.
27467 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
27469         * crypt/cert.c: Remove __STDC__ conditionals.
27470         * crypt/crypt-entry.c: Likewise.
27471         * crypt/crypt_util.c: Likewise.
27472         * libio/filedoalloc.c: Likewise.
27473         * libio/fileops.c: Likewise.
27474         * libio/genops.c: Likewise.
27475         * libio/iofclose.c: Likewise.
27476         * libio/iofdopen.c: Likewise.
27477         * libio/iofopen.c: Likewise.
27478         * libio/iofopen64.c: Likewise.
27479         * libio/iogetdelim.c: Likewise.
27480         * libio/iopopen.c: Likewise.
27481         * libio/obprintf.c: Likewise.
27482         * libio/oldfileops.c: Likewise.
27483         * libio/oldiofclose.c: Likewise.
27484         * libio/oldiofdopen.c: Likewise.
27485         * libio/oldiofopen.c: Likewise.
27486         * libio/oldiopopen.c: Likewise.
27487         * libio/wfiledoalloc.c: Likewise.
27488         * libio/wgenops.c: Likewise.
27489         * locale/programs/xmalloc.c: Likewise.
27490         * misc/syslog.c: Likewise.
27491         * stdio-common/xbug.c: Likewise.
27492         * string/memchr.c: Likewise.
27493         * string/memcmp.c: Likewise.
27494         * string/memrchr.c: Likewise.
27495         * string/rawmemchr.c: Likewise.
27496         * sysdeps/posix/getcwd.c: Likewise.
27497         * time/strftime_l.c: Likewise.
27499 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
27501         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
27502         * config.make.in (config-cflags-sse2avx): Define.
27503         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
27504         Fix typo.
27506 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
27508         * scripts/config.guess: Update from upstream config git repository.
27509         * scripts/config.sub: Likewise.
27511 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
27513         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
27514         (EM_NUM): Update.
27515         (R_TILEPRO_*, R_TILEGX_*): New macros.
27517         * scripts/firstversions.awk: Fix bug in version range handling.
27519         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
27521         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
27523         * include/sys/epoll.h: New file.
27524         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
27525         libc_hidden_def.
27527 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
27529         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
27530         Avoid unnecessary __WORDSIZE == 64 test.
27531         (fmaxf): Use VEX format if possible.
27532         (fmax): Likewise.
27533         (fminf): Likewise.
27534         (fmin): Likewise.
27536         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
27537         * math/math_private.h: Remove libc_fegetround* and
27538         libc_fesetround*.
27539         * sysdeps/i386/configure.in: Check for -msse2avx.
27540         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
27541         also if SSE2AVX is defined.
27542         Remove libc_fegetround* and libc_fesetround*.
27543         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
27544         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
27545         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
27546         of HAS_YMM_USABLE.
27547         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
27548         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
27549         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
27550         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
27551         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
27553         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
27555 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27557         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
27558         size is not set.
27559         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
27561 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
27563         [BZ #13618]
27564         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
27565         relocation.
27566         * Makeconfig (libm): Define.
27567         * elf/Makefile: Add rules to build and run tst-relsort1.
27568         * elf/tst-relsort1.c: New file.
27569         * elf/tst-relsort1mod1.c: New file.
27570         * elf/tst-relsort1mod2.c: New file.
27572 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
27574         * math/s_ldexp.c: Remove __STDC__ conditionals.
27575         * math/s_ldexpf.c: Likewise.
27576         * math/s_ldexpl.c: Likewise.
27577         * math/s_nextafter.c: Likewise.
27578         * math/s_nexttowardf.c: Likewise.
27579         * math/s_significand.c: Likewise.
27580         * math/s_significandf.c: Likewise.
27581         * math/s_significandl.c: Likewise.
27582         * math/w_jnl.c: Likewise.
27583         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
27584         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
27585         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
27586         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
27587         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
27588         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
27589         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
27590         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
27591         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
27592         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
27593         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
27594         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
27595         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
27596         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
27597         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
27598         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
27599         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
27600         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
27601         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
27602         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
27603         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
27604         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
27605         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
27606         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
27607         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
27608         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
27609         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
27610         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
27611         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
27612         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
27613         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
27614         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
27615         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
27616         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
27617         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
27618         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
27619         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
27620         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
27621         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
27622         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
27623         * sysdeps/ieee754/k_standard.c: Likewise.
27624         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
27625         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
27626         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
27627         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
27628         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
27629         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
27630         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
27631         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
27632         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
27633         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
27634         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
27635         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
27636         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
27637         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
27638         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
27639         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
27640         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
27641         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
27642         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
27643         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
27644         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
27645         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
27646         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
27647         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
27648         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
27649         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
27650         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
27651         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
27652         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
27653         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
27654         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
27655         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
27656         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
27657         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
27658         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
27659         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
27660         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
27661         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
27662         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
27663         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
27664         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
27665         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
27666         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
27667         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
27668         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
27669         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
27670         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
27671         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
27672         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
27673         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
27674         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
27675         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
27676         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
27677         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
27678         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
27679         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
27680         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
27681         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
27682         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
27683         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
27684         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
27685         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
27686         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
27687         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
27688         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
27689         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
27690         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
27691         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
27692         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
27693         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
27694         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
27695         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
27696         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
27697         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
27698         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
27699         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
27700         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
27701         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
27702         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
27703         * sysdeps/ieee754/s_matherr.c: Likewise.
27704         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
27705         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
27706         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
27707         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
27709 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
27711         * crypt/md5.h: Remove __STDC__ conditionals.
27712         * libio/libioP.h: Likewise.
27713         * locale/programs/config.h: Likewise.
27714         * sysdeps/generic/sysdep.h: Likewise.
27715         * sysdeps/i386/asm-syntax.h: Likewise.
27716         * sysdeps/s390/asm-syntax.h: Likewise.
27717         * sysdeps/unix/sysdep.h: Likewise.
27718         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
27719         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
27721 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
27723         * libio/libio.h: Remove __STDC__ conditionals.
27724         * malloc/obstack.h: Likewise.
27725         * math/complex.h: Likewise.
27726         * math/math.h: Likewise.
27727         * sysdeps/generic/_G_config.h: Likewise.
27728         * sysdeps/gnu/_G_config.h: Likewise.
27729         * sysdeps/mach/hurd/_G_config.h: Likewise.
27730         * sysdeps/powerpc/bits/mathdef.h: Likewise.
27731         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
27732         * sysdeps/sparc/bits/mathdef.h: Likewise.
27734 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
27736         [BZ #13583]
27737         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
27738         Clean up HAS_* macros.
27739         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
27740         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
27741         possible.
27742         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
27743         HAS_AVX.
27744         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
27745         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
27746         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
27747         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
27748         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
27750 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
27752         * elf/tst-unique3.cc (gets): Remove declaration.
27753         * elf/tst-unique3lib.cc (gets): Likewise.
27754         * elf/tst-unique3lib2.cc (gets): Likewise.
27755         * elf/tst-unique4.cc (gets): Likewise.
27757 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
27759         * include/stdio.h: Add C++ protection.  Add gets declarations and
27760         definitions.
27761         * debug/tst-chk1.c: Don't declare gets here.
27762         * stdio-common/tst-gets.c: Likewise.
27764 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
27766         * posix/glob: Remove directory.
27768 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
27770         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
27772 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
27774         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
27775         of the non-standard EPFNOSUPPORT.
27777 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
27779         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
27780         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
27781         ANYWHERE set to 1 only on KERN_NO_SPACE error.
27783 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
27785         * wcsmbs/uchar.h: Test __STDC_VERSION__.
27787 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
27789         * nscd/aicache.c (addhstaiX): Do not cache negative results of
27790         transient errors.
27791         * nscd/grpcache.c (cache_addgr): Likewise.
27792         * nscd/hstcache.c (cache_addhst): Likewise.
27793         * nscd/initgrcache.c (addinitgroupsX): Likewise.
27794         * nscd/pwdcache.c (cache_addpw): Likewise.
27795         * nscd/servicescache.c (cache_addserv): Likewise.
27797 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
27799         * malloc/malloc.c: Various cleanups.
27800         * malloc/hooks.c: Likewise.
27802         * stdlib/Makefile (tests): Add bug-fmtmsg1.
27803         * stdlib/bug-fmtmsg1.c: New file.
27805         * stdlib/fmtmsg.c (init): Add missing unlock.
27806         Patch by Peng Haitao <penght@cn.fujitsu.com>.
27808 2012-01-12  Marek Polacek  <polacek@redhat.com>
27810         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
27811         and _GNU_SOURCE.
27813 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
27815         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
27816         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
27817         macro to ensure uniqueness of label name.
27818         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
27819         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
27821 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
27823         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
27825         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
27826         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
27827         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
27828         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
27830 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
27832         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
27834         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
27835         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
27836         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
27838         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
27840         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
27841         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
27842         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
27843         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
27845         * math/bits/math-finite.h: Add ldexp support.
27847 2012-01-10  Marek Polacek  <polacek@redhat.com>
27849         * locale/programs/localedef.h (show_archive_content): Add noreturn
27850         attribute.
27852 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
27854         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
27856 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
27858         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
27860         * io/Makefile (headers): Add bits/poll2.h.
27862 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
27864         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
27865         typo #include statement.
27867 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
27869         * include/sys/cdefs.h: Define __attribute_alloc_size.
27870         * catgets/gencat.c: Add alloc_size attribute and apply consistently
27871         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
27872         * elf/pldd.c: Likewise.
27873         * iconv/iconv_charmap.c: Likewise.
27874         * iconv/iconvconfig.c: Likewise.
27875         * iconv/strtab.c: Likewise.
27876         * locale/programs/locale.c: Likewise.
27877         * locale/programs/localedef.h: Likewise.
27878         * locale/programs/simple-hash.c: Likewise.
27879         * nscd/nscd.h: Likewise.
27880         * nss/makedb.c: Likewise.
27881         * sysdeps/generic/ldconfig.h: Likewise.
27882         * locale/programs/localedef.c: Remove xmalloc prototype.
27883         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
27885 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
27887         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
27888         appropriate.
27890 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
27892         * math/Makefile (tests): Add tst-CMPLX.
27893         * math/tst-CMPLX.c: New file.
27895         * math/complex.h (CMPLXL): Fix typo.
27897         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
27898         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
27899         GLIBC_2.16.
27900         * debug/tst-chk1.c: Add poll and ppoll tests.
27901         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
27902         * include/sys/poll.h: Add hidden proto for ppoll.
27903         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
27904         * sysdeps/mach/hurd/ppoll.c: Likewise.
27905         * io/ppoll.c: Likewise.
27906         * debug/poll_chk.c: New file.
27907         * debug/ppoll_chk.c: New file.
27908         * include/bits/poll2.h: New file.
27909         * io/bits/poll2.h: New file.
27911         [BZ #1350]
27912         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
27914         * configure.in: static is always set to yes.  Remove.
27915         * config.make.in: Don't set build-static.
27916         * Makeconfig: Remove use of build-static.
27917         * dlfcn/Makefile: Likewise.
27918         * elf/Makefile: Likewise.
27919         * math/Makefile: Likewise.
27920         * misc/Makefile: Likewise.
27921         * nptl/Makefile: Likewise.
27922         * sysdeps/mach/hurd/Makefile: Likewise.
27924         * configure.in: PWD_P is not used anymore.
27925         * config.make.in: Remove PWD_P entry.
27927         * configure.in: Remove last remnants of RANLIB.
27928         No need to check for signed size_t anymore.
27929         Don't set libc_commonpagesize and libc_relro_required here for Alpha
27930         and IA-64.
27931         Remove __builtin_expect test because we require at least gcc 3.4.
27932         * aclocal.m4: Likewise.
27934         * wcsmbs/mbrtoc16.c: Implement using towc function.
27935         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
27936         * wcsmbs/wcsmbsload.c: Likewise.
27937         * iconv/gconv_simple.c: Likewise.
27938         * iconv/gconv_int.h: Likewise.
27939         * iconv/gconv_builtin.h: Likewise.
27940         * iconv/iconv_prog.c: Remove CHAR16 handling.
27942         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
27944         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
27946         * configure.in: Remove --with-elf and --enable-bounded options.
27947         Dont set base_machine for ia64.  More non-ELF conditions removed.
27948         Remove testing and setting of leading underscore information.
27949         * config.make.in (build-bounded): Set to no.
27950         * config.h.in: Remove NO_UNDERSCORES entry.
27951         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
27952         them.
27953         * csu/start.c: Remove !NO_UNDERSCORE code.
27954         * locale/localeinfo.h: Likewise.
27955         * sysdeps/generic/machine-gmon.h: Likewise.
27956         * sysdeps/generic/sysdep.h: Likewise.
27957         * sysdeps/i386/sysdep.h: Likewise.
27958         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
27959         * sysdeps/mach/sysdep.h: Likewise.
27960         * sysdeps/s390/s390-32/sysdep.h: Likewise.
27961         * sysdeps/s390/s390-64/sysdep.h: Likewise.
27962         * sysdeps/sh/sysdep.h: Likewise.
27963         * sysdeps/sparc/sparc32/alloca.S: Likewise.
27964         * sysdeps/unix/i386/sysdep.S: Likewise.
27965         * sysdeps/unix/sparc/start.c: Likewise.
27966         * sysdeps/unix/sparc/sysdep.S: Likewise.
27967         * sysdeps/unix/sparc/sysdep.h: Likewise.
27968         * sysdeps/unix/start.c: Likewise.
27969         * sysdeps/unix/x86_64/sysdep.S: Likewise.
27970         * sysdeps/x86_64/sysdep.h: Likewise.
27972 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
27974         [BZ #13553]
27975         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
27976         for non-gcc.
27977         * argp/argp-fmtstream.h: Use const instead __const.
27978         * argp/argp.h: Likewise.
27979         * assert/assert.h: Likewise.
27980         * bits/fenv.h: Likewise.
27981         * bits/sched.h: Likewise.
27982         * bits/sigset.h: Likewise.
27983         * bits/sigthread.h: Likewise.
27984         * catgets/nl_types.h: Likewise.
27985         * conform/data/pthread.h-data: Likewise.
27986         * crypt/crypt-private.h: Likewise.
27987         * crypt/crypt.h: Likewise.
27988         * crypt/crypt_util.c: Likewise.
27989         * ctype/ctype.h: Likewise.
27990         * debug/execinfo.h: Likewise.
27991         * debug/mbsnrtowcs_chk.c: Likewise.
27992         * debug/mbsrtowcs_chk.c: Likewise.
27993         * debug/wcsnrtombs_chk.c: Likewise.
27994         * debug/wcsrtombs_chk.c: Likewise.
27995         * debug/wcstombs_chk.c: Likewise.
27996         * dirent/dirent.h: Likewise.
27997         * dlfcn/dlfcn.h: Likewise.
27998         * elf/neededtest4.c: Likewise.
27999         * grp/grp.h: Likewise.
28000         * gshadow/gshadow.h: Likewise.
28001         * iconv/gconv.h: Likewise.
28002         * iconv/gconv_int.h: Likewise.
28003         * iconv/gconv_simple.c: Likewise.
28004         * iconv/iconv.h: Likewise.
28005         * iconv/loop.c: Likewise.
28006         * iconv/skeleton.c: Likewise.
28007         * include/aio.h: Likewise.
28008         * include/aliases.h: Likewise.
28009         * include/argz.h: Likewise.
28010         * include/arpa/inet.h: Likewise.
28011         * include/assert.h: Likewise.
28012         * include/dirent.h: Likewise.
28013         * include/dlfcn.h: Likewise.
28014         * include/execinfo.h: Likewise.
28015         * include/fcntl.h: Likewise.
28016         * include/fenv.h: Likewise.
28017         * include/glob.h: Likewise.
28018         * include/grp.h: Likewise.
28019         * include/libintl.h: Likewise.
28020         * include/mntent.h: Likewise.
28021         * include/netdb.h: Likewise.
28022         * include/pwd.h: Likewise.
28023         * include/rpc/netdb.h: Likewise.
28024         * include/sched.h: Likewise.
28025         * include/search.h: Likewise.
28026         * include/shadow.h: Likewise.
28027         * include/signal.h: Likewise.
28028         * include/stdio.h: Likewise.
28029         * include/stdlib.h: Likewise.
28030         * include/string.h: Likewise.
28031         * include/sys/socket.h: Likewise.
28032         * include/sys/stat.h: Likewise.
28033         * include/sys/statfs.h: Likewise.
28034         * include/sys/statvfs.h: Likewise.
28035         * include/sys/syslog.h: Likewise.
28036         * include/sys/time.h: Likewise.
28037         * include/sys/uio.h: Likewise.
28038         * include/time.h: Likewise.
28039         * include/unistd.h: Likewise.
28040         * include/utmp.h: Likewise.
28041         * include/wchar.h: Likewise.
28042         * include/wctype.h: Likewise.
28043         * inet/aliases.h: Likewise.
28044         * inet/arpa/inet.h: Likewise.
28045         * inet/netinet/ether.h: Likewise.
28046         * inet/netinet/in.h: Likewise.
28047         * intl/libintl.h: Likewise.
28048         * io/bits/fcntl2.h: Likewise.
28049         * io/fcntl.h: Likewise.
28050         * io/ftw.h: Likewise.
28051         * io/sys/poll.h: Likewise.
28052         * io/sys/stat.h: Likewise.
28053         * io/sys/statfs.h: Likewise.
28054         * io/sys/statvfs.h: Likewise.
28055         * io/utime.h: Likewise.
28056         * libio/bits/stdio.h: Likewise.
28057         * libio/bits/stdio2.h: Likewise.
28058         * libio/libio.h: Likewise.
28059         * libio/libioP.h: Likewise.
28060         * libio/stdio.h: Likewise.
28061         * locale/lc-ctype.c: Likewise.
28062         * locale/locale.h: Likewise.
28063         * login/utmp.h: Likewise.
28064         * malloc/arena.c: Likewise.
28065         * malloc/malloc.c: Likewise.
28066         * malloc/malloc.h: Likewise.
28067         * malloc/mcheck.c: Likewise.
28068         * malloc/mtrace.c: Likewise.
28069         * math/bits/mathcalls.h: Likewise.
28070         * math/fenv.h: Likewise.
28071         * math/math_private.h: Likewise.
28072         * misc/bits/error.h: Likewise.
28073         * misc/bits/syslog.h: Likewise.
28074         * misc/err.h: Likewise.
28075         * misc/error.h: Likewise.
28076         * misc/fstab.h: Likewise.
28077         * misc/mntent.h: Likewise.
28078         * misc/regexp.h: Likewise.
28079         * misc/search.h: Likewise.
28080         * misc/sgtty.h: Likewise.
28081         * misc/sys/mman.h: Likewise.
28082         * misc/sys/syslog.h: Likewise.
28083         * misc/sys/uio.h: Likewise.
28084         * misc/sys/xattr.h: Likewise.
28085         * misc/ttyent.h: Likewise.
28086         * nis/rpcsvc/ypclnt.h: Likewise.
28087         * nss/nss.h: Likewise.
28088         * posix/bits/unistd.h: Likewise.
28089         * posix/fnmatch.h: Likewise.
28090         * posix/glob.h: Likewise.
28091         * posix/sched.h: Likewise.
28092         * posix/spawn.h: Likewise.
28093         * posix/sys/wait.h: Likewise.
28094         * posix/unistd.h: Likewise.
28095         * posix/wordexp.h: Likewise.
28096         * pwd/pwd.h: Likewise.
28097         * resolv/netdb.h: Likewise.
28098         * resource/sys/resource.h: Likewise.
28099         * rt/aio.h: Likewise.
28100         * rt/bits/mqueue2.h: Likewise.
28101         * rt/mqueue.h: Likewise.
28102         * shadow/shadow.h: Likewise.
28103         * signal/signal.h: Likewise.
28104         * socket/send.c: Likewise.
28105         * socket/sendto.c: Likewise.
28106         * socket/sys/socket.h: Likewise.
28107         * stdio-common/printf.h: Likewise.
28108         * stdlib/bits/stdlib.h: Likewise.
28109         * stdlib/fmtmsg.h: Likewise.
28110         * stdlib/monetary.h: Likewise.
28111         * stdlib/stdlib.h: Likewise.
28112         * stdlib/ucontext.h: Likewise.
28113         * streams/stropts.h: Likewise.
28114         * string/argz.h: Likewise.
28115         * string/bits/string2.h: Likewise.
28116         * string/string.h: Likewise.
28117         * string/strings.h: Likewise.
28118         * sunrpc/rpc/auth.h: Likewise.
28119         * sunrpc/rpc/auth_des.h: Likewise.
28120         * sunrpc/rpc/clnt.h: Likewise.
28121         * sunrpc/rpc/netdb.h: Likewise.
28122         * sunrpc/rpc/pmap_clnt.h: Likewise.
28123         * sunrpc/rpc/xdr.h: Likewise.
28124         * sysdeps/generic/inttypes.h: Likewise.
28125         * sysdeps/generic/net/if.h: Likewise.
28126         * sysdeps/generic/sys/swap.h: Likewise.
28127         * sysdeps/gnu/net/if.h: Likewise.
28128         * sysdeps/gnu/utmpx.h: Likewise.
28129         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
28130         * sysdeps/i386/i486/bits/string.h: Likewise.
28131         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
28132         * sysdeps/s390/bits/string.h: Likewise.
28133         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
28134         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
28135         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
28136         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
28137         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
28138         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
28139         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
28140         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
28141         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
28142         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
28143         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
28144         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
28145         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
28146         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
28147         * sysdeps/unix/sysv/linux/readv.c: Likewise.
28148         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
28149         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
28150         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
28151         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
28152         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
28153         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
28154         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
28155         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
28156         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
28157         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
28158         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
28159         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
28160         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
28161         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
28162         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
28163         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
28164         * sysvipc/sys/ipc.h: Likewise.
28165         * sysvipc/sys/msg.h: Likewise.
28166         * sysvipc/sys/sem.h: Likewise.
28167         * sysvipc/sys/shm.h: Likewise.
28168         * termios/termios.h: Likewise.
28169         * time/sys/time.h: Likewise.
28170         * time/time.h: Likewise.
28171         * wcsmbs/bits/wchar2.h: Likewise.
28172         * wcsmbs/uchar.h: Likewise.
28173         * wcsmbs/wchar.h: Likewise.
28174         * wctype/wctype.h: Likewise.
28176         [BZ #13551]
28177         * Makeconfig: Remove all but ELF support including AIX support.
28178         * Makerules: Likewise.
28179         * config.h.in: Likewise.
28180         * config.make.in: Likewise.
28181         * configure: Likewise.
28182         * configure.in: Likewise.
28183         * csu/Makefile: Likewise.
28184         * csu/version.c: Likewise.
28185         * debug/Makefile: Likewise.
28186         * dlfcn/Makefile: Likewise.
28187         * elf/Makefile: Likewise.
28188         * extra-lib.mk: Likewise.
28189         * iconv/Makefile: Likewise.
28190         * include/libc-symbols.h: Likewise.
28191         * include/shlib-compat.h: Likewise.
28192         * resolv/Makefile: Likewise.
28193         * resolv/res_libc.c: Likewise.
28194         * rt/Makefile: Likewise.
28195         * sysdeps/i386/asm-syntax.h: Likewise.
28196         * sysdeps/i386/sysdep.h: Likewise.
28197         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
28198         * sysdeps/mach/sysdep.h: Likewise.
28199         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
28200         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
28201         * sysdeps/s390/asm-syntax.h: Likewise.
28202         * sysdeps/s390/s390-32/sysdep.h: Likewise.
28203         * sysdeps/s390/s390-64/sysdep.h: Likewise.
28204         * sysdeps/sh/sysdep.h: Likewise.
28205         * sysdeps/unix/sparc/sysdep.h: Likewise.
28206         * sysdeps/wordsize-32/divdi3.c: Likewise.
28207         * sysdeps/x86_64/sysdep.h: Likewise.
28209         * argp/Versions: Remove _argp_unlock_xxx.
28211         [BZ #13559]
28212         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
28213         * abilist/libBrokenLocale.abilist: Likewise.
28214         * abilist/libanl.abilist: Likewise.
28215         * abilist/libc.abilist: Likewise.
28216         * abilist/libcrypt.abilist: Likewise.
28217         * abilist/libdl.abilist: Likewise.
28218         * abilist/libm.abilist: Likewise.
28219         * abilist/libnsl.abilist: Likewise.
28220         * abilist/libpthread.abilist: Likewise.
28221         * abilist/libresolv.abilist: Likewise.
28222         * abilist/librt.abilist: Likewise.
28223         * abilist/libthread_db.abilist: Likewise.
28224         * abilist/libutil.abilist: Likewise.
28225         * abilist/libnss_db.abilist: New file.
28227         * scripts/abilist.awk: Add support for indirect functions.
28229         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
28231         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
28233         * shlib-versions: Remove entries for ports architectures.
28235         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
28236         files in ports.
28237         * elf/stackguard-macros.h: Remove support for IA-64.
28238         * elf/tst-auditmod1.c: Likewise.
28239         * sysdeps/generic/ldsodefs.h: Likewise.
28241         * sysdeps/unix/sysv/linux/configure.in: Ports should define
28242         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
28243         configure files.
28245         [BZ #13552]
28246         * configure.in: Remove --enable-omitfp support.
28247         * FAQ.in: Adjust.
28248         * config.make.in: Likewise.
28249         * Makeconfig: Likewise.
28250         * manual/install.texi: Likewise.
28252         In case anyone cares, the IA-64 architecture could move to ports.
28253         * sysdeps/ia64/*: Removed.
28254         * sysdeps/unix/sysv/linux/ia64/*: Removed.
28255         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
28257         [BZ #13555]
28258         * configure.in: Remove entries for unsupported architectures.
28260         [BZ #13533]
28261         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
28262         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
28263         routines.
28264         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
28265         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
28266         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
28267         fall back to using wcrtomb.
28268         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
28269         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
28270         renaming.
28271         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
28272         * wcsmbs/tst-c16c32-1.c: New file.
28274         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
28275         local variable.
28277         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
28279         * elf/tst-unique3.cc: Add explicit declaration of gets.
28280         * elf/tst-unique3lib.cc: Likewise.
28281         * elf/tst-unique3lib2.cc: Likewise.
28282         * elf/tst-unique4.cc: Likewise.
28284         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
28286 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
28288         [BZ #13566]
28289         * assert/assert.h (static_assert): Don't define for C++.
28290         * libio/stdio.h (gets): Do declare for C++ <= C++11.
28291         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
28293 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
28295         * iconv/loop.c (single loop): Fix assertion in storing of
28296         remaining bytes.
28298         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
28300 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
28302         * posix/getconf.c: Update copyright year.
28303         * nss/getent.c: Likewise.
28304         * nss/makedb.c: Likewise.
28305         * iconv/iconvconfig.c: Likewise.
28306         * iconv/iconv_prog.c: Likewise.
28307         * elf/ldconfig.c: Likewise.
28308         * elf/pldd.c: Likewise.
28309         * elf/sotruss.ksh: Likewise.
28310         * catgets/gencat.c: Likewise.
28311         * csu/version.c: Likewise.
28312         * elf/ldd.bash.in: Likewise.
28313         * elf/sprof.c (print_version): Likewise.
28314         * locale/programs/locale.c: Likewise.
28315         * locale/programs/localedef.c: Likewise.
28316         * login/programs/pt_chown.c: Likewise.
28317         * nscd/nscd.c (print_version): Likewise.
28318         * debug/xtrace.sh: Likewise.
28319         * malloc/memusage.sh: Likewise.
28320         * malloc/mtrace.pl: Likewise.
28321         * debug/catchsegv.sh: Likewise.
28323 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
28325         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
28326         pure attribute.
28328 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
28330         [BZ #13533]
28331         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
28332         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
28333         transformations.
28334         * iconv/gconv_int.h: Likewise.
28335         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
28336         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
28337         from libc for GLIBC_2.16.
28338         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
28339         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
28340         * wcsmbs/uchar.h: Really define mbstate_t.
28341         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
28342         * wcsmbs/c16rtomb.c: New file.
28343         * wcsmbs/mbrtoc16.c: New file.
28344         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
28345         for C/POSIX locale.
28346         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
28347         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
28349         * wcsmbs/wchar.h: Add missing __restrict.
28351 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
28353         [BZ #13532]
28354         * time/Makefile (routines): Add timespec_get.
28355         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
28356         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
28357         timespec for ISO C11.
28358         * time/timespec_get.c: New file.
28359         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
28360         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
28362         [BZ #13531]
28363         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
28364         * stdlib/stdlib.h: Declare aligned_alloc.
28365         * Versions.def: Add GLIBC_2.16 for libc.
28366         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
28368         [BZ 13527]
28369         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
28370         ISO C11.
28372         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
28373         code.
28375         [BZ #13528]
28376         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
28378         [BZ #13529]
28379         * assert/assert.h (static_assert): Define.
28381         * version.h: Update for 2.16 development version.
28383         [BZ #13526]
28384         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
28385         _ISOC11_SOURCE.
28387         * version.h (RELEASE): Bump for 2.15 release.
28388         * include/features.h (__GLIBC_MINOR__): Bump to 15.
28390         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
28391         Patch by Marek Polacek <mpolacek@redhat.com>.
28393         * bits/byteswap.h: Protect long long constants with __extension__.
28394         * sysdeps/i386/bits/byteswap.h: Likewise.
28395         * sysdeps/ia64/bits/byteswap.h: Likewise.
28396         * sysdeps/s390/bits/byteswap.h: Likewise.
28397         * sysdeps/x86_64/bits/byteswap.h: Likewise.
28399 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
28401         [BZ #13540]
28402         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
28403         destination buffer.
28404         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
28406 2011-12-23  Marek Polacek  <polacek@redhat.com>
28408         * elf/dl-addr.c (determine_info): Add inline keyword.
28409         * elf/tst-auditmod4b.c (check_avx): Likewise.
28410         * elf/tst-auditmod6b.c (check_avx): Likewise.
28411         * elf/tst-auditmod6c.c (check_avx): Likewise.
28412         * elf/tst-auditmod7b.c (check_avx): Likewise.
28414 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
28416         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
28417         !__SSE_MATH__.
28419 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
28421         [BZ #13540]
28422         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
28423         processing for last bytes.
28425 2011-08-06  Bruno Haible  <bruno@clisp.org>
28427         [BZ #13061]
28428         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
28429         U+0385, not to U+1FEE.
28431         [BZ #13062]
28432         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
28433         entry for U+00A5 U+0301.
28435 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
28437         [BZ #13166]
28438         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
28439         buffer for the output is too small.
28441         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
28442         optimization.
28444         [BZ #13185]
28445         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
28446         SSE flags if possible.
28448 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
28450         [BZ #13540]
28451         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
28452         processing for last bytes.
28454 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
28456         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
28457         (syscall-list-default-options, syscall-list-default-condition)
28458         (syscall-list-includes): Define.
28459         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
28460         list of ABIs and options and #if conditions for each ABI.  Do not
28461         handle common syscalls between ABIs specially.
28462         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
28463         Remove.
28464         (syscall-list-variants, syscall-list-32bit-options)
28465         (syscall-list-32bit-condition, syscall-list-64bit-options)
28466         (syscall-list-64bit-condition): Define.
28467         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
28468         (syscall-list-variants, syscall-list-32bit-options)
28469         (syscall-list-32bit-condition, syscall-list-64bit-options)
28470         (syscall-list-64bit-condition): Define.
28471         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
28472         Remove.
28473         (syscall-list-variants, syscall-list-32bit-options)
28474         (syscall-list-32bit-condition, syscall-list-64bit-options)
28475         (syscall-list-64bit-condition): Define.
28476         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
28477         Remove.
28478         (syscall-list-variants, syscall-list-32bit-options)
28479         (syscall-list-32bit-condition, syscall-list-64bit-options)
28480         (syscall-list-64bit-condition): Define.
28482 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
28484         * locale/iso-639.def: Add brx entry.
28486         [BZ #13328]
28487         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
28488         Proposed by Mariusz_Cukr <marcukr@op.pl>.
28490         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
28491         __feraiseexcept_renamed.
28493 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
28495         [BZ #13538]
28496         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
28497         EPOLLET with unsigned values.
28498         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
28499         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
28501         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
28502         to large cancellation.
28503         * math/s_cacoshf.c: Likewise.
28504         * math/s_cacoshl.c: Likewise.
28506 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
28508         [BZ #13305]
28509         [BZ #12786]
28510         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
28511         * math/s_cacoshf.c: Likewise.
28512         * math/s_cacoshl.c: Likewise.
28514 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
28516         [BZ #13439]
28517         * iconv/gconv.h: Define __GCONV_SWAP.
28518         * iconvdata/unicode.c: The swap bit must be stored in __flags.
28519         * iconvdata/utf-16.c: Likewise.
28520         * iconvdata/utf-32.c: Likewise.
28522 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
28524         [BZ #13524]
28525         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
28526         numerator after shifting it by one limb.
28528 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
28530         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
28531         under [__USE_EXTERN_INLINES].
28533 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
28535         [BZ #13446]
28536         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
28538 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28540         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
28541         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
28542         optimized code.
28543         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
28544         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
28545         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
28546         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
28547         for strncasecmp/strncasecmp_l compilation.
28548         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
28549         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
28551 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
28553         [BZ #13484]
28554         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
28555         of __asm__.
28557 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
28559         [BZ #13506]
28560         * time/tzfile.c (__tzfile_read): Check values from file header.
28562 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
28564         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
28565         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
28566         * powerpc/powerpc32/dl-start.S: Likewise.
28567         * powerpc/powerpc32/elf/start.S: Likewise.
28568         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
28569         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
28570         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
28571         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
28572         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
28573         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
28574         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
28575         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
28576         * powerpc/powerpc32/fpu/s_round.S: Likewise.
28577         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
28578         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
28579         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
28580         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
28581         * powerpc/powerpc32/memset.S: Likewise.
28582         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
28583         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
28584         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
28585         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
28586         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
28587         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
28588         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
28589         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
28590         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
28591         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
28592         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
28593         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
28594         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
28596 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28598         * math/libm-test.inc: Added more nearbyint tests.
28599         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
28600         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
28601         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
28602         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
28604 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
28606         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
28607         FD_CLOEXEC.
28609 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
28611         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
28612         Add wcscpy-ssse3 wcscpy-c.
28613         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
28614         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
28615         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
28616         * sysdeps/x86_64/wcschr.S: New file.
28617         * sysdeps/x86_64/wcsrchr.S: New file.
28618         * string/test-strcmp.c: Remove checking of wcscmp function for
28619         wrong alignments.
28620         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
28621         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
28622         wcsrchr-sse2 wcsrchr-c.
28623         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
28624         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
28625         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
28626         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
28627         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
28628         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
28629         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
28630         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
28631         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
28632         * wcsmbc/wcschr.c (WCSCHR): New macro.
28634 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
28636         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
28637         * wcsmbs/test-wcsrchr.c: New file.
28638         * string/test-strrchr.c: Add wcsrchr support.
28639         (WIDE): New macro.
28640         * wcsmbs/test-wcscpy.c: New file.
28641         * string/test-strcpy.c: Add wcscpy support.
28642         (WIDE): New macro.
28644 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
28646         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
28647         the inner loop.
28649 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
28651         [BZ #13472]
28652         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
28654 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
28656         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
28657         Minor optimizations.
28659         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
28660         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
28661         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
28663 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
28665         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
28666         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
28667         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
28668         for gcc to avoid warnings.
28669         * inet/Makefile (tests): Add tst-checks.
28670         * inet/tst-checks.c: New file.
28672         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
28673         warning.
28675         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
28676         __wmemcmp_sse2.
28678         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
28679         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
28681         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
28683 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
28685         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
28686         problem.
28688         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
28690 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
28692         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
28693         conditional on GCC version.
28694         (__arch_compare_and_exchange_val_8_acq)
28695         (__arch_compare_and_exchange_val_16_acq)
28696         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
28697         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
28698         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
28700 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
28702         * sysdeps/sh/backtrace.c: New file.
28704 2011-12-02  Andreas Schwab  <schwab@redhat.com>
28706         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
28707         parenthesis.
28709 2011-12-01  Andreas Schwab  <schwab@redhat.com>
28711         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
28712         falling back to utime.
28714 2011-11-30  Andreas Schwab  <schwab@redhat.com>
28716         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
28717         expectations for float.
28719 2011-11-29  Andreas Schwab  <schwab@redhat.com>
28721         * locale/weight.h (findidx): Add parameter len.
28722         * locale/weightwc.h (findidx): Likewise.
28723         * posix/fnmatch_loop.c (FCT): Adjust caller.
28724         * posix/regcomp.c (build_equiv_class): Likewise.
28725         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
28726         * posix/regexec.c (check_node_accept_bytes): Likewise.
28727         * string/strcoll_l.c (STRCOLL): Likewise.
28728         * string/strxfrm_l.c (STRXFRM): Likewise.
28730 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
28732         * Makefile.in: Remove CVSOPT handling.
28733         * configure.in: Remove use of AC_REVISION.
28734         * iconvdata/Makefile (distribute): No need to filter out CVS.
28735         * scripts/list-sources.sh: Remove CVS, subversion and monotone
28736         handling.
28738 2011-11-16  Andreas Schwab  <schwab@redhat.com>
28740         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
28741         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
28742         [USE_AS_STRNCASECMP_L]: Likewise.
28743         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
28744         NO_TLS_DIRECT_SEG_REFS.
28745         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
28746         Fix argument offsets for non-PIC.
28747         [USE_AS_STRNCASECMP_L]: Likewise.
28748         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
28749         NO_TLS_DIRECT_SEG_REFS.
28751 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
28753         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
28754         O_CLOEXEC.
28755         * locale/loadlocale.c (_nl_load_locale): Likewise.
28757 2011-11-15  Andreas Schwab  <schwab@redhat.com>
28759         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
28760         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
28761         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
28762         (SYSCALL_GETTIME): Set errno on error.
28764         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
28765         count references to noai6ai_cached.
28767 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
28769         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
28771         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
28772         FD_CLOEXEC for /proc/self/maps.
28774         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
28775         FD_CLOEXEC for /proc/meminfo.
28777         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
28778         gai.conf.
28780         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
28781         FD_CLOEXEC for given file.
28783         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
28785         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
28786         FD_CLOEXEC for /etc/hosts.
28787         (_gethtent): Likewise.
28789         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
28791         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
28792         cancellation and set FD_CLOEXEC for /etc/netgroup.
28794         * nss/nss_files/files-key.c (search): Don't allow cancellation when
28795         reading /etc/publickey.
28797         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
28798         allow cancellation when reading /etc/group.
28800         * nss/nss_files/files-alias.c (internal_setent): Don't allow
28801         cancellation.
28802         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
28804         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
28805         when using data file.
28807         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
28809         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
28810         (write_nis_obj): Use "c" and "e" in fopen.
28812         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
28814         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
28816         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
28818         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
28820         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
28821         locale.alias.
28823         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
28825         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
28827         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
28829         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
28830         file parsing and set FD_CLOEXEC.
28832 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
28834         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
28836 2011-11-14  Andreas Schwab  <schwab@redhat.com>
28838         * malloc/arena.c (arena_get2): Don't call reused_arena when
28839         _int_new_arena failed.
28841 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
28843         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
28844         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
28845         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
28846         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
28847         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
28848         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
28849         to compile strcasecmp and strncasecmp.
28850         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
28851         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
28853         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
28855 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
28857         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
28858         locale-defines.sym to gen-as-const-headers.
28859         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
28860         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
28861         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
28862         to compile strcasecmp and strncasecmp.
28863         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
28864         strcasecmp_l and strncasecmp_l.
28865         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
28866         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
28867         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
28868         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
28869         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
28870         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
28871         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
28872         * sysdeps/i386/i686/multiarch/strncase.S: New file.
28873         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
28874         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
28875         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
28877 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
28879         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
28880         result of SYSDEP_GETTIME_CPU to retval.
28881         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
28882         parameter list to macro.  Remove trailing semicolon.  Adjust users.
28884         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
28885         variable.
28887         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
28888         mantissa words.
28889         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
28891         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
28892         from unused variable.
28894         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
28895         DWARF definitions.
28896         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
28897         for assembling.
28899         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
28900         over namespaces.
28902         * sunrpc/rpc_prot.c (rejected): Fix case value.
28904         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
28905         unsigned long long int to avoid warnings in shift.
28907         * posix/regex_internal.c (re_string_reconstruct): Actually use result
28908         of use of trans.
28909         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
28910         variable tmp.
28912         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
28913         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
28914         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
28916         * nis/nis_table.c (nis_list): Use variable of correct type for
28917         result of __follow_path call.
28919 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28921         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
28922         of math functions ceil, trunc, floor, round, and sqrt, when
28923         avaliable on the platform.
28924         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
28925         name clash.
28926         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
28927         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
28928         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
28930 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
28932         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
28933         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
28935 2011-11-11  Roland McGrath  <roland@hack.frob.com>
28937         * include/unistd.h: Fix __readlink return type.
28938         Reported by Chris Metcalf <cmetcalf@tilera.com>.
28940 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
28942         * stdlib/ucontext.h: Undo last change for makecontext.
28944 2011-11-11  Andreas Schwab  <schwab@redhat.com>
28946         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
28948         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
28949         * setjmp/setjmp.h: Mark functions as non-leaf.
28950         * setjmp/bits/setjmp2.h: Likewise.
28951         * stdlib/ucontext.h: Likewise.
28953 2011-11-10  Andreas Schwab  <schwab@redhat.com>
28955         * malloc/arena.c (_int_new_arena): Don't increment narenas.
28956         (reused_arena): Don't check arena limit.
28957         (arena_get2): Atomically check arena limit.
28959 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
28961         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
28962         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
28964         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
28965         instructions.
28967 2011-11-07  Andreas Schwab  <schwab@redhat.com>
28969         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
28970         handler when locking.
28972         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
28973         Fix size of allocated buffer.
28975 2011-11-04  Andreas Schwab  <schwab@redhat.com>
28977         [BZ #10103]
28978         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
28979         declarations for long double functions.
28980         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
28982         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
28984 2011-11-03  Andreas Schwab  <schwab@redhat.com>
28986         * nscd/nscd.c (main): Don't start AVC thread until credentials are
28987         installed.
28989         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
28990         is disabled.
28992 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
28994         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
28996 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
28998         * include/alloca.h (stackinfo_alloca_round): Define.
28999         (extend_alloca): Use it.
29000         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
29001         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
29002         here.
29004         * scripts/check-local-headers.sh: Ignore libaudit.h.
29006         * nscd/Makefile (extra-objs): Make recursively expanded.
29008 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
29010         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
29011         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
29013         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
29014         * posix/tst-rfc3484-2.c: Likewise.
29015         * posix/tst-rfc3484-3.c: Likewise.
29017         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
29018         process_vm_writev.
29019         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
29020         process_vm_writev.
29021         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
29022         process_vm_writev from libc using GLIBC_2.15 version.
29024         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
29026 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
29028         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
29029         stack usage.
29031 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
29033         [BZ #13367]
29034         * nss/getent.c (initgroups_keys): Show error message in case no group
29035         names are given.
29037         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
29038         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
29039         __bump_nl_timestamp.
29040         * nscd/connections (nscd_init): When host database is served open
29041         netlink socket and request notification about configuration changes.
29042         (main_loop_poll): Track netlink file descriptor and bump timestamp
29043         in case data becomes available.
29044         (main_loop_epoll): Likewise.
29045         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
29046         (database_pers_head): Add extra_data fileds.
29047         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
29048         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
29049         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
29050         Adjust caller.
29051         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
29052         in6ai data, call __free_in6ai.
29053         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
29054         Add -DHAVE_NETLINK.
29055         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
29056         interface information.  Reuse previous data if netlink timestamp
29057         is not changed.
29058         (__bump_nl_timestamp): New function.
29059         (__free_in6ai): New function.
29061 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
29063         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
29064         close_not_cancel_no_status here.
29065         (__check_pf): Reorganize code a bit to not call close twice if OOM.
29067 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
29069         [BZ #13276]
29070         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
29071         return value.
29073         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
29074         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
29075         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
29077 2011-07-03  Andreas Jaeger  <aj@suse.de>
29079         [BZ #10709]
29080         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
29081         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
29082         * math/libm-test.inc (sin_test): Add test case.
29084 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
29086         [BZ #13337]
29087         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
29088         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
29090         * elf/chroot_canon.c (chroot_canon): Cleanups.
29092         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
29094         [BZ #13335]
29095         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
29096         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
29098         * string/test-strchr.c: Make usable for strchrnul testing.
29099         * string/test-strchrnul.c: New file.
29100         * string/Makefile (strop-tests): Add strchrnul.
29102         * po/it.po: Update from translation team.
29103         * po/es.po: Likewise.
29105 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
29107         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
29108         the three constants needed as parameters.  Drop the others.
29109         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
29110         __m128i_strloadu_tolower.
29111         Create and initialize variable zero and use it in all the places
29112         where _mm_setzero_si128 was used.
29114         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
29115         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
29116         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
29117         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
29118         anymore.
29119         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
29120         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
29121         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
29122         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
29123         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
29124         __mpranred, __mptan.
29125         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
29126         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
29127         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
29128         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
29129         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
29130         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
29131         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
29132         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
29133         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
29135 2011-10-28  Andreas Schwab  <schwab@redhat.com>
29137         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
29138         redefine if SHARED.
29139         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
29141         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
29142         wide char related routines to wcsmbs subdir.
29144 2011-10-27  Andreas Schwab  <schwab@redhat.com>
29146         [BZ #13344]
29147         * misc/sys/cdefs.h (__THROWNL): Define.
29148         * posix/unistd.h: Use __THREADNL instead of __THREAD
29149         for memory synchronization functions.
29151 2011-10-26  Roland McGrath  <roland@hack.frob.com>
29153         [BZ #13349]
29154         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
29155         doesn't exist.
29156         * manual/stdio.texi (Obstack Streams): Node removed.
29158 2011-10-26  Andreas Schwab  <schwab@redhat.com>
29160         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
29161         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
29162         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
29164         * math/math_private.h (math_force_eval): Allow non-addressable
29165         arguments.
29166         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
29168 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
29170         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
29171         file is not needed.
29173         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
29174         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
29175         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
29176         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
29177         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
29178         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
29179         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
29180         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
29181         Add AVX variants.
29182         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
29183         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
29184         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
29185         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
29186         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
29187         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
29188         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
29189         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
29190         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
29191         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
29192         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
29193         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
29194         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
29195         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
29196         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
29197         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
29198         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
29199         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
29200         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
29202         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
29203         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
29205         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
29206         place.  Use VEX encoding when compiling for AVX.
29208 2011-10-25  Andreas Schwab  <schwab@redhat.com>
29210         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
29211         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
29213         * string/test-strchr.c (do_test): Don't generate NUL bytes.
29215 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
29217         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
29218         useless if() expression.
29219         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
29220         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
29221         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
29222         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
29223         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
29224         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
29225         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
29226         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
29227         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
29228         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
29229         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
29230         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
29231         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
29232         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
29233         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
29234         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
29235         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
29236         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
29237         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
29239         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
29241 2011-10-25  Andreas Schwab  <schwab@redhat.com>
29243         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
29244         condition.
29245         * elf/dl-fini.c (_dl_sort_fini): Likewise.
29247 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
29249         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
29250         .text section.  Avoid duplicate constants.
29251         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
29252         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
29253         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
29254         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
29255         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
29256         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
29257         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
29258         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
29259         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
29260         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
29261         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
29262         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
29263         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
29264         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
29265         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
29266         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
29267         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
29268         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
29269         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
29270         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
29271         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
29272         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
29273         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
29274         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
29275         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
29276         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
29277         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
29278         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
29279         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
29280         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
29281         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
29282         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
29283         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
29284         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
29285         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
29286         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
29287         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
29288         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
29289         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
29290         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
29291         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
29292         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
29293         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
29294         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
29295         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
29297 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
29299         * sysdeps/x86_64/dla.h: Move to ...
29300         * sysdeps/x86_64/fpu/dla.h: ...here.
29301         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
29302         situations.  Use __builtin_fma only for gcc 4.6 and up.
29304         * config.make.in: Add have-mfma4 entry.
29305         * configure.in: Substitute libc_cv_cc_fma4.
29306         * math/Makefile (dbl-only-routines): Add sincostab.
29307         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
29308         Use __sincostab not sincos.
29309         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
29310         name is a macro.
29311         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
29312         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
29313         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
29314         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
29315         using __copysign.
29316         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
29317         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
29318         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
29319         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
29320         and __inv.
29321         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
29322         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
29323         __copysign.
29324         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
29325         define aliases when function name is a macro.
29326         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
29327         sysdeps/ieee754/dbl-64/sincos.tbl.
29328         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
29329         fma4-enabled routines.
29330         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
29331         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
29332         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
29333         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
29334         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
29335         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
29336         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
29337         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
29338         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
29339         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
29340         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
29341         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
29342         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
29343         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
29344         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
29345         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
29346         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
29347         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
29348         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
29349         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
29350         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
29351         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
29352         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
29353         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
29354         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
29355         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
29356         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
29357         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
29358         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
29359         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
29361         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
29362         rename.
29363         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
29364         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
29365         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
29366         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
29367         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
29368         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
29369         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
29370         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
29372 2011-10-24  Andreas Schwab  <schwab@redhat.com>
29374         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
29376 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
29378         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
29380         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
29381         prediction.
29382         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
29384         * string/strnlen.c: Don't define STRNLEN, reverse logic.
29385         Remove unused variable magic_bits.
29386         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
29388         * string/strnlen.c: Define and use STRNLEN macro.
29389         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
29390         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
29391         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
29392         * wcsmbs/wcslen.c: Define and use WCSLEN.
29393         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
29394         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
29395         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
29396         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
29397         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
29398         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
29399         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
29401 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
29403         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
29404         strnlen-sse2-no-bsf.
29405         Rename strlen-no-bsf to strlen-sse2-no-bsf.
29406         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
29407         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
29408         Add strnlen support.
29409         (USE_AS_STRNLEN): New macro.
29410         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
29411         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
29412         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
29413         * sysdeps/x86_64/wcslen.S: New file.
29415 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
29417         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
29418         XMM-moves are used for copying on small sizes.
29420 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
29422         * wcsmbs/Makefile (strop-tests): Add wcschr.
29423         * wcsmbs/test-wcschr.c: New file.
29424         * string/test-strchr.c: Update.
29425         Add wcschr support.
29426         (WIDE): New macro.
29428 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
29430         * wcsmbs/Makefile (strop-tests): Add wcslen.
29431         * wcsmbs/test-wcslen.c: New file.
29432         * string/test-strlen.c: Update.
29433         Add wcslen support.
29434         (WIDE): New macro.
29436 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
29438         * po/it.po: Update from translation team.
29440 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
29442         * sysdeps/x86_64/wcscmp.S: Update.
29443         Fix wrong comparison semantics.
29444         wcscmp shall use signed comparison not unsigned.
29445         Don't use substraction to avoid overflow bug.
29446         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
29447         * wcsmbc/wcscmp.c: Likewise.
29448         * string/test-strcmp.c: Likewise.
29449         Add new tests to check cases with negative values.
29451 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
29453         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
29454         * sysdeps/x86_64/dla.h: ...here.  New file.
29455         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
29456         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
29457         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
29458         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
29459         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
29460         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
29461         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
29462         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
29463         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
29465 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
29467         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
29468         __ynl_finite aliases.
29470 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
29472         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
29474         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
29475         define DLA_FMA.
29476         [DLA_FMA] (EMULV): Use DLA_FMA.
29477         [DLA_FMA] (MUL12): Use EMULV.
29478         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
29479         that are not needed.
29480         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
29481         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
29482         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
29483         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
29484         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
29485         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
29486         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
29488 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
29490         * math/s_nan.c: Undef __nan.
29491         * math/s_nanf.c: Undef __nanf.
29492         * math/s_nanl.c: Undef __nanl.
29493         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
29494         "math_private.h".
29496 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
29498         * math/s_catan.c: Add branch predictions.
29499         * math/s_catanf.c: Likewise.
29500         * math/s_catanh.c: Likewise.
29501         * math/s_catanhf.c: Likewise.
29502         * math/s_catanhl.c: Likewise.
29503         * math/s_catanl.c: Likewise.
29504         * math/s_cexp.c: Likewise.
29505         * math/s_cexpf.c: Likewise.
29506         * math/s_cexpl.c: Likewise.
29507         * math/s_clog.c: Likewise.
29508         * math/s_clog10.c: Likewise.
29509         * math/s_clog10f.c: Likewise.
29510         * math/s_clog10l.c: Likewise.
29511         * math/s_clogf.c: Likewise.
29512         * math/s_clogl.c: Likewise.
29513         * math/s_csqrt.c: Likewise.
29514         * math/s_csqrtf.c: Likewise.
29515         * math/s_csqrtl.c: Likewise.
29516         * math/s_ctanf.c: Likewise.
29517         * math/s_ctanh.c: Likewise.
29518         * math/s_ctanhf.c: Likewise.
29519         * math/s_ctanhl.c: Likewise.
29520         * math/s_ctanl.c: Likewise.
29522         * math/math_private.h: Define __nan, __nanf, __nanl.
29523         * math/s_cacosh.c: Include <math_private.h>.
29524         * math/s_cacoshl.c: Likewise.
29525         * math/s_casinh.c: Likewise.
29526         * math/s_casinhf.c: Likewise.
29527         * math/s_casinhl.c: Likewise.
29528         * math/s_ccos.c: Rely entire on ccosh.
29529         * math/s_ccosf.c: Rely entire on ccoshf.
29530         * math/s_ccosl.c: Rely entirely on ccoshl.
29531         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
29532         Remove tests for FE_INVALID.
29533         * math/s_ccoshf.c: Likewise.
29534         * math/s_ccoshl.c: Likewise.
29535         * math/s_csin.c: Likewise.
29536         * math/s_csinf.c: Likewise.
29537         * math/s_csinh.c Likewise.
29538         * math/s_csinhf.c: Likewise.
29539         * math/s_csinhl.c: Likewise.
29540         * math/s_csinl.c: Likewise.
29541         * math/s_ctan.c: Likewise.
29542         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
29543         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
29544         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
29546 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
29548         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
29549         compilation problems.
29551         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
29552         __builtin_expect.
29554 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
29556         * sysdeps/i386/configure.in: Test for -mfma4 option.
29557         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
29558         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
29559         COMMON_CPUID_INDEX_80000001.
29560         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
29561         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
29562         use it if FMA3 is not supported.
29563         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
29565         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
29566         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
29568 2011-10-20  Andreas Schwab  <schwab@redhat.com>
29570         [BZ #12892]
29571         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
29572         it would create a cycle with a link time dependency.
29574 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
29576         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
29577         instruction.
29578         * string/Makefile (strop-tests): Add rawmemchr.
29579         * string/test-rawmemchr.c: New file.
29581         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
29582         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
29583         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
29584         when compiling str{,n}casecmp and when AVX is available.  Hook up
29585         new optimized code in initializers.
29587 2011-10-19  Andreas Schwab  <schwab@redhat.com>
29589         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
29590         __feraiseexcept instead of feraiseexcept.
29592 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
29594         * math/math_private.h: Define defaults for libc_fetestexcept and
29595         libc_feupdateenv.
29596         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
29597         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
29598         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
29599         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
29600         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
29601         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
29602         libc_fetestexcept and libc_feupdateenv.
29604         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
29605         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
29606         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
29607         * sysdeps/x86_64/fpu/math_private.h: Define special version of
29608         libc_feholdexcept_setround.
29610         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
29611         Add s_nearbyint-c and s_nearbyintf-c.
29612         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
29613         nearbyintf inlines.
29614         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
29615         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
29616         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
29617         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
29619         * math/math_private.h: Define defaults for libc_fegetround,
29620         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
29621         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
29622         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
29623         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
29624         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
29625         standard functions.
29626         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
29627         Remove comments and hacks for old compiler versions.
29628         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
29629         libc_fegetround, libc_fesetround, libc_feholdexcept, and
29630         libc_feholdexceptl.
29632 2011-10-18  Andreas Schwab  <schwab@redhat.com>
29634         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
29635         (__feraiseexcept_renamed): Add __NTH.
29636         (feraiseexcept): Add __NTH.  Rename local variables to fix
29637         namespace violations.
29639 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
29641         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
29643         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
29645         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
29646         recently added interfaces.
29647         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
29649         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
29650         about macro parameter expansion.
29652         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
29653         __NO_MATH_INLINES is defined.  Cleanups.
29655         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
29656         and __floorf is target has SSE4.1.
29657         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
29658         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
29659         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
29660         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
29662         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
29663         name.
29664         (floorf): Likewise.
29666         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
29668 2011-10-17  Andreas Schwab  <schwab@redhat.com>
29670         * misc/sys/cdefs.h: Fix last change.
29672         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
29673         database lookup.
29675 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
29677         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
29679         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
29680         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
29681         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
29682         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
29683         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
29684         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
29685         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
29686         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
29687         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
29688         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
29689         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
29690         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
29691         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
29692         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
29693         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
29694         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
29695         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
29696         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
29697         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
29698         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
29699         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
29700         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
29702         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
29703         ceil, ceilf, floor, floorf.
29705         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
29706         Perform IRELATIVE relocations last.
29708         * elf/do-rel.h: Add another parameter nrelative, replacing the
29709         local variable with the same name.  Change name of the function
29710         to end in Rel or Rela (uppercase).
29711         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
29712         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
29713         elf_dynamic_do_##reloc function.
29715 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
29717         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
29718         is sufficient, at least on modern CPUs.
29720         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
29722         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
29723         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
29725         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
29726         __expl_finite.
29727         * math/bits/math-finite.h: Add entries for exp.
29728         * math/e_expl.c: Add __*_finite alias.
29729         * sysdeps/i386/fpu/e_exp.S: Likewise.
29730         * sysdeps/i386/fpu/e_expf.S: Likewise.
29731         * sysdeps/i386/fpu/e_expl.c: Likewise.
29732         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
29733         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
29734         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
29735         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
29736         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
29737         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
29738         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
29740         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
29741         is sufficient, at least on modern CPUs.
29743         * ctype/ctype-info.c (__ctype_init): Define.
29744         * include/ctype.h (__ctype_init): Declare.
29745         (__ctype_b_loc): The variable is always initialized.
29746         (__ctype_toupper_loc): Likewise.
29747         (__ctype_tolower_loc): Likewise.
29748         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
29749         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
29751 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
29753         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
29755         * configure.in: Also look in $cxxmachine/include for C++ system
29756         headers.
29758 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
29760         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
29761         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
29762         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
29763         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
29764         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
29765         (USE_AS_WMEMCMP): New macro.
29766         Fixing indents.
29767         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
29768         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
29769         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
29770         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
29771         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
29772         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
29773         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
29774         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
29775         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
29776         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
29777         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
29778         (USE_AS_WMEMCMP): New macro.
29779         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
29780         * sysdeps/string/test-memcmp.c: Update.
29781         Fix simple_wmemcmp.
29782         Add new tests.
29783         * wcsmbs/wmemcmp.c: Update.
29784         (WMEMCMP): New macro.
29785         Fix overflow bug.
29787 2011-10-12  Andreas Jaeger  <aj@suse.de>
29789         [BZ #13268]
29790         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
29792 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
29794         * libio/iofwide.c (do_length): Avoid warning.
29796         * ctype/ctype.h (__isctype_f): Add missing __THROW.
29798 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
29800         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
29802         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
29803         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
29804         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
29805         * sysdeps/i386/i686/fpu/e_log.S: New file.
29806         * sysdeps/i386/i686/fpu/e_logf.S: New file.
29807         * sysdeps/i386/i686/fpu/e_logl.S: New file.
29809         * ctype/ctype.h: Add support for inlined isXXX functions when
29810         compiling C++ code.
29812 2011-10-14  Andreas Schwab  <schwab@redhat.com>
29814         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
29816         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
29818 2011-10-13  Roland McGrath  <roland@hack.frob.com>
29820         [BZ #13291]
29821         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
29823 2011-10-13  Andreas Schwab  <schwab@redhat.com>
29825         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
29826         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
29827         feraiseexcept.
29829         * sysdeps/x86_64/memrchr.S: Check for zero size.
29831         * string/stratcliff.c: Add memrchr tests.
29833 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
29835         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
29836         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
29837         rawmemchr-sse2 rawmemchr-sse2-bsf.
29838         * sysdeps/i386/i686/multiarch/memchr.S: New file.
29839         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
29840         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
29841         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
29842         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
29843         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
29844         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
29845         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
29846         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
29847         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
29848         * string/memrchr.c (MEMRCHR): New macro.
29850 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
29852         Add integration with gcc's -ffinite-math-only and optimize wrapper
29853         functions in libm.
29854         * Versions.def: Define GLIBC_2.15 version for libm.
29855         * math/Makefile (headers): Add bits/math-finite.h.
29856         * math/bits/math-finite.h: New file.
29857         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
29858         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
29859         * math/e_acoshl.c: Add __*_finite alias.
29860         * math/e_acosl.c: Likewise.
29861         * math/e_asinl.c: Likewise.
29862         * math/e_atan2l.c: Likewise.
29863         * math/e_atanhl.c: Likewise.
29864         * math/e_coshl.c: Likewise.
29865         * math/e_exp10.c: Likewise.
29866         * math/e_exp10f.c: Likewise.
29867         * math/e_exp10l.c: Likewise.
29868         * math/e_exp2l.c: Likewise.
29869         * math/e_fmodl.c: Likewise.
29870         * math/e_gammal_r.c: Likewise.
29871         * math/e_hypotl.c: Likewise.
29872         * math/e_j0l.c: Likewise.
29873         * math/e_j1l.c: Likewise.
29874         * math/e_jnl.c: Likewise.
29875         * math/e_lgammal_r.c: Likewise.
29876         * math/e_log10l.c: Likewise.
29877         * math/e_log2l.c: Likewise.
29878         * math/e_logl.c: Likewise.
29879         * math/e_powl.c: Likewise.
29880         * math/e_sinhl.c: Likewise.
29881         * math/e_sqrtl.c: Likewise.
29882         * math/e_scalb.c: Completely rewritten and optimized.
29883         * math/e_scalbf.c: Likewise.
29884         * math/e_scalbl.c: Likewise.
29885         * math/w_acos.c: Likewise.
29886         * math/w_acosf.c: Likewise.
29887         * math/w_acosl.c: Likewise.
29888         * math/w_acosh.c: Likewise.
29889         * math/w_acoshf.c: Likewise.
29890         * math/w_acoshl.c: Likewise.
29891         * math/w_asin.c: Likewise.
29892         * math/w_asinf.c: Likewise.
29893         * math/w_asinl.c: Likewise.
29894         * math/w_atan2.c: Likewise.
29895         * math/w_atan2f.c: Likewise.
29896         * math/w_atan2l.c: Likewise.
29897         * math/w_atanh.c: Likewise.
29898         * math/w_atanhf.c: Likewise.
29899         * math/w_atanhl.c: Likewise.
29900         * math/w_exp10.c: Likewise.
29901         * math/w_exp10f.c: Likewise.
29902         * math/w_exp10l.c: Likewise.
29903         * math/w_fmod.c: Likewise.
29904         * math/w_fmodf.c: Likewise.
29905         * math/w_fmodl.c: Likewise.
29906         * math/w_j0.c: Likewise.
29907         * math/w_j0f.c: Likewise.
29908         * math/w_j0l.c: Likewise.
29909         * math/w_j1.c: Likewise.
29910         * math/w_j1f.c: Likewise.
29911         * math/w_j1l.c: Likewise.
29912         * math/w_jn.c: Likewise.
29913         * math/w_jnf.c: Likewise.
29914         * math/w_log.c: Likewise.
29915         * math/w_logf.c: Likewise.
29916         * math/w_logl.c: Likewise.
29917         * math/w_log10.c: Likewise.
29918         * math/w_log10f.c: Likewise.
29919         * math/w_log10l.c: Likewise.
29920         * math/w_log2.c: Likewise.
29921         * math/w_log2f.c: Likewise.
29922         * math/w_log2l.c: Likewise.
29923         * math/w_pow.c: Likewise.
29924         * math/w_powf.c: Likewise.
29925         * math/w_powl.c: Likewise.
29926         * math/w_remainder.c: Likewise.
29927         * math/w_remainderf.c: Likewise.
29928         * math/w_remainderl.c: Likewise.
29929         * math/w_scalb.c: Likewise.
29930         * math/w_scalbf.c: Likewise.
29931         * math/w_scalbl.c: Likewise.
29932         * math/w_sqrt.c: Likewise.
29933         * math/w_sqrtf.c: Likewise.
29934         * math/w_sqrtl.c: Likewise.
29935         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
29936         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
29937         used.
29938         * math/math_private.h: Declare __kernel_standard_f.
29939         * math/w_cosh.c: Remove cruft and optimize a bit.
29940         * math/w_coshf.c: Likewise.
29941         * math/w_coshl.c: Likewise.
29942         * math/w_exp2.c: Likewise.
29943         * math/w_exp2f.c: Likewise.
29944         * math/w_exp2l.c: Likewise.
29945         * math/w_hypot.c: Likewise.
29946         * math/w_hypotf.c: Likewise.
29947         * math/w_hypotl.c: Likewise.
29948         * math/w_lgamma.c: Likewise.
29949         * math/w_lgamma_r.c: Likewise.
29950         * math/w_lgammaf.c: Likewise.
29951         * math/w_lgammaf_r.c: Likewise.
29952         * math/w_lgammal.c: Likewise.
29953         * math/w_lgammal_r.c: Likewise.
29954         * math/w_sinh.c: Likewise.
29955         * math/w_sinhf.c: Likewise.
29956         * math/w_sinhl.c: Likewise.
29957         * math/w_tgamma.c: Likewise.
29958         * math/w_tgammaf.c: Likewise.
29959         * math/w_tgammal.c: Likewise.
29960         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
29961         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
29962         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
29963         Minor optimizations.  Pretty printing.  Remove cruft.
29964         * sysdeps/i386/fpu/e_acosf.S: Likewise.
29965         * sysdeps/i386/fpu/e_acosh.S: Likewise.
29966         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
29967         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
29968         * sysdeps/i386/fpu/e_acosl.c: Likewise.
29969         * sysdeps/i386/fpu/e_asin.S: Likewise.
29970         * sysdeps/i386/fpu/e_asinf.S: Likewise.
29971         * sysdeps/i386/fpu/e_atan2.S: Likewise.
29972         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
29973         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
29974         * sysdeps/i386/fpu/e_atanh.S: Likewise.
29975         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
29976         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
29977         * sysdeps/i386/fpu/e_exp10.S: Likewise.
29978         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
29979         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
29980         * sysdeps/i386/fpu/e_exp2.S: Likewise.
29981         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
29982         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
29983         * sysdeps/i386/fpu/e_fmod.S: Likewise.
29984         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
29985         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
29986         * sysdeps/i386/fpu/e_hypot.S: Likewise.
29987         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
29988         * sysdeps/i386/fpu/e_log.S: Likewise.
29989         * sysdeps/i386/fpu/e_log10.S: Likewise.
29990         * sysdeps/i386/fpu/e_log10f.S: Likewise.
29991         * sysdeps/i386/fpu/e_log10l.S: Likewise.
29992         * sysdeps/i386/fpu/e_log2.S: Likewise.
29993         * sysdeps/i386/fpu/e_log2f.S: Likewise.
29994         * sysdeps/i386/fpu/e_log2l.S: Likewise.
29995         * sysdeps/i386/fpu/e_logf.S: Likewise.
29996         * sysdeps/i386/fpu/e_logl.S: Likewise.
29997         * sysdeps/i386/fpu/e_pow.S: Likewise.
29998         * sysdeps/i386/fpu/e_powf.S: Likewise.
29999         * sysdeps/i386/fpu/e_powl.S: Likewise.
30000         * sysdeps/i386/fpu/e_remainder.S: Likewise.
30001         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
30002         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
30003         * sysdeps/i386/fpu/e_scalb.S: Likewise.
30004         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
30005         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
30006         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
30007         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
30008         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
30009         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
30010         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
30011         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
30012         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
30013         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
30014         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
30015         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
30016         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
30017         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
30018         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
30019         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
30020         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
30021         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
30022         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
30023         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
30024         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
30025         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
30026         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
30027         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
30028         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
30029         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
30030         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
30031         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
30032         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
30033         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
30034         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
30035         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
30036         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
30037         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
30038         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
30039         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
30040         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
30041         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
30042         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
30043         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
30044         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
30045         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
30046         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
30047         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
30048         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
30049         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
30050         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
30051         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
30052         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
30053         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
30054         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
30055         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
30056         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
30057         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
30058         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
30059         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
30060         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
30061         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
30062         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
30063         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
30064         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
30065         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
30066         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
30067         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
30068         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
30069         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
30070         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
30071         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
30072         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
30073         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
30074         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
30075         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
30076         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
30077         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
30078         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
30079         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
30080         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
30081         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
30082         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
30083         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
30084         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
30085         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
30086         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
30087         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
30088         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
30089         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
30090         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
30091         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
30092         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
30093         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
30094         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
30095         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
30096         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
30097         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
30098         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
30099         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
30100         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
30101         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
30102         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
30103         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
30104         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
30105         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
30106         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
30107         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
30108         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
30109         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
30110         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
30111         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
30112         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
30113         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
30114         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
30115         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
30116         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
30117         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
30118         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
30119         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
30120         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
30121         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
30122         (__isnanf): Likewise.
30123         (__isinf_ns): Likewise.
30124         (__isinf_nsf): Likewise.
30125         (__finite): Likewise.
30126         (__finitef): Likewise.
30127         (__ieee754_sqrt): Define as macro.
30128         (__ieee754_sqrtf): Define as macro.
30129         (__ieee754_sqrtl): Define as macro.
30130         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
30131         inlined copy.
30132         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
30133         __FINITE_MATH_ONLY__ consistent.
30134         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
30136 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
30138         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
30139         of rawmemchr.
30141         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
30143 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
30145         * po/ja.po: Update from translation team.
30147 2011-10-08  Roland McGrath  <roland@hack.frob.com>
30149         * locale/programs/locarchive.c (prepare_address_space): New function.
30150         (create_archive, enlarge_archive, open_archive): Use it.
30152         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
30153         inside [SHARED], where it is used.
30155         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
30157         * nss/getent.c (netgroup_keys): Remove unused variable.
30158         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
30160 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
30162         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
30163         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
30164         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
30165         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
30166         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
30167         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
30168         * math/Makefile (libm-calls): Add s_isinf_ns.
30169         * math/divtc3.c: Use __isinf_nsl instead of isinf.
30170         * math/multc3.c: Likewise.
30171         * math/s_casin.c: Likewise.
30172         * math/s_casinf.c: Likewise.
30173         * math/s_casinl.c: Likewise.
30174         * math/s_ccos.c: Likewise.
30175         * math/s_ccosf.c: Likewise.
30176         * math/s_ccosl.c: Likewise.
30177         * math/s_ctan.c: Likewise.
30178         * math/s_ctanf.c: Likewise.
30179         * math/s_ctanh.c: Likewise.
30180         * math/s_ctanhf.c: Likewise.
30181         * math/s_ctanhl.c: Likewise.
30182         * math/s_ctanl.c: Likewise.
30183         * math/w_fmod.c: Likewise.
30184         * math/w_fmodf.c: Likewise.
30185         * math/w_fmodl.c: Likewise.
30186         * math/w_remainder.c: Likewise.
30187         * math/w_remainderf.c: Likewise.
30188         * math/w_remainderl.c: Likewise.
30189         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
30190         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
30191         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
30192         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
30193         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
30194         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
30195         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
30196         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
30198         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
30199         of the number.
30200         * stdio-common/printf_fphex.c: Likewise.
30201         * stdio-common/printf_size.c: Likewise.
30203         * math/e_exp10.c: Include math_private.h using <...> not "...".
30204         * math/e_exp10f.c: Likewise.
30205         * math/e_exp10l.c: Likewise.
30206         * math/e_exp2l.c: Likewise.
30207         * math/e_j0l.c: Likewise.
30208         * math/e_j1l.c: Likewise.
30209         * math/e_jnl.c: Likewise.
30210         * math/e_lgammal_r.c: Likewise.
30211         * math/e_rem_pio2l.c: Likewise.
30212         * math/e_scalb.c: Likewise.
30213         * math/e_scalbf.c: Likewise.
30214         * math/e_scalbl.c: Likewise.
30215         * math/k_cosl.c: Likewise.
30216         * math/k_sinl.c: Likewise.
30217         * math/k_tanl.c: Likewise.
30218         * math/s_cacoshf.c: Likewise.
30219         * math/s_catan.c: Likewise.
30220         * math/s_catanf.c: Likewise.
30221         * math/s_catanh.c: Likewise.
30222         * math/s_catanhf.c: Likewise.
30223         * math/s_catanhl.c: Likewise.
30224         * math/s_catanl.c: Likewise.
30225         * math/s_ccosh.c: Likewise.
30226         * math/s_ccoshf.c: Likewise.
30227         * math/s_ccoshl.c: Likewise.
30228         * math/s_cexp.c: Likewise.
30229         * math/s_cexpf.c: Likewise.
30230         * math/s_cexpl.c: Likewise.
30231         * math/s_clog.c: Likewise.
30232         * math/s_clog10.c: Likewise.
30233         * math/s_clog10f.c: Likewise.
30234         * math/s_clog10l.c: Likewise.
30235         * math/s_clogf.c: Likewise.
30236         * math/s_clogl.c: Likewise.
30237         * math/s_csin.c: Likewise.
30238         * math/s_csinf.c: Likewise.
30239         * math/s_csinh.c: Likewise.
30240         * math/s_csinhf.c: Likewise.
30241         * math/s_csinhl.c: Likewise.
30242         * math/s_csinl.c: Likewise.
30243         * math/s_csqrt.c: Likewise.
30244         * math/s_csqrtf.c: Likewise.
30245         * math/s_csqrtl.c: Likewise.
30246         * math/s_ctan.c: Likewise.
30247         * math/s_ctanf.c: Likewise.
30248         * math/s_ctanh.c: Likewise.
30249         * math/s_ctanhf.c: Likewise.
30250         * math/s_ctanhl.c: Likewise.
30251         * math/s_ctanl.c: Likewise.
30252         * math/s_ldexp.c: Likewise.
30253         * math/s_ldexpf.c: Likewise.
30254         * math/s_ldexpl.c: Likewise.
30255         * math/s_significand.c: Likewise.
30256         * math/s_significandf.c: Likewise.
30257         * math/s_significandl.c: Likewise.
30258         * math/w_acos.c: Likewise.
30259         * math/w_acosf.c: Likewise.
30260         * math/w_acosh.c: Likewise.
30261         * math/w_acoshf.c: Likewise.
30262         * math/w_acoshl.c: Likewise.
30263         * math/w_acosl.c: Likewise.
30264         * math/w_asin.c: Likewise.
30265         * math/w_asinf.c: Likewise.
30266         * math/w_asinl.c: Likewise.
30267         * math/w_atan2.c: Likewise.
30268         * math/w_atan2f.c: Likewise.
30269         * math/w_atan2l.c: Likewise.
30270         * math/w_atanh.c: Likewise.
30271         * math/w_atanhf.c: Likewise.
30272         * math/w_atanhl.c: Likewise.
30273         * math/w_cosh.c: Likewise.
30274         * math/w_coshf.c: Likewise.
30275         * math/w_coshl.c: Likewise.
30276         * math/w_dremf.c: Likewise.
30277         * math/w_exp10.c: Likewise.
30278         * math/w_exp10f.c: Likewise.
30279         * math/w_exp10l.c: Likewise.
30280         * math/w_exp2.c: Likewise.
30281         * math/w_exp2f.c: Likewise.
30282         * math/w_fmod.c: Likewise.
30283         * math/w_fmodf.c: Likewise.
30284         * math/w_fmodl.c: Likewise.
30285         * math/w_hypot.c: Likewise.
30286         * math/w_hypotf.c: Likewise.
30287         * math/w_hypotl.c: Likewise.
30288         * math/w_j0.c: Likewise.
30289         * math/w_j0f.c: Likewise.
30290         * math/w_j0l.c: Likewise.
30291         * math/w_j1.c: Likewise.
30292         * math/w_j1f.c: Likewise.
30293         * math/w_j1l.c: Likewise.
30294         * math/w_jn.c: Likewise.
30295         * math/w_jnf.c: Likewise.
30296         * math/w_jnl.c: Likewise.
30297         * math/w_lgamma.c: Likewise.
30298         * math/w_lgamma_r.c: Likewise.
30299         * math/w_lgammaf.c: Likewise.
30300         * math/w_lgammaf_r.c: Likewise.
30301         * math/w_lgammal.c: Likewise.
30302         * math/w_lgammal_r.c: Likewise.
30303         * math/w_log.c: Likewise.
30304         * math/w_log10.c: Likewise.
30305         * math/w_log10f.c: Likewise.
30306         * math/w_log10l.c: Likewise.
30307         * math/w_log2.c: Likewise.
30308         * math/w_log2f.c: Likewise.
30309         * math/w_log2l.c: Likewise.
30310         * math/w_logf.c: Likewise.
30311         * math/w_logl.c: Likewise.
30312         * math/w_pow.c: Likewise.
30313         * math/w_powf.c: Likewise.
30314         * math/w_powl.c: Likewise.
30315         * math/w_remainder.c: Likewise.
30316         * math/w_remainderf.c: Likewise.
30317         * math/w_remainderl.c: Likewise.
30318         * math/w_scalb.c: Likewise.
30319         * math/w_scalbf.c: Likewise.
30320         * math/w_scalbl.c: Likewise.
30321         * math/w_sinh.c: Likewise.
30322         * math/w_sinhf.c: Likewise.
30323         * math/w_sinhl.c: Likewise.
30324         * math/w_sqrt.c: Likewise.
30325         * math/w_sqrtf.c: Likewise.
30326         * math/w_sqrtl.c: Likewise.
30327         * math/w_tgamma.c: Likewise.
30328         * math/w_tgammaf.c: Likewise.
30329         * math/w_tgammal.c: Likewise.
30331         * po/ja.po: Update from translation team.
30333 2011-09-29  Andreas Jaeger  <aj@suse.de>
30335         [BZ #13179]
30336         * sunrpc/netname.c (netname2host): Fix logic.
30338         [BZ #6779]
30339         [BZ #6783]
30340         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
30341         correctly.
30342         * math/w_remainder.c (__remainder): Likewise.
30343         * math/w_remainderf.c (__remainderf): Likewise.
30344         * math/libm-test.inc (remainder_test): Add test cases.
30346 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30348         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
30349         sdiv_qrnnd.
30351 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
30353         * string/test-memcmp.c: Avoid unncessary #defines.
30354         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
30356 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
30358         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
30359         Use new sse2 version for core i3 - i7 as it's faster
30360         than sse42 version.
30361         (bit_Prefer_PMINUB_for_stringop): New.
30362         * sysdeps/x86_64/rawmemchr.S: Update.
30363         Replace with faster SSE2 version.
30364         * sysdeps/x86_64/memrchr.S: New file.
30365         * sysdeps/x86_64/memchr.S: Update.
30366         Replace with faster SSE2 version.
30368 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
30370         * elf/dl-load.c (lose): Add cast to avoid warning.
30372 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
30374         * po/ca.po: Update from translation team.
30376         * inet/getnetgrent_r.c: Hook up nscd.
30377         * nscd/Makefile (routines): Add nscd_netgroup.
30378         (nscd-modules): Add netgroupcache.
30379         (CFLAGS-netgroupcache.c): Define.
30380         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
30381         (cache_search): Add const to second parameter.
30382         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
30383         INNETGR.
30384         (dbs): Add netgrdb entry.
30385         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
30386         (verify_persistent_db): Handle netgrdb.
30387         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
30388         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
30389         GETFDNETGR.
30390         (netgroup_response_header): Define.
30391         (innetgroup_response_header): Define.
30392         (datahead): Add netgroup_response_header and innetgroup_response_header
30393         elements.
30394         * nscd/nscd.conf: Add entries for netgroup cache.
30395         * nscd/nscd.h (dbtype): Add netgrdb.
30396         (_PATH_NSCD_NETGROUP_DB): Define.
30397         (netgroup_iov_disabled): Declare.
30398         (xmalloc, xcalloc, xrealloc): Move declarations here.
30399         (cache_search): Adjust prototype.
30400         Add netgroup-related prototypes.
30401         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
30402         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
30403         (__nscd_innetgr): Declare.
30404         * nscd/selinux.c (perms): Use access_vector_t as element type and
30405         add netgroup-related initializers.
30406         * nscd/netgroupcache.c: New file.
30407         * nscd/nscd_netgroup.c: New file.
30408         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
30409         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
30410         For four parameters use innetgr.
30411         * nss/nss_files/files-init.c: Add definition and callback for netgr.
30412         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
30413         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
30414         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
30416         * nscd/connections.c (register_traced_file): Don't register file
30417         for disabled databases.
30419 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
30421         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
30423         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
30424         from tree and freeing node.
30426 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
30428         * nss/nsswitch.c (__nss_database_lookup): Handle
30429         nss_parse_service_list out of memory case.
30431 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
30433         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
30434         out of memory case.
30436 2011-10-04  Andreas Schwab  <schwab@redhat.com>
30438         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
30439         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
30440         pass it down.
30441         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
30442         elf_machine_rela, elf_machine_lazy_rel.
30443         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
30444         (ELF_DYNAMIC_DO_REL): Likewise.
30445         (ELF_DYNAMIC_DO_RELA): Likewise.
30446         (ELF_DYNAMIC_RELOCATE): Likewise.
30447         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
30448         to ELF_DYNAMIC_DO_REL.
30449         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
30450         (dl_main): In trace mode always set __RTLD_NOIFUNC.
30451         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
30452         elf_machine_rela.
30453         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
30454         skip_ifunc, don't call ifunc function if non-zero.
30455         (elf_machine_rela): Likewise.
30456         (elf_machine_lazy_rel): Likewise.
30457         (elf_machine_lazy_rela): Likewise.
30458         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
30459         (elf_machine_lazy_rel): Likewise.
30460         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
30461         Likewise.
30462         (elf_machine_lazy_rel): Likewise.
30463         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
30464         Likewise.
30465         (elf_machine_lazy_rel): Likewise.
30466         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
30467         (elf_machine_lazy_rel): Likewise.
30468         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
30469         (elf_machine_lazy_rel): Likewise.
30470         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
30471         (elf_machine_lazy_rel): Likewise.
30472         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
30473         (elf_machine_lazy_rel): Likewise.
30474         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
30475         (elf_machine_lazy_rel): Likewise.
30476         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
30477         (elf_machine_lazy_rel): Likewise.
30479 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
30481         * nss/nss_files/files-init.c (_nss_files_init): Use static
30482         initialization for all the *_traced_file variables.
30484 2011-09-28  Andreas Schwab  <schwab@redhat.com>
30486         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
30488 2011-09-27  Roland McGrath  <roland@hack.frob.com>
30490         [BZ #13226]
30491         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
30493 2011-09-27  Andreas Schwab  <schwab@redhat.com>
30495         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
30496         Reread the line before reparsing it.
30498 2011-09-26  Andreas Schwab  <schwab@redhat.com>
30500         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
30502 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
30503             Maxim Kuvyrkov  <maxim@codesourcery.com>
30504             Joseph Myers  <joseph@codesourcery.com>
30506         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
30507         if needed for __stack_chk_guard.
30509 2011-09-19  Roland McGrath  <roland@hack.frob.com>
30511         * sysdeps/posix/spawni.c (script_execute): Always define it.
30512         It will be optimized away if unused.
30513         (maybe_script_execute): New function.
30514         (__spawni): Call it.
30516         * Makerules: Don't include tls.make.
30517         (config-tls): Always set to thread.
30518         * tls.make.c: File removed.
30520 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
30522         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
30523         * config.make.in (CPPFLAGS-config): New substituted variable.
30525 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
30527         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
30529         [BZ #13192]
30530         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
30531         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
30533 2011-09-15  Roland McGrath  <roland@hack.frob.com>
30535         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
30536         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
30537         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
30538         (CALL_FAIL): Likewise.
30539         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
30540         (CALL_FAIL): Macro removed.
30541         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
30543 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
30545         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
30546         for __FINITE_MATH_ONLY__ == 1.
30548 2011-09-15  Andreas Schwab  <schwab@redhat.com>
30550         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
30551         __ieee754_sqrt instead of sqrt.
30552         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
30553         __ieee754_sqrtf instead of sqrtf.
30554         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
30555         __floorf instead of floorf.
30556         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
30557         __floorf, __truncf instead of floorf, truncf.
30559 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
30561         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
30563         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
30564         __extern_always_inline.
30565         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
30566         32-bit.
30568 2011-09-14  Andreas Schwab  <schwab@redhat.com>
30570         * elf/rtld.c (dl_main): Also relocate in dependency order when
30571         doing symbol dependency testing.
30573 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
30575         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
30576         Always define `refsym'.
30578 2011-09-13  Andreas Schwab  <schwab@redhat.com>
30580         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
30581         (__FD_ELT): Renamed from __FDELT.
30582         * misc/bits/select2.h (__FD_ELT): Likewise.
30583         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
30584         __FD_MASK instead of __FDELT, __FDMASK.
30585         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
30586         Likewise.
30587         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
30588         Likewise.
30590         * elf/Makefile (gen-ldd): Fix pattern.
30592         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
30593         (init_tls): Likewise.
30595 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
30597         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
30599 2011-09-12  Andreas Schwab  <schwab@redhat.com>
30601         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
30602         `struct cmsghdr *' instead of `void *'.
30603         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
30604         Likewise.
30606 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
30608         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
30609         if non-absolute.
30610         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
30611         ldd_rewrite_script.
30613 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
30615         * configure.in: Remove --with-tls option.
30616         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
30617         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
30618         out in case it is missing.
30619         * sysdeps/ia64/elf/configure.in: Likewise.
30620         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
30621         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
30622         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
30623         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
30624         * sysdeps/sh/elf/configure.in: Likewise.
30625         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
30626         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
30627         * sysdeps/x86_64/elf/configure.in: Likewise.
30628         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
30629         * sysdeps/mach/hurd/tls.h: Likewise.
30631         [BZ #13067]
30632         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
30634         [BZ #13090]
30635         * configure.in: Fix use of AC_INIT.
30637         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
30639 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
30641         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
30642         __set_errno.
30643         * malloc/hooks.c: Likewise.
30645         [BZ #11929]
30646         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
30647         variables statically.
30648         (narenas): Initialize.
30649         (list_lock): Initialize.
30650         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
30651         initializtion of main_arena and list_lock.  Small cleanups.
30652         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
30653         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
30654         Add initializers to main_arena and mp_.
30655         (malloc_state): Remove pagesize member.  Change all users to use
30656         GLRO(dl_pagesize).
30658         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
30659         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
30660         is always initialized.
30662         * malloc/malloc.c: Removed unused configurations and dead code.
30663         * malloc/arena.c: Likewise.
30664         * malloc/hooks.c: Likewise.
30665         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
30667         * include/tls.h: Removed.  USE___THREAD must always be defined.
30668         * bits/libc-tsd.h: Don't handle !USE___THREAD.
30669         * elf/dl-libc.c: Likewise.
30670         * elf/dl-tsd.c: Likewise.
30671         * include/errno.h: Likewise.
30672         * include/netdb.h: Likewise.
30673         * include/resolv.h: Likewise.
30674         * inet/herrno-loc.c: Likewise.
30675         * inet/herrno.c: Likewise.
30676         * malloc/arena.c: Likewise.
30677         * malloc/hooks.c: Likewise.
30678         * malloc/malloc.c: Likewise.
30679         * resolv/res-state.c: Likewise.
30680         * resolv/res_libc.c: Likewise.
30681         * sysdeps/i386/dl-machine.h: Likewise.
30682         * sysdeps/ia64/dl-machine.h: Likewise.
30683         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
30684         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
30685         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
30686         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
30687         * sysdeps/sh/dl-machine.h: Likewise.
30688         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
30689         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
30690         * sysdeps/unix/i386/sysdep.S: Likewise.
30691         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
30692         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
30693         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
30694         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
30695         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
30696         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
30697         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
30698         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
30699         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
30700         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
30701         * sysdeps/unix/x86_64/sysdep.S: Likewise.
30702         * sysdeps/x86_64/dl-machine.h: Likewise.
30703         * tls.make.c: Likewise.
30705         * configure.in: Remove --with-__thread option.  Make tests for
30706         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
30707         tls_model attribute fail if no support is available.  Remove
30708         USE_IN_LIBIO.
30709         * Makeconfig: Adjust for dropped configure option.  All features are
30710         now mandatory.
30711         * Makerules: Likewise.
30712         * Versions.def: Likewise.
30713         * argp/argp-fmtstream.c: Likewise.
30714         * argp/argp-fmtstream.h: Likewise.
30715         * argp/argp-help.c: Likewise.
30716         * assert/assert.c: Likewise.
30717         * config.h.in: Likewise.
30718         * config.make.in: Likewise.
30719         * configure: Likewise.
30720         * configure.in: Likewise.
30721         * csu/Versions: Likewise.
30722         * csu/init.c: Likewise.
30723         * elf/tst-audit2.c: Likewise.
30724         * elf/tst-tls10.c: Likewise.
30725         * elf/tst-tls10.h: Likewise.
30726         * elf/tst-tls11.c: Likewise.
30727         * elf/tst-tls12.c: Likewise.
30728         * elf/tst-tls14.c: Likewise.
30729         * elf/tst-tlsmod11.c: Likewise.
30730         * elf/tst-tlsmod12.c: Likewise.
30731         * elf/tst-tlsmod13.c: Likewise.
30732         * elf/tst-tlsmod13a.c: Likewise.
30733         * elf/tst-tlsmod14a.c: Likewise.
30734         * elf/tst-tlsmod15b.c: Likewise.
30735         * elf/tst-tlsmod16a.c: Likewise.
30736         * elf/tst-tlsmod16b.c: Likewise.
30737         * elf/tst-tlsmod7.c: Likewise.
30738         * elf/tst-tlsmod8.c: Likewise.
30739         * elf/tst-tlsmod9.c: Likewise.
30740         * gmon/gmon.c: Likewise.
30741         * grp/fgetgrent_r.c: Likewise.
30742         * grp/putgrent.c: Likewise.
30743         * hurd/fopenport.c: Likewise.
30744         * include/libc-symbols.h: Likewise.
30745         * include/tls.h: Likewise.
30746         * intl/gettextP.h: Likewise.
30747         * intl/loadinfo.h: Likewise.
30748         * locale/global-locale.c: Likewise.
30749         * locale/localeinfo.h: Likewise.
30750         * mach/devstream.c: Likewise.
30751         * malloc/arena.c: Likewise.
30752         * malloc/set-freeres.c: Likewise.
30753         * misc/err.c: Likewise.
30754         * misc/getttyent.c: Likewise.
30755         * misc/mntent_r.c: Likewise.
30756         * posix/getopt.c: Likewise.
30757         * posix/wordexp.c: Likewise.
30758         * pwd/fgetpwent_r.c: Likewise.
30759         * resolv/Versions: Likewise.
30760         * resolv/res_hconf.c: Likewise.
30761         * shadow/fgetspent_r.c: Likewise.
30762         * shadow/putspent.c: Likewise.
30763         * stdio-common/printf_fphex.c: Likewise.
30764         * stdio-common/tmpfile.c: Likewise.
30765         * stdlib/abort.c: Likewise.
30766         * stdlib/fmtmsg.c: Likewise.
30767         * sunrpc/auth_unix.c: Likewise.
30768         * sunrpc/clnt_perr.c: Likewise.
30769         * sunrpc/clnt_tcp.c: Likewise.
30770         * sunrpc/clnt_udp.c: Likewise.
30771         * sunrpc/clnt_unix.c: Likewise.
30772         * sunrpc/openchild.c: Likewise.
30773         * sunrpc/svc_simple.c: Likewise.
30774         * sunrpc/svc_tcp.c: Likewise.
30775         * sunrpc/svc_udp.c: Likewise.
30776         * sunrpc/svc_unix.c: Likewise.
30777         * sunrpc/xdr.c: Likewise.
30778         * sunrpc/xdr_array.c: Likewise.
30779         * sunrpc/xdr_rec.c: Likewise.
30780         * sunrpc/xdr_ref.c: Likewise.
30781         * sunrpc/xdr_stdio.c: Likewise.
30783 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
30785         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
30787 2011-07-03  Andreas Jaeger  <aj@suse.de>
30789         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
30790         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
30791         regenerate with gen-libm-tests.pl.
30793 2010-05-12  Petr Baudis  <pasky@suse.cz>
30795         [BZ #11589]
30796         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
30797         around j0() zero points by switching to j1().
30798         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
30799         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
30800         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
30801         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
30803 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
30805         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
30806         instead of 0.
30807         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
30808         instead of 0.
30809         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
30810         Patch in part by Pavel Roskin <proski@gnu.org>.
30812         [BZ #13138]
30813         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
30814         realloc.
30815         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
30816         Free memory block if necessary.
30818         [BZ #12847]
30819         * libio/genops.c (INTDEF): For string streams the _lock pointer can
30820         be NULL.  Don't lock in this case.
30822 2011-09-09  Roland McGrath  <roland@hack.frob.com>
30824         * elf/elf.h (ELFOSABI_GNU): New macro.
30825         (ELFOSABI_LINUX): Define to that.
30827 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
30829         * string/strncat.c (strncat): Undef the symbol in case it has been
30830         defined in bits/string.h.
30832 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
30834         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
30836         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
30837         link map.
30839 2011-08-17  Andreas Jaeger  <aj@suse.de>
30841         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
30843 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
30844             Ian Lance Taylor  <iant@google.com>
30846         * math/libm-test.inc (lround_test): New testcase.
30847         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
30849 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
30851         * Makefile: Remove support for automatic cvs check-ins.
30852         * Makerules: Likewise.
30853         * config.make.in: Likewise.
30854         * configure.in: Likewise.
30855         * intl/Makefile: Likewise.
30856         * locale/Makefile: Likewise.
30857         * po/Makefile: Likewise.
30858         * posix/Makefile: Likewise.
30859         * sysdeps/gnu/Makefile: Likewise.
30860         * sysdeps/mach/hurd/Makefile: Likewise.
30861         * sysdeps/sparc/sparc32/Makefile: Likewise.
30863         [BZ #13118]
30864         * posix/Makefile (bug-regex32-ENV): Define.
30865         Patch by John Stanley <jpsinthemix@verizon.net>.
30867         * misc/Makefile (headers): Add bits/select2.h.
30868         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
30869         * misc/bits/select2.h: New file.
30870         * include/bits/select2.h: New file.
30871         * debug/Makefile (routines): Add fdelt_chk.
30872         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
30873         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
30874         FD_ISSET.
30875         * debug/fdelt_chk.c: New file.
30877         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
30878         * wcsmbs/test-wmemcmp.c: Likewise.
30879         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
30880         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
30882 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
30884         * string/Makefile (strop-tests): Add memcmp.
30885         * string/test-wmemcmp.c: New file.
30886         * string/test-memcmp.c: Add wmemcmp support.
30888 2011-09-08  Roland McGrath  <roland@hack.frob.com>
30890         [BZ #13153]
30891         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
30892         2011-07-19 change.
30894         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
30895         garbage value in a __mach_port_mod_refs call in the cases of the
30896         task-self and thread-self ports.
30898 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
30900         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
30902 2011-09-08  Andreas Schwab  <schwab@redhat.com>
30904         * elf/dl-load.c (lose): Check for non-null L.
30906 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
30908         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
30910         * elf/dl-libc.c (dlerror_run): Pass back error code from
30911         dl_catch_error.
30913         [BZ #13123]
30914         * elf/dl-load.c (lose): Free l_origin if it is valid.
30916         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
30917         names.
30918         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
30919         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
30920         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
30921         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
30922         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
30923         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
30925 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30927         * sysdeps/powerpc/fpu/e_hypot.c: New file.
30928         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
30929         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
30930         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
30931         * sysdeps/powerpc/fpu/k_cosf.c: New file.
30932         * sysdeps/powerpc/fpu/k_sinf.c: New file.
30933         * sysdeps/powerpc/fpu/s_cosf.c: New file.
30934         * sysdeps/powerpc/fpu/s_sinf.c: New file.
30935         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
30936         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
30938 2011-08-15  Alan Modra  <amodra@gmail.com>
30940         [BZ #13092]
30941         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
30942         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
30943         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
30944         ppc_mcount to static-only-routines.
30945         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
30946         __mcount_internal.
30947         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
30948         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
30950 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
30952         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
30953         for finite and infinity parameters.
30955 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
30957         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
30958         and add nop instructions for throughput optimization.
30959         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
30961 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
30963         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
30964         aligned copy for power7 with vector-scalar instructions.
30965         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
30967 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
30969         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
30970         AVX check.
30972 2011-09-07  Andreas Schwab  <schwab@redhat.com>
30974         [BZ #13144]
30975         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
30976         last change.
30978 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
30980         * sysdeps/unix/sysv/linux/x86_64/init-first.c
30981         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
30982         syscall wrapper around clock_gettime in __vdso_clock_gettime.
30983         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
30984         clock_gettime.
30986 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
30988         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
30989         Forgot to demangle the pointer.
30991         * sysdeps/i386/sysdep.h: Define atom_text_section.
30992         * sysdeps/x86_64/sysdep.h: Likewise.
30993         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
30994         section with atom_text_section.
30995         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
30996         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
30997         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
30998         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
30999         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
31001         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
31002         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
31003         already be defined.  Change to take two parameters and don't assign
31004         result to variable.  Adjust all users.
31005         Define INTERNAL_GETTIME if not already defined.
31006         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
31007         call.
31008         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
31009         HAVE_CLOCK_GETTIME_VSYSCALL.
31010         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
31012         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
31013         gettimeofday vsyscall, just use time.
31015 2011-09-06  Andreas Schwab  <schwab@redhat.com>
31017         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
31018         <errno.h>.
31020 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
31022         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
31023         syscall on x86-64.
31024         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
31025         syscall.
31026         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
31027         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
31028         syscall if possible.
31030 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
31032         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
31033         e_ident.  Don't pass to find_mapsXX.
31034         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
31036 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
31038         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
31039         strchr-sse2-no-bsf strrchr-sse2-no-bsf
31040         * sysdeps/x86_64/multiarch/strchr.S: Update.
31041         Check bit_slow_BSF bit.
31042         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
31043         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
31044         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
31046 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
31048         [BZ #13134]
31049         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
31050         before glibc 2.15.
31051         (tryshell): Define.
31052         (__spawni): Change last parameter to be flag.  Test
31053         SPAWN_XFLAGS_USE_PATH flag to use path or not.
31054         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
31055         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
31056         * posix/spawni.c: Likewise.
31057         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
31058         * posix/spawnp.c: Likewise.  Change normal version to use
31059         SPAWN_XFLAGS_USE_PATH.
31060         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
31061         SPAWN_XFLAGS_TRY_SHELL.
31063         [BZ #13150]
31064         * posix/glob.h: Remove gcc 1.x support.
31066         [BZ #13068]
31067         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
31069 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
31071         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
31072         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
31073         strrchr-sse2-bsf
31074         * sysdeps/i386/i686/multiarch/strchr.S: New file.
31075         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
31076         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
31077         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
31078         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
31079         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
31081 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31083         * sysdeps/x86_64/wcscmp.S: New file.
31085         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
31086         wcscmp-c wcscmp-sse2
31087         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
31088         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
31089         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
31090         * wcsmbs/wcscmp.c: Allow renaming.
31092 2011-09-05  David S. Miller  <davem@davemloft.net>
31094         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
31095         stack slot, rather than the struct return pointer slot.
31096         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
31097         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
31098         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
31099         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
31101 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
31103         * po/ja.po: Update from translation team.
31105         [BZ #13144]
31106         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
31107         kernel in 64-bit binaries.
31109 2011-09-01  David S. Miller  <davem@davemloft.net>
31111         * elf/elf.h (HWCAP_SPARC_*): Move to..
31112         * sysdeps/sparc/sysdep.h: this new file and add new values.
31113         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
31114         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
31115         _DL_HWCAP_COUNT to 24.
31116         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
31117         entries.
31118         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
31119         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
31120         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
31121         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
31122         instead of magic constants.
31123         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
31125 2011-08-31  David S. Miller  <davem@davemloft.net>
31127         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
31128         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
31129         Reimplement to do errno handling inline.
31130         (SYSCALL_ERROR_HANDLER): New macro.
31131         (__SYSCALL_STRING): Do not do errno handling in asm.
31132         (__CLONE_SYSCALL_STRING): Delete.
31133         (__INTERNAL_SYSCALL_STRING): Delete.
31134         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
31135         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
31136         (PSEUDO): Reimplement to do errno handling inline.
31137         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
31138         (SYSCALL_ERROR_HANDLER): New macro.
31139         (__SYSCALL_STRING): Do not do errno handling in asm.
31140         (__CLONE_SYSCALL_STRING): Delete.
31141         (__INTERNAL_SYSCALL_STRING): Delete.
31142         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
31143         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
31144         i386.
31145         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
31146         (inline_syscall*): Add 'err' argument.
31147         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
31148         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
31149         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
31150         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
31152         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
31153         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
31155 2011-08-30  Andreas Schwab  <schwab@redhat.com>
31157         * elf/rtld.c (dl_main): Relocate objects in dependency order.
31159 2011-08-29  Jiri Olsa <jolsa@redhat.com>
31161         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
31162         directive.
31164 2011-08-24  David S. Miller  <davem@davemloft.net>
31166         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
31168 2011-08-24  Andreas Schwab  <schwab@redhat.com>
31170         * elf/Makefile: Add rules to build and run unload8 test.
31171         * elf/unload8.c: New file.
31172         * elf/unload8mod1.c: New file.
31173         * elf/unload8mod1x.c: New file.
31174         * elf/unload8mod2.c: New file.
31175         * elf/unload8mod3.c: New file.
31177         * elf/dl-close.c (_dl_close_worker): Reset private search list if
31178         it wasn't used.
31180 2011-08-23  David S. Miller  <davem@davemloft.net>
31182         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
31183         subtract stack bias.
31184         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
31185         %sp not %fp in calculations.
31186         (_JMPBUF_UNWINDS_ADJ): Likewise.
31188         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
31189         (aio_suspend): Call it to force an exception region around the
31190         AIO_MISC_WAIT() invocation.
31192 2011-08-23  Andreas Schwab  <schwab@redhat.com>
31194         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
31195         backslash.
31197 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
31199         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
31200         protection macro.
31201         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
31202         and <dl-machine.h>.
31203         (Elf64_FuncDesc): Remove.
31205 2011-08-22  David S. Miller  <davem@davemloft.net>
31207         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
31208         sigaltstack check, add missing cfi directives.
31209         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
31210         missing cfi directives, and sigaltstack handling.
31212 2011-08-16  Andreas Schwab  <schwab@redhat.com>
31214         [BZ #11724]
31215         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
31216         object is seen twice.
31217         * elf/dl-fini.c (_dl_sort_fini): Likewise.
31219         * elf/Makefile (distribute): Add tst-initorder2.c.
31220         (tests): Add tst-initorder2.
31221         (modules-names): Add tst-initorder2a tst-initorder2b
31222         tst-initorder2c tst-initorder2d.  Add rules to build them.
31223         ($(objpfx)tst-initorder2.out): New rule.
31224         * elf/tst-initorder2.c: New file.
31225         * elf/tst-initorder2.exp: New file.
31227 2011-08-22  Andreas Schwab  <schwab@redhat.com>
31229         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
31231         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
31232         dependencies back to end of function.
31234         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
31235         $(elfobjdir)/ld.so.
31237 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
31239         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
31240         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
31241         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
31242         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
31243         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
31244         of __vdso_gettimeofday.
31245         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
31246         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
31247         attribute_hidden.
31248         (_libc_vdso_platform_setup): Remove initialization of
31249         __vdso_gettimeofday and __vdso_time.
31251 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
31253         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
31254         and fgetc_unlocked.
31255         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
31256         getc_unlocked.
31258         * elf/dl-open.c (add_to_global): Report additions to the global scope
31259         for LD_DEBUG=scopes.
31260         (dl_open_worker): Also print scope of newly loaded dependencies.
31261         (_dl_show_scope): Indicate if there is no scope.
31263         [BZ #13114]
31264         * stdio-common/Makefile (tests): Add bug24.
31265         * stdio-common/bug24.c: New file.
31267 2011-08-19  Andreas Jaeger  <aj@suse.de>
31269         [BZ #13114]
31270         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
31271         non-existant file when using close-on-exec mode.
31273 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
31275         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
31276         the very first instruction.
31278         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
31279         the CFI state in the end.
31280         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
31281         inclusion of dl-trampoline.h.
31282         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
31284 2011-08-19  Andreas Schwab  <schwab@redhat.com>
31286         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
31287         expectations for long double.
31289         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
31290         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
31292 2011-08-14  David S. Miller  <davem@davemloft.net>
31294         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
31295         artificual limit depends upon the system page size.
31297 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
31299         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
31300         * resolv/Makefile: Define CFLAGS-libresolv.
31302 2011-08-17  Andreas Schwab  <schwab@redhat.com>
31304         * nss/makedb.c (compute_tables): Make variables used in nested
31305         function static.
31307 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
31309         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
31310         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
31311         if buffer was too small.
31313         * elf/pldd.c (main): Attach to all threads in the process.
31314         Rewrite /proc handling to use *at functions.
31316 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
31318         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
31319         specifies first scope to show.
31320         (dl_open_worker): Update callers.  Move printing scope of new
31321         object to before the relocation.
31322         * elf/rtld.c (dl_main): Update _dl_show_scope call.
31323         * sysdeps/generic/ldsodefs.h: Update declaration.
31325         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
31326         string for the scope number.
31328 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
31330         * nscd/servicescache.c (cache_addserv): Make sure written is always
31331         initialized.
31333 2011-08-14  Roland McGrath  <roland@hack.frob.com>
31335         * sysdeps/i386/i486/bits/atomic.h
31336         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
31337         statement expression, so as to suppress "set but not used" warning.
31338         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
31340         * string/strncat.c (STRNCAT): Use prototype definition.
31342         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
31343         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
31344         -Iprograms here.
31345         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
31346         (localedef-modules): Add localedef.
31347         (locale-modules): Add locale.
31349         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
31350         * elf/rtld.c (dl_main): Invert order of assignment in last change,
31351         to avoid a warning.
31353 2011-08-14  David S. Miller  <davem@davemloft.net>
31355         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
31356         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
31358 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
31360         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
31361         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
31362         * elf/rtld.c (dl_main): Set l_name of vDSO.
31363         Call _dl_show_scope when DL_DEBUG_SCOPES.
31364         (process_dl_debug): Recognize scopes flag and also set it for all.
31365         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
31366         Declare _dl_show_scope.
31368         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
31369         (do_dlopen): Pass caller_dlopen to dl_open.
31370         (__libc_dlopen_mode): Initialize caller_dlopen.
31372         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
31373         of libc.  Make tolower call locale-independent.  Optimize a bit by
31374         using isdigit instead of isalnum.
31375         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
31377 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
31379         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
31380         was a dependency or dynamically loaded.
31382 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
31384         * intl/l10nflist.c: Allow architecture-specific pop function.
31385         * sysdeps/x86_64/l10nflist.c: New file.
31387         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
31388         classification.
31390 2011-08-10  Andreas Schwab  <schwab@redhat.com>
31392         * include/dirent.h: Add libc_hidden_proto for scandirat and
31393         scandirat64.  Don't declare __scandirat64.
31394         * dirent/scandirat.c: Add libc_hidden_def.
31395         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
31396         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
31398 2011-08-10  David S. Miller  <davem@davemloft.net>
31400         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
31401         enum.
31402         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
31403         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
31404         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
31406 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
31408         * Versions.def [libc]: Add GLIBC_2.15.
31409         * dirent/Makefile (routines): Add scandirat and scandirat64.
31410         * dirent/Versions [libc]: Export scandirat and scandirat64 for
31411         GLIBC_2.15.
31412         * dirent/dirent.h: Declare scandirat and scandirat64.
31413         * dirent/scandirat.c: New file.
31414         * dirent/scandirat64.c: New file.
31415         * sysdeps/wordsize-64/scandirat.c: New file.
31416         * sysdeps/wordsize-64/scandirat64.c: New file.
31417         * dirent/opendir.c: Define opendirat.
31418         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
31419         using scandirat.
31420         * dirent/scandir64.c: Adjust for scandir.c change.
31421         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
31422         __scandirat64, and __scandir_cancel_handler.
31423         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
31424         additional parameter and use openat instead of open (outside of ld.so).
31425         Add new __opendir as wrapper around __opendirat.
31426         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
31427         here without requiring old scandirat implementation.
31429 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
31431         * dirent/scandir.c (cancel_handler): Renamed to
31432         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
31433         defined.  Adjust users.
31434         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
31435         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
31437 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
31439         * string/test-string.h (IMPL): Use __STRING to expand name and then
31440         stringify it.
31442         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
31443         of cleanups.
31445 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31447         * string/Makefile: Update.
31448         (strop-tests): Append strncat.
31449         * string/test-wcscmp.c: New file.
31450         New comprehensive test for wcscmp.
31451         * string/test-strcmp.c: Update.
31452         (WIDE): New define.
31454 2011-07-22  Andreas Schwab  <schwab@redhat.com>
31456         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
31457         line.
31459 2011-07-26  Andreas Schwab  <schwab@redhat.com>
31461         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
31462         encoding to ACE if AI_IDN.
31464 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
31466         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
31467         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
31469 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
31471         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
31472         Fix overflow bug in strncat.
31473         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
31475         * string/test-strncat.c: Update.
31476         Add new tests for checking overflow bugs.
31478 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
31480         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
31481         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
31482         * sysdeps/i386/i686/multiarch/strcat.S: New file.
31483         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
31484         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
31485         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
31486         * sysdeps/i386/i686/multiarch/strncat.S: New file.
31487         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
31488         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
31490         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
31491         (USE_AS_STRCAT): Define.
31492         Add strcat and strncat support.
31493         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
31495 2011-07-25  Andreas Schwab  <schwab@redhat.com>
31497         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
31498         __n bigger than INT_MAX+1.
31499         (__strncmp_g): Likewise.
31501 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
31503         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
31504         * libio/stido.h: Likewise.
31506         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
31507         (AF_NFC): Define.
31508         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
31509         (AF_NFC): Define.
31511         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
31512         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
31513         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
31514         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
31515         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
31517         [BZ #13021]
31518         * scripts/test-installation.pl: Don't expect libnss_test1 to be
31519         installed.
31521         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
31522         typo.
31523         (_dl_x86_64_save_sse): Likewise.
31525 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
31527         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
31528         OSXSAVE.
31529         (_dl_x86_64_save_sse): Likewise.
31531         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
31533         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
31535 2011-07-21  Andreas Schwab  <schwab@redhat.com>
31537         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
31538         change.
31539         (_dl_x86_64_save_sse): Use correct AVX check.
31541 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31543         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
31544         bug in strncpy/strncat.
31545         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
31547 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
31549         * string/tester.c (test_strcat): Add tests for different alignments
31550         of source and destination.
31551         (test_strncat): Likewise.
31553 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
31555         [BZ #12852]
31556         * posix/glob.c (glob): Check passed in values before using them in
31557         expressions to avoid some overflows.
31558         (glob_in_dir): Likewise.
31560         [BZ #13007]
31561         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
31562         check for AVX enablement so that we don't crash with old kernels and
31563         new hardware.
31564         * elf/tst-audit4.c: Add same checks here.
31565         * elf/tst-audit6.c: Likewise.
31567         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
31569 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
31571         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
31573 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
31575         * po/cs.po: Update from translation team.
31576         * po/bg.po: Likewise.
31578 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
31580         * misc/sys/cdefs.h: Add support for const attribute.
31581         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
31582         to gnu_dev_{major,minor,makedev} functions.
31584 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
31586         * intl/dcigettext.c (get_output_charset): Add missing bracket.
31588 2011-07-20  Andreas Schwab  <schwab@redhat.com>
31590         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
31591         strlen results.
31593 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31595         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
31596         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
31597         register in order to avoid conflicts with the soft frame pointer
31598         being held in r11 when necessary.
31599         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
31600         (INTERNAL_VSYSCALL_NCS): Likewise.
31602 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
31604         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
31605         * elf/dl-fini.c (_dl_fini): Adjust caller.
31606         * elf/dl-close.c (_dl_close_worker): Likewise.
31607         * sysdeps/generic/ldsodefs.h: Adjust declaration.
31609 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
31611         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
31612         "aux_cache->nlibs < 0".
31614         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
31615         in the reload-count case.
31617 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
31619         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
31620         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
31621         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
31622         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
31623         * sysdeps/x86_64/multiarch/strcat.S: New file.
31624         * sysdeps/x86_64/multiarch/strncat.S: New file.
31625         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
31626         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
31627         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
31628         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
31629         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
31630         (USE_AS_STRCAT): Define.
31631         Add strcat and strncat support.
31632         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
31633         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
31634         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
31635         * string/strncat.c: Update.
31636         (USE_AS_STRNCAT): Define.
31637         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31638         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
31639         and i7.
31640         * sysdeps/x86_64/multiarch/init-arch.h
31641         (bit_Prefer_PMINUB_for_stringop): New.
31642         (index_Prefer_PMINUB_for_stringop): Likewise.
31643         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
31644         bit_Prefer_PMINUB_for_stringop.
31646 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
31648         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
31649         buffer64.
31650         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
31651         of casting of buffer.
31652         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
31653         buffer32 and buffer64.
31654         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
31655         writes instead of casting of buffer.
31656         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
31657         buffer32.
31658         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
31659         casting of buffer.
31661 2011-07-19  Andreas Schwab  <schwab@redhat.com>
31663         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
31665 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
31667         * nscd/nscd.c (termination_handler): Don't do anything for a database
31668         if it has not yet been initialized.
31670 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
31672         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
31674 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
31676         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
31678 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
31680         * po/nl.po: Update from translation team.
31681         * po/sv.po: Likewise.
31683 2011-07-16  Roland McGrath  <roland@hack.frob.com>
31685         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
31686         now disallowed by GCC.
31688         * configure.in (use-default-link): Default to yes if a test -shared
31689         link meets our qualifications.
31690         * configure: Regenerated.
31692         * config.make.in (output-format): New variable.
31693         * configure.in: Check for ld --print-output-format support.
31694         * configure: Regenerated.
31695         * Makerules ($(common-objpfx)format.lds)
31696         [$(output-format) != unknown]: Just use $(output-format),
31697         instead of the linker-script munging.
31699 2011-07-14  Roland McGrath  <roland@hack.frob.com>
31701         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
31702         of $(common-objpfx)shlib.lds.
31703         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
31705         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
31706         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
31708         * configure.in (-z relro check): Adjust test code to add a large
31709         writable data section after it.
31710         * configure: Regenerated.
31712 2011-07-11  Roland McGrath  <roland@hack.frob.com>
31714         * configure.in (-z relro check): Fix test code to make the variable
31715         truly const.
31716         * configure: Regenerated.
31718 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
31720         * nscd/nscd.h (struct traced_file): Define.
31721         (struct database_dyn): Remove inotify_descr, reset_res, and filename
31722         elements.  Add traced_files.
31723         (inotify_fd): Declare.
31724         (register_traced_file): Declare.
31725         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
31726         (inotify_fd): Export.
31727         (resolv_conf_descr): Remove.
31728         (nscd_init): Move inotify descriptor creation to main.
31729         Don't register files for notification here.
31730         (register_traced_file): New function.
31731         (invalidate_cache): Don't use reset_res to determine whether to call
31732         res_init, go through the list of registered files.
31733         (main_loop_poll): The inotify descriptors are now stored in the
31734         structures for the traced files.
31735         (main_loop_epoll): Likewise
31736         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
31737         to __nss_disable_nscd.
31738         * nscd/cache.c (prune_cache): There is no single inotify descriptor
31739         for a database anymore.  Check the records for all the registered
31740         files instead.
31741         * nss/Makefile (libnss_files-routines): Add files-init.
31742         (libnss_db-routines): Add db-init.
31743         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
31744         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
31745         * nss/nss_db/db-init.c: New file.
31746         * nss/nss_files/files-init.c: New file.
31747         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
31748         __nss_lookup_function.
31749         (__nss_lookup_function): Call nss_load_library.
31750         (nss_load_all_libraries): New function.
31751         (__nss_disable_nscd): Take parameter with callback function for files
31752         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
31753         used for the cached services.
31754         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
31755         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
31756         options for features to all the files in nscd.
31758         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
31760 2011-07-10  Roland McGrath  <roland@hack.frob.com>
31762         * csu/elf-init.c (__libc_csu_init): Comment typo.
31764 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
31766         * po/pl.po: Update from translation team.
31767         * po/ja.po: Likewise.
31768         * po/ru.po: Likewise.
31769         * po/ko.po: Likewise.
31770         * po/fr.po: Likewise.
31772 2011-07-09  Roland McGrath  <roland@hack.frob.com>
31774         * configure.in (.ctors/.dtors header and trailer check):
31775         Use an empirical test on a built program.
31776         * configure: Regenerated.
31778         * configure.in (-z relro check): Use an empirical test on a built DSO.
31779         Detect, but do not require, on ia64.
31780         * configure: Regenerated.
31782         * configure.in (READELF): Find it with AC_CHECK_TOOL.
31783         Update tests that use readelf to use $READELF instead.
31784         * configure: Regenerated.
31786 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
31788         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
31789         if the result is not used.
31791 2011-07-05  Andreas Jaeger  <aj@suse.de>
31793         [BZ#9696]
31794         * stdlib/tst-strtod.c: Add testcase.
31796 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
31798         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
31799         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
31800         The latter has a higher limit.  Take additional parameter to pass to
31801         the new function.
31802         (__pathconf): Pass file to __statfs_link_max.
31803         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
31804         __statfs_link_max.
31805         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
31806         __statfs_link_max.
31808         [BZ #12868]
31809         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
31810         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
31811         Handle Lustre.
31812         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
31813         (__statfs_filesize_max): Likewise.
31814         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
31816 2011-07-05  Andreas Jaeger  <aj@suse.de>
31818         * resolv/res_comp.c (dn_skipname): Remove unused variable.
31820 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
31822         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
31823         `status' variable.
31824         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
31825         Likewise.
31827 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
31829         * Makefile (strop-tests): Add strncat.
31830         * string/test-strncat.c: New file.
31832 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
31834         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
31836 2011-06-21  Andreas Jaeger  <aj@suse.de>
31838         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
31839         Copy rule from iconvdata/Makefile.
31841 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
31843         [BZ #12922]
31844         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
31845         but no long options are defined, just return 'W'.
31847 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
31849         [BZ #9696]
31850         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
31852 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
31854         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
31855         netgroups to read.
31856         (innetgr): Likewise.
31858 2011-07-05  Roland McGrath  <roland@hack.frob.com>
31860         * config.make.in (install_root): Default to $(DESTDIR).
31862 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
31864         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
31866 2011-07-02  Roland McGrath  <roland@hack.frob.com>
31868         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
31870         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
31871         containing directory rather than embedding absolute directory names.
31873         * scripts/check-local-headers.sh: Rewritten using awk.
31874         Match by word, not by line.  Print error messages for matches.
31875         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
31877         * Makerules [shlib-lds-flags empty]:
31878         ($(common-objpfx)libc_pic.opts): New target.
31879         ($(common-objpfx)libc_pic.os.clean): New target.
31880         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
31882         * config.make.in (OBJCOPY): New variable.
31883         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
31884         * configure: Regenerated.
31886         * config.make.in (use-default-link): New variable.
31887         * configure.in (use_default_link): Grok --with-default-link to set it.
31888         * configure: Regenerated.
31889         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
31890         (shlib-lds, shlib-lds-flags): Define to empty.
31892         * Makerules (shlib-lds): New variable.
31893         (shlib-lds-flags): New variable.
31894         (build-shlib, build-moduile, build-module-asneeded): Use it.
31895         ($(common-objpfx)libc.so): Use $(shlib-lds).
31896         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
31897         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
31899         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
31900         DT_FLAGS/DT_FLAGS_1 with zero flags.
31902         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
31903         linker script munging.
31905 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
31907         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
31908         as 128-bit value.
31909         * crypt/sha512.c (sha512_process_block): Perform total addition using
31910         128-bit if possible.
31911         (__sha512_finish_ctx): Likewise.
31912         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
31913         as 64-bit value.
31914         * crypt/sha256.c (SWAP64): Define.
31915         (sha256_process_block): Perform total addition using 64-bit if
31916         possible.
31917         (__sha256_finish_ctx): Likewise.
31919 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
31921         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
31922         * nscd/initgrcache.c (addinitgroupsX): Likewise.
31923         * nscd/hstcache.c (cache_addhst): Likewise.
31924         * nscd/grpcache.c (cache_addgr): Likewise.
31925         * nscd/aicache.c (addhstaiX): Likewise
31926         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
31928 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
31930         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
31931         * nscd/initgrcache.c (addinitgroupsX): Likewise.
31932         * nscd/hstcache.c (cache_addhst): Likewise.
31933         * nscd/grpcache.c (cache_addgr): Likewise.
31934         * nscd/aicache.c (addhstaiX): Likewise
31936 2011-07-01  Andreas Schwab  <schwab@redhat.com>
31938         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
31939         domain only when needed.
31941 2011-06-30  Andreas Schwab  <schwab@redhat.com>
31943         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
31944         is always restored.
31946 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
31948         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
31949         are re-adding the entry.
31950         * nscd/servicescache.c (cache_addserv): Likewise.
31952 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
31954         * sysdeps/generic/dl-irel.h: fix protection against multiple
31955         inclusions.
31956         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
31958 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
31960         [BZ #12935]
31961         * malloc/memusage.sh: Fix quoting in message.
31962         * debug/xtrace.sh: Likewise.
31964         * configure.in: Remove support for --experimental-malloc option, make
31965         it the default.
31966         * config.make.in: Likewise.
31967         * malloc/Makefile: Likewise.
31969 2011-06-27  Andreas Schwab  <schwab@redhat.com>
31971         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
31972         two-byte characters.
31974 2011-06-27  Roland McGrath  <roland@hack.frob.com>
31976         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
31977         AC_CACHE_CHECK invocation.
31978         * configure: Regenerated.
31980         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
31982 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
31984         [BZ #12350]
31985         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
31986         bit from old_res_options.
31988         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
31990         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
31991         value type for setfct.
31993 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
31995         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
31996         __gettimeofday instead of gettimeofday.
31998 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
32000         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
32002 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
32004         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
32006         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
32007         info.
32009 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
32011         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
32012         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
32013         strcpy-sse2-unaligned strncpy-sse2-unaligned
32014         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
32015         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
32016         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
32017         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
32018         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
32019         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
32020         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
32021         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
32022         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
32023         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
32024         (STRCPY): Support SSE2 and SSSE3 versions.
32026 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
32028         [BZ #12874]
32029         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
32030         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
32031         kernels which artificially limit size of requests.
32033 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
32035         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
32036         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
32037         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
32038         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
32039         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
32040         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
32041         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
32042         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
32043         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
32044         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
32045         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
32046         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
32047         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
32048         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
32049         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
32050         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
32051         Enable unaligned load optimization for Intel Core i3, i5 and i7
32052         processors.
32053         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
32054         Define.
32055         (index_Fast_Unaligned_Load): Define.
32056         (HAS_FAST_UNALIGNED_LOAD): Define.
32058 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
32060         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
32062 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
32064         [BZ #12907]
32065         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
32066         until it is clear that the information is realy needed.
32067         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
32069 2011-06-22  Andreas Schwab  <schwab@redhat.com>
32071         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
32073 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
32075         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
32076         /sys/devices/system/cpu/online if it is usable.
32078         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
32079         reading the information from the /proc filesystem to once a second.
32081 2011-06-21  Andreas Jaeger  <aj@suse.de>
32083         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
32084         NULL after inclusion of kernel headers.
32086 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
32088         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
32089         calls to internal_setent.
32091         [BZ #12885]
32092         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
32093         addresses using gethostbyname4_r ignore IPv4 addresses.
32095         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
32096         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
32098         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
32100 2011-06-20  David S. Miller  <davem@davemloft.net>
32102         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
32103         inclusions.
32104         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
32106         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
32107         (elf_irel): Use it.
32108         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
32109         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
32110         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
32111         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
32112         * sysdeps/x86_64/dl-irel.h: Likewise.
32114         * elf/dl-runtime.c: Use elf_ifunc_invoke.
32115         * elf/dl-sym.c: Likewise.
32117 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
32119         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
32120         need to dereference resplen2.
32122 2011-06-14  Andreas Schwab  <schwab@redhat.com>
32124         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
32126 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
32128         * Makeconfig: Define vardbdir and inst_vardbdir.
32129         * nss/Makefile: Add rules to install db-Makefile.
32131         * nss/nss_db/db-XXX.c: Cleanup.
32133         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
32134         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
32135         GLIBC_PRIVATE.
32136         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
32137         * nss/makedb.c: Implement -g option to specify that value strings
32138         are generated and should not be added to table iterated over for
32139         get*ent calls.
32140         * nss/nss_db/db-initgroups.c: New file.
32142         * nss/getent.c: Add support for initgroups lookups through getgrouplist
32143         interface.
32145         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
32146         (internal_getgrouplist): Adjust to name change.
32147         Update use_initgroups_entry if this is not the first call.
32148         * nss/databases.def: Add initgroups entry.
32150         * nss/makedb.c (compute_tables): Check result of multiple hash table
32151         sizes to minimize maximum chain length.
32153 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
32155         * Versions.def: Add entry for libnss_db.
32156         * shlib-versions: Likewise.
32157         * nss/Makefile: Add rules to build libnss_db.
32158         * nss/Versions: Add libnss_db information.  Organize libnss_files
32159         entries better.
32160         * nss/db-Makefile: Add gshadow support.  Change rules for the new
32161         makedb progra.  Some minor improvements to generate smaller files.
32162         * nss/nss_db/nss_db.h: Move NSS database header data structures to
32163         here from...
32164         * nss/makedb.c: ...here.
32165         Improve database format to be smaller and require less memory at
32166         runtime.
32167         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
32168         db anymore.
32169         * nss/nss_db/db-netgrp.c: Likewise.
32170         * nss/nss_db/db-open.c: Likewise.
32171         * nss/nss_files/flies-XXX.x: Adjust comments.
32172         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
32173         * nss/nss_files/files-grp.c: Likewise.
32174         * nss/nss_files/files-hosts.c: Likewise.
32175         * nss/nss_files/files-network.c: Likewise.
32176         * nss/nss_files/files-proto.c: Likewise.
32177         * nss/nss_files/files-pwd.c: Likewise.
32178         * nss/nss_files/files-rpc.c: Likewise.
32179         * nss/nss_files/files-service.c: Likewise.
32180         * nss/nss_files/files-sgrp.c: Likewise.
32181         * nss/nss_files/files-spwd.c: Likewise.
32182         * nss/nss_db/db-alias.c: Removed.
32183         * nss/nss_db/dummy-db.h: Removed.
32185 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
32187         * nss/makedb.c: Rewritten to not use database library.
32188         * nss/Makefile: Update to build new makedb program.
32190 2011-06-14  Andreas Jaeger  <aj@suse.de>
32192         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
32193         memset declaration.
32195 2011-06-10  Andreas Schwab  <schwab@redhat.com>
32197         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
32198         tmpbuf.
32200 2011-06-10  Roland McGrath  <roland@hack.frob.com>
32202         * Makerules (shlib.lds): Fail if the linker script comes out empty.
32203         * elf/Makefile ($(objpfx)ld.so): Likewise.
32205         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
32206         Don't list ld.so twice in dependencies.
32208         * posix/bug-regex31.c: Include <stdlib.h>.
32210         * nscd/hstcache.c (cache_addhst): Remove unused variable.
32212         * nis/nss_compat/compat-spwd.c
32213         (getspent_next_nss_netgr): Remove unused variable.
32214         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
32216         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
32217         nonmembers" output to use the right array.
32219         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
32221         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
32223         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
32224         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
32225         * catgets/gencat.c (read_input_file): Likewise.
32226         * locale/programs/locarchive.c (enlarge_archive): Likewise.
32228         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
32229         variable definition inside #if's controlling its use.
32231         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
32233         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
32235         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
32237         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
32238         unreachable code.
32240         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
32242         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
32243         * configure: Regenerated.
32245         * Makerules: Revert last change.
32246         * elf/Makefile: Likewise.
32248 2011-06-09  Roland McGrath  <roland@hack.frob.com>
32250         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
32251         * elf/Makefile ($(objpfx)librtld.os): Likewise.
32252         (reloc-link): Likewise.
32254 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
32256         * elf/Makefile: Add rules to build pldd.
32257         * elf/pldd.c: New file.
32258         * elf/pldd-xx.c: New file.
32260 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
32262         * version.h: Update for 2.15 development version.
32264 2011-06-07  David S. Miller  <davem@davemloft.net>
32266         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
32267         ifuncs.
32268         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
32269         elf_machine_lazy_rel): Likewise.
32270         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
32271         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
32272         elf_machine_lazy_rel): Likewise.
32273         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
32274         dl_hwcap via passed in argument.
32275         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
32276         Likewise.
32278 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32280         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
32282 2011-06-06  Roland McGrath  <roland@hack.frob.com>
32284         [BZ #12849]
32285         * manual/fdl-1.1.texi: New file, verbatim from:
32286         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
32287         * manual/lgpl-2.1.texi: New file, verbatim from:
32288         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
32289         * manual/Makefile (licenses): New variable, list those new file names.
32290         (texis): Use it.
32291         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
32293         * manual/fdl.texi: File removed.
32294         * manual/lesser.texi: File removed.
32295         * manual/libc.texinfo (Copying, Documentation License):
32296         Use new @include file names, put @appendix directive before @include.
32298 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
32300         [BZ #12841]
32301         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
32302         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
32303         (mq_open): Add __NTH.
32305 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
32307         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
32308         Assume Intel Core i3/i5/i7 processor if AVX is available.
32310 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
32312         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
32313         typo.
32315 2011-05-31  Andreas Schwab  <schwab@redhat.com>
32317         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
32318         memory.  Use alloca_account.  Fix memory leak when retrying.
32320 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
32322         * version.h (RELEASE): Bump for 2.14 release.
32323         * include/features.h (__GLIBC_MINOR__): Bump to 14.
32325         * config.make.in (RANLIB): Remove entry.
32327 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
32329         * po/Makefile (po-sed-cmd): Add ksh to extensions.
32330         (libc.pot): Work around missing support for .ksh extension in xgettext.
32332         [BZ #12684]
32333         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
32334         if both request failed.
32335         (send_dg): In case of server errors clear resplen or *resplen2.
32337         [BZ #12454]
32338         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
32339         when there are multiple maps.
32340         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
32341         (_dl_fini): Remove test here.
32343         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
32345 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
32347         [BZ #12350]
32348         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
32349         bit from old_res_options.
32350         (gaih_inet): Likewise.
32352         [BZ #11099]
32353         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
32354         as signed.
32356         * resolv/res_init.c (res_setoptions): Make the code more compact.
32358         [BZ #11558]
32359         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
32360         set RES_USEVC.
32362         [BZ #11634]
32363         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
32365         * malloc/malloc.h: Mark malloc hook variables as deprecated.
32367         [BZ #11781]
32368         * malloc/malloc.h: Declare malloc hook variables as volatile.
32370         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
32371         in last patch.
32373         [BZ #11799]
32374         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
32375         raise in the comment.
32376         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
32377         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
32378         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
32380 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
32382         [BZ #12811]
32383         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
32384         grow the buffers more if it already has to be sufficient.
32385         (build_wcs_upper_buffer): Likewise.
32386         * posix/regexec.c (check_matching): Likewise.
32387         (clean_state_log_if_needed): Likewise.
32388         (extend_buffers): Don't enlarge buffers beyond size of the input
32389         buffer.
32390         Patches mostly by Emil Wojak <emil@wojak.eu>.
32391         * posix/bug-regex32.c: New file.
32392         * posix/Makefile (tests): Add bug-regex32.
32394         * locale/findlocale.c (_nl_find_locale): Return right away if
32395         _nl_explode_name failed.
32396         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
32398         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
32400         * debug/xtrace.sh: Unify messages.
32401         * malloc/memusage.sh: Likewise.
32403         [BZ #12813]
32404         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
32405         time symbol from vDSO.  Substitute with vsyscall if not available.
32406         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
32407         __vdso_time.
32409         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
32410         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
32411         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
32412         Add sendmmsg and internal_sendmmsg.
32413         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
32414         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
32415         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
32417         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
32418         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
32419         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
32421 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
32423         [BZ #12813]
32424         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
32425         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
32426         available.
32427         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
32428         __vdso_getcpu.
32430         [BZ #12814]
32431         * iconvdata/Makefile (tests): Add bug-iconv9.
32432         * iconvdata/bug-iconv9.c: New file.
32434 2011-05-27  Andreas Schwab  <schwab@redhat.com>
32436         [BZ #12814]
32437         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
32439 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
32441         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
32442         (struct user_regs_struct): Change intcs field back to cs.
32444 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
32446         * po/ja.po: Update from translation team.
32448 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
32450         [BZ #12795]
32451         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
32452         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
32454 2011-05-20  Andreas Schwab  <schwab@redhat.com>
32456         * stdlib/longlong.h: Update from GCC.
32458 2011-05-23  Andreas Schwab  <schwab@redhat.com>
32460         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
32461         parameter name.
32462         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
32463         Add parameter name.
32464         (__sysconf): Pass it down.
32466 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
32468         [BZ #12671]
32469         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
32470         some situations.
32471         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
32472         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
32473         add in in __libc_use_alloca calls.  Adjust callers.
32474         (glob): Use malloc in some situations.
32476         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
32477         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
32478         pltexit.
32480 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
32482         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
32483         and CLOCK_BOOTTIME_ALARM.
32485         [BZ #12782]
32486         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
32487         is returned.
32489         * string/_strerror.c (__strerror_r): Print negative errors as signed
32490         numbers.
32492         [BZ #12777]
32493         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
32494         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
32495         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
32497         * configure.in: Fix typo in redirection and correct removal of test
32498         files in two cases.
32500         [BZ #12788]
32501         * locale/setlocale.c (new_composite_name): Fix test to check for
32502         identical name of all categories.
32504         [BZ #12792]
32505         * libio/filedoalloc.c (local_isatty): New function.
32506         (_IO_file_doallocate): Use local_isatty.
32507         * stdio-common/perror.c (perror): In case a new stream is used
32508         forward the stream error.
32509         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
32510         error flag.
32512 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
32514         [BZ #11869]
32515         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
32516         alloca.
32517         * include/alloca.h (extend_alloca_account): Define.
32519         [BZ #11857]
32520         * posix/regex.h: Fix comments with documentation of user-accessible
32521         fields after compilation and describe correct free'ing of pattern
32522         after re_compile_pattern.
32523         Patch by Reuben Thomas <rrt@sc3d.org>.
32525 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
32527         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
32528         and -mno-altivec to prevent the compiler from using Altivec and/or
32529         VSX instructions when the corresponding registers are not available.
32531 2011-05-19  Andreas Schwab  <schwab@redhat.com>
32533         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
32535 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
32537         * libio/freopen.c (freopen): Use __dup2, not dup2.
32538         * libio/freopen64.c (freopen64): Likewise.
32540 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
32542         [BZ #12775]
32543         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
32544         * math/Makefile (tests): Add test-powl.
32545         (CFLAGS-test-powl.c): Define.
32546         * math/test-powl.c: New file.
32548 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
32550         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
32552 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
32554         [BZ #11837]
32555         * iconvdata/gb18030.c: Update to GB18020-2005.
32557 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
32559         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
32560         RE_SYNTAX_POSIX_AWK): Update to match recent development.
32561         Patch by Aharon Robbins <arnold@skeeve.com>.
32563         [BZ #11892]
32564         * stdlib/putenv.c (putenv): Don't always create copy of the variable
32565         on the stack.
32567         [BZ #11895]
32568         * misc/pselect.c (__pselect): Handle timeout value errors hidden
32569         through underflows.
32571         [BZ #12766]
32572         * misc/error.c (error_at_line): Ensure file_name and old_file_name
32573         point to strings before performing equality test for error_one_per_line
32574         mode.
32576         [BZ #11697]
32577         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
32579         [BZ #11820]
32580         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
32581         (struct user_fpregs_struct): Avoid __uint*_t types.
32583         [BZ #6420]
32584         * malloc/mtrace.c (tr_where): Add additional parameter to point to
32585         symbol info.  Use it instead of calling _dl_addr locally.
32586         (lock_and_info): New function.
32587         (tr_freehook): Call lock_and_info and pass symbol info as additional
32588         parameter to tr_where.
32589         (tr_mallochook): Likewise.
32590         (tr_reallochook): Likewise.
32591         (tr_memalignhook): Likewise.
32593         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
32594         used and couldn't be at all thread-safe.
32596 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
32598         * libio/freopen.c (freopen): Don't close old file descriptor
32599         before the new one is opened.  Instead dup the new file descriptor
32600         to the old one after the new stream is created.
32601         * libio/freopen64.c (freopen64): Likewise.
32602         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
32603         * libio/fileops.c (_IO_new_file_close_it): Handle new
32604         _IO_FLAGS2_NOCLOSE flag.
32605         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
32606         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
32607         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
32608         _IO_FLAGS2_NOCLOSE flag.
32609         * include/unistd.h: Add hidden_proto for dup3.
32610         Define __have_dup3.
32611         * io/dup3.c: Define hidden symbol.
32612         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
32614         [BZ #7101]
32615         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
32616         when an incomplete long option is used.
32617         * posix/tst-getopt_long1.c: New file.
32618         * posix/Makefile (tests): Add tst-getopt_long1.
32620         [BZ #10138]
32621         * scripts/config.guess: Update from autoconf-2.68.
32622         * scripts/config.sub: Likewise.
32624         [BZ #10157]
32625         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
32626         tests into ...
32627         (has_cpuclock): ...this.  New function.
32628         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
32629         macro here based on has_cpuclock code.
32631         [BZ #10149]
32632         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
32633         First byte (not low byte) is now always NUL.
32634         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
32636         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
32637         Use non-cancelable interfaces.
32639         [BZ #9809]
32640         * locale/iso-639.def: Add entry for Sorani.
32642         [BZ #11901]
32643         * include/stdlib.h: Move include protection to the right place.
32644         Define abort_msg_s.  Declare __abort_msg with it.
32645         * stdlib/abort.c (__abort_msg): Adjust type.
32646         * assert/assert.c (__assert_fail_base): New function.  Majority
32647         of code from __assert_fail.  Allocate memory for __abort_msg with
32648         mmap.
32649         (__assert_fail): Now call __assert_fail_base.
32650         * assert/assert-perr.c: Remove bulk of implementation.  Use
32651         __assert_fail_base.
32652         * include/assert.hL Declare __assert_fail_base.
32653         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
32654         mmap.
32655         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
32657 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
32659         [BZ #11952]
32660         [BZ #12453]
32661         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
32662         until all modules are registered in the DTV.
32663         * elf/Makefile: Add rules to build and run tst-tls19.
32664         * elf/tst-tls19.c: New file.
32665         * elf/tst-tls19mod1.c: New file.
32666         * elf/tst-tls19mod2.c: New file.
32667         * elf/tst-tls19mod3.c: New file.
32668         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
32670         [BZ #12083]
32671         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
32672         correctly.
32674         [BZ #12601]
32675         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
32676         two-byte sequence errors.
32677         * iconvdata/Makefile (tests): Add bug-iconv8.
32678         * iconvdata/bug-iconv8.c: New file.
32680         [BZ #12626]
32681         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
32682         buf2 definition.
32684         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
32686         [BZ #12432]
32687         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
32688         (dummy_getcfa): New function.
32689         (init): Get _Unwind_GetCFA address, use dummy if not found.
32690         (backtrace_helper): In recursion check, also check whether CFA changes.
32691         (__backtrace): Completely initialize arg.
32693         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
32694         storing incomplete byte sequence in state object.  Avoid testing for
32695         guaranteed too small input if we know there is enough data available.
32697 2011-05-11  Andreas Schwab  <schwab@redhat.com>
32699         * Makeconfig (+link-pie): Indent.
32700         * Rules (binaries-pie): Define if $(have-fpie) and
32701         $(build-shared).
32702         (binaries-shared): Also filter out $(binaries-pie).
32703         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
32704         * nscd/Makefile (others-pie): Add nscd.
32705         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
32706         ($(objpfx)nscd): Remove command override.
32707         * login/Makefile (others-pie): Add pt_chown.
32708         ($(objpfx)pt_chown): Remove command override.
32709         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
32710         remove command overrides.
32712 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
32714         * libio/tst_putwc.c: Fix error messages.
32716         [BZ #12724]
32717         * libio/fileops.c (_IO_new_file_close_it): Always flush when
32718         currently writing and seek to current position when not.
32719         * libio/Makefile (tests): Add bug-fclose1.
32720         * libio/bug-fclose1.c: New file.
32722 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
32724         [BZ #12511]
32725         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
32726         don't set DF_1_NODELETE here.
32727         (do_lookup_x): When entering new entry test for copy relocation
32728         and if necessary set DF_1_NODELETE flag.
32729         * elf/tst-unique4.cc: New file.
32730         * elf/tst-unique4.h: New file.
32731         * elf/tst-unique4lib.cc: New file.
32732         * elf/Makefile: Add rules to build and run tst-unique4.
32733         Patch by Piotr Bury <pbury@goahead.com>.
32735 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
32737         [BZ #12052]
32738         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
32740         [BZ #12625]
32741         * misc/mntent_r.c (addmntent): Flush the stream after the output
32743         [BZ #12393]
32744         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
32745         (is_trusted_path_normalize): Skip initial colon.  Append slash
32746         to empty buffer.  Duplicate is_trusted_path code but allow
32747         constructed patch to be prefix.
32748         (is_dst): Allow $ORIGIN followed by /.
32749         (_dl_dst_substitute): Correct clearing of check_for_trusted.
32750         Correct testing of result of is_trusted_path_normalize
32751         (decompose_rpath): Fix warning.
32753 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
32755         [BZ #11257]
32756         * grp/initgroups.c (internal_getgrouplist): When we found the service
32757         list through the initgroups entry in nsswitch.conf do not always
32758         continue on a successful lookup.  Don't always use the
32759         __nss_group_database value if it is set.
32760         * nss/nsswitch.conf (initgroups): Change action for successful db
32761         lookup to continue for compatibility.
32763 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
32765         [BZ #11532]
32766         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
32767         and CP774 modules.
32768         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
32769         and CP774 modules.
32770         * iconvdata/tst-tables.sh: Likewise.
32771         * iconvdata/cp770.c: New file.
32772         * iconvdata/cp771.c: New file.
32773         * iconvdata/cp772.c: New file.
32774         * iconvdata/cp773.c: New file.
32775         * iconvdata/cp774.c: New file.
32776         * iconvdata/testdata/CP770: New file.
32777         * iconvdata/testdata/CP770..UTF8: New file.
32778         * iconvdata/testdata/CP771: New file.
32779         * iconvdata/testdata/CP771..UTF8: New file.
32780         * iconvdata/testdata/CP772: New file.
32781         * iconvdata/testdata/CP772..UTF8: New file.
32782         * iconvdata/testdata/CP773: New file.
32783         * iconvdata/testdata/CP773..UTF8: New file.
32784         * iconvdata/testdata/CP774: New file.
32785         * iconvdata/testdata/CP774..UTF8: New file.
32787         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
32788         END CHARMAP line.
32789         * iconvdata/gen-8bit-gap.sh: Likewise.
32790         * iconvdata/gen-8bit.sh: Likewise.
32792         * locale/iso-639.def: Add ary entry.
32794         [BZ #11258]
32795         * locale/C-translit.h.in: Add U20A1 transliteration.
32797         [BZ #12178]
32798         * locale/iso-639.def: Add wae entry.
32799         Patch by Kevin Bortis <bortis@translate-wae.ch>.
32801         [BZ #12545]
32802         * locale/programs/localedef.c (construct_output_path): Use ssize_t
32803         for n.
32805         [BZ #12711]
32806         * locale/C-translit.h.in: Add entry for U20B9.
32807         Patch by pravin.d.s@gmail.com.
32809 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
32811         [BZ #12713]
32812         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
32813         ENAMETOOLONG use generic getcwd.
32814         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
32815         in rtld.  Use *stat64.
32816         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
32817         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
32818         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
32819         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
32820         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
32821         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
32822         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
32823         __fstatat64 macros.
32824         * include/dirent.h: Add libc_hidden_proto for rewinddir.
32825         * dirent/rewinddir.c: Add libc_hidden_def.
32826         * sysdeps/mach/hurd/rewinddir.c: Likewise.
32827         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
32829         * include/dirent.h (__alloc_dir): Add flags parameter.
32830         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
32831         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
32832         __alloc_dir.
32833         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
32834         from fdopendir if O_CLOEXEC is already set.
32836 2011-03-15  Alan Modra  <amodra@gmail.com>
32838         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
32839         l_tls_firstbyte_offset non-zero.  Save padding offset in
32840         l_tls_firstbyte_offset for later use.
32841         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
32842         freeing static tls block.
32844 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
32846         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
32847         where #ifdef was intended.  The intent is to prevent ARG_MAX from
32848         being defined by the kernel headers.
32850 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
32852         [BZ #12734]
32853         * resolv/resolv.h: Define RES_NOTLDQUERY.
32854         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
32855         no-tld-query and set RES_NOTLDQUERY.
32856         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
32857         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
32858         modern BIND to search name as TLD unless forbidden.
32860 2011-05-07  Petr Baudis  <pasky@suse.cz>
32861             Ulrich Drepper  <drepper@gmail.com>
32863         [BZ #12393]
32864         * elf/dl-load.c (fillin_rpath): Move trusted path check...
32865         (is_trusted_path): ...to here.
32866         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
32867         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
32868         using is_trusted_path_normalize() in setuid scripts.
32870 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
32872         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
32873         __BEGIN/__END_DECLS.
32875 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
32877         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
32878         NSS_STATUS_NOTFOUND if no record was found.
32880 2011-05-05  Andreas Schwab  <schwab@redhat.com>
32882         * sunrpc/Makefile (headers): Add rpc/netdb.h.
32883         (headers-not-in-tirpc): Remove rpc/netdb.h
32884         * resolv/netdb.h: Revert last change.
32886 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
32888         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
32889         circular dependency between libgcc.a and libc.a.
32891 2011-05-05  Andreas Schwab  <schwab@redhat.com>
32893         * resolv/netdb.h: Don't include <rpc/netdb.h>.
32894         * nis/Makefile: Don't install rpcsvc/*.
32895         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
32896         instead of <rpc/types.h>.
32897         (MAXHOSTNAMELEN): Define.
32899 2011-05-03  Andreas Schwab  <schwab@redhat.com>
32901         * elf/ldconfig.c (add_dir): Don't crash on empty path.
32903 2011-04-28  Maciej Babinski  <mbabinski@google.com>
32905         [BZ #12714]
32906         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
32907         gethostbyname4_r when IPv6 results are possible.
32909 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
32911         [BZ #12723]
32912         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
32913         _PC_PIPE_BUF handling.
32915 2011-04-30  Bruno Haible  <bruno@clisp.org>
32917         [BZ #12717]
32918         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
32919         * resolv/netdb.h (getnameinfo): Change type of flags parameter
32920         to 'int'.
32921         * inet/getnameinfo.c (getnameinfo): Likewise.
32923 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
32925         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
32926         to groups setting in database lookup.
32927         * nss/nsswitch.conf: Add initgroups entry.
32929 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
32931         [BZ #12685]
32932         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
32933         mode string.
32934         Patch by Eric Blake <eblake@redhat.com>.
32936 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
32938         * sunrpc/Makefile (need-export-routines): Add svc_run.
32939         (routines): Remove svc_run.
32940         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
32941         * sunrpc/clnt_perr.c (clnt_perrno): Export.
32942         * sunrpc/svc_run.c (svc_run): Likewise.
32943         * sunrpc/svc_udp.c (svcudp_create): Likewise.
32945 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
32947         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
32948         problem in reallocation in last patch.
32950 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
32952         * sunrpc/Makefile: Move inclusion of Rules.
32954 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
32956         * nss/nss_files/files-initgroups.c: New file.
32957         * nss/Makefile (libnss_files-routines): Add files-initgroups.
32958         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
32959         _nss_files_initgroups_dyn.
32961 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
32963         * elf/elf.h (R_ARM_IRELATIVE): Define.
32965 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
32967         * po/ru.po: Update from translation team.
32969 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
32971         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
32972         dependencies.
32974 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
32976         [BZ #12653]
32977         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
32978         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
32979         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
32980         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
32981         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
32983 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
32985         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
32986         differing bytes.
32987         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
32988         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
32989         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
32991 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
32993         [BZ #12420]
32994         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
32995         storing it.
32996         * stdlib/bug-getcontext.c: New file.
32997         * stdlib/Makefile: Add rules to build and run bug-getcontext.
32999 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33001         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
33002         instructions into .machine "z9-109".
33003         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
33004         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
33006 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33008         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
33009         between environment variables and auxiliary vector.
33011 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
33013         * Makefile: Add rules to build linkobj/libc.so.
33014         * include/libc-symbols.h: Define libc_hidden_nolink.
33015         * include/rpc/auth.h: Mark functions which are to be hidden.
33016         * include/rpc/auth_des.h: Likewise.
33017         * include/rpc/auth_unix.h: Likewise.
33018         * include/rpc/clnt.h: Likewise.
33019         * include/rpc/des_crypt.h: Likewise.
33020         * include/rpc/key_prot.h: Likewise.
33021         * include/rpc/pmap_clnt.h: Likewise.
33022         * include/rpc/pmap_prot.h: Likewise.
33023         * include/rpc/pmap_rmt.h: Likewise.
33024         * include/rpc/rpc_msg.h: Likewise.
33025         * include/rpc/svc.h: Likewise.
33026         * include/rpc/svc_auth.h: Likewise.
33027         * include/rpc/xdr.h: Likewise.
33028         * nis/Makefile: Link all DSOs against linkobj/libc.so.
33029         * nss/Makefile: Likewise.
33030         * sunrpc/Makefile: Don't install headers.  Build library with normal
33031         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
33032         * sunrpc/auth_des.c: Hide exported symbols by default, export some
33033         for the compat linking library.  Remove use of INTDEF/INTUSE.
33034         * sunrpc/auth_none.c: Likewise.
33035         * sunrpc/auth_unix.c: Likewise.
33036         * sunrpc/authdes_prot.c: Likewise.
33037         * sunrpc/authuxprot.c: Likewise.
33038         * sunrpc/clnt_gen.c: Likewise.
33039         * sunrpc/clnt_perr.c: Likewise.
33040         * sunrpc/clnt_raw.c: Likewise.
33041         * sunrpc/clnt_simp.c: Likewise.
33042         * sunrpc/clnt_tcp.c: Likewise.
33043         * sunrpc/clnt_udp.c: Likewise.
33044         * sunrpc/clnt_unix.c: Likewise.
33045         * sunrpc/des_crypt.c: Likewise.
33046         * sunrpc/des_soft.c: Likewise.
33047         * sunrpc/get_myaddr.c: Likewise.
33048         * sunrpc/key_call.c: Likewise.
33049         * sunrpc/key_prot.c: Likewise.
33050         * sunrpc/netname.c: Likewise.
33051         * sunrpc/pm_getmaps.c: Likewise.
33052         * sunrpc/pm_getport.c: Likewise.
33053         * sunrpc/pmap_clnt.c: Likewise.
33054         * sunrpc/pmap_prot.c: Likewise.
33055         * sunrpc/pmap_prot2.c: Likewise.
33056         * sunrpc/pmap_rmt.c: Likewise.
33057         * sunrpc/publickey.c: Likewise.
33058         * sunrpc/rpc_cmsg.c: Likewise.
33059         * sunrpc/rpc_common.c: Likewise.
33060         * sunrpc/rpc_dtable.c: Likewise.
33061         * sunrpc/rpc_prot.c: Likewise.
33062         * sunrpc/rpc_thread.c: Likewise.
33063         * sunrpc/rtime.c: Likewise.
33064         * sunrpc/svc.c: Likewise.
33065         * sunrpc/svc_auth.c: Likewise.
33066         * sunrpc/svc_authux.c: Likewise.
33067         * sunrpc/svc_raw.c: Likewise.
33068         * sunrpc/svc_run.c: Likewise.
33069         * sunrpc/svc_simple.c: Likewise.
33070         * sunrpc/svc_tcp.c: Likewise.
33071         * sunrpc/svc_udp.c: Likewise.
33072         * sunrpc/svc_unix.c: Likewise.
33073         * sunrpc/svcauth_des.c: Likewise.
33074         * sunrpc/xcrypt.c: Likewise.
33075         * sunrpc/xdr.c: Likewise.
33076         * sunrpc/xdr_array.c: Likewise.
33077         * sunrpc/xdr_float.c: Likewise.
33078         * sunrpc/xdr_intXX_t.c: Likewise.
33079         * sunrpc/xdr_mem.c: Likewise.
33080         * sunrpc/xdr_rec.c: Likewise.
33081         * sunrpc/xdr_ref.c: Likewise.
33082         * sunrpc/xdr_sizeof.c: Likewise.
33083         * sunrpc/xdr_stdio.c: Likewise.
33085 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
33087         [BZ #12650]
33088         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
33089         * sysdeps/ia64/dl-tls.h: Likewise.
33090         * sysdeps/powerpc/dl-tls.h: Likewise.
33091         * sysdeps/s390/dl-tls.h: Likewise.
33092         * sysdeps/sh/dl-tls.h: Likewise.
33093         * sysdeps/sparc/dl-tls.h: Likewise.
33094         * sysdeps/x86_64/dl-tls.h: Likewise.
33095         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
33097 2011-03-14  Andreas Schwab  <schwab@redhat.com>
33099         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
33100         rpath element also skip the following colon.
33101         (expand_dynamic_string_token): Add is_path parameter and pass
33102         down to DL_DST_REQUIRED and _dl_dst_substitute.
33103         (decompose_rpath): Call expand_dynamic_string_token with
33104         non-zero is_path.  Ignore empty rpaths.
33105         (_dl_map_object_from_fd): Call expand_dynamic_string_token
33106         with zero is_path.
33108 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
33110         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
33111         Make cancelable.
33113 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
33115         [BZ #12655]
33116         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
33117         Patch by Filipe David Manana <fdmanana@apache.org>.
33119 2011-04-07  Andreas Schwab  <schwab@redhat.com>
33121         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
33122         Maintain aligned stack.
33123         (CHECK_RSP): Remove unused macro.
33125 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
33127         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
33128         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
33130 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
33132         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
33134         * include/features.h: Mention __USE_XOPEN2K8 in comment.
33136 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
33138         [BZ #12518]
33139         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
33140         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
33141         * sysdeps/x86_64/memmove.c: New file.
33142         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
33143         (memcpy): Renamed to ...
33144         (__new_memcpy): This.
33145         (memcpy): Provide GLIBC_2_14 memcpy.
33146         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
33147         (memcpy): Provide GLIBC_2_2_5 memcpy.
33149 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
33151         [BZ #12631]
33152         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
33154 2011-03-30  Andreas Schwab  <schwab@redhat.com>
33156         * misc/syncfs.c: New file.
33157         * misc/Makefile (routines): Add syncfs.
33158         * posix/unistd.h: Declare syncfs.
33159         * sysdeps/unix/syscalls.list: Add syncfs.
33161 2011-04-01  Andreas Schwab  <schwab@redhat.com>
33163         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
33164         open_by_handle_at.
33165         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
33166         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
33167         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
33168         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
33169         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
33170         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
33171         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
33173 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
33175         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
33176         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
33177         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
33178         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
33179         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
33180         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
33181         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
33183         * io/Makefile: Compile fallocate.c, fallocate64.c, and
33184         sync_file_range.c with -fexceptions.
33185         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
33186         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
33187         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
33188         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
33189         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
33190         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
33191         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
33192         sync_file_range as cancellation point
33193         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
33194         now a wrapper around __call_sync_file_range with cancellation handling.
33195         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
33196         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
33197         function name to __call_sync_file_range.
33198         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
33199         Add call_sync_file_range.
33201 2011-04-01  Andreas Schwab  <schwab@redhat.com>
33203         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
33204         bits/timex.h.
33206 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
33208         * iconv/iconv.h: Fix typo in comment.
33209         * io/fcntl.h: Likewise.
33210         * libio/stdio.h: Likewise.
33211         * posix/spawn.h: Likewise.
33212         * posix/unistd.h: Likewise.
33213         * stdlib/stdlib.h: Likewise.
33214         * time/time.h: Likewise.
33215         * wcsmbs/wchar.h: Likewise.
33217         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
33218         open_by_handle): Add.
33219         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
33220         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
33221         Augment a few comments.
33222         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
33223         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
33224         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
33225         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
33226         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
33227         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
33228         open_by_handle.
33230         * io/fcntl.h (AT_EMPTY_PATH): Define.
33232 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
33234         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
33235         * sysdeps/unix/sysv/linux/bits/time.h: New file.
33236         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
33237         to...
33238         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
33239         * Versions.def: Add GLIBC_2.14.
33240         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
33241         Export.
33243 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
33245         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
33246         round counter.
33247         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
33249 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
33251         [BZ #12597]
33252         * string/test-strncmp.c (do_page_test): New function.
33253         (check2): Likewise.
33254         (test_main): Call check2.
33255         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
33257 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
33259         [BZ #12587]
33260         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
33261         Handle cache information in CPU leaf 4.
33262         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
33264 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
33266         [BZ #12583]
33267         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
33268         character representation.
33269         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
33271 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
33273         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
33274         END(__isnan) to END(__isnanf) to match function entry point/label
33275         EALIGN(__isnanf,...).
33277 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
33279         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
33281 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
33283         [BZ #12510]
33284         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
33285         copy from the symbol referenced in the relocation to initialize the
33286         used variable.
33287         Patch by Piotr Bury <pbury@goahead.com>.
33288         * elf/Makefile: Add rules to build and tst-unique3.
33289         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
33290         * elf/tst-unique3.cc: New file.
33291         * elf/tst-unique3.h: New file.
33292         * elf/tst-unique3lib.cc: New file.
33293         * elf/tst-unique3lib2.cc: New file.
33295         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
33297 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
33299         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
33300         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
33301         to _start.
33303 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
33305         * elf/dl-load.c (_dl_map_object): If we are looking for the first
33306         to-be-loaded object along a path to loader is ld.so.
33308 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
33309             Ulrich Drepper  <drepper@gmail.com>
33311         * sysdeps/x86_64/memset.S: After aligning destination, code
33312         branches to different locations depending on the value of
33313         misalignment, when multiarch is enabled. Fix this.
33315 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
33317         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
33318         Set _x86_64_preferred_memory_instruction for AMD processsors.
33319         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
33320         Set bit_Prefer_SSE_for_memop for AMD processors.
33322 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
33324         * libio/fmemopen.c (fmemopen): Optimize a bit.
33326 2011-03-03  Andreas Schwab  <schwab@redhat.com>
33328         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
33330 2011-03-03  Roland McGrath  <roland@redhat.com>
33332         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
33334 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
33336         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
33337         __bzero_ultra1 instead of __memset_ultra1.
33339 2011-02-23  Andreas Schwab  <schwab@redhat.com>
33340             Ulrich Drepper  <drepper@gmail.com>
33342         [BZ #12509]
33343         * include/link.h (struct link_map): Add l_orig_initfini.
33344         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
33345         returning unsuccessfully.
33346         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
33347         close of a file loaded at startup, restore the original l_initfini
33348         list.
33349         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
33350         list, store the pointer.
33351         * elf/Makefile ($(objpfx)noload-mem): New rule.
33352         (noload-ENV): Define.
33353         (tests): Add $(objpfx)noload-mem.
33354         * elf/noload.c: Include <memcheck.h>.
33355         (main): Call mtrace.  Close all opened handles.
33357 2011-02-17  Andreas Schwab  <schwab@redhat.com>
33359         [BZ #12454]
33360         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
33361         dependencies are missing.
33363 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
33365         Fix __if_freereq crash: Unlike the generic version which uses free,
33366         Hurd needs munmap.
33367         * sysdeps/mach/hurd/ifreq.h: New file.
33369 2011-01-27  Petr Baudis  <pasky@suse.cz>
33370             Ulrich Drepper  <drepper@gmail.com>
33372         [BZ 12445]#
33373         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
33374         to extend_alloca().
33375         * stdio-common/bug23.c: New file.
33376         * stdio-common/Makefile (tests): Add bug23.
33378 2010-09-28  Andreas Schwab  <schwab@redhat.com>
33379             Ulrich Drepper  <drepper@gmail.com>
33381         [BZ #12489]
33382         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
33383         before performing relro protection.  At old place add assertion
33384         to make sure nothing changed.
33386 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
33387             Glauber de Oliveira Costa  <glommer@gmail.com>
33389         * elf/elf.h: Add new ARM TLS relocs.
33391 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
33393         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
33394         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
33395         cast from r3.
33396         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
33397         'tests' variable.
33398         * sysdeps/wordsize-64/tst-writev.c: New file.
33400 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
33402         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
33403         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
33404         insns in _dl_start to prevent a TOC reference before relocs are
33405         resolved.
33407 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
33409         [BZ #12469]
33410         * Makeconfig: Remove RANLIB definition.
33411         * Makerules: Don't use RANLIB.
33412         * aclocal.m4: Remove ranlib test.
33413         * configure.in: No need to check for ranlib.
33414         * elf/rtld-Rules: Don't use RANLIB.
33416 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
33418         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
33419         protection macro.
33420         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
33421         inclusion protection macro.
33423         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
33424         SIGRTMIN and SIGRTMAX and print information in that case only when
33425         SIGRTMIN is defined.
33427 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
33429         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
33430         arginfo fn returning -1.
33432         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
33433         and thousands string is zero terminated.
33435 2011-02-03  Andreas Schwab  <schwab@redhat.com>
33437         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
33438         sysdeps/unix/sysv/linux/bits/socket.h.
33440 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
33442         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
33443         (__CPU_COUNT): Remove old macros.
33444         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
33445         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
33446         (__CPU_ALLOC, __CPU_FREE): Add macros.
33447         (__sched_cpualloc, __sched_cpufree): Add declarations.
33449 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
33451         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
33452         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
33453         * nscd/aicache.c (addhstaiX): Return timeout of added value.
33454         (readdhstai): Return value of addhstaiX call.
33455         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
33456         (addgrbyX): Return value returned by cache_addgr.
33457         (readdgrbyname): Return value returned by addgrbyX.
33458         (readdgrbygid): Likewise.
33459         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
33460         (addpwbyX): Return value returned by cache_addpw.
33461         (readdpwbyname): Return value returned by addhstbyX.
33462         (readdpwbyuid): Likewise.
33463         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
33464         (addservbyX): Return value returned by cache_addserv.
33465         (readdservbyname): Return value returned by addservbyX:
33466         (readdservbyport): Likewise.
33467         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
33468         (addhstbyX): Return value returned by cache_addhst.
33469         (readdhstbyname): Return value returned by addhstbyX.
33470         (readdhstbyaddr): Likewise.
33471         (readdhstbynamev6): Likewise.
33472         (readdhstbyaddrv6): Likewise.
33473         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
33474         (readdinitgroups): Return value returned by addinitgroupsX.
33475         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
33476         (prune_cache): Keep track of timeout value of re-added entries.
33477         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
33478         * nscd/nscd.h: Adjust prototypes of readd* functions.
33480 2011-02-04  Roland McGrath  <roland@redhat.com>
33482         * nis/nis_server.c (nis_servstate): Use the right name for 0.
33483         (nis_stats): Likewise.
33484         * nis/nis_modify.c (nis_modify): Likewise.
33485         * nis/nis_remove.c (nis_remove): Likewise.
33486         * nis/nis_add.c (nis_add): Likewise.
33488         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
33490         * posix/fnmatch_loop.c: Add some consts.
33492         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
33494 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
33496         [BZ #12460]
33497         * config.make.in (config-cflags-novzeroupper): Define.
33498         * configure.in: Substitute libc_cv_cc_novzeroupper.
33499         * elf/Makefile (AVX-CFLAGS): Define.
33500         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
33501         (CFLAGS-tst-auditmod4a.c): Likewise.
33502         (CFLAGS-tst-auditmod4b.c): Likewise.
33503         (CFLAGS-tst-auditmod6b.c): Likewise.
33504         (CFLAGS-tst-auditmod6c.c): Likewise.
33505         (CFLAGS-tst-auditmod7b.c): Likewise.
33506         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
33508 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
33510         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
33511         function to the callback.
33512         Patch partly by Jiri Olsa <jolsa@redhat.com>.
33514 2011-02-02  Andreas Schwab  <schwab@redhat.com>
33516         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
33517         of errno.
33519 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
33521         [BZ #11724]
33522         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
33523         of constructors.
33524         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
33525         of destructors.
33526         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
33528         [BZ #11724]
33529         * elf/Makefile: Add rules to build and run new test.
33530         * elf/tst-initorder.c: New file.
33531         * elf/tst-initorder.exp: New file.
33532         * elf/tst-initordera1.c: New file.
33533         * elf/tst-initordera2.c: New file.
33534         * elf/tst-initordera3.c: New file.
33535         * elf/tst-initordera4.c: New file.
33536         * elf/tst-initorderb1.c: New file.
33537         * elf/tst-initorderb2.c: New file.
33538         * elf/tst-order-a1.c: New file.
33539         * elf/tst-order-a2.c: New file.
33540         * elf/tst-order-a3.c: New file.
33541         * elf/tst-order-a4.c: New file.
33542         * elf/tst-order-b1.c: New file.
33543         * elf/tst-order-b2.c: New file.
33544         * elf/tst-order-main.c: New file.
33545         New test case by George Gensure <werkt0@gmail.com>.
33547 2010-10-01  Andreas Schwab  <schwab@redhat.com>
33549         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
33550         decoding ACE if AI_CANONIDN.
33552 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
33554         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
33556 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
33558         * version.h (RELEASE): Bump for 2.13 release.
33559         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
33561         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
33563         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
33564         MADV_NOHUGEPAGE.
33565         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
33566         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
33567         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
33568         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
33569         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
33570         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
33572         * posix/getconf.c: Update copyright year.
33573         * catgets/gencat.c: Likewise.
33574         * csu/version.c: Likewise.
33575         * debug/catchsegv.sh: Likewise.
33576         * debug/xtrace.sh: Likewise.
33577         * elf/ldconfig.c: Likewise.
33578         * elf/ldd.bash.in: Likewise.
33579         * elf/sprof.c (print_version): Likewise.
33580         * iconv/iconv_prog.c: Likewise.
33581         * iconv/iconvconfig.c: Likewise.
33582         * locale/programs/locale.c: Likewise.
33583         * locale/programs/localedef.c: Likewise.
33584         * malloc/memusage.sh: Likewise.
33585         * malloc/mtrace.pl: Likewise.
33586         * nscd/nscd.c (print_version): Likewise.
33587         * nss/getent.c: Likewise.
33589         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
33590         PF_CAIF, and PF_ALG.
33591         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
33593 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
33595         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
33596         (modules-names): Use them.
33597         (ifunc-test-modules, ifunc-pie-tests): Define.
33598         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
33599         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
33600         (test-extras): Likewise.
33601         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
33602         $(compile-command.c).
33603         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
33604         (all-built-dso): Define.
33605         (check-textrel.out, check-execstack.out): Depend on it.
33607         * configure.in: Don't override --enable-multi-arch.
33609 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
33611         [BZ #6812]
33612         * nscd/hstcache.c (tryagain): Define.
33613         (cache_addhst): Return tryagain not notfound for temporary errors.
33614         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
33615         failed.
33617 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
33619         [BZ #10563]
33620         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
33621         to make the syscall.
33622         * sysdeps/unix/sysv/linux/setgroups.c: New file.
33624         [BZ #12378]
33625         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
33626         and fall back to matching as normal character if the string ends before
33627         the matching ']' is found.  This is what POSIX requires.
33628         * posix/testfnm.c: Adjust test result.
33629         * posix/globtest.sh: Adjust test result.  Add new test.
33630         * posix/tst-fnmatch.input: Likewise.
33631         * posix/tst-fnmatch2.c: Add new test.
33633 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
33635         * elf/Makefile (check-execstack): Revert last change.  Depend on
33636         check-execstack.h.
33637         (check-execstack.h): New target.
33638         (generated): Add check-execstack.h.
33639         * elf/check-execstack.c: Include "check-execstack.h".
33640         (main): Revert last change.
33641         (handle_file): Return zero if GNU_STACK is absent and
33642         DEFAULT_STACK_PERMS doesn't include PF_X.
33644 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
33646         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
33647         in child fails because the descriptor is already closed.
33648         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
33649         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
33650         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
33652         [BZ #12397]
33653         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
33654         syscall.
33656         [BZ #10484]
33657         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
33658         temporary buffer used to handle multi lookups locally.
33659         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
33661 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
33663         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
33664         loader is ld.so.
33666 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
33668         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
33669         alignment for SSE2.
33671 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
33673         [BZ #12394]
33674         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
33675         characters.  When rounding increased number of integer digits recompute
33676         number of groups.
33677         * stdio-common/tst-grouping.c: New file.
33678         * stdio-common/Makefile: Add rules to build and run tst-grouping.
33680 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
33682         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
33683         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
33685         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
33686         void.
33687         * bits/select.h: Likewise.
33689 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
33691         * po/ja.po: Update from translation team.
33693 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
33695         [BZ #11155]
33696         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
33697         implementation just like for lxstat, fxstatat, et al.
33699 2010-12-27  Jim Meyering  <meyering@redhat.com>
33701         [BZ #12348]
33702         * posix/regexec.c (build_trtable): Return failure indication upon
33703         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
33705 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
33707         [BZ #12201]
33708         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
33709         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
33710         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
33711         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
33713         [BZ #12207]
33714         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
33716         [BZ #12204]
33717         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
33718         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
33720 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
33722         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
33723         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
33724         script has SORT_BY_INIT_PRIORITY.
33725         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
33726         NO_CTORS_DTORS_SECTIONS is defined.
33727         * elf/soinit.c: Likewise.
33728         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
33729         NO_CTORS_DTORS_SECTIONS is defined.
33730         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
33731         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
33732         * sysdeps/sh/init-first.c: Likewise.
33733         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
33735 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
33737         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
33738         always use the slow path.
33740 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
33742         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
33743         similar rule which adds the sysdep directories to the header search in
33744         order to pick up the correct platform stackinfo.h.
33745         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
33746         perform test if it is, otherwise return successfully without testing.
33747         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
33748         DEFAULT_STACK_PERMS define in stackinfo.h.
33749         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
33750         defined in stackinfo.h.
33751         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
33752         DEFAULT_STACK_PERMS defined in stackinfo.h.
33753         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
33754         * sysdeps/ia64/stackinfo.h: Likewise.
33755         * sysdeps/s390/stackinfo.h: Likewise.
33756         * sysdeps/sh/stackinfo.h: Likewise.
33757         * sysdeps/sparc/stackinfo.h: Likewise.
33758         * sysdeps/x86_64/stackinfo.h: Likewise.
33759         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
33760         PF_X for powerpc64.  Retain PF_X for powerpc32.
33762 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
33764         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
33765         accurately.
33766         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
33767         GETDENTS_64BIT_ALIGNED.
33769 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
33771         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
33773 2010-12-10  Andreas Schwab  <schwab@redhat.com>
33775         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
33776         _GNU_SOURCE.
33778         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
33779         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
33780         Remove __restrict.
33781         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
33782         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
33784 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
33786         [BZ #11655]
33787         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
33788         are initialized.
33790 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
33792         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
33794 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
33796         * po/it.po: Update from translation team.
33798 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
33800         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
33801         unused codes.
33803 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
33805         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
33807 2010-11-24  Andreas Schwab  <schwab@redhat.com>
33809         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
33810         specially.
33811         (gaih_getanswer_slice): Likewise.
33813 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
33815         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
33817 2010-05-31  Petr Baudis  <pasky@suse.cz>
33819         [BZ #11149]
33820         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
33821         silently even in the chroot mode.
33823 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
33825         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
33826         last patch a bit.  Pretty printing
33828 2010-05-31  Petr Baudis <pasky@suse.cz>
33830         [BZ #10085]
33831         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
33832         initialization of skip_initgroups_dyn.
33834 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
33836         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
33837         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
33839 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
33841         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
33843 2010-11-11  Andreas Schwab  <schwab@redhat.com>
33845         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
33846         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
33847         (tst-fnmatch-ENV): Set MALLOC_TRACE.
33848         ($(objpfx)tst-fnmatch-mem): New rule.
33849         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
33850         * posix/tst-fnmatch.c (main): Call mtrace.
33852 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
33854         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
33855         Support Intel processor model 6 and model 0x2c.
33857 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
33859         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
33860           signed comparison.
33862 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
33864         [BZ #12205]
33865         * string/test-strncasecmp.c (check_result): New function.
33866         (do_one_test): Use it.
33867         (check1): New function.
33868         (test_main): Use it.
33869         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
33870         Support strcasecmp and strncasecmp.
33872 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
33874         [BZ #12194]
33875         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
33876         * sysdeps/x86_64/bits/byteswap.h: Likewise.
33878 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
33880         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
33881         IFUNC support.
33882         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
33883         memset-x86-64.
33884         * sysdeps/x86_64/multiarch/bzero.S: New file.
33885         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
33886         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
33887         * sysdeps/x86_64/multiarch/memset.S: New file.
33888         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
33889         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
33890         Set bit_Prefer_SSE_for_memop for Intel processors.
33891         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
33892         Define.
33893         (index_Prefer_SSE_for_memop): Define.
33894         (HAS_PREFER_SSE_FOR_MEMOP): Define.
33896 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
33898         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
33899         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
33901 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
33903         [BZ #12191]
33904         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
33905         (__x86_64_raw_data_cache_size_half): Likewise.
33906         (__x86_64_raw_shared_cache_size): Likewise.
33907         (__x86_64_raw_shared_cache_size_half): Likewise.
33909         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
33910         (__x86_64_raw_data_cache_size_half): Likewise.
33911         (__x86_64_raw_shared_cache_size): Likewise.
33912         (__x86_64_raw_shared_cache_size_half): Likewise.
33913         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
33914         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
33915         and __x86_64_raw_shared_cache_size_half.  Round
33916         __x86_64_data_cache_size_half, __x86_64_data_cache_size
33917         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
33918         to multiple of 256 bytes.
33920 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
33922         [BZ #12167]
33923         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
33924         of inacessible symlinks.  Verify result of symlink before returning it.
33925         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
33926         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
33928 2010-10-28  Erich Ritz  <erichritz@gmail.com>
33930         * math/math.h (isinf): Fix typo in comment.
33932 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
33934         * po/da.po: Update from translation team.
33936 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
33938         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
33939         is added to the list.
33941 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33942             Ulrich Drepper  <drepper@gmail.com>
33944         * elf/dl-object.c (_dl_new_object): Don't append the new object to
33945         the global list here.  Move code to...
33946         (_dl_add_to_namespace_list): ...here.  New function.
33947         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
33948         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
33949         * elf/dl-load.c (lose): Don't remove the element from the list.
33950         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
33951         (_dl_map_object): Likewise.
33953 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
33955         [BZ #12159]
33956         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
33957         into all bytes of SSE register.
33958         Patch by Richard Li <richardpku@gmail.com>.
33960 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
33962         [BZ #12140]
33963         * malloc/malloc.c (_int_free): Fill correct number of bytes when
33964         perturbing.
33966 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
33968         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
33969         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
33970         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
33971         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
33972         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
33973         submachine.
33974         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
33976 2010-10-22  Andreas Schwab  <schwab@redhat.com>
33978         * include/dlfcn.h (__RTLD_SECURE): Define.
33979         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
33980         mode & __RTLD_SECURE instead.
33981         (open_path): Rename preloaded parameter to secure.
33982         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
33983         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
33984         * elf/dl-deps.c (openaux): Likewise.
33985         * elf/rtld.c (struct map_args): Remove is_preloaded.
33986         (map_doit): Don't use it.
33987         (dl_main): Likewise.
33988         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
33989         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
33991 2010-09-09  Andreas Schwab  <schwab@redhat.com>
33993         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
33994         (sysd-rules-targets): Remove duplicates.
33995         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
33996         rtld-%.$o dependency.
33998 2010-10-18  Andreas Schwab  <schwab@redhat.com>
34000         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
34001         _dl_map_object do it.
34003 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
34005         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
34006         fast fma builtins, define the macros in the C99 standard.
34007         (FP_FAST_FMAF): Likewise.
34008         (FP_FAST_FMAL): Likewise.
34009         * sysdeps/x86_64/bits/mathdef.h: Likewise.
34011         * bits/mathdef.h: Update copyright year.
34012         * sysdeps/powerpc/bits/mathdef.h: Likewise.
34014 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
34016         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
34017         builtins, define the macros in the C99 standard.
34018         (FP_FAST_FMAF): Likewise.
34019         (FP_FAST_FMAL): Likewise.
34020         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
34021         multiply/add.
34022         (FP_FAST_FMAF): Likewise.
34024 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
34026         [BZ #3268]
34027         * math/libm-test.inc (fma_test): Some new testcases.
34028         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
34029         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
34030         y and infinite z.  Do multiplication by C already in long double.
34031         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
34032         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
34033         y and infinite z.  Do bitwise or of inexact bit into u.d.
34034         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
34035         * sysdeps/i386/fpu/s_fmaf.S: Removed.
34036         * sysdeps/i386/fpu/s_fma.S: Removed.
34037         * sysdeps/i386/fpu/s_fmal.S: Removed.
34039 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
34041         [BZ #3268]
34042         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
34043         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
34044         computation is not scheduled after fetestexcept.  Fix value
34045         of minimum denormal long double.
34047 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
34049         [BZ #3268]
34050         * math/libm-test.inc (fma_test): Add some more tests.
34051         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
34052         correctly.
34054 2010-10-15  Andreas Schwab  <schwab@redhat.com>
34056         * scripts/data/localplt-s390-linux-gnu.data: New file.
34057         * scripts/data/localplt-s390x-linux-gnu.data: New file.
34059 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
34061         [BZ #3268]
34062         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
34063         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
34064         instead of dbl-64.
34065         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
34066         inlines.
34067         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
34068         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
34069         if one of x and y is very large and the other is subnormal.
34070         * sysdeps/s390/fpu/s_fmaf.c: New file.
34071         * sysdeps/s390/fpu/s_fma.c: New file.
34072         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
34073         * sysdeps/powerpc/fpu/s_fma.S: New file.
34074         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
34075         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
34076         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
34078 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
34080         [BZ #3268]
34081         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
34082         fma tests.
34083         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
34084         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
34085         * sysdeps/i386/i686/multiarch/s_fma.c: Include
34086         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
34087         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
34088         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
34089         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
34091 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
34093         [BZ #12078]
34094         * posix/regcomp.c (parse_branch): One more memory leak plugged.
34095         * posix/bug-regex31.input: Add test case.
34097 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
34099         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
34100         * posix/bug-regex31.input: New file.
34102         [BZ #12078]
34103         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
34104         (parse_sub_exp): Fix last change, use postorder.
34106         * posix/bug-regex31.c: New file.
34107         * posix/Makefile: Add rules to build and run bug-regex31.
34109         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
34111         [BZ #12078]
34112         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
34114         [BZ #12108]
34115         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
34116         to have entries in sys_siglist.
34118         [BZ #12093]
34119         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
34120         be NULL.
34122 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
34124         [BZ #3268]
34125         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
34126         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
34127         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
34128         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
34129         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
34130         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
34131         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
34132         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
34133         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
34134         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
34135         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
34136         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
34137         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
34138         * math/ftestexcept.c (fetestexcept): Likewise.
34139         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
34140         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
34141         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
34142         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
34143         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
34144         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
34145         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
34147 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
34149         [BZ #12107]
34150         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
34151         newline.
34153 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
34155         * string/bug-strstr1.c: New file.
34156         * string/Makefile: Add rules to build and run bug-strstr1.
34158 2010-10-05  Eric Blake  <eblake@redhat.com>
34160         [BZ #12092]
34161         * string/str-two-way.h (two_way_long_needle): Always clear memory
34162         when skipping input due to the shift table.
34164 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
34166         [BZ #12005]
34167         * malloc/mcheck.c: Handle large requests.
34169         [BZ #12077]
34170         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
34171         for strncmp and strncasecmp.
34172         * string/stratcliff.c: Add tests for strcmp and strncmp.
34173         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
34175 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
34177         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
34178         __set_fpscr.
34180 2010-09-30  Andreas Jaeger  <aj@suse.de>
34182         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
34183         (CGROUP_SUPER_MAGIC): Define.
34184         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
34185         Handle btrfs and cgroup file systems.
34186         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
34187         Likewise.
34189 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
34191         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
34192         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
34194 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34196         [BZ #12067]
34197         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
34198         trying to locate the ELF header.
34200 2010-09-27  Andreas Schwab  <schwab@redhat.com>
34202         [BZ #11611]
34203         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
34204         Mask out sign-bit copies when constructing f_fsid.
34206 2010-09-24  Petr Baudis <pasky@suse.cz>
34208         * debug/stack_chk_fail_local.c: Add missing licence exception.
34209         * debug/warning-nop.c: Likewise.
34211 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
34213         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
34214         implementing getdents64 using getdents syscall, set d_type if
34215         __ASSUME_GETDENTS32_D_TYPE.
34217 2010-09-16  Andreas Schwab  <schwab@redhat.com>
34219         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
34220         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
34222 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
34224         [BZ #12037]
34225         * posix/unistd.h: Undo change of feature selection for ftruncate from
34226         2010-01-11.
34228 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
34230         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
34231         detection.
34233 2010-09-20  Andreas Schwab  <schwab@redhat.com>
34235         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
34236         fanotify_mark.
34237         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
34239 2010-09-14  Andreas Schwab  <schwab@redhat.com>
34241         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
34242         variables after CHECK_SP call.
34243         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
34245 2010-09-13  Andreas Schwab  <schwab@redhat.com>
34246             Ulrich Drepper  <drepper@redhat.com>
34248         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
34249         re-relocationg ld.so.
34250         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
34251         _dl_init_paths call.
34252         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
34253         here anymore.
34255 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
34257         * resolv/res_init.c (__res_vinit): Count the default server we added.
34259 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
34260             Ulrich Drepper  <drepper@redhat.com>
34262         [BZ #11968]
34263         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
34264         (____longjmp_chk): Use %ebx for saving value across system call.
34265         Add unwind info.
34267 2010-09-06  Andreas Schwab  <schwab@redhat.com>
34269         * manual/Makefile: Don't mix pattern rules with normal rules.
34271 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
34273         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
34274         operation.
34275         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
34276         * libio/iofopncook.c (_IO_cookie_init): Likewise.
34277         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
34278         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
34279         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
34280         Likewise.
34282 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
34284         [BZ #11979]
34285         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
34286         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
34288 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
34290         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
34291         * sysdeps/x86_64/addmul_1.S: Likewise.
34292         * sysdeps/x86_64/lshift.S: Likewise.
34293         * sysdeps/x86_64/mul_1.S: Likewise.
34294         * sysdeps/x86_64/rshift.S: Likewise.
34295         * sysdeps/x86_64/sub_n.S: Likewise.
34296         * sysdeps/x86_64/submul_1.S: Likewise.
34298 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
34300         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
34301         Define __sched_param instead of SCHED_* and sched_param when
34302         <bits/sched.h> is included with __need_schedparam defined.
34303         * bits/sched.h [__need_schedparam]
34304         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
34305         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
34306         (__defined_schedparam): Define to 1.
34307         (__sched_param): New structure, identical to sched_param.
34308         (__need_schedparam): Undefine.
34310 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
34312         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
34313         (epoll_create1): Declare.
34315         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
34317 2010-08-31  Andreas Schwab  <schwab@redhat.com>
34319         [BZ #7066]
34320         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
34321         shifting retval into place.
34323 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
34325         * nis/rpcsvc/nis.h: Update copyright notice.
34326         * nis/rpcsvc/nis.x: Likewise.
34327         * nis/rpcsvc/nis_callback.h: Likewise.
34328         * nis/rpcsvc/nis_callback.x: Likewise.
34329         * nis/rpcsvc/nis_object.x: Likewise.
34330         * nis/rpcsvc/nis_tags.h: Likewise.
34331         * nis/rpcsvc/yp.h: Likewise.
34332         * nis/rpcsvc/yp.x: Likewise.
34333         * nis/rpcsvc/ypupd.h: Likewise.
34334         * nis/yp_xdr.c: Likewise.
34335         * nis/ypupdate_xdr.c: Likewise.
34337         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
34338         mainly the body of pmap_getport.  Add parameters to specify timeouts.
34339         (pmap_getport): Use __libc_rpc_getport.
34340         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
34341         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
34342         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
34344 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
34346         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
34347         fanotify_mark.
34349 2010-08-27  Roland McGrath  <roland@redhat.com>
34351         * sysdeps/i386/i686/multiarch/Makefile
34352         (CFLAGS-varshift.c): New variable.
34354 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
34356         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
34357         * sysdeps/i386/i686/multiarch/varshift.c: New file.
34359         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
34361         * sysdeps/x86_64/strlen.S: Minimal code improvement.
34363 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
34365         * sysdeps/x86_64/strlen.S: Unroll the loop.
34366         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
34367         strlen-sse2 strlen-sse2-bsf.
34368         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
34369         __strlen_no_bsf if bit_Slow_BSF is set.
34370         (__strlen_sse42): Removed.
34371         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
34372         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
34374 2010-08-25  Roland McGrath  <roland@redhat.com>
34376         * sysdeps/x86_64/multiarch/varshift.S: File removed.
34377         * sysdeps/x86_64/multiarch/varshift.c: New file.
34378         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
34379         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
34380         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
34381         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
34383 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
34385         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
34386         strlen-sse2 strlen-sse2-bsf.
34387         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
34388         __strlen_sse2_bsf if bit_Slow_BSF is unset.
34389         (__strlen_sse2): Removed.
34390         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
34391         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
34392         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
34393         bit_Slow_BSF for Atom.
34394         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
34395         (index_Slow_BSF): Define.
34396         (HAS_SLOW_BSF): Define.
34398 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
34400         [BZ #10851]
34401         * resolv/res_init.c (__res_vinit): When no server address at all
34402         is given default to loopback.
34404 2010-08-24  Roland McGrath  <roland@redhat.com>
34406         * configure.in: Remove config-name.h generation.
34407         * configure: Regenerated.
34408         * config-name.in: File removed.
34409         * scripts/config-uname.sh: New file.
34410         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
34411         ($(objdir)config-name.h): New target.
34413         * sunrpc/rpc_parse.h: Avoid nested comment.
34415 2010-08-24  Richard Henderson  <rth@redhat.com>
34416             Ulrich Drepper  <drepper@redhat.com>
34417             H.J. Lu  <hongjiu.lu@intel.com>
34419         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
34420         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
34421         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
34422         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
34423         _mm_alignr_epi8 with _mm_loadu_si128.
34424         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
34425         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
34426         (__m128i_shift_right): Removed.
34427         * sysdeps/i386/i686/multiarch/varshift.h: New file.
34428         * sysdeps/i386/i686/multiarch/varshift.S: New file.
34429         * sysdeps/x86_64/multiarch/varshift.h: New file.
34430         * sysdeps/x86_64/multiarch/varshift.S: New file.
34432 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
34434         * configure.in: Move assembler checks to before sysdep dir checking.
34436 2010-08-20  Petr Baudis  <pasky@suse.cz>
34438         * LICENSES: Sync the sunrpc license.
34440 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
34442         * sunrpc/auth_des.c: Update copyright notice once again.
34443         * sunrpc/auth_none.c: Likewise.
34444         * sunrpc/auth_unix.c: Likewise.
34445         * sunrpc/authdes_prot.c: Likewise.
34446         * sunrpc/authuxprot.c: Likewise.
34447         * sunrpc/bindrsvprt.c: Likewise.
34448         * sunrpc/clnt_gen.c: Likewise.
34449         * sunrpc/clnt_perr.c: Likewise.
34450         * sunrpc/clnt_raw.c: Likewise.
34451         * sunrpc/clnt_simp.c: Likewise.
34452         * sunrpc/clnt_tcp.c: Likewise.
34453         * sunrpc/clnt_udp.c: Likewise.
34454         * sunrpc/clnt_unix.c: Likewise.
34455         * sunrpc/des_crypt.c: Likewise.
34456         * sunrpc/des_soft.c: Likewise.
34457         * sunrpc/get_myaddr.c: Likewise.
34458         * sunrpc/getrpcport.c: Likewise.
34459         * sunrpc/key_call.c: Likewise.
34460         * sunrpc/key_prot.c: Likewise.
34461         * sunrpc/openchild.c: Likewise.
34462         * sunrpc/pm_getmaps.c: Likewise.
34463         * sunrpc/pm_getport.c: Likewise.
34464         * sunrpc/pmap_clnt.c: Likewise.
34465         * sunrpc/pmap_prot.c: Likewise.
34466         * sunrpc/pmap_prot2.c: Likewise.
34467         * sunrpc/pmap_rmt.c: Likewise.
34468         * sunrpc/rpc/auth.h: Likewise.
34469         * sunrpc/rpc/auth_unix.h: Likewise.
34470         * sunrpc/rpc/clnt.h: Likewise.
34471         * sunrpc/rpc/des_crypt.h: Likewise.
34472         * sunrpc/rpc/key_prot.h: Likewise.
34473         * sunrpc/rpc/netdb.h: Likewise.
34474         * sunrpc/rpc/pmap_clnt.h: Likewise.
34475         * sunrpc/rpc/pmap_prot.h: Likewise.
34476         * sunrpc/rpc/pmap_rmt.h: Likewise.
34477         * sunrpc/rpc/rpc.h: Likewise.
34478         * sunrpc/rpc/rpc_des.h: Likewise.
34479         * sunrpc/rpc/rpc_msg.h: Likewise.
34480         * sunrpc/rpc/svc.h: Likewise.
34481         * sunrpc/rpc/svc_auth.h: Likewise.
34482         * sunrpc/rpc/types.h: Likewise.
34483         * sunrpc/rpc/xdr.h: Likewise.
34484         * sunrpc/rpc_clntout.c: Likewise.
34485         * sunrpc/rpc_cmsg.c: Likewise.
34486         * sunrpc/rpc_common.c: Likewise.
34487         * sunrpc/rpc_cout.c: Likewise.
34488         * sunrpc/rpc_dtable.c: Likewise.
34489         * sunrpc/rpc_hout.c: Likewise.
34490         * sunrpc/rpc_main.c: Likewise.
34491         * sunrpc/rpc_parse.c: Likewise.
34492         * sunrpc/rpc_parse.h: Likewise.
34493         * sunrpc/rpc_prot.c: Likewise.
34494         * sunrpc/rpc_sample.c: Likewise.
34495         * sunrpc/rpc_scan.c: Likewise.
34496         * sunrpc/rpc_scan.h: Likewise.
34497         * sunrpc/rpc_svcout.c: Likewise.
34498         * sunrpc/rpc_tblout.c: Likewise.
34499         * sunrpc/rpc_util.c: Likewise.
34500         * sunrpc/rpc_util.h: Likewise.
34501         * sunrpc/rpcinfo.c: Likewise.
34502         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
34503         * sunrpc/rpcsvc/key_prot.x: Likewise.
34504         * sunrpc/rpcsvc/klm_prot.x: Likewise.
34505         * sunrpc/rpcsvc/mount.x: Likewise.
34506         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
34507         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
34508         * sunrpc/rpcsvc/rex.x: Likewise.
34509         * sunrpc/rpcsvc/rstat.x: Likewise.
34510         * sunrpc/rpcsvc/rusers.x: Likewise.
34511         * sunrpc/rpcsvc/sm_inter.x: Likewise.
34512         * sunrpc/rpcsvc/spray.x: Likewise.
34513         * sunrpc/rpcsvc/yppasswd.x: Likewise.
34514         * sunrpc/rtime.c: Likewise.
34515         * sunrpc/svc.c: Likewise.
34516         * sunrpc/svc_auth.c: Likewise.
34517         * sunrpc/svc_authux.c: Likewise.
34518         * sunrpc/svc_raw.c: Likewise.
34519         * sunrpc/svc_run.c: Likewise.
34520         * sunrpc/svc_simple.c: Likewise.
34521         * sunrpc/svc_tcp.c: Likewise.
34522         * sunrpc/svc_udp.c: Likewise.
34523         * sunrpc/svc_unix.c: Likewise.
34524         * sunrpc/svcauth_des.c: Likewise.
34525         * sunrpc/xcrypt.c: Likewise.
34526         * sunrpc/xdr.c: Likewise.
34527         * sunrpc/xdr_array.c: Likewise.
34528         * sunrpc/xdr_float.c: Likewise.
34529         * sunrpc/xdr_mem.c: Likewise.
34530         * sunrpc/xdr_rec.c: Likewise.
34531         * sunrpc/xdr_ref.c: Likewise.
34532         * sunrpc/xdr_sizeof.c: Likewise.
34533         * sunrpc/xdr_stdio.c: Likewise.
34535         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
34536         handling.
34538 2010-08-19  Andreas Schwab  <schwab@redhat.com>
34540         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
34542 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
34544         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
34545         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
34546         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
34547         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
34548         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
34549         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
34550         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
34551         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
34552         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
34553         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
34554         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
34555         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
34556         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
34557         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
34559 2010-07-26  Anton Blanchard  <anton@samba.org>
34561         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
34562         * malloc/arena.c (heap_trim): Likewise.
34564 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
34566         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
34567         here.  Not...
34568         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
34569         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
34571 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
34573         * sysdeps/i386/elf/Makefile: New file.
34575 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
34577         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
34578         from fanotify_init.
34579         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
34580         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
34582 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
34584         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
34585         of strncasecmp_l.
34586         * sysdeps/multiarch/strcmp.S: Likewise.
34588 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
34590         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
34591         strncase_l-nonascii.
34592         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
34593         Add strncase_l-ssse3.
34594         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
34595         * sysdeps/x86_64/strcmp.S: Likewise.
34596         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
34597         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
34598         * sysdeps/x86_64/strncase.S: New file.
34599         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
34600         * sysdeps/x86_64/strncase_l.S: New file.
34601         * string/Makefile (strop-tests): Add strncasecmp.
34602         * string/test-strncasecmp.c: New file.
34604         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
34605         warning.
34607         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
34608         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
34610 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
34612         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
34614 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
34616         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
34617         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
34618         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
34620 2010-05-01  Alan Modra  <amodra@gmail.com>
34622         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
34623         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
34624         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
34625         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
34626         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
34627         tidying.  Don't tail-call __sigjmp_save for static lib.
34628         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
34629         save location.
34630         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
34631         (CALL_MCOUNT): Add eh info, and nop after bl.
34632         (TAIL_CALL_SYSCALL_ERROR): New macro.
34633         (PSEUDO_RET): Use it.
34634         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
34635         Correct save location of integer regs and cr.
34636         (_dl_profile_resolve): Correct cr save location.  Delete nops
34637         after bl when SHARED.  Reduce cfi size a little by better
34638         placement of cfi directives.
34639         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
34640         make a stack frame.  Instead use parm save area as a temp.
34641         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
34642         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
34643         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
34644         Don't make a stack frame for parent, use parm save area.
34645         Increase child stack frame to 112 bytes.  Don't save unused reg,
34646         and adjust reg usage.  Set up cfi on error recovery and
34647         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
34648         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
34649         (__makecontext): Add dummy nop after jump to exit.
34650         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
34651         Use correct parm save area and cr save, reduce stack frame.
34652         Correct cfi for possible PSEUDO_RET frame setup.
34653         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
34654         Branch to local label emitted by PSEUDO_RET rather than
34655         __syscall_error.
34657 2010-08-12  Andreas Schwab  <schwab@redhat.com>
34659         [BZ #11904]
34660         * locale/programs/locale.c (print_assignment): New function.
34661         (show_locale_vars): Use it.
34663 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
34665         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
34666         field.
34667         (struct statfs64): Likewise.
34668         (_STATFS_F_FLAGS): Define.
34669         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
34670         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
34671         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
34672         (ST_VALID): Define locally.
34673         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
34674         __statvfs_getflags, use the provided value.
34675         * sysdeps/unix/sysv/linux/kernel-features.h: Define
34676         __ASSUME_STATFS_F_FLAGS.
34678         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
34680         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
34681         Add sys/fanotify.h.
34682         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
34683         fanotify_mask for GLIBC_2.13.
34684         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
34685         fanotify_init and fanotify_mark.
34686         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
34687         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
34689         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
34690         Add prlimit.
34691         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
34692         prlimit64 for GLIBC_2.13.
34693         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
34694         prlimit64.
34695         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
34696         syscall.
34697         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
34698         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
34699         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
34700         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
34701         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
34702         add prlimit alias.
34703         * sysdeps/unix/sysv/linux/prlimit.c: New file.
34705         [BZ #11903]
34706         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
34707         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
34709         * nss/Makefile: Add rules to build and run tst-nss-test1.
34710         * shlib-versions: Add entry for libnss_test1.
34711         * nss/nss_test1.c: New file.
34712         * nss/tst-nss-test1.c: New file.
34714         * nss/nsswitch.c (__nss_database_custom): Define new variable.
34715         (__nss_configure_lookup): Set appropriate entry in
34716         __nss_configure_lookup to true.
34717         * nss/nsswitch.h: Define enum with indeces of databases in
34718         databases and __nss_database_custom arrays.  Declare
34719         __nss_database_custom.
34720         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
34721         to avoid using nscd when custom rules are installed.
34722         * nss/getXXbyYY_r.c: Likewise.
34723         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
34725         * nss/nss_files/files-parse.c: Whitespace fixes.
34727 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
34729         [BZ #11883]
34730         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
34731         * posix/fnmatch_loop.c: Likewise.
34733 2010-07-17  Andi Kleen  <ak@linux.intel.com>
34735         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
34736         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
34737         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
34738         * Versions.def [GLIBC_2.13]: Add.
34740 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
34742         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
34743         Also fail if tpwd after pwuid call is NULL.
34745 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
34747         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
34748         when converting to ms.
34750 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
34752         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
34753         EOPNOTSUPP errors with ENOTTY.
34754         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
34755         EOPNOTSUPP errors with ENOTTY.
34757 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
34759         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
34760         Add strcasecmp_l-ssse3.
34761         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
34762         strcasecmp.
34763         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
34764         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
34765         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
34767 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
34769         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
34771         * string/Makefile (strop-tests): Add strcasecmp.
34772         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
34773         strcasecmp_l-nonascii.
34774         (gen-as-const-headers): Add locale-defines.sym.
34775         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
34776         * sysdeps/x86_64/strcasecmp.S: New file.
34777         * sysdeps/x86_64/strcasecmp_l.S: New file.
34778         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
34779         * sysdeps/x86_64/locale-defines.sym: New file.
34780         * string/test-strcasecmp.c: New file.
34782         * string/test-strcasestr.c: Test both ends of the range of characters.
34783         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
34785 2010-07-29  Roland McGrath  <roland@redhat.com>
34787         [BZ #11856]
34788         * manual/locale.texi (Yes-or-No Questions): Fix example code.
34790 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
34792         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
34793         for ld.so.
34795 2010-07-27  Andreas Schwab  <schwab@redhat.com>
34797         * manual/memory.texi (Malloc Tunable Parameters): Document
34798         M_PERTURB.
34800 2010-07-26  Roland McGrath  <roland@redhat.com>
34802         [BZ #11840]
34803         * configure.in (-fgnu89-inline check): Set and substitute
34804         gnu89_inline, not libc_cv_gnu89_inline.
34805         * configure: Regenerated.
34806         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
34808 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
34810         * string/test-strnlen.c: New file.
34811         * string/Makefile (strop-tests): Add strnlen.
34812         * string/tester.c (test_strnlen): Add a few more test cases.
34813         * string/tst-strlen.c: Better error reporting.
34815         * sysdeps/x86_64/strnlen.S: New file.
34817 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
34819         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
34820         lower-latency instructions.
34822 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
34824         * string/test-strcasestr.c: New file.
34825         * string/test-strstr.c: New file.
34826         * string/Makefile (strop-tests): Add strstr and strcasestr.
34827         * string/str-two-way.h: Don't undefine MAX.
34828         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
34830 2010-07-21  Andreas Schwab  <schwab@redhat.com>
34832         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
34833         strcasestr-nonascii.
34834         (CFLAGS-strcasestr-nonascii.c): Define.
34835         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
34836         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
34837         Remove unused attribute.
34839 2010-07-20  Roland McGrath  <roland@redhat.com>
34841         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
34842         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
34843         ld.so.cache was broken.  With it, there is no way to disable dsocaps
34844         like LD_HWCAP_MASK can disable hwcaps.
34846 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
34848         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
34850 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
34852         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
34853         call in strcasestr.
34854         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
34855         __strcasestr_sse42_nonascii.
34856         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
34857         strcasestr-nonascii.c.
34858         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
34860 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
34862         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
34863         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
34864         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
34865         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
34867 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
34869         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
34870         fcntl.
34872 2010-07-06  Andreas Schwab  <schwab@redhat.com>
34874         [BZ #11577]
34875         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
34876         dl_signal_cerror.
34878 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
34880         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
34881         _PC_PIPE_BUF using F_GETPIPE_SZ.
34883 2010-07-05  Roland McGrath  <roland@redhat.com>
34885         * manual/arith.texi (Rounding Functions): Fix rint description
34886         implicit in round description.
34888 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
34890         * elf/Makefile: Fix linking for a few tests to make recent linker
34891         happy.
34893 2010-06-30  Andreas Schwab  <schwab@redhat.com>
34895         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
34896         $(common-objpfx)libc_nonshared.a.
34898 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
34900         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
34901         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
34902         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
34903         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
34904         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
34905         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
34906         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
34907         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
34908         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
34909         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
34910         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
34911         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
34912         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
34913         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
34914         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
34915         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
34916         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
34917         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
34918         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
34919         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
34920         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
34921         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
34922         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
34923         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
34924         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
34925         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
34926         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
34927         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
34928         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
34929         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
34930         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
34931         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
34932         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
34933         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
34934         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
34935         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
34936         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
34937         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
34938         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
34939         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
34940         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
34941         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
34942         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
34943         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
34944         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
34945         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
34946         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
34947         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
34949 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
34951         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
34952         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
34953         * string/memmove.c (memmove): Renamed to ...
34954         (MEMMOVE): ...this.  Default to memmove.
34955         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
34956         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
34957         (END_CHK): Define.
34958         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
34959         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
34960         mempcpy-ssse3-back memmove-ssse3-back.
34961         * sysdeps/x86_64/multiarch/bcopy.S: New file .
34962         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
34963         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
34964         * sysdeps/x86_64/multiarch/memcpy.S: New file.
34965         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
34966         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
34967         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
34968         * sysdeps/x86_64/multiarch/memmove.c: New file.
34969         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
34970         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
34971         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
34972         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
34973         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
34974         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
34975         Define.
34976         (index_Fast_Copy_Backward): Define.
34977         (HAS_ARCH_FEATURE): Define.
34978         (HAS_FAST_REP_STRING): Define.
34979         (HAS_FAST_COPY_BACKWARD): Define.
34981 2010-06-21  Andreas Schwab  <schwab@redhat.com>
34983         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
34984         Restore proper fallback handling.
34986 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
34988         [BZ #11701]
34989         * posix/group_member.c (__group_member): Correct checking loop.
34991         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
34992         OOM in getpwuid_r correctly.  Return error number when the caller
34993         should return, otherwise -1.
34994         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
34995         call returning > 0 value.
34996         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
34998 2010-06-07  Andreas Schwab  <schwab@redhat.com>
35000         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
35001         libc_nonshared.a from targets in modules-names.
35003 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
35005         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
35006         requires it.
35008 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
35010         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
35011         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
35012         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
35013         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
35015 2010-06-02  Andreas Schwab  <schwab@redhat.com>
35017         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
35019 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
35021         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
35022         and F_GETPIPE_SZ.
35023         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
35024         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
35025         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
35026         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
35027         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
35028         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
35030 2010-06-14  Roland McGrath  <roland@redhat.com>
35032         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
35034 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
35036         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
35037         __REDIRECT followed by __THROW.
35038         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
35039         * posix/getopt.h (getopt): Likewise.
35041 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
35043         * hurd/lookup-at.c (__file_name_lookup_at): Accept
35044         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
35045         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
35046         in AT_FLAGS.
35047         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
35048         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
35050 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
35052         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
35054 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
35056         [BZ #11640]
35057         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
35058         Properly check family and model.
35060 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
35062         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
35064 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
35066         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
35068 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
35070         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
35071         symbol reference.
35073 2010-05-19  Andreas Schwab  <schwab@redhat.com>
35075         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
35076         symbol reference.
35078 2010-05-21  Andreas Schwab  <schwab@redhat.com>
35080         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
35081         and internal_recvmmsg.
35082         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
35083         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
35084         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
35085         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
35087         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
35088         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
35089         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
35091 2010-05-20  Andreas Schwab  <schwab@redhat.com>
35093         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
35095 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
35097         POWER7 optimizations.
35098         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
35099         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
35101 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
35103         * version.h: Update for 2.13 development version.
35105 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
35107         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
35108         exceptions.  Return 0.
35110 2010-05-07  Roland McGrath  <roland@redhat.com>
35112         * elf/ldconfig.c (main): Add a const.
35114 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
35116         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
35117         (args_options): Add no-idn option.
35118         (ahosts_keys_int): Add idn_flags to ai_flags.
35119         (parse_option): Handle 'i' option to clear idn_flags.
35121         * malloc/malloc.c (_int_free): Possible race in the most recently
35122         added check.  Only act on the data if no current modification
35123         happened.
35125 See ChangeLog.17 for earlier changes.