2012-10-03 Steve Ellcey <sellcey@mips.com>
[glibc.git] / ChangeLog
bloba19491f06c67004ad57335a5d20d61613bf0f6eb
1 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
3         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
4         _SC_LEVEL4_CACHE_LINESIZE.
6 2012-10-03  Roland McGrath  <roland@hack.frob.com>
8         * sysdeps/unix/bsd/confstr.h: File removed.
10 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
12         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
13         sys/sdt-config.h.
15 2012-10-02  Roland McGrath  <roland@hack.frob.com>
17         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
18         Make 'mapoff' field ElfW(Off) rather than off_t.
20 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
22         * nscd/Makefile: Remove nscd-cflags and all its users.
23         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
24         (CFLAGS-nonlib): Add compiler flags for nscd modules.
26         [BZ #10631]
27         * malloc.c (malloc_printerr): Clarify error message.
29 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
31         [BZ #14648]
32         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
33         Set bit_FMA_Usable if FMA is supported.
34         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
35         macro.
36         (bit_FMA4_Usable): Updated.
37         (index_FMA_Usable): New macro.
38         (CPUID_FMA): Likewise
39         (HAS_FMA): Defined with bit_FMA_Usable.
41 2012-10-01  Roland McGrath  <roland@hack.frob.com>
43         * bits/types.h (__swblk_t): Type removed.
44         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
45         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
46         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
47         (__SWBLK_T_TYPE): Likewise.
48         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
49         (__SWBLK_T_TYPE): Likewise.
50         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
51         (__SWBLK_T_TYPE): Likewise.
52         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
53         (__SWBLK_T_TYPE): Likewise.
55 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
56             Honza Horak <hhorak@redhat.com>
58         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
59         (xdr_mapname): Use YPMAXMAP as maxsize.
60         (xdr_peername): Use YPMAXPEER as maxsize.
61         (xdr_keydat): Use YPAXRECORD as maxsize.
62         (xdr_valdat): Use YPMAXRECORD as maxsize.
64 2012-10-01  Roland McGrath  <roland@hack.frob.com>
66         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
68         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
69         * csu/init-first.c: ... here.
70         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
71         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
72         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
73         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
74         * sysdeps/i386/init-first.c: File removed.
75         * sysdeps/sh/init-first.c: File removed.
77 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
79         [BZ #14645]
80         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
81         if x * y might underflow to zero and z is zero.
82         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
83         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
84         * math/libm-test.inc (min_subnorm_value): New variable.
85         (fma_test): Add more tests.
86         (fma_test_towardzero): Likewise.
87         (fma_test_downward): Likewise
88         (fma_test_upward): Likewise.
89         (initialize): Set min_subnorm_value.
91 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
93         [BZ #14638]
94         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
95         0 + 0.
96         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
97         mode for addition resulting in exact zero.
98         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
99         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
100         exact 0 + 0.
101         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
102         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
103         * math/libm-test.inc (fma_test): Add more tests.
104         (fma_test_towardzero): New function.
105         (fma_test_downward): Likewise.
106         (fma_test_upward): Likewise.
107         (main): Call the new functions.
109 2012-09-28  David S. Miller  <davem@davemloft.net>
111         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
113 2012-09-28  Roland McGrath  <roland@hack.frob.com>
115         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
116         instead of SIGALRM.
118         * sysdeps/gnu/_G_config.h: Moved to ...
119         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
120         * sysdeps/mach/hurd/_G_config.h: Moved to ...
121         * sysdeps/generic/_G_config.h: ... here.
123         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
125         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
127         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
128         Conditionalize target on [libnss_test1.so-version].
130         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
132         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
133         (elfobjdir): Move out of conditionals.
135         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
136         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
137         (__nss_lookup_function): Conditionalize label remove_from_tree on
138         [!DO_STATIC_NSS || SHARED], matching its only use.
140 2012-09-28  David S. Miller  <davem@davemloft.net>
142         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
143         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
144         file.
145         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
146         sysdep_routines.
147         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
148         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
149         when HWCAP_SPARC_CRYPTO is present.
151 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
153         * io/tst-mknodat.c: Create a FIFO instead of a socket.
155 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
157         [BZ #6530]
158         * stdio-common/vfprintf.c (process_string_arg): Revert
159         2000-07-22 change.
161 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
163         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
164         for testcase.
165         * stdio-common/tst-sprintf.c: Include <locale.h>
166         (main): Test sprintf's handling of incomplete multibyte
167         characters.
169 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
171         * elf/dl-runtime.c (VERSYMIDX): Removed.
172         * elf/dl-version.c (VERSYMIDX): Likewise.
173         * elf/do-rel.h (VERSYMIDX): Likewise.
174         (VALIDX): Likewise.
175         * elf/dynamic-link.h (VERSYMIDX): Likewise.
176         * elf/rtld.c (VALIDX): Likewise.
177         (ADDRIDX): Likewise.
178         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
179         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
180         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
181         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
182         (VALIDX): Likewise.
183         (ADDRIDX): Likewise.
185 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
187         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
189 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
191         [BZ #11438]
192         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
193         to global scope.
194         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
195         addresses are in the same scope as 192.0.2/24.
196         * posix/gai.conf: Document new scope table defaults.
198 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
200         [BZ #5298]
201         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
202         for ftell.  Compute offsets from write pointers instead.
203         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
205 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
207         [BZ #14543]
208         * libio/Makefile (tests): New test case tst-fseek.
209         * libio/tst-fseek.c: New test case to verify that fseek/ftell
210         combination works in wide mode.
211         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
212         state when the external buffer state changes.
214 2012-09-27  David S. Miller  <davem@davemloft.net>
216         [BZ #14376]
217         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
218         pass reloc->r_addend in as the 'high' argument to
219         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
221         * sysdeps/sparc/fpu/libm-test-ulps: Update.
223 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
225         * rt/tst-aio2.c: Include <pthread.h>.
226         * rt/tst-aio3.c: Likewise.
228 2012-09-27  Steve Ellcey  <sellcey@mips.com>
230         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
232 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
234         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
235         contents on [SHARED].
237 2012-09-26  Marek Polacek  <polacek@redhat.com>
239         [BZ #14530]
240         [BZ #13741]
241         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
242         for C++ and GCC <4.3 as well as for non GCC compilers.
244 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
246         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
248 2012-09-25  Roland McGrath  <roland@hack.frob.com>
250         * Makefile.in (all, install): Declare with .PHONY.
251         Reported by Michael Hope <michael.hope@linaro.org>.
253 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
255         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
256         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
257         system header.
258         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
259         Likewise.
260         (sydep_routines): Add the new and the internal functions.
261         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
262         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
263         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
264         (GLIBC_2.17): Add the new function.
265         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
266         (GLIBC_2.17): Likewise.
267         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
268         (GLIBC_2.17): Likewise.
269         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
270         (GLIBC_2.17): Likewise.
271         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
273 2012-09-25  Alan Modra  <amodra@gmail.com>
275         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
276         Add release barrier before setting once_control to say
277         initialisation is done.  Add hints on lwarx.  Use macro in
278         place of isync.
279         (clear_once_control): Add release barrier.
281 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
283         [BZ #13629]
284         * math/s_clog.c (__clog): Handle more values close to |z| = 1
285         specially.
286         * math/s_clog10.c (__clog10): Likewise.
287         * math/s_clog10f.c (__clog10f): Likewise.
288         * math/s_clog10l.c (__clog10l): Likewise.
289         * math/s_clogf.c (__clogf): Likewise.
290         * math/s_clogl.c (__clogl): Likewise.
291         * math/Makefile (libm-calls): Add x2y2m1.
292         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
293         (__x2y2m1): Likewise.
294         (__x2y2m1l): Likewise.
295         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
296         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
297         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
298         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
299         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
300         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
301         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
302         * sysdeps/i386/fpu/libm-test-ulps: Update.
303         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
305         [BZ #14621]
306         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
307         int as type of variable DEPTH.
308         (glob): Use size_t instead of int as type of variables NEWCOUNT
309         and OLD_PATHC.
311 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
313         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
314         Add s_sincosf-sse2.
315         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
316         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
317         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
318         macros for using routine as __sincosf_ia32.
319         Use macro for function declaration and weak_alias.
320         * sysdeps/i386/fpu/libm-test-ulps: Update.
322         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
323         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
325         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
326         subnormal argument.
327         * math/s_cexpf.c (__cexpf): Likewise.
328         * math/s_csinf.c (__csinf): Likewise.
329         * math/s_csinhf.c (__csinhf): Likewise.
330         * math/s_ctanf.c (__ctanf): Likewise.
331         * math/s_ctanhf.c (__ctanhf): Likewise.
332         * math/s_ccosh.c (__ccoshf): Likewise.
333         * math/s_cexp.c (__cexpl): Likewise.
334         * math/s_csin.c (__csin): Likewise.
335         * math/s_csinh.c (__csinh): Likewise.
336         * math/s_ctan.c (__ctan): Likewise.
337         * math/s_ctanh.c (ctanh): Likewise.
338         * math/s_ccoshl.c (__ccoshl): Likewise.
339         * math/s_cexpl.c (__cexpl): Likewise.
340         * math/s_csinl.c (__csinl): Likewise.
341         * math/s_csinhl.c (__csinhl): Likewise.
342         * math/s_ctanl.c (__ctanl): Likewise.
343         * math/s_ctanhl.c (__ctanhl): Likewise.
345 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
347         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
348         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
349         (_IO_off_t): Define to __off_t, not _G_off_t.
350         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
351         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
352         (_IO_wint_t): Define to wint_t, not _G_wint_t.
353         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
354         type of __dummy and __dummy2 fields.
355         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
356         (_G_ssize_t): Likewise.
357         (_G_off_t): Likewise.
358         (_G_pid_t): Likewise.
359         (_G_uid_t): Likewise.
360         (_G_wchar_t): Likewise.
361         (_G_wint_t): Likewise.
362         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
363         (_G_ssize_t): Likewise.
364         (_G_off_t): Likewise.
365         (_G_pid_t): Likewise.
366         (_G_uid_t): Likewise.
367         (_G_wchar_t): Likewise.
368         (_G_wint_t): Likewise.
369         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
370         (_G_ssize_t): Likewise.
371         (_G_off_t): Likewise.
372         (_G_pid_t): Likewise.
373         (_G_uid_t): Likewise.
374         (_G_wchar_t): Likewise.
375         (_G_wint_t): Likewise.
377 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
379         * malloc/arena.c: Include malloc-sysdep.h.
380         (shrink_heap): Use check_may_shrink_heap to decide if madvise
381         is sufficient to shrink the heap or an unmap is needed.
382         * sysdeps/generic/malloc-sysdep.h: New file.  Define
383         new function check_may_shrink_heap.
384         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
385         new function check_may_shrink_heap.
387 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
389         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
390         comments.
392 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
394         * catgets/test-gencat.sh: Add "set -e".
395         * elf/tst-pathopt.sh: Likewise.
396         * grp/tst_fgetgrent.sh: Likewise.
397         * iconvdata/run-iconv-test.sh: Likewise.
398         * intl/tst-gettext.sh: Likewise.
399         * intl/tst-gettext2.sh: Likewise.
400         * intl/tst-gettext4.sh: Likewise.
401         * intl/tst-gettext6.sh: Likewise.
402         * intl/tst-translit.sh: Likewise.
403         * io/ftwtest-sh: Likewise.
404         * libio/test-freopen.sh: Likewise.
405         * malloc/tst-mtrace.sh: Likewise.
406         * posix/globtest.sh: Likewise.
407         * posix/tst-getconf.sh: Likewise.
408         * posix/wordexp-tst.sh: Likewise.
409         * stdio-common/tst-printf.sh: Likewise.
410         * stdio-common/tst-unbputc.sh: Likewise.
411         * stdlib/tst-fmtmsg.sh: Likewise.
412         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
413         * catgets/Makefile: Do not specify -e option when running
414         testsuite shell scripts.
415         * elf/Makefile: Likewise.
416         * grp/Makefile: Likewise.
417         * iconvdata/Makefile: Likewise.
418         * intl/Makefile: Likewise.
419         * io/Makefile: Likewise.
420         * libio/Makefile: Likewise.
421         * malloc/Makefile: Likewise.
422         * posix/Makefile: Likewise.
423         * stdio-common/Makefile: Likewise.
424         * stdlib/Makefile: Likewise.
425         * sysdeps/x86_64/Makefile: Likewise.
427         * io/ftwtest-sh: Add copyright header.
428         * posix/globtest.sh: Likewise.
429         * posix/tst-getconf.sh: Likewise.
430         * posix/wordexp-tst.sh: Likewise.
431         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
433 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
435         [BZ #13679]
436         * Makeconfig (+link): Defined as $(+link-static) if
437         $(build-shared) isn't yes.
438         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
439         isn't yes.
440         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
442         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
444         [BZ #14562]
445         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
446         new chunk size with MALLOC_ALIGN_MASK.
448 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
450         [BZ #5044]
451         * stdio-common/printf_fphex.c: Include <stdbool.h> and
452         <rounding-mode.h>.
453         (__printf_fphex): Determine rounding using get_rounding_mode and
454         round_away.
455         * stdio-common/tst-printf-round.c (struct hex_test): New
456         structure.
457         (hex_tests): New variable.
458         (test_hex_in_one_mode): New function.
459         (do_test): Also run tests for hex float output.
461 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
463         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
464         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
465         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
466         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
467         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
468         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
469         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
470         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
472 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
474         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
475         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
476         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
477         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
479 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
481         [BZ #14579]
482         * elf/rtld.c (dl_main): Limit the check for self loading to normal
483         mode only.
484         * elf/tst-rtld-load-self.sh: New test.
485         * elf/Makefile: Run it.
487 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
489         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
490         (tst-writev-ENV): Remove.
491         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
493 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
495         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
497 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
499         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
500         unconditional.
501         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
502         Likewise.
503         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
504         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
505         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
506         Likewise.
508 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
510         [BZ #14587]
511         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
512         * config.make.in (have-cpp-asm-debuginfo): Removed.
513         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
514         * configure: Regenerated.
516 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
518         [BZ #5044]
519         * stdio-common/printf_fp.c: Include <stdbool.h> and
520         <rounding-mode.h>.
521         (___printf_fp): Determine rounding using get_rounding_mode and
522         round_away.
523         * stdio-common/tst-printf-round.c: New file.
524         * stdio-common/Makefile (tests): Add tst-printf-round.
525         (link-libm): New variable.
526         ($(objpfx)tst-printf-round): Depend in $(link-libm).
528 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
530         [BZ #14576]
531         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
532         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
533         Likewise.
534         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
535         Likewise.
537 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
539         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
540         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
541         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
542         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
544 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
546         [BZ #14518]
547         * include/rounding-mode.h: New file.
548         * sysdeps/generic/get-rounding-mode.h: Likewise.
549         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
550         * stdlib/strtod_l.c: Include <rounding-mode.h>.
551         (MAX_VALUE): New macro.
552         (MIN_VALUE): Likewise.
553         (overflow_value): New function.
554         (underflow_value): Likewise.
555         (round_and_return): Use overflow_value and underflow_value to
556         determine return values in overflow and underflow cases.  Use
557         round_away to determine rounding depending on rounding mode.
558         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
559         determine return values in overflow and underflow cases.
560         * stdlib/tst-strtod-round.c: Include <fenv.h>.
561         (struct test_results): New structure.
562         (struct test): Use struct test_results to store expected results
563         for all rounding modes.
564         (TEST): Include expected results for all rounding modes.
565         (test_in_one_mode): New function.
566         (do_test): Use test_in_one_mode to compute and check results.
567         Check results for all rounding modes.
568         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
569         $(link-libm).
571 2012-12-09  Allan McRae  <allan@archlinux.org>
573         * sysdeps/i386/fpu/libm-test-ulps: Update
575 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
577         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
578         (_G_int32_t): Likewise.
579         (_G_uint16_t): Likewise.
580         (_G_uint32_t): Likewise.
581         (_G_HAVE_BOOL): Likewise.
582         (_G_HAVE_ATEXIT): Likewise.
583         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
584         (_G_HAVE_IO_FILE_OPEN): Likewise.
585         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
586         (_G_int32_t): Likewise.
587         (_G_uint16_t): Likewise.
588         (_G_uint32_t): Likewise.
589         (_G_HAVE_BOOL): Likewise.
590         (_G_HAVE_ATEXIT): Likewise.
591         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
592         (_G_HAVE_IO_FILE_OPEN): Likewise.
593         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
594         (_G_int32_t): Likewise.
595         (_G_uint16_t): Likewise.
596         (_G_uint32_t): Likewise.
597         (_G_HAVE_BOOL): Likewise.
598         (_G_HAVE_ATEXIT): Likewise.
599         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
600         (_G_HAVE_IO_FILE_OPEN): Likewise.
602 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
604         * csu/libc-tls.c: Update copyright years.
606 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
608         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
609         [!_G_USING_THUNKS]: Remove conditional code.
610         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
611         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
613         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
614         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
615         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
616         (_G_VTABLE_LABEL_PREFIX): Likewise.
617         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
618         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
619         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
620         (_G_VTABLE_LABEL_PREFIX): Likewise.
621         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
622         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
623         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
624         (_G_VTABLE_LABEL_PREFIX): Likewise.
625         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
627 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
629         * libio/Makefile: Include ../Makeconfig before tests.
630         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
631         only if $(build-shared) is yes.
633         * iconv/gconv_db.c: Update copyright years.
635 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
637         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
638         unwind info if defined PIC. Fix special cases description.
639         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
641         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
642         DP_HI_MASK entry.
643         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
645 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
647         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
649         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
650         is NULL.
652         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
653         (LDLIBS-tst-chk4): This.
654         (LDFLAGS-tst-chk5): Renamed to ...
655         (LDLIBS-tst-chk5): This.
656         (LDFLAGS-tst-chk6): Renamed to ...
657         (LDLIBS-tst-chk6): This.
658         (LDFLAGS-tst-lfschk4): Renamed to ...
659         (LDLIBS-tst-lfschk4): This.
660         (LDFLAGS-tst-lfschk5): Renamed to ...
661         (LDLIBS-tst-lfschk5): This.
662         (LDFLAGS-tst-lfschk6): Renamed to ...
663         (LDLIBS-tst-lfschk6): This.
665         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
666         on $(common-objpfx)soversions.mk.
668 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
670         [BZ #10014]
671         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
672         example host name.
674 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
676         * malloc/arena.c (arena_get_retry): New function that gets
677         another arena for the caller to try its request on.
678         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
679         current arena cannot fulfill the request.
680         (__libc_memalign): Likewise.
681         (__libc_memalign): Likewise.
682         (__libc_pvalloc): Likewise.
683         (__libc_calloc): Likewise.
685 2012-09-05  John Tobey  <john.tobey@gmail.com>
687         [BZ #13542]
688         * manual/arith.texi (Operations on Complex): Fix description
689         of carg branch cut.
691 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
693         [BZ #10014]
694         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
695         host name.
697         [BZ #10038]
698         * manual/memory.texi (Memory): Make order of menu items match
699         order of sections.
701 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
703         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
704         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
705         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
707 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
709         * csu/libc-tls.c (static_dtv): Renamed to ...
710         (_dl_static_dtv): This.  Make it global.
711         (_dl_initial_dtv): Removed.
712         (__libc_setup_tls): Updated.
713         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
714         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
715         DL_INITIAL_DTV.
717 2012-09-06  Petr Machata  <pmachata@redhat.com>
719         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
720         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
721         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
722         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
724 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
726         [BZ #14545]
727         * csu/libc-tls.c (_dl_initial_dtv): New variable.
728         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
729         freeing dtv[-1].
731 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
733         [BZ #14544]
734         * Makeconfig (link-static-before-libc): Replace $(+prector)
735         with $(+prectorT).
736         (link-static-after-libc): Replace $(+postctor) with
737         $(+postctorT).
738         (link-bounded): Replace $(+prector)/$(+postctor) with
739         $(+prectorT)/$(+postctorT).
740         (+prectorT): New macro.
741         (+postctorT): Likewise.
743 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
745         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
746         (round_str): Handle values above the maximum for IBM long double
747         as inexact.
748         * stdlib/tst-strtod-round.c (tests): Regenerated.
750 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
752         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
753         assembler flag.
754         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
755         zarch_nohighgprs around the zarch optimized routines.
756         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
757         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
758         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
759         for zarch.
761 2012-09-05  David S. Miller  <davem@davemloft.net>
763         * sysdeps/sparc/fpu/libm-test-ulps: Update.
765         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE,
766         HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
767         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
768         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
769         entries.
771 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
773         * malloc/arena.c: Fold copyright years.
774         * malloc/mcheck.c, malloc/memusage.c: Likewise.
776 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
778         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
780 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
782         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
784 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
786         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
787         change internal state upon failure.
789 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
791         * malloc/mcheck.c (mcheck_check_all): Fix typo.
792         * malloc/memusage.c (mmap): Likewise.
793         (mmap64, mremap): Likewise.  Adjust name in comment.
795 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
797         * libio/fileops.c: Fix typos in comments.
798         * libio/oldfileops.c: Likewise.
799         * libio/wfileops.c: Likewise.
801 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
803         [BZ #1349]
804         * malloc/Makefile (tests): Add tst-malloc-usable test case.
805         (tst-malloc-usable-ENV): Set environment for test case.
806         * malloc/hooks.c (malloc_check_get_size): New function to get
807         requested size.
808         * malloc/malloc.c (musable): Use malloc_check_get_size.
809         * malloc/tst-malloc-usable.c: New test case.
811 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
813         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
815 2012-09-05  Allan McRae  <allan@archlinux.org>
817         [BZ #13966]
818         * configure.in (CXX_SYSINCLUDES): Use compiler output to
819         determine header location.
820         * configure: Regenerated.
822 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
824         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
825         float format.
826         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
827         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
828         format.
829         (test): Regenerate.
831 2012-09-04  David S. Miller  <davem@davemloft.net>
833         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
834         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
835         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
837 2012-09-04  Florian Weimer  <fweimer@redhat.com>
839         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
840         failures.
842         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
844 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
846         [BZ #9914]
847         * libio/iogetdelim.c: Include <limits.h>.
848         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
849         + len + 1 would overflow.
851 2012-09-03  Andreas Jaeger  <aj@suse.de>
853         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
854         * sysdeps/i386/fpu/libm-test-ulps: Update.
856 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
858         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
859         Add s_sinf-sse2, s_conf-sse2.
861         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
862         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
863         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
864         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
866         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
867         for using routine as __sinf_ia32.
868         Use macro for function declaration and weak_alias.
869         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
870         for using routine as __cosf_ia32.
871         Use macro for function declaration and weak_alias.
873         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
874         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
876         * sysdeps/x86_64/fpu/s_sinf.S: New file.
877         * sysdeps/x86_64/fpu/s_cosf.S: New file.
878         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
880         * math/libm-test.inc (cos_test): Add more test cases.
881         (sin_test): Likewise.
882         (sincos_test): Likewise.
884 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
886         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
887         (IFUNC_RESOLVE): Make pointers to the specialized implementations
888         hidden.
889         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
891 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
893         [BZ #14538]
894         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
895         first element of the GOT.
896         (elf_machine_load_address): Return the difference between
897         the runtime address of _DYNAMIC and elf_machine_dynamic ().
899 2012-09-01  Allan McRae  <allan@archlinux.org>
901         [BZ #13412]
902         * configure.in (AWK): Require gawk version 3.0 or later.
903         * configure: Regenerated.
905 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
907         * sysdeps/unix/sysv/linux/kernel-features.h
908         (__ASSUME_POSIX_CPU_TIMERS): Remove.
909         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
910         [__NR_clock_getres]: Make code unconditional.
911         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
912         (clock_getcpuclockid): Remove code left unreachable by removal of
913         conditionals.
914         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
915         code unconditional.
916         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
917         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
918         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
919         Make code unconditional.
920         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
921         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
922         * sysdeps/unix/sysv/linux/clock_settime.c
923         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
924         conditional code.
925         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
926         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
928 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
930         [BZ #14476]
931         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
932         scripts/test-installation.pl.
934         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
935         and $ld_so_version if it is set.
937 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
939         [BZ #14516]
940         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
941         failure if reading from procfs failed.
942         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
944 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
946         * sysdeps/unix/sysv/linux/kernel-features.h
947         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
948         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
949         Remove conditional code.
950         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
951         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
952         Remove conditional code.
953         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
954         * sysdeps/unix/sysv/linux/i386/fxstat.c
955         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
956         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
957         * sysdeps/unix/sysv/linux/i386/fxstatat.c
958         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
959         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
960         * sysdeps/unix/sysv/linux/i386/lxstat.c
961         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
962         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
963         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
964         Remove conditional code.
965         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
966         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
967         Remove conditional code.
968         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
969         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
970         <kernel-features.h>.
971         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
972         Remove.
973         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
974         Remove conditional code.
975         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
976         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
977         Remove conditional.
979 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
981         [BZ #5400]
982         * NEWS: Add fixed bug number.
984 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
986         [BZ #14519]
987         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
988         underflowing exponent in case of negative sign.
989         * stdlib/tst-strtod-round-data: Add more tests.
990         * stdlib/tst-strtod-round.c (tests): Regenerated.
992         [BZ #3479]
993         * stdlib/strtod_l.c (NDIG): Remove.
994         (HEXNDIG): Likewise.
995         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
996         smallest representable value.
997         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
998         lie within an exact representation of 1/2 ulp of the result.
999         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
1000         unconditionally.
1001         (TENS_P9_IDX): Define unconditionally.
1002         (TENS_P9_SIZE): Likewise.
1003         (TENS_P10_IDX): Likewise.
1004         (TENS_P10_SIZE): Likewise.
1005         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
1006         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
1007         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
1008         entries for 10^2^13 and 10^2^14.
1009         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
1010         (TENS_P13_IDX): Define.
1011         (TENS_P13_SIZE): Likewise.
1012         (TENS_P14_IDX): Likewise.
1013         (TENS_P14_SIZE): Likewise.
1014         (_fpioconst_pow10): Change array size to
1015         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
1016         unconditional.
1017         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
1018         1024]: Add entries for 10^2^13 and 10^2^14.
1019         [LAST_POW10 > _LAST_POW10]: Remove #error.
1020         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
1021         (_fpioconst_pow10): Change array size to
1022         FPIOCONST_POW10_ARRAY_SIZE.
1023         * stdlib/gen-fpioconst.c: New file.
1024         * stdlib/gen-tst-strtod-round.c: Likewise.
1025         * stdlib/tst-strtod-round-data: Likewise.
1026         * stdlib/tst-strtod-round.c: Likewise.
1027         * stdlib/Makefile (tests): Add tst-strtod-round.
1029         [BZ #14459]
1030         * stdlib/strtod_l.c: Include <stdint.h>.
1031         (NDEBUG): Do not define.
1032         (round_and_return): Change EXPONENT parameter to type intmax_t.
1033         Rearrange calculations to avoid internal overflow possibilities.
1034         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
1035         Rearrange calculations to avoid internal overflow possibilities.
1036         Assert that number fits inside MPNSIZE limbs.
1037         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
1038         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
1039         calculations and add assertions to avoid internal overflow
1040         possibilities.  Add casts to avoid signed/unsigned operations.
1041         * stdlib/tst-strtod-overflow.c: New file.
1042         * stdlib/Makefile (tests): Add tst-strtod-overflow.
1044 2012-08-25  Marek Polacek  <polacek@redhat.com>
1046         * time/time.h: Fix some typos in comments.
1048 2012-08-23  Roland McGrath  <roland@hack.frob.com>
1050         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
1051         * posix/tst-rfc3484-2.c: Likewise.
1052         * posix/tst-rfc3484-3.c: Likewise.
1054 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
1056         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
1057         (EF_ARM_ABI_FLOAT_HARD): Likewise.
1059 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
1061         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
1062         #include of fxstatat64.c.
1064 2012-08-22  Roland McGrath  <roland@hack.frob.com>
1066         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
1067         * shadow/getspent_r.c: Likewise.
1068         * shadow/getspnam.c: Likewise.
1069         * shadow/getspnam_r.c: Likewise.
1070         * gshadow/getsgent.c: Likewise.
1071         * gshadow/getsgent_r.c: Likewise.
1072         * gshadow/getsgnam.c: Likewise.
1073         * gshadow/getsgnam_r.c: Likewise.
1074         * inet/getnetbyad.c: Likewise.
1075         * inet/getnetbyad_r.c: Likewise.
1076         * inet/getnetbynm.c: Likewise.
1077         * inet/getnetbynm_r.c: Likewise.
1078         * inet/getnetent.c: Likewise.
1079         * inet/getnetent_r.c: Likewise.
1080         * inet/getproto.c: Likewise.
1081         * inet/getproto_r.c: Likewise.
1082         * inet/getprtent.c: Likewise.
1083         * inet/getprtent_r.c: Likewise.
1084         * inet/getprtname.c: Likewise.
1085         * inet/getprtname_r.c: Likewise.
1086         * inet/getrpcbyname.c: Likewise.
1087         * inet/getrpcbyname_r.c: Likewise.
1088         * inet/getrpcbynumber.c: Likewise.
1089         * inet/getrpcbynumber_r.c: Likewise.
1090         * inet/getrpcent.c: Likewise.
1091         * inet/getrpcent_r.c: Likewise.
1092         * inet/getaliasent.c: Likewise.
1093         * inet/getaliasent_r.c: Likewise.
1094         * inet/getaliasname.c: Likewise.
1095         * inet/getaliasname_r.c: Likewise.
1096         * nscd/getgrgid_r.c: Likewise.
1097         * nscd/getgrnam_r.c: Likewise.
1098         * nscd/gethstbyad_r.c: Likewise.
1099         * nscd/gethstbynm3_r.c: Likewise.
1100         * nscd/getpwnam_r.c: Likewise.
1101         * nscd/getpwuid_r.c: Likewise.
1102         * nscd/getsrvbynm_r.c: Likewise.
1103         * nscd/getsrvbypt_r.c: Likewise.
1104         * nscd/gai.c: Likewise.
1106         * configure.in (build_nscd): New substituted variable, set
1107         by --disable-build-nscd and defaults to $use_nscd.
1108         * configure: Regenerated.
1109         * config.make.in (build-nscd): New substituted variable.
1110         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
1111         Change conditional to require [$(build-nscd) = yes] as well.
1112         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
1114         [BZ# 13696]
1115         * configure.in (use_nscd): New substituted variable, set by
1116         --disable-nscd.  If enabled, define USE_NSCD.
1117         * configure: Regenerated.
1118         * config.h.in: Add USE_NSCD.
1119         * config.make.in (use-nscd): New substituted variable.
1120         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
1121         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
1122         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
1123         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
1124         (CFLAGS-getgrnam_r.c): Likewise.
1125         (CFLAGS-initgroups.c): Likewise.
1126         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
1127         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
1128         Variables removed.
1129         * inet/getnetgrent_r.c
1130         (nscd_setnetgrent): New function, broken out of ...
1131         (setnetgrent): ... here.  Call it.
1132         (innetgr): Conditionalize nscd bits on [USE_NSCD].
1133         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
1134         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
1135         * nscd/Makefile (routines, aux): Move definitions after include of
1136         Makeconfig.  Conditionalize on [$(use-nscd) != no].
1137         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
1138         Conditionalize on [USE_NSCD].
1139         (is_nscd, nscd_init_cb): Likewise.
1140         (nss_load_library): Conditionalize init callback on [USE_NSCD].
1141         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
1142         * nss/nss_db/db-init.c: Likewise.
1143         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
1144         [USE_NSCD].
1145         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
1146         (make_request): Use it.
1147         (cache_valid_p): New function.
1148         (__check_pf): Use it.
1149         * NEWS: Add item for --disable-nscd.
1151 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
1153         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
1154         to support sed >= 4.2.1-20-ga9bf076.
1155         * configure: Regenerated.
1157 2012-08-22  Roland McGrath  <roland@hack.frob.com>
1159         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
1160         Conditionalize whole body on [IREL].
1162 2012-08-22  Jeff Law <law@redhat.com>
1164         [BZ #14505]
1165         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
1166         if the family is PF_UNSPEC.
1168 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
1170         * Makerules (lib-version): Rename from V.
1171         (install-lib-nosubdir): Change V to lib-version.
1173 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
1175         [BZ #14252]
1176         * powerpc32/power6/wcschr.c: New file.
1177         * powerpc32/power6/wcscpy.c: New file.
1178         * powerpc32/power6/wcsrchr.c: New file.
1179         * powerpc64/power6/wcschr.c: New file.
1180         * powerpc64/power6/wcscpy.c: New file.
1181         * powerpc64/power6/wcsrchr.c: New file.
1183 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
1185         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
1186         (two_way_short_needle): Use it.
1187         * string/strstr.c (AVAILABLE1_USES_J): Define.
1188         * string/strcasestr.c: Likewise.
1190         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
1191         array references.
1192         * string/strcasestr.c (TOLOWER): Make side-effect safe.
1194         [BZ #11607]
1195         * NEWS: Add an entry.
1196         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
1197         define their defaults.
1198         (two_way_short_needle): Detect end-of-string on-the-fly.
1199         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
1200         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
1201         * string/bug-strcasestr1.c: New test.
1202         * string/Makefile: Run it.
1204 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
1206         [BZ #11607]
1207         * string/str-two-way.h (two_way_short_needle): Optimize matching of
1208         the first character.
1210 2012-08-21  Roland McGrath  <roland@hack.frob.com>
1212         * csu/elf-init.c (__libc_csu_irel): Function removed.
1213         * csu/libc-start.c (apply_irel): New function.
1214         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
1216 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
1218         * sysdeps/unix/sysv/linux/kernel-features.h
1219         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
1220         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
1221         <kernel-features.h>.
1222         [__NR_fadvise64_64]: Make code unconditional.
1223         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
1224         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
1225         !__NR_fadvise64_64)]: Likewise.
1226         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
1227         !__NR_fadvise64_64))]: Likewise.
1228         [__NR_fadvise64]: Make code unconditional.
1229         [!__NR_fadvise64]: Remove conditional code.
1230         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
1231         <kernel-features.h>.
1232         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
1233         unconditional.
1234         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
1235         conditional code.
1236         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
1237         not include <kernel-features.h>.
1238         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
1239         unconditional.
1240         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
1241         conditional code.
1242         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
1243         include <kernel-features.h>.
1244         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
1245         unconditional.
1246         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
1247         conditional code.
1249 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
1251         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
1252         slight instruction rearrangements per scrollpipe analysis.
1253         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
1255 2012-08-20  Roland McGrath  <roland@hack.frob.com>
1257         * manual/syslog.texi (syslog; vsyslog, closelog):
1258         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
1259         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
1261         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
1262         DSOCAPS to match condition on defining it.
1264 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
1266         * sysdeps/unix/sysv/linux/kernel-features.h
1267         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
1268         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
1269         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
1270         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
1271         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
1272         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
1273         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
1274         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
1275         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
1276         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
1278         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
1279         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
1281         * sysdeps/unix/sysv/linux/kernel-features.h
1282         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
1283         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
1284         unconditional.
1285         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
1286         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
1287         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
1288         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
1289         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
1290         Make code unconditional.
1291         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
1292         (__mmap64) [!__NR_mmap2]: Likewise.
1293         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
1294         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
1295         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
1296         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
1297         [__NR_mmap2]: Make code unconditional.
1298         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
1299         (__mmap64) [!__NR_mmap2]: Likewise.
1301 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1303         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
1305 2012-08-18  Andreas Jaeger  <aj@suse.de>
1307         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
1309 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
1311         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
1312         * include/unistd.h (__have_sock_cloexec): Likewise.
1313         (__have_pipe2): Likewise.
1314         (__have_dup3): Likewise.
1316 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
1318         [BZ #9685]
1319         * include/unistd.h (__have_pipe2): Change define into an extern int.
1320         (__have_dup3): Likewise.
1321         * socket/have_sock_cloexec.c: Include fcntl.h.
1322         (__have_pipe2): New variable.
1323         (__have_dup3): Likewise.
1325 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
1327         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
1329 2012-08-17  Marek Polacek  <polacek@redhat.com>
1331         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
1332         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
1334 2012-08-17  Roland McGrath  <roland@hack.frob.com>
1336         * configure.in: Add AC_SUBST for sysheaders.
1337         * configure: Regenerated.
1338         * config.make.in (sysheaders): New substituted variable.
1340         * sysdeps/unix/mkfifo.c: Moved ...
1341         * sysdeps/posix/mkfifo.c: ... here.
1342         * sysdeps/unix/mkfifoat.c: Moved ...
1343         * sysdeps/posix/mkfifoat.c: ... here.
1345         * sysdeps/unix/utime.c: Moved ...
1346         * sysdeps/posix/utime.c: ... here.
1348         * sysdeps/unix/time.c: Moved ...
1349         * sysdeps/posix/time.c: ... here.
1350         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
1351         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
1353         * sysdeps/unix/nice.c: Moved ...
1354         * sysdeps/posix/nice.c: ... here.
1356         * sysdeps/unix/alarm.c: Moved ...
1357         * sysdeps/posix/alarm.c: ... here.
1359         * intl/Makefile ($(codeset_mo)): Depend on the input file.
1361 2012-08-17  Jeff Law <law@redhat.com>
1363         * intl/Makefile (codeset_mo): New variable.
1364         ($(codeset_mo)): New target.
1365         (tst-codeset.out): Depend on that.  Remove explicit rule.
1366         (tst-gettext3.out, tst-gettext5.out): Likewise.
1367         (LOCPATH-ENV, tst-codeset-ENV): New variables.
1368         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
1369         * intl/tst-codeset.sh: Remove.
1370         * intl/tst-gettext3.sh: Likewise.
1371         * intl/tst-gettext5.sh: Likewise.
1373 2012-08-17  Roland McGrath  <roland@hack.frob.com>
1375         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
1376         * sysdeps/unix/syscalls.list: ... here.
1378         * sysdeps/posix/getaddrinfo.c
1379         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
1380         (gaiconf_init, gaiconf_reload): Use them.
1381         [!_STATBUF_ST_NSEC]
1382         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
1383         Define using time_t rather than struct timespec.
1385         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
1386         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
1387         Macros removed.
1388         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
1389         [!NO_THREADS].
1390         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
1391         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
1392         Likewise.
1394         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
1395         __libc_cleanup_push argument.
1397         * bits/param.h: New file.
1398         * misc/sys/param.h: New file.
1399         * include/sys/param.h: New file.
1400         * misc/Makefile (headers): Add bits/param.h.
1401         * sysdeps/generic/sys/param.h: File removed.
1402         * sysdeps/unix/sysv/linux/bits/param.h: New file.
1403         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
1404         * sysdeps/mach/hurd/bits/param.h: New file.
1405         * sysdeps/mach/hurd/sys/param.h: New file.
1407         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
1408         last change.
1410         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
1411         [_IO_MTSAFE_IO].
1412         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
1413         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
1414         New macros.
1416         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
1417         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
1418         rather than -D_IO_MTSAFE_IO conditionally.
1419         * stdio-common/Makefile (CPPFLAGS): Likewise.
1420         * wcsmbs/Makefile (CPPFLAGS): Likewise.
1421         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
1422         Use $(libio-mtsafe).
1423         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
1424         of -D_IO_MTSAFE_IO.
1425         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
1426         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
1427         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
1428         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
1429         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
1430         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
1431         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
1432         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
1433         (CFLAGS-fread_u_chk.c): Likewise.
1434         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
1435         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
1436         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
1437         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
1438         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
1439         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
1440         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
1441         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
1442         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
1444         * libio/Makefile: Test [$(libc-reentrant) = yes]
1445         instead of [$(filter %REENTRANT, $(defines)) nonempty].
1447         * Makeconfig
1448         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
1449         * sysdeps/pthread/configure: File removed.
1450         * sysdeps/pthread/Makeconfig: New file.
1451         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
1452         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
1454 2012-08-16  Gary Benson  <gbenson@redhat.com>
1456         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
1457         unmapping the first object in a namespace.
1459 2012-08-16  Roland McGrath  <roland@hack.frob.com>
1461         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
1462         (__internal_setnetgrent): ... this.  Add internal_function to
1463         definition.  Add libc_hidden_def.
1464         (setnetgrent): Update caller.
1465         (internal_endnetgrent): Renamed to ...
1466         (__internal_endnetgrent): ... this.  Add internal_function to
1467         definition.  Add libc_hidden_def.
1468         (endnetgrent): Update caller.
1469         (internal_getnetgrent_r): Renamed to ...
1470         (__internal_getnetgrent_r): ... this.  Add internal_function to
1471         definition.  Add libc_hidden_def.
1472         (__getnetgrent_r): Update caller.
1473         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
1475 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
1477         * stdlib/longlong.h: Update from GCC.
1479 2012-08-16  Roland McGrath  <roland@hack.frob.com>
1481         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
1482         on _QL, which is set by umul_ppmm but never used.
1483         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
1484         variables, which are set by GMP macros but never used.
1485         * stdio-common/_itowa.c (_itowa): Likewise.
1486         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
1487         * stdlib/mod_1.c (mpn_mod_1): Likewise.
1489 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
1491         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
1492         struct La_sh_regs is not constant.
1493         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
1494         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
1495         and struct La_sparc64_regs are not constant.
1497 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
1499         * sysdeps/unix/sysv/linux/kernel-features.h
1500         (__ASSUME_POSIX_TIMERS): Remove.
1501         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
1502         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
1503         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
1504         Make code unconditional.
1505         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
1506         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
1507         Make code unconditional.
1508         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
1509         * sysdeps/unix/sysv/linux/clock_nanosleep.c
1510         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
1511         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
1512         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
1513         Make code unconditional.
1514         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
1515         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
1516         (__libc_missing_posix_timers): Remove.
1518 2012-08-15  Roland McGrath  <roland@hack.frob.com>
1520         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
1521         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
1523         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
1525         * elf/dl-sym.c: Include <stdlib.h>.
1527         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
1528         constants, which avoids warnings in 32-bit builds.
1530         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
1531         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
1533         * misc/lseek.c: File moved to ...
1534         * io/lseek.c: ... here.
1536         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
1538         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
1539         shifting LEN more than 31 bits at once.
1541 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
1543         [BZ #14195]
1544         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
1545         segmentation fault for a case of two empty input strings.
1546         * string/test-strncasecmp.c (check1): Renamed to...
1547         (bz12205): ...this.
1548         (bz14195): Add new testcase for two empty input strings and N > 0.
1549         (test_main): Call new testcase, adapt for renamed function.
1551 2012-08-15  Andreas Jaeger  <aj@suse.de>
1553         [BZ #14090]
1554         * crypt/md5test2.c: New test, based on test supplied by Serge
1555         Belyshev <belyshev@depni.sinp.msu.ru>.
1556         * crypt/Makefile (xtests): Add md5test-giant..
1557         * crypt/Makefile ($(objpfx)md5test-giant): Add.
1559 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
1561         [BZ #14090]
1562         * crypt/md5.c (md5_process_block): Don't assume the buffer
1563         length is less than 2**32.
1564         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
1565         length is less than 2**64.
1567 2012-08-15  Roland McGrath  <roland@hack.frob.com>
1569         * string/str-two-way.h: Include <sys/param.h>.
1570         (MAX): Macro removed.
1572         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
1573         Move #define and #undef of memmove to just before and after
1574         including <string.h>.
1576         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
1577         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
1578         and after including <string.h>.  Move declarations of
1579         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
1580         to before #include "string/memmove.c".
1582         * include/dirent.h: Declare __getdirentries.
1584         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
1585         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
1587 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
1589         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
1590         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
1591         * sysdeps/i386/configure: Regenerated.
1592         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
1593         STABS_CURRENT_FILE, and STABS_FUN.
1594         (END): Remove call to STABS_FUN_END.
1595         (STABS_CURRENT_FILE1): Delete.
1596         (STABS_CURRENT_FILE): Likewise.
1597         (STABS_FUN): Likewise.
1598         (STABS_FUN_END): Likewise.
1599         (STABS_FUN2): Likewise.
1600         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
1601         * sysdeps/x86_64/configure: Regenerated.
1603 2012-08-14  Roland McGrath  <roland@hack.frob.com>
1605         * elf/dl-open.c: Include <atomic.h>.
1606         * elf/dl-lookup.c: Likewise.
1608 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
1610         * sysdeps/unix/sysv/linux/kernel-features.h
1611         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
1612         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
1613         unconditionally.
1614         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
1615         unconditionally.
1616         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
1617         condition on __ASSUME_CLONE_THREAD_FLAGS.
1619 2012-08-14  Andreas Jaeger  <aj@suse.de>
1621         * sysdeps/i386/fpu/libm-test-ulps: Update.
1623 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
1625         * include/atomic.h (atomic_exchange_and_add): Split into ...
1626         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
1627         New atomic macros.
1629 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
1631         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
1633 2012-08-13  Jeff Law <law@redhat.com>
1635         * manual/stdio.texi (snprintf): Clarify handling of the trailing
1636         null byte in the output string.
1638 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
1640         * sysdeps/unix/sysv/linux/kernel-features.h
1641         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
1642         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
1643         (__ASSUME_ARG_MAX_STACK_BASED): Define.
1644         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
1645         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
1646         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
1647         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
1649 2012-08-09  Jeff Law <law@redhat.com>
1651         [BZ #13939]
1652         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
1653         When avoid_arena is set, don't retry in the that arena.  Pick the
1654         next one, whatever it might be.
1655         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
1656         (arena_lock): Pass in new parameter to arena_get2.
1657         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
1658         arena_get2.
1659         (__libc_malloc): Unify retrying after main arena failure with
1660         __libc_memalign version.
1661         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
1663 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
1665         [BZ #14166]
1666         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
1667         to __redirect_strstr.
1668         (__strstr_sse42): Use typeof __redirect_strstr.
1669         (__strstr_ia32): Likewise.
1670         (__libc_strstr): New prototype.
1671         (strstr): Renamed to ...
1672         (__libc_strstr): This.
1673         (strstr): New strong alias of __libc_strstr.
1674         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
1675         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
1676         __redirect_time.
1677         Include <time.h>.
1678         (__libc_time): New prototype.
1679         (time_ifunc): Replace time with __libc_time.
1680         (time): New strong alias and hidden definition of __libc_time.
1681         (__GI_time): Remove strong alias.
1682         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
1683         Include <stddef.h>.
1684         (memmove): Redefined to __redirect_memmove.
1685         (__memmove_sse2): Use typeof __redirect_memmove.
1686         (__memmove_ssse3): Likewise.
1687         (__memmove_ssse3_back): Likewise.
1688         (__libc_memmove): New prototype.
1689         (memmove): Renamed to ...
1690         (__libc_memmove): This.
1691         (memmove): New strong alias of __libc_memmove.
1693 2012-08-08  Mark Salter  <msalter@redhat.com>
1695         * elf/elf.h
1696         (R_MN10300_TLS_GD): Define.
1697         (R_MN10300_TLS_LD): Likewise.
1698         (R_MN10300_TLS_LDO): Likewise.
1699         (R_MN10300_TLS_GOTIE): Likewise.
1700         (R_MN10300_TLS_IE): Likewise.
1701         (R_MN10300_TLS_LE): Likewise.
1702         (R_MN10300_TLS_DTPMOD): Likewise.
1703         (R_MN10300_TLS_DTPOFF): Likewise.
1704         (R_MN10300_TLS_TPOFF): Likewise.
1705         (R_MN10300_SYM_DIFF): Likewise.
1706         (R_MN10300_ALIGN): Likewise.
1707         (R_MN10300_NUM): Update.
1709 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
1711         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
1712         Remove.
1714 2012-08-08  Roland McGrath  <roland@hack.frob.com>
1716         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
1718         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
1719         sysdeps/unix -> sysdeps/posix move.
1720         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
1722 2012-08-07      Allan McRae     <allan@archlinux.org>
1724         [BZ #14303]
1725         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
1726         (SUNOS_CPP): Likewise.
1727         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
1728         not found.
1729         (open_input): Call CPP using execvp.
1731 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
1733         * sysdeps/unix/sysv/linux/kernel-features.h
1734         (__ASSUME_PROT_GROWSUPDOWN): Remove.
1735         (__ASSUME_NO_CLONE_DETACHED): Likewise.
1736         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
1737         (__ASSUME_WAITID_SYSCALL): Likewise.
1738         * sysdeps/unix/sysv/linux/dl-execstack.c
1739         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
1740         code unconditional.
1741         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
1742         conditional code.
1743         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
1744         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
1745         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
1746         code.
1747         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
1748         unconditional.
1749         [__ASSUME_WAITID_SYSCALL]: Likewise.
1750         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
1752 2012-08-07  Roland McGrath  <roland@hack.frob.com>
1754         * sysdeps/unix/closedir.c: Renamed to ...
1755         * sysdeps/posix/closedir.c: ... here.
1756         * sysdeps/unix/dirfd.c: Renamed to ...
1757         * sysdeps/posix/dirfd.c: ... here.
1758         * sysdeps/unix/dirstream.h: Renamed to ...
1759         * sysdeps/posix/dirstream.h: ... here.
1760         * sysdeps/unix/fdopendir.c: Renamed to ...
1761         * sysdeps/posix/fdopendir.c: ... here.
1762         * sysdeps/unix/opendir.c: Renamed to ...
1763         * sysdeps/posix/opendir.c: ... here.
1764         * sysdeps/unix/readdir.c: Renamed to ...
1765         * sysdeps/posix/readdir.c: ... here.
1766         * sysdeps/unix/readdir_r.c: Renamed to ...
1767         * sysdeps/posix/readdir_r.c: ... here.
1768         * sysdeps/unix/rewinddir.c: Renamed to ...
1769         * sysdeps/posix/rewinddir.c: ... here.
1770         * sysdeps/unix/seekdir.c: Renamed to ...
1771         * sysdeps/posix/seekdir.c: ... here.
1772         * sysdeps/unix/telldir.c: Renamed to ...
1773         * sysdeps/posix/telldir.c: ... here.
1774         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
1775         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
1776         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
1777         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
1779         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
1780         * bits/fcntl.h: ... here.
1782         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
1783         not 0.
1784         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
1785         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
1786         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
1787         (struct flock): Move l_start, l_len to the beginning.
1788         Use __pid_t for l_pid.
1789         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
1790         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
1791         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
1792         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
1793         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
1794         [__USE_LARGEFILE64] (struct flock64): New type.
1795         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
1797         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
1798         * bits/dirent.h: ... here.
1800         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
1801         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
1803 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
1805         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
1806         Change from 2.6.0 to 2.6.16.
1807         * sysdeps/unix/sysv/linux/configure: Regenerated.
1808         * sysdeps/unix/sysv/linux/kernel-features.h
1809         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
1810         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
1811         version.
1812         (__ASSUME_UTIMES): Likewise.
1813         (__ASSUME_CLONE_STOPPED): Remove.
1814         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
1815         architectures, not kernel version.
1816         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
1817         (__ASSUME_NO_CLONE_DETACHED): Likewise.
1818         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
1819         (__ASSUME_WAITID_SYSCALL): Likewise.
1820         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
1821         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
1822         * README: State 2.6.16 as minimum Linux kernel version.  Do not
1823         refer to older versions.
1825 2012-08-06  Roland McGrath  <roland@hack.frob.com>
1827         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
1828         Define alphasort64 as an alias.
1829         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
1830         Define versionsort64 as an alias.
1831         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
1832         Define scandir64 as an alias.
1833         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
1834         Define scandirat64 as an alias.
1835         * dirent/alphasort64.c (alphasort64):
1836         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
1837         * dirent/versionsort64.c: Likewise.
1838         * dirent/scandir64.c: Likewise.
1839         * dirent/scandirat64.c: Likewise.
1840         * sysdeps/wordsize-64/alphasort.c: File removed.
1841         * sysdeps/wordsize-64/alphasort64.c: File removed.
1842         * sysdeps/wordsize-64/scandir.c: File removed.
1843         * sysdeps/wordsize-64/scandir64.c: File removed.
1844         * sysdeps/wordsize-64/scandirat.c: File removed.
1845         * sysdeps/wordsize-64/scandirat64.c: File removed.
1846         * sysdeps/wordsize-64/versionsort.c: File removed.
1847         * sysdeps/wordsize-64/versionsort64.c: File removed.
1848         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
1849         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
1850         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
1851         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
1852         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
1853         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
1854         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
1855         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
1857         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
1858         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
1859         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
1860         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
1861         [defined __arch64__ || defined __sparcv9]
1862         (__INO_T_MATCHES_INO64_T): New macro.
1863         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
1864         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
1865         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
1866         * sysdeps/unix/sysv/linux/bits/dirent.h
1867         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
1868         (_DIRENT_MATCHES_DIRENT64): New macro.
1870         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
1871         Define lockf64 as an alias.
1872         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
1873         Define fseeko64 as an alias.
1874         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
1875         Define ftello64 as an alias.
1876         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
1877         Define _IO_fgetpos64 and fgetpos64 as aliases.
1878         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
1879         Define _IO_fsetpos64 and fsetpos64 as aliases.
1880         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
1881         Conditionalize body on this.
1882         * libio/fseeko64.c: Likewise.
1883         * libio/ftello64.c: Likewise.
1884         * libio/iofgetpos64.c: Likewise.
1885         * libio/iofsetpos64.c: Likewise.
1886         * sysdeps/wordsize-64/lockf.c: File removed.
1887         * sysdeps/wordsize-64/lockf64.c: File removed.
1888         * sysdeps/wordsize-64/fseeko.c: File removed.
1889         * sysdeps/wordsize-64/fseeko64.c: File removed.
1890         * sysdeps/wordsize-64/ftello.c: File removed.
1891         * sysdeps/wordsize-64/ftello64.c: File removed.
1892         * sysdeps/wordsize-64/iofgetpos.c: File removed.
1893         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
1894         * sysdeps/wordsize-64/iofsetpos.c: File removed.
1895         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
1896         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
1897         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
1898         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
1899         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
1900         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
1901         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
1902         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
1903         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
1904         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
1905         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
1907         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
1908         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
1909         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
1910         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
1911         [defined __arch64__ || defined __sparcv9]
1912         (__OFF_T_MATCHES_OFF64_T): New macro.
1913         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
1914         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
1915         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
1916         (__OFF_T_MATCHES_OFF64_T): New macro.
1918 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
1920         * stdlib/secure-getenv.c (__secure_getenv): Replace
1921         GLIBC_2_16 with GLIBC_2_17.
1923 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
1925         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
1926         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
1928 2012-08-03  David S. Miller  <davem@davemloft.net>
1930         * sysdeps/sparc/fpu/libm-test-ulps: Update.
1932 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
1934         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
1935         Remove.
1936         (__ASSUME_CORRECT_SI_PID): Likewise.
1937         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
1938         (__ASSUME_TMPFS_NAME): Likewise.
1939         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
1940         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
1941         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
1942         (HAVE_AUX_SECURE): Make definition unconditional.
1943         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
1944         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
1946 2012-08-03  Roland McGrath  <roland@hack.frob.com>
1948         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
1949         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
1950         * sysdeps/mach/hurd/eloop-threshold.h: New file.
1951         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
1952         __eloop_threshold instead of SYMLOOP_MAX.
1954         * sysdeps/generic/eloop-threshold.h: New file.
1955         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
1956         of MAXSYMLINKS.
1957         * elf/chroot_canon.c (chroot_canon): Likewise.
1959 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
1961         [BZ #13717]
1962         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
1963         Change to 2.6.0 everywhere.
1964         * sysdeps/unix/sysv/linux/configure: Regenerated.
1965         * sysdeps/unix/sysv/linux/kernel-features.h
1966         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
1967         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
1968         kernel versions.
1969         (__ASSUME_POSIX_TIMERS): Define unconditionally.
1970         (__ASSUME_FUTEX_REQUEUE): Remove.
1971         (__ASSUME_STATFS64): Define unconditionally.
1972         (__ASSUME_AT_SECURE): Likewise.
1973         (__ASSUME_CORRECT_SI_PID): Likewise.
1974         (__ASSUME_TGKILL): Define without depending on kernel version for
1975         i386.
1976         (__ASSUME_UTIMES): Likewise.
1977         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
1978         kernel version.
1979         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
1980         (__ASSUME_TMPFS_NAME): Likewise.
1981         * README: Update reference to Linux kernel versions.
1983 2012-08-02  Marek Polacek  <polacek@redhat.com>
1985         [BZ# 14150]
1986         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
1987         libc_cv_asm_type_prefix with %.
1988         * configure: Regenerated.
1989         * include/libc-symbols.h: Remove comment about
1990         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
1991         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
1992         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
1993         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
1994         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
1995         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
1996         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
1997         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
1998         * elf/tst-unique2mod1.c: Likewise.
1999         * elf/tst-unique1mod2.c: Likewise.
2000         * elf/tst-unique1mod1.c: Likewise.
2001         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
2002         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
2003         Replace ASM_TYPE_DIRECTIVE with .type.
2004         * sysdeps/s390/s390-64/sysdep.h: Likewise.
2005         * sysdeps/i386/sysdep.h: Likewise.
2006         * sysdeps/x86_64/sysdep.h: Likewise.
2007         * sysdeps/sh/sysdep.h: Likewise.
2008         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
2009         Do not define ASM_TYPE_DIRECTIVE.
2010         * sysdeps/powerpc/sysdep.h: Likewise.
2011         * sysdeps/powerpc/powerpc32/sysdep.h:
2012         Replace ASM_TYPE_DIRECTIVE with .type.
2013         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
2014         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
2015         * sysdeps/i386/fpu/e_powf.S: Likewise.
2016         * sysdeps/i386/fpu/e_expl.S: Likewise.
2017         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
2018         * sysdeps/i386/fpu/e_acosh.S: Likewise.
2019         * sysdeps/i386/fpu/e_pow.S: Likewise.
2020         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
2021         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
2022         * sysdeps/i386/fpu/s_expm1.S: Likewise.
2023         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
2024         * sysdeps/i386/fpu/e_log2.S: Likewise.
2025         * sysdeps/i386/fpu/e_log2l.S: Likewise.
2026         * sysdeps/i386/fpu/e_scalb.S: Likewise.
2027         * sysdeps/i386/fpu/e_powl.S: Likewise.
2028         * sysdeps/i386/fpu/e_log10f.S: Likewise.
2029         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
2030         * sysdeps/i386/fpu/e_logl.S: Likewise.
2031         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
2032         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
2033         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
2034         * sysdeps/i386/fpu/e_log2f.S: Likewise.
2035         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
2036         * sysdeps/i386/fpu/e_log.S: Likewise.
2037         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
2038         * sysdeps/i386/fpu/e_logf.S: Likewise.
2039         * sysdeps/i386/fpu/e_log10l.S: Likewise.
2040         * sysdeps/i386/fpu/e_atanh.S: Likewise.
2041         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
2042         * sysdeps/i386/fpu/e_log10.S: Likewise.
2043         * sysdeps/i386/fpu/s_frexp.S: Likewise.
2044         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
2045         * sysdeps/i386/fpu/s_asinh.S: Likewise.
2046         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
2047         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
2048         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
2049         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
2050         * sysdeps/i386/i686/strtok.S: Likewise.
2051         * sysdeps/i386/i386-mcount.S: Likewise.
2052         * sysdeps/i386/strtok.S: Likewise.
2053         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
2054         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
2055         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
2056         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
2057         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
2058         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
2059         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
2060         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
2061         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
2062         * sysdeps/x86_64/_mcount.S: Likewise.
2063         * sysdeps/x86_64/strtok.S: Likewise.
2064         * sysdeps/sh/_mcount.S: Likewise.
2066 2012-08-01  Roland McGrath  <roland@hack.frob.com>
2068         * libio/iofopen.c: Include <fcntl.h>.
2069         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
2070         (_IO_fopen64, fopen64): Define as aliases.
2071         * libio/iofopen64.c: Include <fcntl.h>.
2072         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
2073         Conditionalize body on this.
2074         * sysdeps/wordsize-64/iofopen.c: File removed.
2075         * sysdeps/wordsize-64/iofopen64.c: File removed.
2077 2012-08-01  Marek Polacek  <polacek@redhat.com>
2079         * libc/Makeconfig: Use elf in place of binfmt-subdir.
2080         Use dlfcn directly instead of a variable.
2081         (binfmt-subdir): Do not define.
2082         (dlfcn): Likewise.
2084 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
2086         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
2087         Remove all definitions.
2088         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
2089         <kernel-features.h>.
2090         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
2091         (miss_F_GETOWN_EX): Remove all definitions.
2092         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
2093         macro definition.
2094         [!__ASSUME_FCNTL64]: Remove conditional code.
2095         [__ASSUME_FCNTL64]: Make code unconditional.
2096         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
2097         <kernel-features.h>.
2098         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
2099         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
2100         (lockf64) [__NR_fcntl64]: Make code unconditional.
2101         (lockf64) [__ASSUME_FCNTL64]: Likewise.
2103         * sysdeps/unix/sysv/linux/kernel-features.h
2104         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
2105         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
2106         Make code unconditional.
2107         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
2108         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
2109         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
2110         [__NR_vfork]: Make code unconditional.
2111         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
2112         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
2113         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
2114         [__NR_vfork]: Make code unconditional.
2115         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
2116         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
2118 2012-08-01  Roland McGrath  <roland@hack.frob.com>
2120         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
2121         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
2123         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
2124         Define mkstemp64 as an alias.
2125         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
2126         Define mkstemps64 as an alias.
2127         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
2128         Define mkostemp64 as an alias.
2129         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
2130         Define mkostemps64 as an alias.
2131         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
2132         Conditionalize body on this.
2133         * misc/mkostemp64.c: Likewise.
2134         * misc/mkostemps64.c: Likewise.
2135         * misc/mkstemps64.c: Likewise.
2136         * sysdeps/wordsize-64/mkstemp64.c: File removed.
2137         * sysdeps/wordsize-64/mkostemp64.c: File removed.
2138         * sysdeps/wordsize-64/mkostemp.c: File removed.
2139         * sysdeps/wordsize-64/mkstemp.c: File removed.
2140         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
2141         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
2142         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
2143         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
2145         [BZ #14138]
2146         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
2147         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
2148         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
2149         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
2151         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
2152         compat_symbol macros from <shlib-compat.h> rather than the underlying
2153         default_symbol_version and symbol_version macros, so that DEFAULT
2154         lines in shlib-versions are respected.
2155         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
2157 2012-08-01  Florian Weimer  <fweimer@redhat.com>
2159         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
2160         Declare with warn_unused_result.
2161         (setgid, setregid, setegid, setresgid): Likewise.
2162         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
2163         Likewise.
2164         * WUR-REPORT: Remove set*id functions.
2166 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
2168         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
2170 2012-07-31  Roland McGrath  <roland@hack.frob.com>
2172         * include/sys/socket.h (__libc_accept, __libc_accept4):
2173         Add attribute_hidden.
2174         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
2176         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
2177         use of PTR_MANGLE.
2178         * inet/getnetgrent_r.c (setup): Likewise.
2180         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
2182 2012-07-31  David S. Miller  <davem@davemloft.net>
2184         * sysdeps/sparc/fpu/libm-test-ulps: Update.
2186 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
2188         [BZ #13629]
2189         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
2190         value between 1.0 and 2.0 and smaller part has absolute value less
2191         than 1.0.
2192         * math/s_clog10.c (__clog10): Likewise.
2193         * math/s_clog10f.c (__clog10f): Likewise.
2194         * math/s_clog10l.c (__clog10l): Likewise.
2195         * math/s_clogf.c (__clogf): Likewise.
2196         * math/s_clogl.c (__clogl): Likewise.
2197         * math/libm-test.inc (clog_test): Add more tests.
2198         (clog10_test): Likewise.
2199         * sysdeps/i386/fpu/libm-test-ulps: Update.
2200         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2202 2012-07-31  Florian Weimer  <fweimer@redhat.com>
2204         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
2205         Exit with zero in case no suitable GID is found, and write a
2206         message to standard error.
2208 2012-07-30  Roland McGrath  <roland@hack.frob.com>
2210         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
2211         rather than to 1.
2212         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
2213         (MAXPATHLEN): Removed.
2214         (NOGROUP, NODEV): New macros.
2215         (setbit, clrbit, isset, isclr): New macros.
2216         (howmany, roundup, powerof2): New macros.
2217         (DEV_BSIZE): New macro.
2219         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
2220         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
2222         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
2223         definition on [!__NO_LONG_DOUBLE_MATH].
2225         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
2226         PTR_MANGLE and PTR_DEMANGLE.
2228         * socket/accept4.c (accept4): Rename to __libc_accept4.
2229         Define accept4 as a weak alias.
2231         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
2232         on [_DIRENT_HAVE_D_TYPE].
2233         * io/ftw.c (ftw_dir): Likewise.
2235         * io/xmknod.c (__xmknod): Don't check PATH for being null.
2237         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
2239         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
2240         Use the BSD numbers rather than the arbitrary ones we had.
2241         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
2242         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
2243         (SIGXCPU, SIGXFSZ): New macros.
2244         (_NSIG): Now 32.
2246         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
2247         initializer on [_LIBC_REENTRANT].
2249         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
2250         definitions inside [_POSIX_MAPPED_FILES].
2252         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
2254         * dirent/opendir.c: Include <fcntl.h>.
2256         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
2257         (__libc_getspecific): Likewise.
2258         (__libc_key_create): Likewise.
2260         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
2261         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
2262         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
2263         (tmpfile64): Define as alias.
2264         * sysdeps/wordsize-64/tmpfile.c: File removed.
2265         * sysdeps/wordsize-64/tmpfile64.c: File removed.
2266         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
2267         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
2269         * stdio-common/vfscanf.c: Include <stdbool.h>.
2270         * nss/makedb.c: Likewise.
2271         * stdio-common/_i18n_number.h: Likewise.
2272         * argp/argp-help.c: Likewise.
2273         * posix/wordexp.c: Likewise.
2274         * sysdeps/posix/spawni.c: Likewise.
2275         * nss/nss_files/files-initgroups.c: Likewise.
2276         * stdio-common/reg-modifier.c: Include <stdlib.h>.
2277         * nss/nss_files/files-initgroups.c: Likewise.
2278         * nss/nss_db/db-netgrp.c: Likewise.
2279         * nss/nss_db/db-initgroups.c: Likewise.
2280         * io/fchmodat.c: Include <sys/stat.h>.
2282         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
2283         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
2285         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
2286         [HAVE_MMAP].
2288         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
2289         Add multiple inclusion protection.
2291 2012-07-27  David S. Miller  <davem@davemloft.net>
2293         * sysdeps/sparc/fpu/libm-test-ulps: Update.
2295 2012-07-27  Gary Benson  <gbenson@redhat.com>
2297         [BZ #14298]
2298         * elf/rtld.c: Include <stap-probe.h>.
2299         (dl_main): Added static probes "init_start" and "init_complete".
2300         * elf/dl-load.c: Include <stap-probe.h>.
2301         (lose): Take new parameter "nsid".
2302         Added static probe "map_failed".
2303         (_dl_map_object_from_fd): Pass namespace id to lose.
2304         Added static probe "map_start".
2305         (open_verify): Pass namespace id to lose.
2306         * elf/dl-open.c: Include <stap-probe.h>.
2307         (dl_open_worker) Added static probes "map_complete", "reloc_start"
2308         and "reloc_complete".
2309         * elf/dl-close.c: Include <stap-probe.h>.
2310         (_dl_close_worker): Added static probes "unmap_start" and
2311         "unmap_complete".
2312         * elf/rtld-debugger-interface.txt: New file documenting the above.
2314 2012-07-26  Roland McGrath  <roland@hack.frob.com>
2316         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
2317         rather than a string variable.
2318         * sunrpc/rpc_main.c (h_output): Likewise.
2319         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
2321 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
2323         * inet/check_native.c: New file.
2325 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
2327         [BZ #13629]
2328         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
2329         if larger part has absolute value 1.0.
2330         * math/s_clog10.c (__clog10): Likewise.
2331         * math/s_clog10f.c (__clog10f): Likewise.
2332         * math/s_clog10l.c (__clog10l): Likewise.
2333         * math/s_clogf.c (__clogf): Likewise.
2334         * math/s_clogl.c (__clogl): Likewise.
2335         * math/libm-test.inc (clog_test): Add more tests.
2336         (clog10_test): Likewise.
2337         * sysdeps/i386/fpu/libm-test-ulps: Update.
2338         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2340         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
2341         (pltexit): Likewise.
2342         (La_regs): Likewise.
2343         (La_retval): Likewise.
2344         (int_retval): Likewise.
2345         Update #error for removed macros to refer only to definitions in
2346         tst-audit.h.
2347         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
2348         macro.
2349         (pltexit): Likewise.
2350         (La_regs): Likewise.
2351         (La_retval): Likewise.
2352         (int_retval): Likewise.
2353         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
2354         macro.
2355         (pltexit): Likewise.
2356         (La_regs): Likewise.
2357         (La_retval): Likewise.
2358         (int_retval): Likewise.
2359         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
2360         macro.
2361         (pltexit): Likewise.
2362         (La_regs): Likewise.
2363         (La_retval): Likewise.
2364         (int_retval): Likewise.
2365         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
2366         macro.
2367         (pltexit): Likewise.
2368         (La_regs): Likewise.
2369         (La_retval): Likewise.
2370         (int_retval): Likewise.
2371         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
2372         macro.
2373         (pltexit): Likewise.
2374         (La_regs): Likewise.
2375         (La_retval): Likewise.
2376         (int_retval): Likewise.
2377         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
2378         macro.
2379         (pltexit): Likewise.
2380         (La_regs): Likewise.
2381         (La_retval): Likewise.
2382         (int_retval): Likewise.
2383         * sysdeps/generic/tst-audit.h: Update comment to refer only to
2384         macro definitions in tst-audit.h.
2385         * sysdeps/i386/tst-audit.h: New file.
2386         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
2387         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
2388         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
2389         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
2390         * sysdeps/sh/tst-audit.h: Likewise.
2391         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
2392         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
2393         * sysdeps/x86_64/tst-audit.h: Likewise.
2395 2012-07-26  Andreas Jaeger  <aj@suse.de>
2397         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
2398         ptrace.
2400         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
2401         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
2402         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
2403         PTRACE_O_MASK.
2404         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
2405         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
2406         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
2408         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
2409         value.
2411         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
2412         _sigsys.
2413         (si_call_addr, si_syscall, si_arch): Define new macro.
2414         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
2415         _sigsys.
2416         (si_call_addr, si_syscall, si_arch): Define new marcro.
2417         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
2418         _sigsys.
2419         (si_call_addr, si_syscall, si_arch): Define new macro.
2420         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
2421         _sigsys.
2422         (si_call_addr, si_syscall, si_arch): Define new macro.
2424 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
2426         [BZ #13717]
2427         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
2428         Change to 2.4.21 where previously 2.4.1.
2429         * sysdeps/unix/sysv/linux/configure: Regenerated.
2430         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
2431         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
2432         Linux kernel version.
2433         (__ASSUME_STD_AUXV): Remove.
2434         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
2435         kernel version.
2436         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
2437         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
2438         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
2439         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
2440         (__ASSUME_NETLINK_SUPPORT): Likewise.
2441         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
2442         (__no_netlink_support): Remove conditional definition.
2443         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
2444         Remove.
2445         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
2446         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
2447         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
2448         (if_nameindex_ioctl): Remove.
2449         (if_nameindex_netlink): Do not handle __no_netlink_support.
2450         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
2451         code.
2452         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
2453         Remove conditional code.
2454         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
2455         code.
2456         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
2457         unconditional.
2458         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
2459         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
2460         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
2461         Remove.
2462         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
2463         [!__ASSUME_STD_AUXV]: Remove conditional code.
2464         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
2465         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
2466         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
2467         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
2468         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
2469         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
2470         code.
2471         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
2472         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
2473         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
2474         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
2475         conditional code.
2476         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
2477         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
2478         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
2479         code.
2480         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
2481         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
2482         conditional code.
2483         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
2484         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
2485         code unconditional.
2486         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
2487         conditional code.
2488         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
2489         unconditional.
2490         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
2491         conditional code.
2492         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
2493         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
2494         unconditional.
2495         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
2496         conditional code.
2497         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
2498         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
2499         code unconditional.
2500         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
2501         conditional code.
2502         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
2503         unconditional.
2504         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
2505         conditional code.
2506         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
2507         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
2508         code unconditional.
2509         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
2510         conditional code.
2511         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
2512         unconditional.
2513         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
2514         conditional code.
2516 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
2518         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
2519         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
2520         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
2521         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
2522         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
2523         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
2524         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
2525         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
2526         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
2527         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
2528         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
2529         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
2530         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
2531         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
2532         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
2533         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
2534         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
2535         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
2536         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
2537         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
2538         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
2539         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
2540         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
2542 2012-07-25  Florian Weimer  <fweimer@redhat.com>
2544         * Versions.def: Add GLIBC_2.17.
2545         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
2546         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
2547         Introduce __libc_secure_getenv.
2548         * stdlib/Versions (2.17): Add secure_getenv
2549         (GLIBC_PRIVATE): Add __libc_secure_getenv.
2550         * stdlib/secure-getenv.c: Rename __secure_getenv to
2551         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
2552         symbol __secure_getenv for GLIBC_2.0.
2553         * stdlib/tst-secure-getenv.c: New.
2554         * stdlib/Makefile (tests): Add testcase.
2555         * manual/startup.texi (Environment Access): Document
2556         secure_getenv.
2557         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
2558         __libc_secure_getenv.
2559         * inet/ruserpass.c (ruserpass): Likewise.
2560         * malloc/mtrace.c (mtrace): Likewise.
2561         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
2562         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
2563         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
2564         * sysdeps/posix/tempname.c: Likewise.  Evaluate
2565         HAVE_SECURE_GETENV.
2566         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
2567         __secure_getenv to __libc_secure_getenv.
2568         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
2569         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
2570         Likewise.
2571         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
2572         Likewise.
2573         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
2574         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
2575         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
2576         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
2577         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
2578         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
2579         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
2581 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
2583         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
2584         (struct La_i86_retval): Likewise.
2585         (struct La_x86_64_regs): Likewise.
2586         (struct La_x86_64_retval): Likewise.
2587         (struct La_x32_regs): Likewise.
2588         (struct La_x32_retval): Likewise.
2589         (struct La_ppc32_regs): Likewise.
2590         (struct La_ppc32_retval): Likewise.
2591         (struct La_ppc64_regs): Likewise.
2592         (struct La_ppc64_retval): Likewise.
2593         (struct La_sh_regs): Likewise.
2594         (struct La_sh_retval): Likewise.
2595         (struct La_s390_32_regs): Likewise.
2596         (struct La_s390_32_retval): Likewise.
2597         (struct La_s390_64_regs): Likewise.
2598         (struct La_s390_64_retval): Likewise.
2599         (struct La_sparc32_regs): Likewise.
2600         (struct La_sparc32_retval): Likewise.
2601         (struct La_sparc64_regs): Likewise.
2602         (struct La_sparc64_retval): Likewise.
2603         (struct audit_ifaces): Remove architecture-specific pltenter and
2604         pltexit members.
2605         * sysdeps/i386/ldsodefs.h: New file.
2606         * sysdeps/powerpc/ldsodefs.h: Likewise.
2607         * sysdeps/s390/ldsodefs.h: Likewise.
2608         * sysdeps/sh/ldsodefs.h: Likewise.
2609         * sysdeps/sparc/ldsodefs.h: Likewise.
2610         * sysdeps/x86_64/ldsodefs.h: Likewise.
2612 2012-07-25  Marek Polacek  <polacek@redhat.com>
2614         [BZ #6808]
2615         * math/libm-test.inc (yn_test): Add another test.
2616         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
2617         to ERANGE when the result is +-Inf.
2618         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
2619         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
2620         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
2621         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
2623 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
2625         * conform/data/time.h-data (NULL): Use macro-constant.  Require
2626         equal to 0.
2627         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
2628         clock_t.
2629         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
2631 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
2633         * configure.in <sysdeps resolving>: Correct printing
2634         Implies_before.
2635         * configure: Regenerate.
2637 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
2639         * math/w_ilogb.c: Include <limits.h>.
2640         * math/w_ilogbl.c: Likewise.
2642 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
2644         * manual/lang.texi (__va_copy): Document primarily as ISO C99
2645         va_copy.  Document allowing for unavailable va_copy only as
2646         pre-C99 compatibility.
2647         * manual/string.texi (Copying and Concatenation): Use va_copy
2648         instead of __va_copy in concat example.
2650 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
2652         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
2653         (__sendto): Use create_address_port.  Initialize APORT and deallocate
2654         it if not null.
2656         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
2657         with O_NOLINK passed to __file_name_lookup.
2659         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
2660         with O_NOLINK passed to __file_name_lookup.
2662         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
2663         negative N or less than NGIDS.
2665         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
2666         type to string_t.  Set ERANGE as errno and return it if NAME is not big
2667         enough.  Use memcpy instead of strncpy.
2669 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
2671         * elf/Makefile (check-data): Remove.
2672         (localplt.data): New vpath directive.
2673         ($(objpfx)check-localplt.out): Use localplt.data from vpath
2674         instead of $(check-data).
2675         * scripts/data/localplt-generic.data: Move to ...
2676         * sysdeps/generic/localplt.data: ... here.
2677         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
2678         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
2679         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
2680         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
2681         ... here.
2682         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
2683         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
2684         ... here.
2685         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
2686         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
2687         ... here.
2688         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
2689         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
2690         ... here.
2691         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
2692         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
2693         ... here.
2694         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
2695         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
2696         ... here.
2698 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2700         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
2701         PPC32 and PPC64 files.
2702         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
2703         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
2705 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2707         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
2708         __makecontext_ret to ...
2709         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
2710         ... here and call exit if uc_link is NULL.  New file.
2711         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
2712         __makecontext_ret.S.
2713         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
2714         __makecontext_ret to ...
2715         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
2716         ... here and call exit if uc_link is NULL.  New file.
2717         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
2718         __makecontext_ret.S.
2720 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2722         * elf/elf.h (R_390_IRELATIVE): New definition.
2723         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
2724         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
2725         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
2726         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
2727         (elf_machine_lazy_rel): Likewise.
2728         * sysdeps/s390/dl-irel.h: New file.
2729         * sysdeps/s390/s390-64/memcpy.S: New asm code.
2730         * sysdeps/s390/s390-64/memset.S: New asm code.
2731         * sysdeps/s390/s390-64/memcmp.S: New asm code.
2732         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
2733         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
2734         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
2735         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
2736         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
2737         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
2738         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
2739         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
2740         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
2741         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
2742         * sysdeps/s390/s390-32/memcpy.S: New asm code.
2743         * sysdeps/s390/s390-32/memset.S: New asm code.
2744         * sysdeps/s390/s390-32/memcmp.S: New asm code.
2746 2012-07-17  Marek Polacek  <polacek@redhat.com>
2748         [BZ #14349]
2749         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
2750         * sysdeps/s390/s390-64/configure.in: Likewise.
2751         * sysdeps/sparc/configure.in: Likewise.
2752         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
2753         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
2754         * sysdeps/i386/configure.in: Likewise.
2755         * sysdeps/x86_64/configure.in: Likewise.
2756         * sysdeps/sh/configure.in: Likewise.
2757         * sysdeps/s390/s390-32/configure: Regenerated.
2758         * sysdeps/s390/s390-64/configure: Likewise.
2759         * sysdeps/x86_64/configure: Likewise.
2760         * sysdeps/sh/configure: Likewise.
2761         * sysdeps/powerpc/powerpc64/configure: Likewise.
2762         * sysdeps/powerpc/powerpc32/configure: Likewise.
2763         * sysdeps/sparc/configure: Likwise.
2764         * sysdeps/i386/configure: Likewise.
2766         * elf/dl-open.c: Comment fixes.
2768 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
2770         * Makefile [CXX] (check-data): Remove.
2771         [CXX] (c++-types.data): New vpath directive.
2772         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
2773         vpath.  Do not allow for C++ type data being missing.
2774         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
2775         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
2776         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
2777         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
2778         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
2779         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
2780         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
2781         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
2782         ... here.
2783         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
2784         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
2785         ... here.
2786         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
2787         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
2788         ... here.
2789         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
2790         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
2791         ... here.
2792         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
2793         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
2794         ... here.
2795         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
2796         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
2797         ... here.
2798         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
2799         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
2800         ... here.
2801         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
2802         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
2804         * elf/tls-macros.h (TLS_LE): Move architecture-specific
2805         definitions to architecture-specific files.
2806         (TLS_IE): Likewise.
2807         (TLS_LD): Likewise.
2808         (TLS_GD): Likewise.
2809         * sysdeps/i386/tls-macros.h: New file.
2810         * sysdeps/powerpc/tls-macros.h: Likewise.
2811         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
2812         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
2813         * sysdeps/sh/tls-macros.h: Likewise.
2814         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
2815         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
2816         * sysdeps/x86_64/tls-macros.h: Likewise.
2818 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
2820         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
2821         zero value for regular exit case.
2823         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
2824         (__start_context): Preserve zero value for regular exit case.
2826 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
2827             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2829         * manual/setjmp.texi (setcontext): Clarify normal process
2830         termination when uc_link is the null pointer.
2831         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
2832         exit call.
2834 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
2836         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
2837         preprocessor.  Test for each exception mask separately.
2839 2012-07-16  Andreas Jaeger  <aj@suse.de>
2841         * po/ru.po: Update from translation team.
2843 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
2845         * conform/data/string.h-data (NULL): Use macro-constant.  Require
2846         equal to 0.
2847         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
2848         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
2849         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
2850         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
2851         [ISO || ISO99 || ISO11] (*_t): Do not allow.
2853 2012-07-13  Andreas Jaeger  <aj@suse.de>
2855         * po/fr.po: Update from translation team.
2857 2012-07-12  Marek Polacek  <polacek@redhat.com>
2859         [BZ #14173]
2860         * math/libm-test.inc (yn_test): Add test for BZ #14173.
2861         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
2862         loop condition.
2864 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
2866         [BZ #13717]
2867         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
2868         Change to 2.4.1 where previously 2.4.0.
2869         * sysdeps/unix/sysv/linux/configure: Regenerated.
2870         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
2871         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
2872         version.
2873         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
2874         (__ASSUME_AT_CLKTCK): Remove.
2875         (__ASSUME_AT_PAGESIZE): Likewise.
2876         (__ASSUME_AT_XID): Likewise.
2877         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
2878         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
2879         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
2880         unconditionally.
2881         (HAVE_AUX_PAGESIZE): Likewise.
2882         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
2883         [__ASSUME_AT_CLKTCK]: Make code unconditional.
2884         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
2886 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
2888         [BZ #14307]
2889         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
2890         the temporary buffer used to invoke __gethostbyname2_r,
2891         __gethostbyaddr_r and gethostbyname4_r to make room for struct
2892         host_data / struct gaih_addrtuple.
2893         * resolv/nss_dns/dns-host.c (global scope): Move definition of
2894         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
2895         header file nss/nsswitch.h.
2896         * nss/nsswitch.h (global scope): Add definition of implementation
2897         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
2898         resolv/nss_dns/dns-host.c).
2900 2012-07-11  Andreas Jaeger  <aj@suse.de>
2902         * po/fr.po: Update from translation team.
2904         * po/sv.po: Update from translation team
2905         * po/fr.po: Another update from translation team.
2907 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2909         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
2910         for subnormals or multiply small sinh result by itself.
2911         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
2912         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2914 2012-07-11  David S. Miller  <davem@davemloft.net>
2916         * sysdeps/sparc/fpu/libm-test-ulps: Update.
2918 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
2920         [BZ #14347]
2921         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
2922         (INTERNAL_MARK): Shift it here.
2924 2012-07-10  Marek Polacek  <polacek@redhat.com>
2926         [BZ #14151]
2927         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
2928         libc_cv_asm_global_directive with .globl.
2929         * configure: Regenerated.
2930         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
2931         with .globl.
2932         * sysdeps/i386/configure: Regenerated.
2933         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
2934         with .globl.
2935         * sysdeps/x86_64/configure: Regenerated.
2936         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
2937         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
2938         * elf/tst-unique2mod2.c: Likewise.
2939         * elf/tst-unique2mod1.c: Likewise.
2940         * elf/tst-unique1mod2.c: Likewise.
2941         * elf/tst-unique1mod1.c: Likewise.
2942         * sysdeps/s390/s390-32/sysdep.h: Likewise.
2943         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
2944         * sysdeps/s390/s390-64/sysdep.h: Likewise.
2945         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
2946         * sysdeps/mach/sysdep.h: Likewise.
2947         * sysdeps/i386/sysdep.h: Likewise.
2948         * sysdeps/i386/i386-mcount.S: Likewise.
2949         * sysdeps/x86_64/_mcount.S: Likewise.
2950         * sysdeps/x86_64/sysdep.h: Likewise.
2951         * sysdeps/sh/_mcount.S: Likewise.
2952         * sysdeps/sh/sysdep.h: Likewise.
2953         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
2954         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
2955         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
2956         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
2957         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
2958         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
2959         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
2960         * locale/localeinfo.h: Likewise.
2961         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
2962         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
2964 2012-07-09  Roland McGrath  <roland@hack.frob.com>
2966         [BZ #14336]
2967         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
2968         system".
2969         * manual/message.texi (The Uniforum approach): Likewise.
2970         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
2971         (glibc iconv Implementation): Likewise.
2973 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
2975         [BZ #14337]
2976         * math/s_clog.c (__clog): Avoid scaling a value down where that
2977         could result in underflow.
2978         * math/s_clog10.c (__clog10): Likewise.
2979         * math/s_clog10f.c (__clog10f): Likewise.
2980         * math/s_clog10l.c (__clog10l): Likewise.
2981         * math/s_clogf.c (__clogf): Likewise.
2982         * math/s_clogl.c (__clogl): Likewise.
2983         * math/libm-test.inc (clog_test): Add more tests.
2984         (clog10_test): Likewise.
2985         * sysdeps/i386/fpu/libm-test-ulps: Update.
2986         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2988 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
2990         [BZ #14283]
2991         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
2992         by 7 not 8 to examine high bit of fractional part.
2994         [BZ #14042]
2995         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
2996         for call to __mcount_internal.
2997         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
2998         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
2999         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
3001 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
3003         [BZ #14154]
3004         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
3005         approximation for values within 0x1p-13f of an odd multiple of
3006         pi/4.
3007         * math/libm-test.inc (tan_test): Do not allow spurious underflow
3008         exception.  Add more tests.
3009         * sysdeps/i386/fpu/libm-test-ulps: Update.
3011         [BZ #6778]
3012         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
3013         inputs and return -1 for them.  Do not check for +Inf in case not
3014         reachable for +Inf.
3015         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
3016         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
3017         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
3018         and return -1 for them.  Do not check for +Inf in case not
3019         reachable for +Inf.
3020         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
3021         define.
3022         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
3023         and return -1 for them.  Do not check for +Inf in case not
3024         reachable for +Inf.
3025         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
3026         spurious underflow.
3027         * sysdeps/i386/fpu/libm-test-ulps: Update.
3028         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3030 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
3032         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
3034 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
3036         [BZ #14157]
3037         [BZ #14331]
3038         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
3039         could result in spurious underflow.  Scale down values above
3040         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
3041         * math/s_csqrtf.c (__csqrtf): Likewise.
3042         * math/s_csqrtl.c (__csqrtl): Likewise.
3043         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
3044         spurious underflow.
3045         * sysdeps/i386/fpu/libm-test-ulps: Update.
3046         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3048 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
3050         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
3051         xopen-msg.sed.
3052         * catgets/xopen-msg.awk: New file.
3053         * catgets/xopen-msg.sed: Removed.
3055         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
3056         po2text.sed.
3057         * intl/po2test.awk: New file.
3058         * intl/po2test.sed: Removed.
3060 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
3062         [BZ #14328]
3063         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
3064         or multiply small sinh result by itself.
3065         * math/s_ctanf.c (__ctanf): Likewise.
3066         * math/s_ctanh.c (__ctanh): Likewise.
3067         * math/s_ctanhf.c (__ctanhf): Likewise.
3068         * math/s_ctanhl.c (__ctanhl): Likewise.
3069         * math/s_ctanl.c (__ctanl): Likewise.
3070         * math/libm-test.inc (ctan_test_tonearest): New function.
3071         (ctan_test_towardzero): Likewise.
3072         (ctan_test_downward): Likewise.
3073         (ctan_test_upward): Likewise.
3074         (ctanh_test_tonearest): Likewise.
3075         (ctanh_test_towardzero): Likewise.
3076         (ctanh_test_downward): Likewise.
3077         (ctanh_test_upward): Likewise.
3078         (main): Call these new functions.
3079         * sysdeps/i386/fpu/libm-test-ulps: Update.
3080         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3082 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
3084         * .gitignore: Delete /ports entry.
3086 2012-07-03  Andreas Jaeger  <aj@suse.de>
3088         * po/bg.po: Update from translation team.
3089         * po/cs.po: Likewise.
3090         * po/de.po: Likewise.
3091         * po/hr.po: Likewise.
3092         * po/nl.pl: Likewise.
3093         * po/pl.po: Likewise.
3094         * po/vi.po: Likewise.
3096 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
3098         * Makeconfig [!+link] (+link-before-libc): New variable.
3099         [!+link] (+link-after-libc): Likewise.
3100         [!+link] (+link-tests): Likewise.
3101         [!+link] (+link): Define in terms of $(+link-before-libc) and
3102         $(+link-after-libc).
3103         [!+link-static] (+link-static-before-libc): New variable.
3104         [!+link-static] (+link-static-after-libc): Likewise.
3105         [!+link-static] (+link-static-tests): Likewise.
3106         [!+link-static] (+link-static): Define in terms of
3107         $(+link-static-before-libc) and $(+link-static-after-libc).
3108         [build-shared] (link-libc-before-gnulib): New variable.
3109         [build-shared] (link-libc-tests): Likewise.
3110         [build-shared] (link-libc): Define in terms of
3111         $(link-libc-before-gnulib).
3112         [!build-shared] (link-libc-tests): New variable.
3113         (link-libc-static-tests): New variable.
3114         [!gnulib] (gnulib-arch): New variable.
3115         [!gnulib] (gnulib-tests): Likewise.
3116         [!gnulib] (static-gnulib-arch): Likewise.
3117         [!gnulib] (static-gnulib-tests): Likewise.
3118         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
3119         Define with "=" instead of ":=".
3120         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
3121         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
3122         * Rules (binaries-all-notests): New variable.
3123         (binaries-all-tests): Likewise.
3124         (binaries-static-notests): Likewise.
3125         (binaries-static-tests): Likewise.
3126         (binaries-all): Define using $(binaries-all-notests) and
3127         $(binaries-all-tests).
3128         (binaries-static): Define using $(binaries-static-notests) and
3129         $(binaries-static-tests).
3130         (binaries-shared-tests): New variable.
3131         (binaries-shared-notests): Likewise.
3132         (binaries-shared): Remove variable.
3133         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
3134         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
3135         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
3136         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
3137         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
3138         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
3139         * elf/Makefile (sln-modules): New variable.
3140         (extra-objs): Add $(sln-modules:=.o).
3141         (ldconfig-modules): Add static-stubs.
3142         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
3143         * elf/static-stubs.c: New file.
3145         [BZ #14283]
3146         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
3147         by 7 not 8 to examine high bit of fractional part.  Use volatile
3148         variables when splitting into final array of floats if
3149         __FLT_EVAL_METHOD__ != 0.
3150         * math/libm-test.inc (cos_test): Add another test.
3151         (sin_test): Likewise.
3152         * sysdeps/i386/fpu/libm-test-ulps: Update.
3154         [BZ #14273]
3155         * math/libm-test.inc (cosh_test): Add more tests.
3157         * version.h (RELEASE): Set to "development".
3158         (VERSION): Set to "2.16.90".
3160 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
3162         * NEWS: Update copyright. Remove last-updated date.
3163         Mention math library bug fixes and timezone data changes.
3164         * README: Mention GNU/Hurd, x32, and HPPA support status.
3166 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
3168         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
3170 2012-06-27  Andreas Jaeger  <aj@suse.de>
3172         * manual/contrib.texi (Contributors): Add Samuel Thibault.
3174 2012-06-25  Andreas Jaeger  <aj@suse.de>
3176         * sysdeps/s390/fpu/libm-test-ulps: Update.
3178 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
3179             Thomas Schwinge  <thomas@codesourcery.com>
3181         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
3182         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
3183         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
3184         fanotify_mark.
3186 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
3188         * sysdeps/mach/start.c: Remove file.
3189         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
3190         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
3191         * sysdeps/sh/init-first.c: Likewise.
3193         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
3194         registers for frame unwinding purposes, add CFI directives.
3195         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
3196         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
3197         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
3198         Likewise.
3200         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
3201         __fortify_fail returning.
3202         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
3204         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
3205         sysdeps/sh/____longjmp_chk.S.
3206         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
3207         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
3208         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
3209         (gen-as-const-headers): Append sigaltstack-offsets.sym.
3211         * sysdeps/sh/abort-instr.h: New file.
3212         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
3213         process in case exit returns.
3215         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
3216         initialize the GOT register before use.
3218         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
3219         calculation of ARGC > 4.
3221         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
3222         meaningful names to some local labels.
3224 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
3225             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3227         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
3228         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
3229         (__arch_compare_and_exchange_val_16_acq): Likewise.
3230         (__arch_compare_and_exchange_val_32_acq): Likewise.
3231         (atomic_exchange_and_add): Fix gUSA sequence.
3232         (atomic_add): Likewise.
3233         (atomic_add_negative): Likewise.
3234         (atomic_add_zero): Likewise.
3235         (atomic_bit_test_set): Likewise.
3237 2012-06-22  Andreas Schwab  <schwab@redhat.com>
3239         [BZ #13579]
3240         * include/link.h (struct link_map): Add l_free_initfini.
3241         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
3242         l_initfini.
3243         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
3244         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
3245         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
3246         set.
3248 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
3250         * configure.in: Use AC_LANG_SOURCE.
3251         * configure: Regenerate.
3253 2012-06-22  Roland McGrath  <roland@hack.frob.com>
3255         * configure.in (libc_cv_localstatedir): New substituted variable.
3256         * configure: Regenerated.
3257         * config.make.in (localstatedir): New variable, substituted from
3258         libc_cv_localstatedir.
3259         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
3260         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
3261         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
3262         * sysdeps/gnu/configure: Regenerated.
3264 2012-06-21  Jeff Law  <law@redhat.com>
3266         [BZ #14277]
3267         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
3268         free.  Simplify list management for _LIBC case.
3270 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
3272         [BZ #14273]
3273         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
3274         Clear sign bit of 64-bit integer value before comparing against
3275         overflow value.
3277         * sysdeps/mach/configure: Regenerated.
3279 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
3281         [BZ #14278]
3282         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
3284 2012-06-21  Jeff Law  <law@redhat.com>
3286         [BZ #13882]
3287         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
3288         uint16_t for elements in the "seen" array to avoid char overflows.
3289         * elf/dl-fini.c (_dl_sort_fini): Likewise.
3290         * elf/dl-open.c (dl_open_worker): Likewise.
3292 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
3294         * scripts/list-sources.sh: Scan PORTS for translations.
3295         * po/libc.pot: Regenerated.
3297 2012-06-21  Andreas Jaeger  <aj@suse.de>
3299         [BZ #12194]
3300         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
3301         warning.
3302         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
3303         * bits/byteswap-16.h (__bswap_16): Likewise.
3304         * bits/byteswap.h (__bswap_constant_16): Likewise.
3306 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
3308         [BZ #14117]
3309         * sysdeps/i386/fpu_control.h: Removed.
3310         * sysdeps/x86_64/fpu_control.h: Moved to ...
3311         * sysdeps/x86/fpu_control.h: Here.
3313         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
3314         (_FPU_SETCW): Likewise.
3316 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
3318         [BZ #14117]
3319         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
3320         * sysdeps/x86/fpu/bits/mathinline.h: This.
3321         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
3323         [BZ #14050]
3324         [BZ #14117]
3325         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
3326         functions if __x86_64__ is defined.
3328 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
3330         * string/endian.h: Add !__ASSEMBLER__ condition for including
3331         conversion interfaces.
3333 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
3335         [BZ #14241]
3336         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
3337         of ABS(x) in calculating zero to negative powers other than odd
3338         integers.
3339         * math/libm-test.inc (pow_test): Add more tests.
3341 2012-06-15  Andreas Jaeger  <aj@suse.de>
3343         * manual/contrib.texi (Contributors): Update entry of Liubov
3344         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
3345         Machado Filho.
3347 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
3349         * string/string.h: Add __wur to GNU version of strerror_r.
3351 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
3353         [BZ #14229]
3354         * string/Makefile (tests): Add tst-strtok_r.
3355         * string/tst-strtok_r.c: New file.
3356         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
3357         RAX_LP/RDX_LP on SAVE_PTR.
3359 2012-06-14  Roland McGrath  <roland@hack.frob.com>
3361         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
3363 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
3365         * libm_test.inc (csqrt_test): Allow more spurious underflow
3366         exceptions.
3367         (j0_test): Likewise.
3368         (j1_test): Likewise.
3369         (y0_test): Likewise.
3370         (y1_test): Likewise.
3372 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
3374         * po/Makefile (libc.pot): Use UTF-8 charset.
3376 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
3378         [BZ #14210]
3379         Suppress sign-conversion warning from FD_SET.
3380         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
3381         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
3382         not unsigned long int.
3383         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
3385 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
3387         [BZ #14050]
3388         [BZ #14117]
3389         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
3390         __extern_always_inline instead of __extern_inline.
3391         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
3392         (__signbit): Likewise.
3393         (__signbitl): Support C++ namespace.
3394         (lrintf): New inline function.
3395         (lrint): Likewise.
3396         (llrintf): Likewise.
3397         (llrint): Likewise.
3398         (fmaxf): Likewise.
3399         (fmax): Likewise.
3400         (fminf): Likewise.
3401         (fmin): Likewise.
3402         (rint): Likewise.
3403         (rintf): Likewise.
3404         (ceil): Likewise.
3405         (ceilf): Likewise.
3406         (floor): Likewise.
3407         (floorf): Likewise.
3408         (nearbyint): Likewise.
3409         (nearbyintf): Likewise.
3411 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
3413         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
3414         non-default versions.
3416 2012-06-11  Roland McGrath  <roland@hack.frob.com>
3418         [BZ #14218]
3419         * manual/argp.texi (Argp): Reword argp_parse description slightly.
3421 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
3423         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
3424         (FE_UPWARD, FE_DOWNWARD): Don't define.
3425         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
3426         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
3428         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
3429         reading it.
3430         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
3431         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
3433 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3435         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
3436         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
3437         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
3438         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
3440 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
3442         [BZ #14117]
3443         * sysdeps/i386/fpu/bits/fenv.h: Removed.
3444         * sysdeps/i386/fpu/Implies: New file.
3445         * sysdeps/x86_64/fpu/Implies: Likewise.
3446         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
3447         * sysdeps/x86/fpu/bits/fenv.h: This.
3449         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
3450         __SSE_MATH__.
3452 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
3454         [BZ #14134]
3455         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
3456         character 0xffff that matches the last element of the
3457         conversion table.
3459 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3461         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
3462         fmodl commit.
3464 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3466         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
3467         values higher than 25.6283.
3469 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3471         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
3472         subnormal exponent extraction and add some __builtin_expect.
3473         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
3474         Fix for subnormal mantissa calculation.
3476 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
3478         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
3479         cpu2 is -1 and errno is not ENOSYS.
3481 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
3483         [BZ #14117]
3484         * sysdeps/i386/i486/bits/string.h: Renamed to ...
3485         * sysdeps/x86/bits/string.h: This.
3486         * sysdeps/x86_64/bits/string.h: Removed.
3488         * sysdeps/i386/i486/bits/string.h: Define inline functions only
3489         if not compiling for x86-64, but compiling for >= i486.
3491         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
3492         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
3494         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
3495         New macro from Linux kernel 3.4.0.
3496         (FP_XSTATE_MAGIC2): Likewise.
3497         (FP_XSTATE_MAGIC2_SIZE): Likewise.
3498         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
3499         (struct _fpx_sw_bytes): New struct.
3500         (struct _xsave_hdr): Likewise.
3501         (struct _ymmh_state): Likewise.
3502         (struct _xstate): Likewise.
3504         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
3505         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
3506         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
3507         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
3508         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
3509         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
3511         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
3512         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
3513         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
3514         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
3515         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
3516         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
3518 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
3520         [BZ #13743]
3521         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
3522         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
3523         (sysdep_headers): Include sys/platform/ppc.h.
3524         * sysdeps/powerpc/test-gettimebase.c: Test for
3525         __ppc_get_timebase() to catch future ISA opcode/insn changes.
3526         * manual/Makefile (appendices): Include platform.texi.
3527         * manual/contrib.texi (Contributors): Update @node pointers.
3528         * manual/maint.texi (Maintenance): Likewise.
3529         (Platform): New node.
3530         * manual/platform.texi: New file.  Document the new features.
3532 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
3533             Jakub Jelinek  <jakub@redhat.com>
3535         [BZ #14188]
3536         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
3537         where __builtin_expect is unavailable.
3539 2012-06-03  David S. Miller  <davem@davemloft.net>
3541         * stdlib/longlong.h: Updated from GCC.
3543 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
3545         [BZ #14042]
3546         * sysdeps/powerpc/powerpc32/mcount.c: New file.
3547         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
3548         __mcount_internal.
3549         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
3550         (GLIBC_2.16): Likewise.
3552 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
3554         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
3556 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
3558         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
3559         (default-abi): New variable.
3560         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
3561         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
3562         variable.
3563         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
3564         Likewise.
3565         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
3566         Likewise.
3567         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
3568         Likewise.
3570         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
3571         definition.  Document in comment.
3573 2012-06-01  David S. Miller  <davem@davemloft.net>
3575         * stdlib/longlong.h: Updated from GCC.
3577 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
3579         [BZ #14117]
3580         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
3581         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
3582         sys/debugreg.h sys/io.h here.
3583         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
3584         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
3585         sys/io.h.
3586         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
3587         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
3588         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
3589         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
3590         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
3591         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
3593         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
3594         Define only if __x86_64__ is defined.
3596 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
3598         [BZ #14048]
3599         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
3600         Use int64_t for variable i.
3601         * math/libm-test.inc (fmod_test): Add more tests.
3603         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
3604         z computation is not scheduled after fetestexcept.
3605         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
3606         Use math_force_eval instead of asm to ensure calculation scheduled
3607         before exception test.
3608         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
3609         Ensure a1 + u.d computation is not scheduled after fetestexcept.
3611 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
3613         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
3614         computation is not scheduled after fetestexcept.
3616 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
3618         [BZ #14117]
3619         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
3620         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
3622 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3624         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
3625         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
3627 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
3629         [BZ #14117]
3630         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
3631         <bits/wordsize.h>.
3632         (__WCHAR_MIN): Support __WORDSIZE == 64.
3633         (__WCHAR_MAX): Likewise.
3635         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
3636         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
3638         [BZ #14183]
3639         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
3640         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
3642         [BZ #14117]
3643         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
3644         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
3646         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
3647         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
3649         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
3650         Defined to 1 if __x86_64__ isn't defined.
3651         (_STAT_VER_LINUX_OLD): New.
3652         (st_atime): Remove duplicate.
3653         (st_mtime): Likewise.
3654         (st_ctime): Likewise.
3656 2012-05-31  David S. Miller  <davem@davemloft.net>
3658         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
3659         entries.
3661 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
3663         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
3664         gen-libm-test.pl.
3666         [BZ #14132]
3667         * elf/dl-reloc.c: Include <_itoa.h>.
3668         (_dl_reloc_bad_type): Remove use of INTUSE.
3669         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
3670         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
3671         * stdio-common/psiginfo.c (psiginfo): Likewise.
3672         * stdio-common/psignal.c (psignal): Likewise.
3673         * string/strsignal.c (strsignal): Likewise.
3674         * include/signal.h (_sys_siglist): Declare hidden proto.
3675         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
3676         INTVARDEF with libc_hidden_data_def.
3677         * stdio-common/itoa-udigits.c: Likewise.
3678         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
3679         (_itoa_lower_digits_internal): Remove declaration.
3680         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
3681         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
3682         (_sys_sigabbrev_internal): Remove aliases.
3683         (_sys_siglist): Define hidden alias.
3685 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
3687         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
3688         bits/sysctl.h.
3690 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
3692         [BZ #14117]
3693         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
3694         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
3696         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
3697         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
3698         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
3699         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
3700         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
3701         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
3703         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
3704         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
3705         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
3707         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
3708         with __addr.
3709         (insw): Likewise.
3710         (insl): Likewise.
3711         (outsb): Likewise.
3712         (outsw): Likewise.
3713         (outsl): Likewise.
3715         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
3716         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
3717         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
3719         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
3720         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
3721         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
3722         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
3723         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
3724         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
3726         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
3727         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
3729         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
3730         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
3732         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
3733         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
3734         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
3736         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
3737         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
3738         to ...
3739         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
3741         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
3742         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
3743         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
3745         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
3746         for x86-64.
3747         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
3749 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
3751         * math/math.h (M_El): Use two more decimal places.
3752         (M_LOG2El): Likewise.
3753         (M_LOG10El): Likewise.
3754         (M_LN2l): Likewise.
3755         (M_LN10l): Likewise.
3756         (M_PIl): Likewise.
3757         (M_PI_2l): Likewise.
3758         (M_PI_4l): Likewise.
3759         (M_1_PIl): Likewise.
3760         (M_2_PIl): Likewise.
3761         (M_2_SQRTPIl): Likewise.
3762         (M_SQRT2l): Likewise.
3763         (M_SQRT1_2l): Likewise.
3765 2012-05-31  David S. Miller  <davem@davemloft.net>
3767         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
3768         values between float registers.
3769         * sysdeps/sparc/sparc64/memset.S: Likewise.
3770         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
3772 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
3774         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
3775         -D_FORTIFY_SOURCE=1.
3776         (CPPFLAGS-tst-longjmp_chk.c): Define.
3777         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
3778         (CPPFLAGS-tst-longjmp_chk2.c): Define.
3779         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
3780         CFLAGS-tst-wchar-h.c.
3782 2012-05-31  Marek Polacek  <polacek@redhat.com>
3784         [BZ #14132]
3785         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
3786         __endmntent_internal): Remove declaration.
3787         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
3788         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
3789         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
3791 2012-05-30  David S. Miller  <davem@davemloft.net>
3793         * sysdeps/sparc/sparc32/soft-fp/q_util.c
3794         (___Q_simulate_exceptions): Use real FP ops rather than writing
3795         into the %fsr.
3796         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
3797         Likewise.
3799 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
3801         [BZ #14117]
3802         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
3803         * sysdeps/x86/bits/xtitypes.h: This.
3805         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
3806         * sysdeps/x86/bits/wordsize.h: This.
3808         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
3809         * sysdeps/x86/bits/huge_vall.h: This.
3811         * sysdeps/i386/bits/select.h: Removed.
3812         * sysdeps/x86_64/bits/select.h: Renamed to ...
3813         * sysdeps/x86/bits/select.h: This.
3815         * sysdeps/i386/bits/setjmp.h: Removed.
3816         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
3817         * sysdeps/x86/bits/setjmp.h: This.
3819         * sysdeps/i386/bits/mathdef.h: Removed.
3820         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
3821         * sysdeps/x86/bits/mathdef.h: This.
3823 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
3825         [BZ #14132]
3826         * include/sys/socket.h (__connect_internal)
3827         (__libc_sa_len_internal): Remove declaration.
3828         (__connect, __libc_sa_len): Declare hidden_proto.
3829         (SA_LEN): Remove use of INTUSE.
3830         * socket/connect.c: Add libc_hidden_def.
3831         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
3832         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
3833         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
3834         alias.
3835         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3836         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3837         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
3838         of adding _internal alias.
3840 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
3842         [BZ #14117]
3843         * sysdeps/i386/bits/link.h: Removed.
3844         * sysdeps/i386/bits/linkmap.h: Likewise.
3845         * sysdeps/x86_64/bits/link.h: Renamed to ...
3846         * sysdeps/x86/bits/link.h: This.
3847         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
3848         * sysdeps/x86/bits/linkmap.h: This.
3850         * sysdeps/i386/bits/endian.h: Removed.
3851         * sysdeps/x86_64/bits/endian.h: Renamed to ...
3852         * sysdeps/x86/bits/endian.h: This.
3854         * sysdeps/i386/bits/byteswap.h: Removed.
3855         * sysdeps/i386/bits/byteswap-16.h: Likewise.
3856         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
3857         * sysdeps/x86/bits/byteswap.h: This.
3858         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
3859         * sysdeps/x86/bits/byteswap-16.h: This.
3860         * sysdeps/i386/Implies: Add x86.
3861         * sysdeps/x86_64/Implies: Likewise.
3863 2012-05-30  David S. Miller  <davem@davemloft.net>
3865         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
3866         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
3867         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
3868         (FP_TRAPPING_EXCEPTIONS): Define.
3869         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
3870         (FP_TRAPPING_EXCEPTIONS): Define.
3871         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
3872         subnormals only when inexact has been signalled or underflow
3873         exceptions are enabled.
3874         (_FP_PACK_CANONICAL): Likewise.
3876 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
3878         [BZ #14183]
3879         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
3880         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
3882 2012-05-30  Richard Henderson  <rth@twiddle.net>
3884         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
3885         with #ifndef NOT_IN_libc.
3887         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
3888         marked to avoid plt entry.
3890 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
3892         [BZ #14112]
3893         * Makeconfig (default-abi): New macro.
3894         (abi-includes): Likewise.
3895         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
3896         $(abi-$(default-abi)-lib-soname) for soname if defined.
3897         ($(common-objpfx)gnu/lib-names.stmp): Generate from
3898         abi-variants.
3899         * Makefile (installed-stubs): Likewise.
3900         * include/stubs-biarch.h: Removed.
3901         * scripts/lib-names.awk: Only handle one library at a time.
3902         * scripts/soversions.awk: Remove WORDSIZE support.
3903         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
3904         entries.
3905         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
3906         Removed.
3907         (syscall-list-default-condition): Likewise.
3908         (syscall-list-default-condition): Likewise.
3909         (syscall-list-includes): Likewise.
3910         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
3911         syscall-list-* with abi-*.  Handle undefined abi-variants.
3912         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
3913         * sysdeps/unix/sysv/linux/i386/Implies: New file.
3914         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
3915         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
3916         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
3917         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
3918         Removed.
3919         (syscall-list-32-options): Likewise.
3920         (syscall-list-32-condition): Likewise.
3921         (syscall-list-64-options): Likewise.
3922         (syscall-list-64-condition): Likewise.
3923         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
3924         macro.
3925         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
3926         Renamed to ...
3927         (abi-*): This.
3928         (abi-64-ld-soname): New macro.
3929         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
3930         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
3931         Renamed to ...
3932         (abi-*): This.
3933         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
3934         * sysdeps/x86_64/x32/shlib-versions: Likewise.
3936 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
3938         * sysdeps/unix/sysv/linux/kernel-features.h
3939         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
3940         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
3941         include <kernel-features.h>.
3942         [!__NR_ftruncate64]: Remove conditional code.
3943         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
3944         [__NR_ftruncate64]: Make code unconditional.
3945         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
3946         * sysdeps/unix/sysv/linux/truncate64.c: Do not
3947         include <kernel-features.h>.
3948         [!__NR_ftruncate64]: Remove conditional code.
3949         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
3950         [__NR_ftruncate64]: Make code unconditional.
3951         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
3952         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
3953         include <kernel-features.h>.
3954         [!__NR_ftruncate64]: Remove conditional code.
3955         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
3956         [__NR_ftruncate64]: Make code unconditional.
3957         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
3958         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
3959         include <kernel-features.h>.
3960         [!__NR_ftruncate64]: Remove conditional code.
3961         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
3962         [__NR_ftruncate64]: Make code unconditional.
3963         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
3965         * configure.in (libc_cv_fpie): Weaken to a compile test using
3966         LIBC_TRY_CC_OPTION.
3967         * configure: Regenerated.
3969 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3971         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
3972         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
3973         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
3974         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
3975         Refreshed.
3976         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
3977         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
3978         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
3979         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
3980         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
3981         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
3982         Refreshed.
3984 2012-05-27  David S. Miller  <davem@davemloft.net>
3986         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
3987         (___Q_zero): New.
3988         (__Q_simulate_exceptions): Return void.  Change to simulate
3989         exceptions by writing into the %fsr.
3990         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
3991         (__Qp_handle_exceptions): Likewise.
3992         (numbers): Delete.
3993         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
3994         __Qp_handle_exceptions.
3995         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
3996         __Qp_handle_exceptions.
3997         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
3998         as unused and give dummy FP_RND_NEAREST initializer.
3999         (FP_INHIBIT_RESULTS): Define.
4000         (___Q_simulate_exceptions): Update declaration.
4001         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
4002         formatting.
4003         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
4004         as unused and give dummy FP_RND_NEAREST initializer.
4005         (__Qp_handle_exceptions): Update declaration.
4006         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
4007         formatting.
4009 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
4011         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
4012         the temporary FPU control word.
4013         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
4014         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
4015         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
4016         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
4017         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
4018         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
4019         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
4020         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
4021         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
4022         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
4023         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
4025 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4027         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
4028         fields.
4030 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
4032         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
4033         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
4034         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
4035         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
4036         Likewise.
4037         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
4038         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
4039         Likewise.
4041 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
4043         * po/h.po: Update from translation team.
4045 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
4047         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
4049         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
4050         handling of denormals.
4051         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
4052         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
4053         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
4054         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
4055         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
4056         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
4057         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
4058         Likewise.
4060 2012-05-26  Marek Polacek  <polacek@redhat.com>
4062         [BZ #14152]
4063         * math/libm-test.inc (fma_test): Don't always expect underflow
4064         exception.
4066 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
4068         [BZ #12416]
4069         * elf/tst-execstack.c: Include stackinfo.h.
4070         (do_test): Adjust test case to ensure that pthread_getattr_np
4071         behaviour remains the same after marking stack executable.
4073 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
4075         * sysdeps/unix/sysv/linux/kernel-features.h
4076         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
4077         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
4078         kernel-features.h.
4079         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
4080         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
4081         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
4082         kernel-features.h.
4083         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
4084         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
4086 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
4088         * configure.in: Define the default includes to being none.
4089         * configure: Regenerated.
4091 2012-05-25  Roland McGrath  <roland@hack.frob.com>
4093         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
4094         * sysdeps/x86_64/setjmp.S: Likewise.
4095         * sysdeps/i386/bsd-setjmp.S: Likewise.
4096         * sysdeps/i386/bsd-_setjmp.S: Likewise.
4097         * sysdeps/i386/setjmp.S: Likewise.
4098         * sysdeps/i386/__longjmp.S: Likewise.
4099         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
4100         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
4102         * include/stap-probe.h: New file.
4103         * configure.in: Handle --enable-systemtap.
4104         * configure: Regenerated.
4105         * config.h.in (USE_STAP_PROBE): New #undef.
4106         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
4107         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
4108         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
4110 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
4112         [BZ #13717]
4113         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
4114         to 2.4.0 where earlier.
4115         * sysdeps/unix/sysv/linux/configure: Regenerated.
4116         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
4117         <kernel-features.h>.
4118         [__ASSUME_32BITUIDS]: Make code unconditional.
4119         [!__ASSUME_32BITUIDS]: Remove conditional code.
4120         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
4121         <kernel-features.h>.
4122         [__ASSUME_32BITUIDS]: Make code unconditional.
4123         [!__ASSUME_32BITUIDS]: Remove conditional code.
4124         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
4125         [__ASSUME_32BITUIDS]: Make code unconditional.
4126         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
4127         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
4128         <kernel-features.h>.
4129         [__ASSUME_32BITUIDS]: Make code unconditional.
4130         [!__ASSUME_32BITUIDS]: Remove conditional code.
4131         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
4132         <kernel-features.h>.
4133         [__ASSUME_32BITUIDS]: Make code unconditional.
4134         [!__ASSUME_32BITUIDS]: Remove conditional code.
4135         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
4136         <kernel-features.h>.
4137         [__ASSUME_32BITUIDS]: Make code unconditional.
4138         [!__ASSUME_32BITUIDS]: Remove conditional code.
4139         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
4140         <kernel-features.h>.
4141         [__ASSUME_32BITUIDS]: Make code unconditional.
4142         [!__ASSUME_32BITUIDS]: Remove conditional code.
4143         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
4144         <kernel-features.h>.
4145         [__ASSUME_32BITUIDS]: Make code unconditional.
4146         [!__ASSUME_32BITUIDS]: Remove conditional code.
4147         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
4148         <kernel-features.h>.
4149         [__ASSUME_32BITUIDS]: Make code unconditional.
4150         [!__ASSUME_32BITUIDS]: Remove conditional code.
4151         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
4152         <kernel-features.h>.
4153         [__ASSUME_32BITUIDS]: Make code unconditional.
4154         [!__ASSUME_32BITUIDS]: Remove conditional code.
4155         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
4156         <kernel-features.h>.
4157         [__ASSUME_32BITUIDS]: Make code unconditional.
4158         [!__ASSUME_32BITUIDS]: Remove conditional code.
4159         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
4160         <kernel-features.h>.
4161         [__ASSUME_32BITUIDS]: Make code unconditional.
4162         [!__ASSUME_32BITUIDS]: Remove conditional code.
4163         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
4164         <kernel-features.h>.
4165         [__ASSUME_32BITUIDS]: Make code unconditional.
4166         [!__ASSUME_32BITUIDS]: Remove conditional code.
4167         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
4168         <kernel-features.h>.
4169         [__NR_setresgid] (__setresgid): Do not declare.
4170         [__ASSUME_32BITUIDS]: Make code unconditional.
4171         [!__ASSUME_32BITUIDS]: Remove conditional code.
4172         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
4173         <kernel-features.h>.
4174         [__NR_setresuid] (__setresuid): Do not declare.
4175         [__ASSUME_32BITUIDS]: Make code unconditional.
4176         [!__ASSUME_32BITUIDS]: Remove conditional code.
4177         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
4178         <kernel-features.h>.
4179         [__ASSUME_32BITUIDS]: Make code unconditional.
4180         [!__ASSUME_32BITUIDS]: Remove conditional code.
4181         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
4182         <kernel-features.h>.
4183         [__ASSUME_32BITUIDS]: Make code unconditional.
4184         [!__ASSUME_32BITUIDS]: Remove conditional code.
4185         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
4186         <kernel-features.h>.
4187         [__ASSUME_32BITUIDS]: Make code unconditional.
4188         [!__ASSUME_32BITUIDS]: Remove conditional code.
4189         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
4190         <kernel-features.h>.
4191         [__ASSUME_32BITUIDS]: Make code unconditional.
4192         [!__ASSUME_32BITUIDS]: Remove conditional code.
4193         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
4194         <kernel-features.h>.
4195         [__ASSUME_32BITUIDS]: Make code unconditional.
4196         [!__ASSUME_32BITUIDS]: Remove conditional code.
4197         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
4198         <kernel-features.h>.
4199         [__ASSUME_32BITUIDS]: Make code unconditional.
4200         [!__ASSUME_32BITUIDS]: Remove conditional code.
4201         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
4202         <kernel-features.h>.
4203         [__ASSUME_32BITUIDS]: Make code unconditional.
4204         [!__ASSUME_32BITUIDS]: Remove conditional code.
4205         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
4206         <kernel-features.h>.
4207         [__ASSUME_32BITUIDS]: Make code unconditional.
4208         [!__ASSUME_32BITUIDS]: Remove conditional code.
4209         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
4210         <kernel-features.h>.
4211         [__ASSUME_32BITUIDS]: Make code unconditional.
4212         [!__ASSUME_32BITUIDS]: Remove conditional code.
4213         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
4214         <kernel-features.h>.
4215         [__ASSUME_32BITUIDS]: Make code unconditional.
4216         [!__ASSUME_32BITUIDS]: Remove conditional code.
4217         * sysdeps/unix/sysv/linux/kernel-features.h
4218         (__ASSUME_SETRESUID_SYSCALL): Remove.
4219         (__ASSUME_SETRESGID_SYSCALL): Likewise.
4220         (__ASSUME_32BITUIDS): Likewise.
4221         (__ASSUME_LDT_WORKS): Likewise.
4222         (__ASSUME_O_DIRECTORY): Likewise.
4223         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
4224         architecture but not kernel version.
4225         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
4226         (__ASSUME_MMAP2_SYSCALL): Likewise.
4227         (__ASSUME_STAT64_SYSCALL): Likewise.
4228         (__ASSUME_IPC64): Likewise.
4229         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
4230         <kernel-features.h>.
4231         [__ASSUME_32BITUIDS]: Make code unconditional.
4232         [!__ASSUME_32BITUIDS]: Remove conditional code.
4233         * sysdeps/unix/sysv/linux/opendir.c: Do not include
4234         <kernel-features.h>.
4235         [__ASSUME_O_DIRECTORY]: Make code unconditional.
4236         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
4237         132096]: Remove conditional code.
4238         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
4239         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
4240         <kernel-features.h>.
4241         [__ASSUME_32BITUIDS]: Make code unconditional.
4242         [!__ASSUME_32BITUIDS]: Remove conditional code.
4243         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
4244         <kernel-features.h>.
4245         [__ASSUME_32BITUIDS]: Make code unconditional.
4246         [!__ASSUME_32BITUIDS]: Remove conditional code.
4247         * sysdeps/unix/sysv/linux/setegid.c: Do not include
4248         <kernel-features.h>.
4249         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
4250         unconditional.
4251         (__setresgid): Do not declare.
4252         [__ASSUME_32BITUIDS]: Make code unconditional.
4253         [!__ASSUME_32BITUIDS]: Remove conditional code.
4254         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
4255         <kernel-features.h>.
4256         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
4257         unconditional.
4258         (__setresuid): Do not declare.
4259         [__ASSUME_32BITUIDS]: Make code unconditional.
4260         [!__ASSUME_32BITUIDS]: Remove conditional code.
4261         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
4262         <kernel-features.h>.
4263         [__ASSUME_32BITUIDS]: Make code unconditional.
4264         [!__ASSUME_32BITUIDS]: Remove conditional code.
4265         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
4266         <kernel-features.h>.
4267         [__ASSUME_32BITUIDS]: Make code unconditional.
4268         [!__ASSUME_32BITUIDS]: Remove conditional code.
4270 2012-05-25  Richard Henderson  <rth@twiddle.net>
4272         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
4273         dl_hwcap to ifunc resolver.
4274         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
4275         elf_ifunc_invoke.
4276         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
4277         dl_hwcap to ifunc resolver.
4278         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
4280 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
4282         [BZ #14153]
4283         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
4284         for |x| <= 2**-26, not 2**-57.
4285         * math/libm-test.inc (acos_test): Do not allow spurious underflow
4286         exception.
4288 2012-05-24  Jeff Law  <law@redhat.com>
4290         * stdio-common/Makefile (tests): Add bug25.
4291         * stdio-common/bug25.c: New test.
4293 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
4295         [BZ #13576]
4296         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
4297         multiple of MALLOC_ALIGNMENT in size.
4298         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
4300 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
4302         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
4303         Require >= 256.
4304         (FILENAME_MAX): Use macro-int-constant.
4305         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
4306         (_IOFBF): Use macro-int-constant.
4307         (_IOLBF): Likewise.
4308         (_IONBF): Likewise.
4309         (SEEK_CUR): Likewise.
4310         (SEEK_END): Likewise.
4311         (SEEK_SET): Likewise.
4312         (TMP_MAX): Likewise.
4313         (EOF): Use macro-int-constant.  Require < 0.
4314         (NULL): Use macro-constant.  Require == 0.
4315         (stdin): Require type to be FILE *.
4316         (stdout): Likewise.
4317         (stderr): Likewise.
4318         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
4319         macro-int-constant.
4320         (EXIT_SUCCESS): Likewise.
4321         (NULL): Use macro-constant.  Require == 0.
4322         (RAND_MAX): Use macro-int-constant.
4323         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
4324         [C99-based standards] (strtof): Require function.
4325         [C99-based standards] (strtold): Likewise.
4326         [C99-based standards] (strtoll): Likewise.
4327         [C99-based standards] (strtoull): Likewise.
4328         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
4329         [ISO || ISO99 || ISO11] (limits.h): Likewise.
4330         [ISO || ISO99 || ISO11] (math.h): Likewise.
4331         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
4332         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
4333         [ISO || ISO99 || ISO11] (*_t): Do not allow.
4335 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
4337         [BZ #14132]
4338         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
4339         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
4340         * intl/dgettext.c (DCGETTEXT): Likewise.
4341         * intl/gettext.c (DCGETTEXT): Likewise.
4342         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
4343         * posix/regex_internal.h (gettext): Likewise.
4344         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
4345         Remove declaration.
4346         * include/argz.h (__argz_count_internal)
4347         (__argz_stringify_internal): Remove declaration.
4348         (__argz_count, __argz_stringify): Declare hidden proto.
4349         * intl/dcgettext.c: Remove use of INTDEF.
4350         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
4351         * string/argz-stringify.c: Likewise.
4352         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
4353         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
4354         Declare hidden proto.
4355         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
4356         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
4357         Declare hidden proto.
4358         * include/stdio.h (__asprintf_internal): Don't declare.
4359         (__asprintf): Don't define as macro.  Declare hidden proto.
4360         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
4361         (__fsetlocking): Declare hidden proto.
4362         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
4363         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
4364         hidden proto.
4365         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
4366         (_IO_setlinebuf): Remove use of INTUSE.
4367         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
4368         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
4369         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
4370         Remove declaration.
4371         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
4372         (_IO_do_flush): Remove use of INTUSE.
4373         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
4374         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
4375         (_IO_adjust_column, _IO_least_wmarker)
4376         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
4377         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
4378         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
4379         (_IO_default_doallocate, _IO_wdefault_doallocate)
4380         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
4381         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
4382         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
4383         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
4384         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
4385         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
4386         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
4387         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
4388         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
4389         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
4390         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
4391         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
4392         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
4393         proto.
4394         (_IO_flush_all_internal, _IO_adjust_column_internal)
4395         (_IO_default_uflow_internal, _IO_default_finish_internal)
4396         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
4397         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
4398         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
4399         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
4400         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
4401         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
4402         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
4403         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
4404         (_IO_file_close_internal, _IO_file_close_it_internal)
4405         (_IO_file_underflow_internal, _IO_file_overflow_internal)
4406         (_IO_file_init_internal, _IO_file_attach_internal)
4407         (_IO_file_fopen_internal, _IO_file_read_internal)
4408         (_IO_file_sync_internal, _IO_file_seek_internal)
4409         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
4410         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
4411         (_IO_str_underflow_internal, _IO_str_overflow_internal)
4412         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
4413         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
4414         (_IO_list_all_internal, _IO_link_in_internal)
4415         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
4416         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
4417         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
4418         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
4419         (_IO_do_write_internal, _IO_padn_internal)
4420         (_IO_getline_info_internal, _IO_getline_internal)
4421         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
4422         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
4423         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
4424         (_IO_vfscanf_internal, _IO_vfprintf_internal)
4425         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
4426         (_IO_init_internal, _IO_un_link_internal): Don't declare.
4427         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
4428         with libc_hidden_ver, remove use of INTUSE.
4429         * libio/genops.c: Likewise.
4430         * libio/freopen.c: Likewise.
4431         * libio/freopen64.c: Likewise.
4432         * libio/iofclose.c: Likewise.
4433         * libio/iofdopen.c: Likewise.
4434         * libio/iofflush.c: Likewise.
4435         * libio/iofflush_u.c: Likewise.
4436         * libio/iofgets.c: Likewise.
4437         * libio/iofgets_u.c: Likewise.
4438         * libio/iofopen.c: Likewise.
4439         * libio/iofopncook.c: Likewise.
4440         * libio/iofread.c: Likewise.
4441         * libio/iofread_u.c: Likewise.
4442         * libio/ioftell.c: Likewise.
4443         * libio/iofwrite.c: Likewise.
4444         * libio/iogetline.c: Likewise.
4445         * libio/iogets.c: Likewise.
4446         * libio/iogetwline.c: Likewise.
4447         * libio/iopadn.c: Likewise.
4448         * libio/iopopen.c: Likewise.
4449         * libio/ioseekoff.c: Likewise.
4450         * libio/ioseekpos.c: Likewise.
4451         * libio/iosetbuffer.c: Likewise.
4452         * libio/iosetvbuf.c: Likewise.
4453         * libio/ioungetc.c: Likewise.
4454         * libio/ioungetwc.c: Likewise.
4455         * libio/iovdprintf.c: Likewise.
4456         * libio/iovsprintf.c: Likewise.
4457         * libio/iovsscanf.c: Likewise.
4458         * libio/memstream.c: Likewise.
4459         * libio/obprintf.c: Likewise.
4460         * libio/oldfileops.c: Likewise.
4461         * libio/oldiofclose.c: Likewise.
4462         * libio/oldiofdopen.c: Likewise.
4463         * libio/oldiofopen.c: Likewise.
4464         * libio/oldiopopen.c: Likewise.
4465         * libio/oldstdfiles.c: Likewise.
4466         * libio/putc.c: Likewise.
4467         * libio/setbuf.c: Likewise.
4468         * libio/setlinebuf.c: Likewise.
4469         * libio/stdfiles.c: Likewise.
4470         * libio/strops.c: Likewise.
4471         * libio/vasprintf.c: Likewise.
4472         * libio/vscanf.c: Likewise.
4473         * libio/vsnprintf.c: Likewise.
4474         * libio/vswprintf.c: Likewise.
4475         * libio/wfiledoalloc.c: Likewise.
4476         * libio/wfileops.c: Likewise.
4477         * libio/wgenops.c: Likewise.
4478         * libio/wmemstream.c: Likewise.
4479         * libio/wstrops.c: Likewise.
4480         * libio/__fpurge.c: Likewise.
4481         * libio/__fsetlocking.c: Likewise.
4482         * assert/assert.c: Likewise.
4483         * debug/fgets_chk.c: Likewise.
4484         * debug/fgets_u_chk.c: Likewise.
4485         * debug/fread_chk.c: Likewise.
4486         * debug/fread_u_chk.c: Likewise.
4487         * debug/gets_chk.c: Likewise.
4488         * debug/obprintf_chk.c: Likewise.
4489         * debug/vasprintf_chk.c: Likewise.
4490         * debug/vdprintf_chk.c: Likewise.
4491         * debug/vsnprintf_chk.c: Likewise.
4492         * debug/vsprintf_chk.c: Likewise.
4493         * malloc/mtrace.c: Likewise.
4494         * misc/error.c: Likewise.
4495         * misc/syslog.c: Likewise.
4496         * stdio-common/asprintf.c: Likewise.
4497         * stdio-common/fxprintf.c: Likewise.
4498         * stdio-common/getw.c: Likewise.
4499         * stdio-common/isoc99_fscanf.c: Likewise.
4500         * stdio-common/isoc99_scanf.c: Likewise.
4501         * stdio-common/isoc99_vfscanf.c: Likewise.
4502         * stdio-common/isoc99_vscanf.c: Likewise.
4503         * stdio-common/isoc99_vsscanf.c: Likewise.
4504         * stdio-common/printf-prs.c: Likewise.
4505         * stdio-common/printf_fp.c: Likewise.
4506         * stdio-common/printf_fphex.c: Likewise.
4507         * stdio-common/printf_size.c: Likewise.
4508         * stdio-common/putw.c: Likewise.
4509         * stdio-common/scanf.c: Likewise.
4510         * stdio-common/sprintf.c: Likewise.
4511         * stdio-common/tmpfile.c: Likewise.
4512         * stdio-common/vfprintf.c: Likewise.
4513         * stdio-common/vfscanf.c: Likewise.
4514         * stdlib/strfmon_l.c: Likewise.
4515         * sunrpc/openchild.c: Likewise.
4516         * sunrpc/xdr_stdio.c: Likewise.
4517         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
4518         * sysdeps/mach/hurd/tmpfile.c: Likewise.
4520 2012-05-24  Roland McGrath  <roland@hack.frob.com>
4522         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
4524         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
4525         in the third column, to generate for the shared library an IFUNC
4526         that uses _dl_vdso_vsym.
4527         * Makerules (COMPILE.c, compile-stdin.c): New variables.
4528         * Makeconfig (object-suffixes-noshared): New variable.
4530         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
4531         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
4532         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
4533         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
4535         [BZ #14132]
4536         * include/sys/time.h (__gettimeofday): Remove macro.
4537         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
4538         * time/gettimeofday.c (__gettimeofday): Remove #undef.
4539         Remove INTDEF.
4540         (__gettimeofday): Add libc_hidden_def.
4541         (gettimeofday): Add libc_hidden_weak.
4542         * sysdeps/mach/gettimeofday.c: Likewise.
4543         * sysdeps/posix/gettimeofday.c: Likewise.
4544         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
4545         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
4546         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
4547         (__gettimeofday_internal): Remove strong_alias.
4548         (__gettimeofday): Add libc_hidden_def.
4549         (gettimeofday): Add libc_hidden_weak.
4550         * sysdeps/unix/syscalls.list (gettimeofday):
4551         Remove __gettimeofday_internal alias.
4553 2012-05-24  Daniel Jacobowitz  <drow@false.org>
4554             H.J. Lu  <hongjiu.lu@intel.com>
4556         [BZ #12495]
4557         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
4558         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
4559         (largebin_index_32_big): New.
4560         (largebin_index): Use it for 16-byte alignment.
4561         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
4562         correction with front_misalign.
4564 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
4566         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
4567         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
4568         Likewise.
4569         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
4570         Likewise.
4571         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
4572         Likewise.
4573         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
4574         Likewise.
4575         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
4576         Likewise.
4577         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
4578         Likewise.
4579         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
4580         Likewise.
4581         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
4582         Likewise.
4583         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
4584         Likewise.
4585         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
4586         Likewise.
4587         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
4588         Likewise.
4589         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
4590         Likewise.
4592         * scripts/data/c++-types-x32-linux-gnu.data: New file.
4593         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
4595 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
4597         [BZ #10846]
4598         [BZ #14036]
4599         * math/libm-test.inc (exp_test): Add test from bug 14036.
4600         (pow_test): Add test from bug 10846.
4602         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
4603         and other flags.
4604         (special_function): Do not include flags in test name.
4605         (parse_args): Likewise.
4606         * sysdeps/i386/fpu/libm-test-ulps: Update.
4607         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
4608         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
4609         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
4610         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4612         * math/gen-libm-test.pl (%beautify): Add entries for underflow
4613         exceptions.
4614         * math/libm-test.inc ("Philosophy"): Update comment about
4615         exception testing.
4616         (UNDERFLOW_EXCEPTION): New macro.
4617         (UNDERFLOW_EXCEPTION_OK): Likewise.
4618         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
4619         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
4620         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
4621         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
4622         (INVALID_EXCEPTION_OK): Update value.
4623         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
4624         (OVERFLOW_EXCEPTION_OK): Likewise.
4625         (IGNORE_ZERO_INF_SIGN): Likewise.
4626         (test_exceptions): Handle underflow exceptions.
4627         (acos_test): Update for underflow exception expectations.
4628         (cexp_test): Likewise.
4629         (clog_test): Likewise.
4630         (clog10_test): Likewise.
4631         (csqrt_test): Likewise.
4632         (ctan_test): Likewise.
4633         (ctanh_test): Likewise.
4634         (exp_test): Likewise.
4635         (exp10_test): Likewise.
4636         (exp2_test): Likewise.
4637         (expm1_test): Likewise.
4638         (fma_test): Likewise.
4639         (j0_test): Likewise.
4640         (jn_test): Likewise.
4641         (nexttoward_test): Likewise.
4642         (pow_test): Likewise.
4643         (scalbn_test): Likewise.
4644         (scalbln_test): Likewise.
4645         (tan_test): Likewise.
4646         (y1_test): Likewise.
4647         * sysdeps/i386/fpu/libm-test-ulps: Update.
4648         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4650 2012-05-23  David S. Miller  <davem@davemloft.net>
4652         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
4653         (__libc_sigaction): Remove unused local variables.
4655 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
4657         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
4659 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
4661         mktime: avoid signed integer overflow
4662         * time/mktime.c (__mktime_internal): Do not mishandle the case
4663         where diff == INT_MIN.
4665         mktime: simplify computation of average
4666         * time/mktime.c (ranged_convert): Use new time_t_avg function
4667         instead of rolling our own (probably-slower) code.
4669         mktime: do not assume signed right shift propagates sign bit
4670         * time/mktime.c (isdst_differ): New static function.
4671         (__mktime_internal): No need to normalize tm_isdst now.
4672         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
4673         tm_isdst values.
4675         mktime: merge another wrapv change from gnulib
4676         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
4677         from some compilers.
4679         mktime: remove incorrect attempt at unusual arithmetics
4680         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
4681         The code didn't really work on such machines anyway.
4682         (TYPE_MINIMUM): Assume two's complement.
4683         (twos_complement_arithmetic): Verify that long_int and time_t
4684         are two's complement (or unsigned, in the latter case).
4686         mktime: check signed shifts on long_int and time_t, too
4687         * time/mktime.c (SHR): Check that shifts work as desired
4688         on the types long_int and time_t too, as SHR is used on
4689         such types.
4691         mktime: do not assume 'long' is wide enough
4692         * time/mktime.c (verify): Move decl up.
4693         (long_int): New type.
4694         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
4695         to remove assumption in the code that 'long' is wide enough to
4696         store year values.  This assumption is not true on x32 and on
4697         some non-glibc platforms.
4699         mktime: merge wrapv change from gnulib
4700         * time/mktime.c (WRAPV): New macro.
4701         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
4702         (guess_time_tm, __mktime_internal): Do not assume that signed
4703         integer overflow wraps around; modern compilers generate code
4704         where this assumption is no longer valid.
4706 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
4708         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
4709         Replace "jmp L(pseudo_end)" with "ret".
4710         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
4711         Likewise.
4713 2012-05-23  Andreas Jaeger  <aj@suse.de>
4715         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
4716         * sysdeps/unix/sysv/linux/poll.c: Remove file.
4718 2012-05-23  Andreas Jaeger  <aj@suse.de>
4719             Maximilian Attems  <max@stro.at>
4721         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
4722         New macros.
4724 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
4726         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
4727         code so that pseudo_end is just ret and the stack pointer is
4728         correct also for static library in error case.
4730 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
4732         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
4733         move to syscalls.list.
4734         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
4735         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
4736         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
4737         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
4739         * manual/install.texi (Running make install): Do not mention Linux
4740         kernel version for which pt_chown is not needed.
4741         (Linux): Do not mention problems with nscd with 2.0 kernels.
4742         * INSTALL: Regenerated.
4744 2012-05-23  Andreas Jaeger  <aj@suse.de>
4746         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
4747         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
4748         macro.
4749         * sysdeps/unix/sysv/linux/s390/bits/mman.h
4750         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
4751         * sysdeps/unix/sysv/linux/sh/bits/mman.h
4752         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
4753         * sysdeps/unix/sysv/linux/i386/bits/mman.h
4754         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
4755         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
4756         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
4757         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
4758         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
4759         * sysdeps/unix/sysv/linux/bits/in.h
4760         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
4762 2012-05-22  Roland McGrath  <roland@hack.frob.com>
4764         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
4765         (PREPARE_VERSION): Just use assert instead, it will be elided
4766         under [NDEBUG] anyway.
4768 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
4770         * sysdeps/unix/sysv/linux/Makefile: Include
4771         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
4772         (sysdep_routines): Remove sysctl.
4773         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
4774         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
4775         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
4776         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
4777         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
4779 2012-05-22  Andreas Jaeger  <aj@suse.de>
4781         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
4782         that pseudo_end is just ret and the stack pointer is correct also
4783         for static library in error case.
4785 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
4787         [BZ #14122]
4788         * nss/nsswitch.c (defconfig_entries): New variable.
4789         (__nss_database_lookup): Don't leak defconfig entries.
4790         (nss_parse_service_list): Don't leak on error paths.
4791         (free_database_entries): New function.
4792         (free_defconfig): New function.
4793         (free_mem): Move common code to free_database_entries.
4795 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
4797         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
4798         Add arch_prctl.
4799         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
4801         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
4802         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
4803         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
4804         New macro.
4805         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
4806         (INTERNAL_SYSCALL_TYPES): Likewise.
4807         (LOAD_ARGS_TYPES_[1-6]): Likewise.
4808         (LOAD_REGS_TYPES_[1-6]): Likewise.
4809         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
4810         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
4812 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4814         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
4815         copysignl for GLIBC_2_0.
4816         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
4817         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
4818         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
4819         logbl for GLIBC_2_0.
4820         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
4821         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
4823 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
4825         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
4826         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
4828         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
4829         Use "neg %eax".
4831         * time/mktime.c: Update copyright years.
4833 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
4835         mktime: merge comment-quoting-style change from gnulib
4836         * time/mktime.c: Quote 'like this' in comments.
4837         The GNU coding standards suggest that we no longer quote `like this',
4838         as "`" and "'" are typically rendered asymmetrically nowadays.
4839         The typical gnulib style is to quote 'like this' when quoting
4840         code, and "like this" when quoting English.
4842         * time/mktime.c (compile-command): Add "-I.".
4844         mktime: merge mktime-internal.h change from gnulib
4845         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
4847         mktime: merge time_r change from gnulib
4848         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
4850         mktime: merge DEBUG change from gnulib
4851         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
4852         case system <time.h> has a #define.
4854         mktime: merge <sys/types.h> change from gnulib
4855         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
4856         since <time.t> is now guaranteed to define time_t.
4858         mktime: merge HAVE_CONFIG_H change from gnulib
4859         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
4861 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
4863         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
4864         Use "neg %eax".
4866         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
4867         __rlim_t cast.
4868         (struct rusage): Use anonymous union to pad each field to
4869         __syscall_slong_t.
4871 2012-05-21  David S. Miller  <davem@davemloft.net>
4873         * Makefules (o-iterator): Remove .s cases.
4874         (compile-command.s): Delete.
4875         (COMPILE.s): Delete.
4876         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
4878 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
4880         * configure.in (libc_cv_predef_stack_protector): Only consider
4881         "foobar" and "__stack_chk_fail" lines in libc_undefs.
4882         * configure: Regenerated.
4884 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
4886         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
4887         New macro.  Use R*LP on int and pointer.
4888         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
4889         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
4890         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
4891         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
4893         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
4894         [__WORDSIZE_TIME64_COMPAT32] instead of
4895         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
4896         (struct utmp): Likewise.
4897         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
4898         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
4899         Renamed to ...
4900         (__WORDSIZE_TIME64_COMPAT32): This.
4901         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
4902         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
4903         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
4904         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
4905         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
4906         (__WORDSIZE_TIME64_COMPAT32): New macro.
4908 2012-05-21  Andreas Jaeger  <aj@suse.de>
4910         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
4911         only if [SHARED]. Add prototype for __wcschr_ia32.
4913 2012-05-21  Roland McGrath  <roland@hack.frob.com>
4915         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
4916         of %rbp unmolested in the jmp_buf while mangling the low bits.
4917         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
4918         unmolested high bits of %rbp while demangling the low bits.
4919         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
4921 2012-05-21  Andreas Jaeger  <aj@suse.de>
4923         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
4924         * sunrpc/svc_simple.c: Use it for registerrpc.
4925         * sunrpc/xcrypt.c: Use it for passwd2des.
4927         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
4929 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
4931         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
4932         Don't define if [__SYSCALL_WORDSIZE != 32].
4933         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
4934         New macro.
4936 2012-05-21  Bruno Haible  <bruno@clisp.org>
4937             Andreas Jaeger  <aj@suse.de>
4939         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
4940         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
4941         inptr and inend for must_buffer_ch.
4942         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
4943         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
4944         * stdio-common/Makefile (tests): Remove bug15.
4945         (bug15-ENV): Remove macro.
4946         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
4947         anymore.
4949 2012-05-19  Andreas Jaeger  <aj@suse.de>
4950             Roland McGrath  <roland@hack.frob.com>
4952         * manual/contrib.texi: Completely rewritten. It contains now an
4953         alphabetical list of contributors and their contributions.
4955 2012-05-21  Richard Henderson  <rth@twiddle.net>
4957         * misc/getauxval.c (__getauxval): Use unsigned long int.
4958         * misc/sys/auxv.h: Include <sys/cdefs.h>.
4959         (getauxval): Use unsigned long int.
4961 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
4963         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
4965 2012-05-21  Roland McGrath  <roland@hack.frob.com>
4967         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
4968         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
4969         __alignof__ (long double).
4971 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4973         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4975 2012-05-20  Richard Henderson  <rth@twiddle.net>
4977         * misc/getauxval.c: New file.
4978         * misc/sys/auxv.h: New file.
4979         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
4980         (routines): Add getauxval.
4981         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
4982         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
4983         * elf/dl-sysdep.c (_dl_auxv): Remove.
4984         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
4985         * elf/dl-support.c (_dl_auxv): New variable.
4986         (_dl_aux_init): Initialize it.
4987         * manual/startup.texi (Auxiliary Vector): New node.
4988         * sysdeps/generic/bits/hwcap.h: New file.
4989         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
4990         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
4991         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
4992         * sysdeps/sparc/sysdep.h: ... here.  Include it.
4993         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
4994         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
4995         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
4996         Update.
4997         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
4998         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
4999         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
5000         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
5001         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
5002         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
5003         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
5004         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
5006 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5008         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5010 2012-05-19  David S. Miller  <davem@davemloft.net>
5012         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5014 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
5016         [BZ #14123]
5017         * math/s_ccosh.c: Include <float.h>
5018         (__ccosh): Avoid internal overflow calculating sinh and cosh
5019         values before multiplying by sin and cos values.
5020         * math/s_ccoshf.c: Likewise.
5021         * math/s_ccoshl.c: Likewise.
5022         * math/s_csin.c: Likewise.
5023         * math/s_csinf.c: Likewise.
5024         * math/s_csinl.c: Likewise.
5025         * math/s_csinh.c: Likewise.
5026         * math/s_csinhf.c: Likewise.
5027         * math/s_csinhl.c: Likewise.
5028         * math/libm-test.inc (ccos_test): Add more tests.
5029         (ccosh_test): Likewise.
5030         (csin_test): Likewise.
5031         (csinh_test): Likewise.
5032         * sysdeps/i386/fpu/libm-test-ulps: Update.
5033         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5035 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
5037         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
5038         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
5040         * sysdeps/x86_64/x32/_itoa.h: Add comment.
5042 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
5044         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
5045         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
5046         * sysdeps/powerpc/soft-fp/Versions: Likewise.
5047         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
5048         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
5049         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
5050         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
5051         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
5052         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
5053         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
5054         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
5055         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
5056         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
5057         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
5058         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
5059         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
5060         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
5061         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
5062         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
5063         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
5064         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
5065         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
5066         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
5067         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
5068         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
5069         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
5070         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
5071         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
5072         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
5073         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
5074         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
5076 2012-05-18  Andreas Jaeger  <aj@suse.de>
5078         * csu/.gitignore: Delete.
5080 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
5082         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
5083         (timex): Use __syscall_slong_t.
5085 2012-05-18  Andreas Jaeger  <aj@suse.de>
5086             Carlos O'Donell  <carlos_odonell@mentor.com>
5088         * manual/install.texi (Configuring and compiling): Update
5089         description about files modified in the source directory.
5090         * INSTALL: Regenerated.
5092 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
5094         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
5095         value.  Use "or" to set return value to -1.
5096         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
5097         negate return value.
5099 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
5101         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c,
5102         CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
5103         failure if the compiler has Graphite support disabled.
5104         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
5105         Likewise.
5106         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c,
5107         CFLAGS-memmove.c): Likewise.
5108         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
5109         Likewise.
5111 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
5113         * sysdeps/x86_64/x32/_itoa.h: New file.
5115         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
5116         getdents system call only if kernel and user dirents have the
5117         same d_ino and d_off.
5119         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
5120         LLONG_MAX != LONG_MAX.
5121         (_itoa_word): Use _ITOA_WORD_TYPE on value.
5122         (_fitoa_word): Likewise.
5124         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
5125         years.
5126         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
5127         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
5128         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
5130         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
5131         include <bits/wordsize.h>.  Check __x86_64__ instead of
5132         __WORDSIZE.
5133         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
5134         if __x86_64__ is defined.  Use anonymous union on fpstate.
5136         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
5137         anonymous union.
5139 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
5141         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
5142         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
5143         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
5144         Refer to _rtld_local_ro instead of _rtld_global_ro.
5145         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
5146         Likewise.
5147         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
5148         Likewise.
5149         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
5150         Likewise.
5151         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
5152         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
5153         of _rtld_global, and rtld_progname instead of _dl_argv[0].
5155         * sysdeps/powerpc/powerpc32/dl-machine.c
5156         (__elf_machine_runtime_setup) [PROF]: Don't reference
5157         _dl_prof_resolve.
5159 2012-05-18  Andreas Jaeger  <aj@suse.de>
5161         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
5162         function only available for GCCs before 3.4 since GCC 3.4
5163         introduced a builtin.
5164         (lrint): Likewise.
5165         (llrintf): Likewise.
5166         (llrint): Likewise.
5167         (fmaxf): Likewise.
5168         (fmax): Likewise.
5169         (fminf): Likewise.
5170         (fmin): Likewise.
5171         (rint): Likewise.
5172         (rintf): Likewise.
5173         (nearbyint): Likewise.
5174         (nearbyintf): Likewise.
5175         (ceil): Likewise.
5176         (ceilf): Likewise.
5177         (floor): Likewise.
5178         (floorf): Likewise.
5180 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
5182         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
5183         on both fields and cast pointer to __syscall_ulong_t.
5185         * bits/types.h (__fsword_t): New type.
5186         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
5187         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
5188         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
5189         (__FSWORD_T_TYPE): Likewise.
5190         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
5191         (__FSWORD_T_TYPE): Likewise.
5192         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
5193         (__FSWORD_T_TYPE): Likewise.
5194         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
5195         (__FSWORD_T_TYPE): Likewise.
5196         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
5197         __SWORD_TYPE with __fsword_t.
5198         (statfs64): Likewise.
5200 2012-05-17  David S. Miller  <davem@davemloft.net>
5202         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
5204 2012-05-17  Andreas Jaeger  <aj@suse.de>
5206         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
5207         warning.
5209 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
5211         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
5213 2012-05-17  Andreas Jaeger  <aj@suse.de>
5215         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
5216         when it is used.
5218 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
5220         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
5222 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
5224         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
5225         * sysdeps/x86_64/tst-mallocalign1.c: New file.
5227 2012-05-17  Andreas Jaeger  <aj@suse.de>
5228             Carlos O'Donell  <carlos_odonell@mentor.com>
5230         [BZ #14059]
5231         * sysdeps/x86_64/multiarch/init-arch.h
5232         (bit_YMM_Usable): Rename to...
5233         (bit_AVX_Usable): ... this.
5234         (bit_FMA4_Usable): New macro.
5235         (bit_XMM_state): New macro.
5236         (bit_YMM_state): New macro.
5237         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
5238         [__ASSEMBLER__] (index_AVX_Usable): ... this.
5239         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
5240         (CPUID_OSXSAVE): New macro.
5241         (CPUID_AVX): New macro.
5242         (CPUID_FMA4): New macro.
5243         (index_YMM_Usable): Rename to...
5244         (index_AVX_Usable): ... this.
5245         (HAS_AVX): Use HAS_ARCH_FEATURE.
5246         (HAS_FMA4): Likewise.
5247         (HAS_YMM_USABLE): Remove.
5248         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
5249         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
5250         are present.
5251         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
5252         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
5253         * sysdeps/x86_64/multiarch/Makefile: Likewise.
5254         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
5255         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
5257 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
5259         * math/libm-test.c: Support platforms without multiple rounding modes.
5260         * math/bug-nextafter.c: Support platforms without FP exceptions.
5261         * math/bug-nexttoward.c: Likewise.
5262         * math/test-fenv.c: Likewise.
5263         * math/test-misc.c: Likewise.
5264         * stdlib/bug-getcontext.c: Likewise.
5266 2012-05-17  Andreas Jaeger  <aj@suse.de>
5268         * manual/examples/search.c (critter_cmp): Change signature to
5269         avoid warnings.
5270         * manual/string.texi (Collation Functions): Likewise.
5272 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
5274         * bits/types.h: Fold copyright years.
5275         * bits/typesizes.h: Likewise.
5276         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
5277         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
5278         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
5279         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
5280         * time/time.h: Likewise.
5282 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
5284         [BZ #208]
5285         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
5286         in instead of returning them.  Return void.
5287         (__libc_mallinfo): Accumulate over all arenas.
5288         (__malloc_stats): Adjust for change in int_mallinfo interface.
5290 2012-05-16  Roland McGrath  <roland@hack.frob.com>
5292         [BZ #10375]
5293         * configure.in (NM): Add AC_CHECK_TOOL for it.
5294         (libc_extra_cflags): New substituted variable.
5295         Check for -fstack-protector being used implicitly.
5296         * configure: Regenerated.
5297         * config.make.in (config-extra-cflags): New variable,
5298         gets @libc_extra_cflags@.
5299         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
5301         [BZ #10375]
5302         * configure.in: Check for _FORTIFY_SOURCE being predefined.
5303         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
5304         * configure: Regenerated.
5305         * config.make.in (CPPUNDEFS): New substituted variable.
5306         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
5307         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
5308         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
5310 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
5312         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
5313         (mq_attr): Use __syscall_slong_t.
5315 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
5317         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
5318         Check __x86_64__ instead of __WORDSIZE.
5319         (_STAT_VER_LINUX): Likewise.
5320         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
5321         __syscall_ulong_t and __syscall_slong_t.
5322         (stat64): Likewise.
5324 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
5326         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
5328 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
5330         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
5332 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
5334         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
5335         __syscall_ulong_t.
5337         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
5338         include <bits/wordsize.h>.  Check __x86_64__ instead of
5339         __WORDSIZE.
5340         (greg_t): Use "__extension__ long long int" if __x86_64__ is
5341         defined.
5342         (mcontext_t): Replace "unsigned long" with "unsigned long long".
5344         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
5345         include <bits/wordsize.h>.  Check __x86_64__ instead of
5346         __WORDSIZE.
5347         (user_regs_struct): Use "__extension__ unsigned long long"
5348         instead of "unsigned long" if __x86_64__ is defined.
5349         (user): Likewise.  Pad after pointer field if __ILP32__ is
5350         defined.
5352 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
5354         * configure.in (makeinfo): Require version 4.5 or later.  Allow
5355         versions 5 to 9.
5356         * configure: Regenerated.
5357         * manual/install.texi (texinfo): Increase version requirement to
5358         4.5 or later.
5359         * INSTALL: Regenerated.
5361         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
5363 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
5365         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
5367         * sysdeps/x86_64/x32/ffs.c: New file.
5369         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
5370         __syscall_ulong_t.
5371         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
5372         defined.  Use __syscall_ulong_t.
5373         (shminfo): Use __syscall_ulong_t.
5374         (shm_info): Likewise.
5376         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
5377         __syscall_ulong_t.
5379         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
5380         <bits/wordsize.h>.
5381         (msgqnum_t): Use __syscall_ulong_t.
5382         (msglen_t): Likewise.
5383         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
5384         __syscall_ulong_t.
5386         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
5387         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
5389         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
5391         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
5392         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
5394         * sysvipc/sys/msg.h (msgbuf): Replace long int with
5395         __syscall_slong_t.
5397         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
5398         include <bits/wordsize.h>.  Check __x86_64__ instead of
5399         __WORDSIZE.
5401         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
5402         "unsigned long long int" if __x86_64__ is defined.
5403         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
5405         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
5406         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
5407         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
5409         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
5410         <stdint.h>.
5411         (GET_PC): Cast to uintptr_t first.
5412         (GET_FRAME): Likewise.
5413         (GET_STACK): Likewise.
5415         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
5416         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
5417         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
5418         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
5419         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
5420         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
5421         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
5422         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
5423         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
5424         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
5425         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
5426         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
5427         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
5428         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
5429         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
5430         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
5431         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
5432         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
5433         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
5434         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
5435         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
5436         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
5437         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
5438         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
5439         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
5440         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
5441         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
5442         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
5443         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
5445 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
5447         * Makerules (+depfiles): Also collect depfiles from .oS in
5448         $(extra-objs).
5449         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
5450         .oS, $(libnldbl-routines)).
5452         * Makerules (native-compile-mkdep-flags): Define.
5453         * sunrpc/Makefile (extra-objs): Add $(addprefix
5454         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
5455         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
5456         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
5457         calling $(make-target-directory).
5459 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
5461         * bits/types.h (__snseconds_t): Removed.
5462         * time/time.h (struct timespec): Replace __snseconds_t with
5463         __syscall_slong_t.
5464         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
5465         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
5466         Likewise.
5467         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
5468         (__SNSECONDS_T_TYPE): Likewise.
5469         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
5470         (__SNSECONDS_T_TYPE): Likewise.
5471         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
5472         (__SNSECONDS_T_TYPE): Likewise.
5474 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
5476         * sysdeps/mach/hurd/bits/typesizes.h
5477         (__SYSCALL_SLONG_TYPE): New macro.
5478         (__SYSCALL_ULONG_TYPE): Likewise.
5480 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
5482         * bits/types.h (__syscall_slong_t): New type.
5483         (__syscall_ulong_t): Likewise.
5485         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
5486         (__SYSCALL_ULONG_TYPE): Likewise.
5487         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
5488         (__SYSCALL_SLONG_TYPE): Likewise.
5489         (__SYSCALL_ULONG_TYPE): Likewise.
5490         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
5491         (__SYSCALL_SLONG_TYPE): Likewise.
5492         (__SYSCALL_ULONG_TYPE): Likewise.
5493         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
5494         (__SYSCALL_SLONG_TYPE): Likewise.
5495         (__SYSCALL_ULONG_TYPE): Likewise.
5497 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
5499         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
5500         Add sigaltstack-offsets.sym.
5501         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
5502         <sigaltstack-offsets.h>.
5503         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
5504         longjmp_msg pointer.
5505         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
5506         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
5507         signal stack.
5508         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
5510 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
5512         * elf/stackguard-macros.h: Remove file.
5513         * sysdeps/generic/stackguard-macros.h: New file.
5514         * sysdeps/i386/stackguard-macros.h: Likewise.
5515         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
5516         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
5517         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
5518         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
5519         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
5520         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
5521         * sysdeps/x86_64/stackguard-macros.h: Likewise.
5522         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
5523         <elf/stackguard-macros.h>.
5525         [BZ #14109]
5526         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
5527         __aligned__ in attribute.
5528         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
5529         (gregset_t): Likewise.
5531 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
5533         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
5534         * sysdeps/x86_64/64/Implies-after: Here.  New file.
5535         * sysdeps/x86_64/x32/Implies-after: New file.
5537 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
5539         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
5540         and access return value for _dl_profile_fixup.  Use R10_LP to
5541         load frame size.
5543 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
5545         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
5547 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
5549         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
5550         * sysdeps/x86_64/x32/sysdep.h: New file.
5552 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
5554         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
5555         * sysdeps/x86_64/setjmp.S: Likewise.
5557 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5559         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
5560         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
5561         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
5562         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
5563         remove unused global constant.
5565 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
5567         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
5568         include of <not-cancel.h>.
5570 2012-05-15  Roland McGrath  <roland@hack.frob.com>
5572         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
5574 2012-05-15  Jeff Law  <law@redhat.com>
5575             Andreas Jaeger  <aj@suse.de>
5577         [BZ #13594]
5578         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
5579         out from...
5580         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
5581         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
5582         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
5583         code changing __hst_map_handle.map.
5585 2012-05-15  Roland McGrath  <roland@hack.frob.com>
5587         * configure.in (sysnames): Look for Implies-before and Implies-after
5588         files.
5589         * configure: Regenerated.
5591 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
5593         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
5594         8-byte data alignment with LP_SIZE alignment.
5596 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
5598         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
5599         into R10_LP.
5601 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
5603         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
5605 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
5607         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
5608         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
5609         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
5610         Likewise.
5611         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
5613 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
5615         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
5616         (stackinfo_sub_sp): Likewise.
5618 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
5620         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
5621         RAX_LP.
5623 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
5625         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
5626         into R*_LP.
5628 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
5630         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
5631         sizes into R*_LP.
5633 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
5635         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
5637 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
5639         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
5640         into R11_LP and load __x86_64_shared_cache_size_half into
5641         R8_LP.
5643 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
5645         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
5646         R8_LP.
5648 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5650         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
5651         logb for POWER7.
5652         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
5653         logbf for POWER7.
5654         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
5655         logbl for POWER7.
5656         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
5657         powerpc32/power7/fpu/s_logb.c via #include.
5658         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
5659         powerpc32/power7/fpu/s_logbf.c via #include.
5660         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
5661         powerpc32/power7/fpu/s_logbl.c via #include.
5663 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
5665         * README.libm: Remove file.
5667 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
5669         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
5670         count for x32.  Use R*_LP and omit operand-size suffix.
5672 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
5674         * shlib-versions: Move x86_64-.*-linux.* entries to ...
5675         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
5676         * sysdeps/x86_64/x32/shlib-versions: New file.
5678 2012-05-14  Roland McGrath  <roland@hack.frob.com>
5680         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
5681         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
5682         Use _dl_fatal_printf instead.
5684 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
5686         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
5687         set if not set by the user.  Do not allow for being unset.
5688         * sysdeps/unix/sysv/linux/configure: Regenerated.
5690 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
5692         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
5693         the `q' suffix from lea and replace .quad with ASM_ADDR.
5695 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
5697         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
5698         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
5699         instead of $17.
5700         (PTR_DEMANGLE): Likewise.
5702 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
5704         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
5705         (LP_OP): Likewise.
5706         (ASM_ADDR): Likewise.
5707         (RAX_LP): Likewise.
5708         (RBP_LP): Likewise.
5709         (RBX_LP): Likewise.
5710         (RCX_LP): Likewise.
5711         (RDI_LP): Likewise.
5712         (RSI_LP): Likewise.
5713         (RSP_LP): Likewise.
5714         (R8_LP): Likewise.
5715         (R9_LP): Likewise.
5716         (R10_LP): Likewise.
5717         (R10_LP): Likewise.
5718         (R11_LP): Likewise.
5719         (R12_LP): Likewise.
5720         (R13_LP): Likewise.
5721         (R14_LP): Likewise.
5722         (R15_LP): Likewise.
5724 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
5726         * sysdeps/x86_64/x32/dl-machine.h: New file.
5728 2012-05-14  Andreas Jaeger  <aj@suse.de>
5730         * manual/Makefile (subdir): Remove export of subdir.
5731         (all): Remove target.
5732         (.PHONY): Remove all from list.
5733         (mkinstalldirs): Remove.
5734         (.PHONY): Remove installdirs from list.
5735         ($(inst_infodir)/libc.info): Use make-target-directory.
5736         (installdirs): Remove.
5737         (subdir_%): Remove.
5738         (glibc-targets): Remove.
5739         (lib): Remove.
5740         (stubs): Remove.
5741         ($(objpfx)stubs ../po/manual.pot): Remove.
5742         ($(objpfx)stamp%): Remove.
5743         (make-target-directory): Remove.
5744         (subdir_install): Remove.
5745         (routines): Remove.
5746         (aux): Remove.
5747         (sources): Remove.
5748         (objects): Remove.
5749         (headers): Remove.
5751         [BZ #13750]
5752         * manual/.gitignore: Remove, it's not needed anymore.
5753         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
5754         all files in it.
5755         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
5756         directory.
5757         (texis): Renamed to $(objpfx)texis.
5758         (texis-path): New, contains path to generated files.
5759         (chapters.%): Use texis-path for complete path, add extra argument
5760         libc-texinfo.sh.
5761         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
5762         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
5763         (summary,texi, stamp-summary): Use complete path of
5764         files. Generate files in build dir.
5765         (dir-add.texi): Build in build dir.
5766         (libm-err.texi,stamp-libm-err): Likewise.
5767         (version.texi, stamp-version): Likewise.
5768         (.%c.texi): Likewise.
5769         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
5770         (mostlyclean): Remove target.
5771         (realclean): Remove target.
5772         (generated): Add new variable with contents from mostlyclean and
5773         realclean, remove entries duplicated in common-mostlyclean, add
5774         stamp-libm-err and stamp-version.
5775         (generated-dirs): Add libc directory.
5776         ($(inst_infodir)/libc.info): Install files from build dir.
5778         * manual/install.texi (Configuring and compiling): Adjust since
5779         the info files are not part of the tar ball anymore.
5781 2012-05-14  Andreas Jaeger  <aj@suse.de>
5783         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
5784         variable.
5786 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
5788         [BZ #13717]
5789         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
5790         to 2.2.0 where earlier.
5791         * sysdeps/unix/sysv/linux/configure: Regenerated.
5792         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
5793         Remove conditional code.
5794         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
5795         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
5796         Remove conditional code.
5797         [!__NR_lchown]: Likewise.
5798         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
5799         [__NR_lchown]: Likewise.
5800         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
5801         comment referencing __ASSUME_LCHOWN_SYSCALL.
5802         * sysdeps/unix/sysv/linux/i386/sigaction.c
5803         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
5804         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
5805         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
5806         Remove conditional code.
5807         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
5808         (__protocol_available): Remove #if 0 code.
5809         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
5810         conditional code.
5811         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
5812         * sysdeps/unix/sysv/linux/kernel-features.h
5813         (__ASSUME_GETCWD_SYSCALL): Don't define.
5814         (__ASSUME_REALTIME_SIGNALS): Likewise.
5815         (__ASSUME_PREAD_SYSCALL): Likewise.
5816         (__ASSUME_PWRITE_SYSCALL): Likewise.
5817         (__ASSUME_POLL_SYSCALL): Likewise.
5818         (__ASSUME_LCHOWN_SYSCALL): Likewise.
5819         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
5820         non-SPARC.
5821         (__ASSUME_SIOCGIFNAME): Don't define.
5822         (__ASSUME_MSG_NOSIGNAL): Likewise.
5823         (__ASSUME_SENDFILE): Define unconditionally.
5824         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
5825         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
5826         conditional code.
5827         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
5828         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
5829         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
5830         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
5831         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
5832         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
5833         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
5834         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
5835         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
5836         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
5837         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
5838         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
5839         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
5840         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
5841         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
5842         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
5843         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
5844         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
5845         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
5846         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
5847         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
5848         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
5849         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
5850         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
5851         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
5852         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
5853         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
5854         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
5855         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
5856         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
5857         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
5858         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
5859         Remove conditional code.
5860         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
5861         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
5862         Remove conditional code.
5863         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
5864         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
5865         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
5866         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
5867         Remove conditional code.
5868         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
5869         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
5870         Remove conditional code.
5871         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
5872         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
5873         Remove conditional code.
5874         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
5875         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
5876         Remove conditional code.
5877         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
5878         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
5879         Remove conditional code.
5880         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
5881         * sysdeps/unix/sysv/linux/sh/pwrite64.c
5882         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
5883         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
5884         * sysdeps/unix/sysv/linux/sigaction.c
5885         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
5886         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
5887         * sysdeps/unix/sysv/linux/sigpending.c
5888         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
5889         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
5890         * sysdeps/unix/sysv/linux/sigprocmask.c
5891         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
5892         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
5893         * sysdeps/unix/sysv/linux/sigsuspend.c
5894         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
5895         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
5896         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
5897         (__libc_missing_rt_sigs): Remove.
5898         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
5899         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
5900         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
5901         Remove conditional code.
5902         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
5903         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
5904         return 1.
5905         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
5906         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
5907         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
5908         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
5910 2012-05-14  Andreas Jaeger  <aj@suse.de>
5912         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
5913         it's not used in glibc.
5914         (__coshm1): Likewise.
5915         (__acosh1p): Likewise.
5916         (__sgn): Likewise.
5918         * manual/string.texi (Copying and Concatenation): Add missing
5919         variable in concat example.
5920         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
5922 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
5924         [BZ #14103]
5925         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
5926         __builtin_clzl with __builtin_clzll.
5928 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
5930         [BZ #14104]
5931         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
5932         libc_freeres_ptr.
5934 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
5936         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
5937         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
5938         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
5939         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
5941 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
5943         * NEWS: Update ia64 info.
5945 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
5947         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
5948         used as bcopy.
5950 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
5952         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
5953         * sysdeps/unix/syscalls.list (dup3): Likewise.
5954         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
5955         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
5957 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
5959         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
5960         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
5962 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
5964         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
5965         thread pointer.
5966         (TLS_IE): Use mov/add instead of movq/addq to load thread
5967         pointer.
5968         (TLS_GD_PREFIX): New.
5969         (TLS_GD): Use it.
5971 2012-05-11  David S. Miller  <davem@davemloft.net>
5973         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
5974         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
5975         (_FPU_SETCW): Likewise.
5977 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
5979         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
5980         is 32-byte aligned.
5982 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
5984         [BZ #11837]
5985         * iconvdata/gb18030.c: Update tables.
5986         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
5987         characters specially.
5988         (BODY for TO_LOOP): Add encoding of missing ranges.
5990 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
5992         [BZ #13673]
5993         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
5994         * sysdeps/mach/hurd/dup3.c: Likewise.
5995         * sysdeps/mach/hurd/readlinkat.c: Likewise.
5996         * sysdeps/powerpc/memmove.c:: Likewise.
5998 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
6000         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
6001         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
6003 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
6005         * elf/elf.h (R_X86_64_RELATIVE64): New.
6006         (R_X86_64_NUM): Updated.
6007         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
6008         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
6009         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
6010         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
6011         tst-quad1pie tst-quad2pie
6012         (modules-names): Add tst-quadmod1 tst-quadmod2.
6013         ($(objpfx)tst-quad1): New dependency.
6014         ($(objpfx)tst-quad2): Likewise.
6015         ($(objpfx)tst-quad1pie): Likewise.
6016         ($(objpfx)tst-quad2pie): Likewise.
6017         * sysdeps/x86_64/tst-quad1.c: New file.
6018         * sysdeps/x86_64/tst-quad1pie.c: New file.
6019         * sysdeps/x86_64/tst-quad2.c: Likewise.
6020         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
6021         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
6022         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
6023         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
6024         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
6026 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6028         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
6029         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
6030         * streams/stropts.h (t_scalar_t): Define type.
6032         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
6033         (_PATH_PRESERVE): Set to "/var/lib".
6034         (_PATH_RWHODIR): Set to "/var/spool/rwho".
6036         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
6037         instead of int.
6039         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
6040         if __dir_mkfile succeeded.
6042         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
6043         checking for _hurd_dtablesize.  Unlock it right after having
6044         finished _hurd_dtable allocation.
6046 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
6048         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
6049         * sysdeps/mach/hurd/configure: Regenerated.
6050         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
6051         special-casing to...
6052         * sysdeps/gnu/configure.in: ... this new file.
6053         * sysdeps/unix/sysv/linux/configure: Regenerated.
6054         * sysdeps/gnu/configure: New generated file.
6056         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
6057         for Linux: use nsec instead of usec, as well as:
6058         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
6059         members of type struct timespec.
6060         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
6061         New macros.
6062         (struct stat64): Likewise.
6063         (_STATBUF_ST_NSEC): New macro.
6064         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
6066         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
6067         __strtoul_internal rather than strtoul.
6069 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
6071         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
6072         and reject them.
6074 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6076         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
6077         which preserves existing values.
6078         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
6080 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
6082         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
6083         TIMEOUT values.  Return EINVAL for NFDS values either negative or
6084         greater than FD_SETSIZE.
6086 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6088         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
6089         allocated, call __vm_protect to finish enabling the existing space, and
6090         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
6091         allocate the remainder.
6093 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
6095         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
6096         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
6098 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6100         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
6101         sysdeps/mach/hurd/readlink.c.
6103         * posix/tst-sysconf.c (posix_options): Only use
6104         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
6105         _POSIX_SYNCHRONIZED_IO when they are defined
6106         * sysdeps/mach/hurd/bits/posix_opt.h:
6107         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
6108         (_XOPEN_REALTIME): Undefine macro.
6109         (_XOPEN_REALTIME_THREADS): Undefine macro.
6110         (_XOPEN_SHM): Undefine macro.
6111         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
6112         macro to -1.
6113         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
6114         macro to -1.
6115         (_POSIX_ASYNC_IO): Undefine macro.
6116         (_POSIX_PRIORITIZED_IO): Undefine macro.
6117         (_POSIX_SPIN_LOCKS): Define macro to -1.
6119         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
6120         SA_NODEFER, SA_RESETHAND.
6121         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
6122         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
6123         F_DUPFD_CLOEXEC.
6125 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
6127         * elf/Makefile (pldd-modules): Define unconditionally.
6129 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
6131         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
6133 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6135         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
6136         Return ENOENT when name is empty.
6137         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
6139 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
6141         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
6143         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
6145 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6147         Fix mlock in all cases except non-readable pages.
6148         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
6149         instead of VM_PROT_ALL as parameter to __vm_wire function.
6151         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
6152         (__mkdir): When path is `/', just fail with EEXIST.
6153         * sysdeps/mach/hurd/mkdirat.c: Likewise.
6155 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
6157         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
6158         <sys/uio.h> (for writev).
6159         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
6160         and <sys/param.h> (for MIN).
6162 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
6164         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
6165         REQUESTED_TIME.  Properly set the remaining time and return EINTR
6166         if interrupted.
6168 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
6170         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
6171         Depend on against $(link-rpcuserlibs).
6173 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6175         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
6176         (__libc_stack_end): Do not use attribute_relro.
6177         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
6178         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
6179         to libthread-provided value.
6180         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
6181         attribute_relro.
6183 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
6185         [BZ #3748]
6186         * bits/libc-lock.h (__libc_once_get): New macro.
6187         * sysdeps/mach/bits/libc-lock.h: Likewise.
6188         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
6189         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
6190         instead of using implementation details.
6192         * libio/fileops.c: Unconditionally include <kernel-features.h>.
6193         * libio/freopen.c: Likewise.
6194         * libio/freopen64.c: Likewise.
6195         * misc/syslog.c: Likewise.
6196         * nscd/connections.c: Likewise.
6197         * nscd/netgroupcache.c: Likewise.
6198         * sysdeps/posix/getcwd.c: Likewise.
6200 2012-05-10  Roland McGrath  <roland@hack.frob.com>
6202         * math/w_ilogbf.c: Add #include <limits.h>.
6204 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6206         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
6207         path instead of returning without unlocking.
6209         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
6210         immediate-write ioctls.
6211         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
6213 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
6215         * sysdeps/mach/hurd/i386/init-first.c (init): Use
6216         __builtin_frame_address instead of making assumptions about the
6217         location of the return address relative to DATA.  Force early load of
6218         the return address.
6219         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
6220         __builtin_frame_address.
6222         dup3 for GNU Hurd.
6223         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
6224         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
6225         implement dup3 and do some further code clean-ups.
6226         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
6227         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
6229 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6231         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
6233         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
6234         HURD_CRITICAL_END around holding _hurd_dtable_lock.
6235         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
6236         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
6237         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
6238         d->port.lock.
6240         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
6241         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
6242         when handler == SIG_ERR, not when handler != SIG_ERR.
6244 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
6246         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
6247         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
6248         definitions.
6250         accept4 for GNU Hurd.
6251         * include/sys/socket.h (__libc_accept4): New prototype.
6252         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
6253         to implement __libc_accept4.
6254         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
6255         __libc_accept4.
6256         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
6258         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
6259         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
6260         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
6261         signal-defines.sym.
6263 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6265         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
6267 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
6269         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
6270         assertion on O_CLOEXEC flag.
6271         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
6272         * hurd/intern-fd.c: Likewise.
6273         * hurd/port2fd.c: Likewise.
6275 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6277         [BZ #3906]
6278         * bits/in.h (IPV6_PKTINFO): Define new macro.
6279         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
6281 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6283         [BZ #13954]
6284         [BZ #13955]
6285         [BZ #13956]
6286         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
6287         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
6288         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
6289         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
6290         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
6291         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
6292         * math/libm-test.inc (logb_test) : Additional logb tests.
6294 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
6295             Andreas Jaeger  <aj@suse.de>
6297         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
6298         * configure: Regenerated.
6299         * config.h.in (LINK_OBSOLETE_RPC): New macro.
6300         * config.make.in (link-obsolete-rpc): New substituted variable.
6301         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
6302         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
6303         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
6304         (shared-only-routines): Don't set it under [link-obsolete-rpc],
6305         so that libc.a contains the symbols.
6306         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
6307         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
6308         * sunrpc/auth_none.c: Likewise.
6309         * sunrpc/auth_unix.c: Likewise.
6310         * sunrpc/authdes_prot.c: Likewise.
6311         * sunrpc/authuxprot.c: Likewise.
6312         * sunrpc/clnt_gen.c: Likewise.
6313         * sunrpc/clnt_perr.c: Likewise.
6314         * sunrpc/clnt_raw.c: Likewise.
6315         * sunrpc/clnt_simp.c: Likewise.
6316         * sunrpc/clnt_tcp.c: Likewise.
6317         * sunrpc/clnt_udp.c: Likewise.
6318         * sunrpc/clnt_unix.c: Likewise.
6319         * sunrpc/des_crypt.c: Likewise.
6320         * sunrpc/des_soft.c: Likewise.
6321         * sunrpc/get_myaddr.c: Likewise.
6322         * sunrpc/key_call.c: Likewise.
6323         * sunrpc/key_prot.c: Likewise.
6324         * sunrpc/netname.c: Likewise.
6325         * sunrpc/pm_getmaps.c: Likewise.
6326         * sunrpc/pm_getport.c: Likewise.
6327         * sunrpc/pmap_clnt.c: Likewise.
6328         * sunrpc/pmap_prot.c: Likewise.
6329         * sunrpc/pmap_prot2.c: Likewise.
6330         * sunrpc/pmap_rmt.c: Likewise.
6331         * sunrpc/publickey.c: Likewise.
6332         * sunrpc/rpc_cmsg.c: Likewise.
6333         * sunrpc/rpc_common.c: Likewise.
6334         * sunrpc/rpc_dtable.c: Likewise.
6335         * sunrpc/rpc_prot.c: Likewise.
6336         * sunrpc/rpc_thread.c: Likewise.
6337         * sunrpc/rtime.c: Likewise.
6338         * sunrpc/svc.c: Likewise.
6339         * sunrpc/svc_auth.c: Likewise.
6340         * sunrpc/svc_raw.c: Likewise.
6341         * sunrpc/svc_run.c: Likewise.
6342         * sunrpc/svc_tcp.c: Likewise.
6343         * sunrpc/svc_udp.c: Likewise.
6344         * sunrpc/svc_unix.c: Likewise.
6345         * sunrpc/svcauth_des.c: Likewise.
6346         * sunrpc/xcrypt.c: Likewise.
6347         * sunrpc/xdr.c: Likewise.
6348         * sunrpc/xdr_array.c: Likewise.
6349         * sunrpc/xdr_float.c: Likewise.
6350         * sunrpc/xdr_intXX_t.c: Likewise.
6351         * sunrpc/xdr_mem.c: Likewise.
6352         * sunrpc/xdr_rec.c: Likewise.
6353         * sunrpc/xdr_ref.c: Likewise.
6354         * sunrpc/xdr_sizeof.c: Likewise.
6355         * sunrpc/xdr_stdio.c: Likewise.
6357 2012-05-10  Roland McGrath  <roland@hack.frob.com>
6359         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
6360         change.  Update copyright years.
6362 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
6364         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
6366 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
6367             Joseph Myers  <joseph@codesourcery.com>
6368             Paul Pluzhnikov  <ppluzhnikov@google.com>
6370         [BZ #14012]
6371         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
6372         requiring rpcgen.
6373         [cross-compiling] (extra-libs): Likewise.
6374         [cross-compiling] (extra-libs-others): Likewise.
6375         [cross-compiling] (librpcsvc-routines): Likewise.
6376         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
6377         [cross-compiling] (omit-deps): Likewise.
6378         (sunrpc-CPPFLAGS): New variable.
6379         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
6380         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
6381         (cross-rpcgen-objs): New variable.
6382         (extra-objs): Append $(cross-rpcgen-objs).
6383         ($(cross-rpcgen-objs)): New rule.
6384         ($(objpfx)cross-rpcgen): Likewise.
6385         (rpcgen-cmd): Define to use $(built-program-file).  Expand
6386         comment.
6387         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
6388         ($(objpfx)x%.stmp): Likewise.
6389         * sunrpc/proto.h [IS_IN_build] (_): Define.
6390         [IS_IN_build] (_libc_intl_domainname): Likewise.
6392 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
6394         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
6395         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
6396         and R_X86_64_TPOFF64.
6398 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
6400         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
6401         sysdeps/unix/sysv/syscalls.list.
6402         (stime): Likewise.
6403         (utime): Likewise.
6404         * sysdeps/unix/sysv/syscalls.list: Remove file.
6406 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
6408         [BZ #3440]
6409         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
6410         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
6411         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
6412         (__LC_IDENTIFICATION): Make these macros useful in #if
6413         expressions, as required by C99.
6415 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
6417         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
6418         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
6419         after this.
6421 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
6423         * stdlib/longlong.h: Updated from GCC.
6425 2012-05-09  Andreas Jaeger  <aj@suse.de>
6427         * nscd/nscd.c (run_modes): Make named enum, reorder so that
6428         default is first entry.
6429         (run_mode): Set type.
6430         (main): Remove informal message about syslog.
6431         (options): Fix typo.
6433         [BZ #14053]
6434         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
6435         to asm.
6436         (lrint): Likewise.
6437         (llrintf): Likewise.
6438         (llrint): Likewise.
6439         (rint): Likewise.
6440         (rintf): Likewise.
6441         (nearbyint): Likewise.
6442         (nearbyintf): Likewise.
6444 2012-05-09  Andreas Jaeger  <aj@suse.de>
6445             Pedro Alves  <palves@redhat.com>
6447         * nscd/nscd.c (run_mode): Use enum.
6448         (main): Cleanup coding style issue.
6450 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
6451             Andreas Jaeger  <aj@suse.de>
6453         * nscd/nscd.c (go_background): Replaced with...
6454         (run_mode): ... this.
6455         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
6456         (options): Add -F --foreground.
6457         (main): Implement it.
6458         (parse_opt): Parse it.
6460 2012-05-09  Andreas Jaeger  <aj@suse.de>
6462         [BZ #14083]
6463         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
6464         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
6465         -Wconversion warning.
6466         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
6467         Likewise.
6469 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
6471         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
6472         == 0.
6473         (LC_ALL): Use macro-int-constant.
6474         (LC_COLLATE): Likewise.
6475         (LC_CTYPE): Likewise.
6476         (LC_MESSAGES): Likewise.
6477         (LC_MONETARY): Likewise.
6478         (LC_NUMERIC): Likewise.
6479         (LC_TIME): Likewise.
6480         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
6481         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
6482         [ISO || ISO99 || ISO11] (*_t): Do not allow.
6483         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
6484         Specify type.
6485         [C99-based standards] (float_t): Expect type.
6486         [C99-based standards] (double_t): Expect type.
6487         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
6488         type.
6489         [C99-based standards] (HUGE_VALL): Likewise.
6490         [C99-based standards] (INFINITY): Likewise.
6491         [C99-based standards] (NAN): Likewise.
6492         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
6493         [C99-based standards] (FP_NAN): Likewise.
6494         [C99-based standards] (FP_NORMAL): Likewise.
6495         [C99-based standards] (FP_SUBNORMAL): Likewise.
6496         [C99-based standards] (FP_ZERO): Likewise.
6497         [C99-based standards] (FP_FAST_FMA): Use
6498         optional-macro-int-constant.  Specify type.  Require == 1.
6499         [C99-based standards] (FP_FAST_FMAF): Likewise.
6500         [C99-based standards] (FP_FAST_FMAL): Likewise.
6501         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
6502         [C99-based standards] (FP_ILOGBNAN): Likewise.
6503         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
6504         Specify type.
6505         [C99-based standards] (MATH_ERREXCEPT): Likewise.
6506         [C99-based standards] (math_errhandling): Specify type.
6507         [ISO99 || ISO11] (signgam): Do not allow.
6508         [non-C99-based standards] (copysignf): Do not allow.
6509         [non-C99-based standards] (exp2f): Likewise.
6510         [non-C99-based standards] (log2f): Likewise.
6511         [non-C99-based standards] (modff): Allow.
6512         [non-C99-based standards] (erff): Do not allow.
6513         [non-C99-based standards] (erfcf): Likewise.
6514         [non-C99-based standards] (gammaf): Likewise.
6515         [non-C99-based standards] (hypotf): Likewise.
6516         [non-C99-based standards] (j0f): Likewise.
6517         [non-C99-based standards] (j1f): Likewise.
6518         [non-C99-based standards] (jnf): Likewise.
6519         [non-C99-based standards] (lgammaf): Likewise.
6520         [non-C99-based standards] (tgammaf): Likewise.
6521         [non-C99-based standards] (y0f): Likewise.
6522         [non-C99-based standards] (y1f): Likewise.
6523         [non-C99-based standards] (ynf): Likewise.
6524         [non-C99-based standards] (isnanf): Likewise.
6525         [non-C99-based standards] (acoshf): Likewise.
6526         [non-C99-based standards] (asinhf): Likewise.
6527         [non-C99-based standards] (atanhf): Likewise.
6528         [non-C99-based standards] (cbrtf): Likewise.
6529         [non-C99-based standards] (expm1f): Likewise.
6530         [non-C99-based standards] (ilogbf): Likewise.
6531         [non-C99-based standards] (log1pf): Likewise.
6532         [non-C99-based standards] (logbf): Likewise.
6533         [non-C99-based standards] (nextafterf): Likewise.
6534         [non-C99-based standards] (remainderf): Likewise.
6535         [non-C99-based standards] (rintf): Likewise.
6536         [non-C99-based standards] (scalbf): Likewise.
6537         [non-C99-based standards] (copysignl): Likewise.
6538         [non-C99-based standards] (exp2l): Likewise.
6539         [non-C99-based standards] (log2l): Likewise.
6540         [non-C99-based standards] (modfl): Allow.
6541         [non-C99-based standards] (erfl): Do not allow.
6542         [non-C99-based standards] (erfcl): Likewise.
6543         [non-C99-based standards] (gammal): Likewise.
6544         [non-C99-based standards] (hypotl): Likewise.
6545         [non-C99-based standards] (j0l): Likewise.
6546         [non-C99-based standards] (j1l): Likewise.
6547         [non-C99-based standards] (jnl): Likewise.
6548         [non-C99-based standards] (lgammal): Likewise.
6549         [non-C99-based standards] (tgammal): Likewise.
6550         [non-C99-based standards] (y0l): Likewise.
6551         [non-C99-based standards] (y1l): Likewise.
6552         [non-C99-based standards] (ynl): Likewise.
6553         [non-C99-based standards] (isnanl): Likewise.
6554         [non-C99-based standards] (acoshl): Likewise.
6555         [non-C99-based standards] (asinhl): Likewise.
6556         [non-C99-based standards] (atanhl): Likewise.
6557         [non-C99-based standards] (cbrtl): Likewise.
6558         [non-C99-based standards] (expm1l): Likewise.
6559         [non-C99-based standards] (ilogbl): Likewise.
6560         [non-C99-based standards] (log1pl): Likewise.
6561         [non-C99-based standards] (logbl): Likewise.
6562         [non-C99-based standards] (nextafterl): Likewise.
6563         [non-C99-based standards] (remainderl): Likewise.
6564         [non-C99-based standards] (rintl): Likewise.
6565         [non-C99-based standards] (scalbl): Likewise.
6566         [ISO || ISO99 || ISO11] (*_t): Do not allow.
6567         [non-C99-based standards] (FP_*): Do not allow.
6568         [C99-based standards] (FP_*): Change to
6569         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
6570         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
6571         allow.
6572         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
6573         (SIG_ERR): Likewise.
6574         [X/Open-based standards] (SIG_HOLD): Likewise.
6575         (SIG_IGN): Likewise.
6576         (SIGABRT): Use macro-int-constant.  Specify type.  Require
6577         positive value.
6578         (SIGFPE): Likewise.
6579         (SIGILL): Likewise.
6580         (SIGINT): Likewise.
6581         (SIGSEGV): Likewise.
6582         (SIGTER): Likewise.
6583         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
6584         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
6585         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
6586         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
6587         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
6588         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
6589         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
6590         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
6591         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
6592         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
6593         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
6594         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
6595         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
6596         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
6597         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
6598         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
6599         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
6600         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
6601         [X/Open-based standards] (SIGTRAP): Likewise.
6602         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
6603         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
6604         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
6605         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
6606         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
6607         allow.
6609 2012-05-08  Ian Wienand  <ianw@vmware.com>
6611         [BZ #14080]
6612         * time/tzset.c (__tzset_parse_tz): Update default rules for
6613         daylight time changes in the Energy Policy Act of 2005.
6615 2012-05-09  Andreas Jaeger  <aj@suse.de>
6617         [BZ #13983]
6618         * elf/ldconfig.c (parse_conf): Change string to make clear that
6619         ldconfig only issued a warning if ld.so.conf does not exist.
6621 2012-05-08  David S. Miller  <davem@davemloft.net>
6623         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
6624         movxtod instead of popping the value on the stack.
6626         * sysdeps/sparc/fpu/libm-test-ulps: Update.
6628 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
6630         * config.h.in: Add HAVE_ARM_PCS_VFP.
6632 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
6634         [BZ #13979]
6635         * include/features.h: Warn if user requests __FORTIFY_SOURCE
6636         checking but the checks are disabled for any reason.
6638 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
6640         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
6641         and ELF64_R_TYPE with ELFW(R_TYPE).
6643 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
6645         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
6646         (ulimit): Likewise.
6648         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
6649         (settimeofday): Likewise.
6651 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
6653         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
6654         a struct th_u2 inside the union, and move tu_block/tu_code into
6655         a new th_u3 union of tu_block/tu_code inside of that.  Move
6656         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
6657         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
6658         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
6659         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
6660         (th_stuff): Change to th_u1.tu_stuff.
6661         (th_data): Define.
6662         (th_msg): Change to th_u1.th_u2.tu_data.
6664 2012-05-07  David S. Miller  <davem@davemloft.net>
6666         * sysdeps/sparc/fpu/libm-test-ulps: Update.
6668         [BZ #14074]
6669         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
6670         (SETUP_PIC_REG): Use it.
6671         (SETUP_PIC_REG_LEAF): Use it.
6673 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
6675         [BZ #13885]
6676         [BZ #13923]
6677         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
6678         USE_AS_EXPM1L.
6679         (EXPL_FINITE): Likewise.
6680         (FLDLOG): Likewise.
6681         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
6682         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
6683         e_expl.S.
6684         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
6685         USE_AS_EXPM1L.
6686         (EXPL_FINITE): Likewise.
6687         (FLDLOG): Likewise.
6688         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
6689         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
6690         e_expl.S.
6691         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
6692         test of -max_value argument for long double.
6693         * sysdeps/i386/fpu/libm-test-ulps: Update.
6694         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6696 2012-05-06  David S. Miller  <davem@davemloft.net>
6698         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
6699         quad soft-float symbols whose references which are compiler
6700         generated.
6701         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
6703 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
6705         [BZ #13884]
6706         [BZ #13914]
6707         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
6708         USE_AS_EXP10L.
6709         (EXPL_FINITE): Likewise.
6710         (FLDLOG): Likewise.
6711         (c0): Likewise.
6712         (c1): Likewise.
6713         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
6714         Adjust comments for base varying.
6715         (__expl_finite): Change alias to EXPL_FINITE.
6716         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
6717         e_expl.S.
6718         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
6719         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
6720         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
6721         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
6722         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
6723         USE_AS_EXP10L.
6724         (EXPL_FINITE): Likewise.
6725         (FLDLOG): Likewise.
6726         (c0): Likewise.
6727         (c1): Likewise.
6728         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
6729         Adjust comments for base varying.
6730         (__expl_finite): Change alias to EXPL_FINITE.
6731         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
6732         tests for bugs.
6733         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
6735         [BZ #14064]
6736         * math/libm-test.inc (check_float_internal): Correct ulp
6737         calculation for subnormal expected results.
6739 2012-05-06  Andreas Jaeger  <aj@suse.de>
6741         * Makeconfig (+math-flags): New, set to -frounding-math.
6742         (+cflags): Add +math-flags so that all of glibc gets compiled with
6743         it.
6745         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
6747 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
6749         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
6750         Disable one test.
6752         [BZ #13787]
6753         [BZ #13922]
6754         [BZ #14036]
6755         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
6756         (__ieee754_expl): Allow for and saturate large arguments.
6757         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
6758         (u_threshold): Likewise.
6759         (__exp): Call __ieee754_exp before checking for overflow and
6760         underflow.
6761         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
6762         (u_threshold): Likewise.
6763         (__expf): Call __ieee754_expf before checking for overflow and
6764         underflow.
6765         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
6766         (u_threshold): Likewise.
6767         (__expl): Call __ieee754_expl before checking for overflow and
6768         underflow.
6769         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
6770         (__ieee754_expl): Allow for and saturate large arguments.
6771         * math/libm-test.inc (exp_test): Add another test.  Do not allow
6772         missing overflow exception on overflow.
6773         (expm1_test): Do not allow missing overflow exception on overflow.
6775         * sysdeps/i386/fpu/e_expl.c: Move to ...
6776         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
6777         rather than using inline asm.
6778         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
6779         * sysdeps/x86_64/fpu/e_expl.S: Copy from
6780         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
6782         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
6783         (nice): Likewise.
6784         (poll): Likewise.
6785         (signal): Likewise.
6786         (time): Likewise.
6787         (times): Likewise.
6789 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
6791         * sysdeps/unix/syscalls.list (adjtime): Add entry from
6792         sysdeps/unix/common/syscalls.list.
6793         (fchmod): Likewise.
6794         (fchown): Likewise.
6795         (ftruncate): Likewise.
6796         (getrusage): Likewise.
6797         (gettimeofday): Likewise.
6798         (setpgid): Likewise.
6799         (setregid): Likewise.
6800         (setreuid): Likewise.
6801         (sigaction): Likewise.
6802         (truncate): Likewise.
6803         (vhangup): Likewise.
6804         * sysdeps/unix/common/syscalls.list: Remove file.
6805         * sysdeps/unix/bsd/Implies: Don't include unix/common.
6806         * sysdeps/unix/sysv/linux/Implies: Likewise.
6808 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
6810         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
6811         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
6812         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
6813         Moved to ...
6814         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
6815         Here.
6816         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
6817         to ...
6818         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
6819         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
6820         to ...
6821         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
6822         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
6823         to ...
6824         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
6825         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
6826         to ...
6827         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
6828         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
6829         to ...
6830         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
6831         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
6832         to ...
6833         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
6834         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
6835         to ...
6836         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
6837         Here.
6838         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
6839         to ...
6840         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
6841         Here.
6842         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
6843         to ...
6844         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
6845         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
6846         Moved to ...
6847         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
6848         Here.
6849         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
6850         to ...
6851         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
6853 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
6855         * sysdeps/unix/common/bits/dirent.h: Remove file.
6856         * sysdeps/unix/common/bits/fcntl.h: Likewise.
6858         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
6859         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
6860         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
6861         * sysdeps/unix/bsd/isatty.c: Likewise.
6862         * sysdeps/unix/bsd/tcdrain.c: Likewise.
6863         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
6864         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
6866 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6868         [BZ #13563]
6869         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
6870         long double comparison inaccuracies.
6871         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
6872         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6874 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
6876         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
6877         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
6879 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
6881         [BZ #14049]
6882         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
6883         nonzero digits before rounding a hex value.
6884         * stdlib/tst-strtod.c (tests): Add another test.
6886 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
6888         * sysdeps/s390/fpu/libm-test-ulps: Update.
6890 2012-05-03  Andreas Jaeger  <aj@suse.de>
6892         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
6893         does not get optimized out.
6894         (malloc_opt_barrier): New.
6896 2012-05-03  Andreas Jaeger  <aj@suse.de>
6897             Roland McGrath  <roland@hack.frob.com>
6899         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
6900         intermediate file deletion.
6901         (generated): Add .symlist files.
6903 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
6905         [BZ #13775]
6906         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
6907         Redirect under this condition.
6908         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
6909         [__USE_GNU] (__dprintf_chk): Not under this condition.
6910         [__USE_GNU] (__vdprintf_chk): Likewise.
6911         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
6912         under this condition.
6913         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
6914         [__USE_XOPEN2K8] (dprintf): Define under this condition.
6915         [__USE_XOPEN2K8] (vdprintf): Likewise.
6916         [__USE_GNU] (__dprintf_chk): Not under this condition.
6917         [__USE_GNU] (__vdprintf_chk): Likewise.
6918         [__USE_GNU] (dprintf): Likewise.
6919         [__USE_GNU] (vdprintf): Likewise.
6921 2012-05-03  Roland McGrath  <roland@hack.frob.com>
6923         * elf/Makefile (common-generated): Set this instead of generated for
6924         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
6925         $(all-built-dso)-derived lists.
6927 2012-05-03  Andreas Jaeger  <aj@suse.de>
6929         * sysdeps/i386/fpu/libm-test-ulps: Update.
6931         * FAQ: Removed.
6932         * FAQ.in: Likewise.
6933         * scripts/gen-FAQ.pl: Likewise.
6934         * manual/install.texi (Installation): Point to online location of
6935         FAQ.
6936         * Makefile (files-for-dist): Remove FAQ.
6937         (FAQ): Remove.
6939 2012-05-02  Allan McRae  <allan@archlinux.org>
6941         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
6942         (LDFLAGS-reldepmod5.so): Likewise.
6943         (LDFLAGS-reldep6mod1.so): Likewise.
6944         (LDFLAGS-reldep6mod4.so): Likewise.
6945         (LDFLAGS-reldep8mod3.so): Likewise.
6946         (LDFLAGS-unload4mod1.so): Likewise.
6947         (LDFLAGS-unload4mod2.so): Likewise.
6948         (LDFLAGS-tst-initorder): Likewise.
6949         (LDFLAGS-tst-initordera2.so): Likewise.
6950         (LDFLAGS-tst-initordera3.so): Likewise.
6951         (LDFLAGS-tst-initordera4.so): Likewise.
6952         (LDFLAGS-tst-initorderb2.so): Likewise.
6953         (LDFLAGS-noload): Likewise.
6954         (LDFLAGS-next): Likewise.
6955         (LDFLAGS-order2mod1.so): Likewise.
6956         (LDFLAGS-order2mod2.so): Likewise.
6957         (LDFLAGS-tst-initorder2): Likewise.
6958         (LDFLAGS-tst-initorder2a.so): Likewise.
6959         (LDFLAGS-tst-initorder2b.so): Likewise.
6960         (LDFLAGS-tst-initorder2c.so): Likewise.
6961         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
6963 2012-05-02  David S. Miller  <davem@davemloft.net>
6965         * sysdeps/sparc/fpu/libm-test-ulps: Update.
6967 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
6969         [BZ #14055]
6970         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
6972 2012-05-02  Andreas Jaeger  <aj@suse.de>
6974         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
6975         since we manipulate rounding mode.
6976         (CPPFLAGS-test-idouble.c): Likewise.
6977         (CPPFLAGS-test-ifloat.c): Likewise.
6978         (CFLAGS-test-ldouble.c): Likewise.
6979         (CFLAGS-test-double.c): Likewise.
6980         (CFLAGS-test-float.c): Likewise.
6981         (CFLAGS-test-misc.c): Likewise.
6982         (CFLAGS-test-test-fenv.c): Likewise.
6984 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6986         [BZ #2550]
6987         [BZ #2570]
6988         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
6989         comparisons to determine direction to adjust input.
6991 2012-05-01  Roland McGrath  <roland@hack.frob.com>
6993         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
6994         output to the target.
6996         * scripts/localplt.awk: New file.
6997         * elf/Makefile ($(objpfx)check-localplt): Target removed.
6998         (check-localplt-CFLAGS): Variable removed.
6999         ($(all-built-dso:=.jmprel)): New static pattern rule.
7000         (generated): Add those targets.
7001         (localplt-built-dso): New variable.
7002         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
7004         * elf/check-localplt.c: File removed.
7006         * scripts/check-execstack.awk: New file.
7007         * elf/Makefile ($(objpfx)check-execstack): Target removed.
7008         (check-execstack-CFLAGS): Variable removed.
7009         ($(objpfx)check-execstack.h): Target removed.
7010         ($(objpfx)execstack-default): New target.
7011         (generated): Add that instead of check-execstack.h.
7012         ($(all-built-dso:=.phdr)): New static pattern rule.
7013         (generated): Add those targets.
7014         * elf/check-execstack.c: File removed.
7016         * scripts/check-textrel.awk: New file.
7017         * elf/Makefile ($(objpfx)check-textrel): Target removed.
7018         (check-textrel-CFLAGS): Variable removed.
7019         (all-built-dso): Use := to define.o
7020         ($(all-built-dso:=.dyn)): New static pattern rule.
7021         (generated): Add those targets.
7022         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
7023         * config.make.in (READELF): New substituted variable.
7024         * elf/check-textrel.c: File removed.
7026 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
7028         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
7029         allow.
7030         * conform/data/ctype.h-data [C99-based standards] (isblank):
7031         Expect function.
7032         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
7033         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
7034         [ISO || ISO99 || ISO11] (*_t): Do not allow.
7035         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
7036         Specify type.  Require positive value.
7037         (EILSEQ): Likewise.
7038         (ERANGE): Likewise.
7039         [ISO || POSIX] (EILSEQ): Do not expect.
7040         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
7041         Specify type.  Require positive value.
7042         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
7043         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
7044         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
7045         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
7046         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
7047         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
7048         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
7049         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
7050         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
7051         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
7052         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
7053         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
7054         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
7055         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
7056         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
7057         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
7058         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
7059         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
7060         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
7061         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
7062         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
7063         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
7064         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
7065         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
7066         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
7067         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
7068         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
7069         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
7070         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
7071         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
7072         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
7073         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
7074         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
7075         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
7076         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
7077         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
7078         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
7079         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
7080         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
7081         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
7082         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
7083         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
7084         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
7085         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
7086         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
7087         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
7088         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
7089         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
7090         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
7091         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
7092         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
7093         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
7094         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
7095         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
7096         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
7097         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
7098         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
7099         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
7100         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
7101         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
7102         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
7103         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
7104         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
7105         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
7106         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
7107         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
7108         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
7109         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
7110         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
7111         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
7112         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
7113         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
7114         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
7115         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
7116         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
7117         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
7118         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
7119         Require >= 2.
7120         (FLT_ROUNDS): Expect as macro, not constant.
7121         (FLT_MANT_DIG): Use macro-int-constant.
7122         (DBL_MANT_DIG): Likewise.
7123         (LDBL_MANT_DIG): Likewise.
7124         (FLT_DIG): Likewise.
7125         (DBL_DIG): Likewise.
7126         (LDBL_DIG): Likewise.
7127         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
7128         (DBL_MIN_EXP): Likewise.
7129         (LDBL_MIN_EXP): Likewise.
7130         (FLT_MAX_EXP): Use macro-int-constant.
7131         (DBL_MAX_EXP): Likewise.
7132         (LDBL_MAX_EXP): Likewise.
7133         (FLT_MAX_10_EXP): Likewise.
7134         (DBL_MAX_10_EXP): Likewise.
7135         (LDBL_MAX_10_EXP): Likewise.
7136         (FLT_MAX): Use macro-constant.
7137         (DBL_MAX): Likewise.
7138         (LDBL_MAX): Likewise.
7139         (FLT_EPSILON): Use macro-constant.  Give upper bound.
7140         (DBL_EPSILON): Likewise.
7141         (LDBL_EPSILON): Likewise.
7142         (FLT_MIN): Likewise.
7143         (DBL_MIN): Likewise.
7144         (LDBL_MIN): Likewise.
7145         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
7146         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
7147         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
7148         [ISO11] (FLT_HAS_SUBNORM): Likewise.
7149         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
7150         [ISO11] (DBL_DECIMAL_DIG): Likewise.
7151         [ISO11] (FLT_DECIMAL_DIG): Likewise.
7152         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
7153         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
7154         [ISO11] (FLT_TRUE_MIN): Likewise.
7155         [ISO11] (LDBL_TRUE_MIN): Likewise.
7156         [ISO || ISO99 || ISO11] (*_t): Do not allow.
7157         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
7158         (SCHAR_MIN): Use macro-int-constant.  Specify type.
7159         (SCHAR_MAX): Likewise.
7160         (UCHAR_MAX): Likewise.
7161         (CHAR_MIN): Likewise.
7162         (CHAR_MAX): Likewise.
7163         (MB_LEN_MAX): Use macro-int-constant.
7164         (SHRT_MIN): Use macro-int-constant.  Specify type.
7165         (SHRT_MAX): Likewise.
7166         (USHRT_MAX): Likewise.
7167         (INT_MAX): Likewise.
7168         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
7169         bound negative.
7170         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
7171         bound with "U".
7172         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
7173         bound with "L".
7174         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
7175         bound negative.  Suffix upper bound with "L".
7176         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
7177         bound with "UL".
7178         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
7179         Specify type.
7180         [C99-based standards] (LLONG_MAX): Likewise.
7181         [C99-based standards] (ULLONG_MAX): Likewise.
7182         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
7183         == 0.
7184         [ISO11] (max_align_t): Require type.
7185         [ISO || ISO99 || ISO11] (*_t): Do not allow.
7187         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
7188         from $CFLAGS, without defining away __attribute__ calls.
7189         (checknamespace): Use $CFLAGS_namespace.
7191         * conform/conformtest.pl (@keywords): Only include C99 keywords
7192         for standards based on C99 or C11.
7194         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
7195         Disable tests.
7196         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
7197         UNIX98]: Likewise.
7199         * conform/conformtest.pl: Handle "macro-int-constant" and test for
7200         usability of symbols in #if.
7202         * conform/conformtest.pl: If macro or constant types start
7203         "promoted:", expect the symbol to be of the following type
7204         promoted by the integer promotions.
7206         * conform/conformtest.pl: Parse all "constant" and "macro" lines
7207         in one place.  Also handle "macro-constant".
7209         * conform/conformtest.pl: Only accept expected macro values with
7210         "==".  Parse all "macro" lines in one place.
7211         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
7213         * conform/conformtest.pl: Handle braced types on "constant" lines
7214         instead of handling "typed-constant".
7215         * conform/data/signal.h-data: Use "constant" instead of
7216         "typed-constant".
7218         * conform/conformtest.pl: Handle "optional-" at start of lines in
7219         one place rather than duplicating several cases.  Handle each
7220         format of "macro" line with initial "optional-".
7222         * conform/conformtest.pl: Only accept expected constant or
7223         optional-constant values with "==".  Parse all "constant" lines in
7224         one place.  Parse all "optional-constant" lines in one place.
7225         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
7226         * conform/data/fmtmsg.h-data: Likewise.
7227         * conform/data/netinet/in.h-data: Likewise.
7228         * conform/data/tar.h-data: Likewise.
7229         * conform/data/limits.h-data: Use "==" form on "constant" and
7230         "optional-constant" lines.
7232         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
7233         Use -std=c99 for XOPEN2K.
7234         (@knownproblems): Remove.
7235         (newtoken): Don't check %isknown.
7237         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
7238         Do not expect macro.
7239         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
7240         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
7241         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
7242         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
7243         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
7244         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
7245         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
7246         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
7247         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
7248         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
7249         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
7250         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
7251         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
7252         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
7253         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
7254         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
7255         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
7256         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
7257         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
7258         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
7259         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
7260         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
7261         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
7262         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
7263         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
7264         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
7265         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
7266         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
7267         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
7268         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
7269         [XPG3] (acosh): Likewise.
7270         [XPG3] (asinh): Likewise.
7271         [XPG3] (atanh): Likewise.
7272         [XPG3] (cbrt): Likewise.
7273         [XPG3] (expm1): Likewise.
7274         [XPG3] (ilogb): Likewise.
7275         [XPG3] (log1p): Likewise.
7276         [XPG3] (logb): Likewise.
7277         [XPG3] (nextafter): Likewise.
7278         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
7279         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
7280         [XPG3] (remainder): Likewise.
7281         [XPG3] (rint): Likewise.
7282         [XPG3 || XPG4 || UNIX98] (round): Likewise.
7283         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
7284         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
7285         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
7286         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
7287         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
7288         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
7289         [UNIX98 || XOPEN2K] (scalb): Expect.
7290         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
7291         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
7292         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
7293         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
7294         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
7295         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
7296         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
7297         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
7298         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
7299         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
7300         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
7301         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
7302         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
7303         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
7304         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
7305         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
7306         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
7307         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
7308         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
7309         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
7310         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
7311         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
7312         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
7313         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
7314         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
7315         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
7316         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
7317         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
7318         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
7319         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
7320         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
7321         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
7322         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
7323         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
7324         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
7325         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
7326         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
7327         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
7328         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
7329         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
7330         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
7331         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
7332         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
7333         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
7334         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
7335         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
7336         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
7337         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
7338         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
7339         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
7340         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
7341         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
7342         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
7343         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
7344         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
7345         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
7346         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
7347         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
7348         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
7349         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
7350         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
7351         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
7352         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
7353         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
7354         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
7355         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
7356         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
7357         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
7358         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
7359         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
7360         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
7361         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
7362         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
7363         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
7364         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
7365         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
7366         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
7367         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
7368         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
7369         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
7370         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
7371         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
7372         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
7373         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
7374         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
7375         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
7376         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
7377         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
7378         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
7379         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
7380         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
7381         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
7382         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
7383         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
7384         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
7385         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
7386         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
7387         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
7388         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
7389         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
7390         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
7391         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
7392         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
7393         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
7394         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
7395         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
7396         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
7397         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
7398         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
7399         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
7400         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
7401         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
7402         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
7403         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
7404         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
7405         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
7406         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
7407         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
7408         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
7409         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
7410         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
7411         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
7412         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
7413         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
7414         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
7415         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
7416         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
7417         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
7418         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
7419         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
7420         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
7421         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
7422         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
7423         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
7424         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
7425         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
7426         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
7428         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
7429         _XOPEN_SOURCE_EXTENDED for XPG4.
7431         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
7433         * Makeconfig (localtime): Remove variable.
7434         (inst_localtime-file): Likewise.
7436 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
7438         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
7439         Update.
7440         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
7441         Update.
7442         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
7443         Update.
7444         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
7445         Update.
7446         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
7447         Update.
7448         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
7449         Update.
7450         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
7451         Update.
7452         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
7453         Update.
7454         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
7455         Update.
7457 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
7459         [BZ #2550]
7460         [BZ #2570]
7461         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
7462         comparisons to determine direction to adjust input.
7463         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
7464         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
7465         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
7466         Likewise.
7467         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
7468         Likewise.
7469         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
7470         Likewise.
7471         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
7472         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
7473         Likewise.
7474         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
7475         Likewise.
7476         * math/libm-test.inc (nexttoward_test): Add more tests.
7478 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
7480         [BZ #14040]
7481         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
7482         in version GLIBC_2.1, not GLIBC_2.0.
7483         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
7484         Likewise.
7486 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
7488         [BZ #13942]
7489         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
7490         (1 - x) * (1 + x).
7491         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
7492         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
7493         * math/libm-test.inc (acos_test): Add more tests.
7494         (asin_test): Likewise.
7495         * sysdeps/i386/fpu/libm-test-ulps: Update.
7496         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7498         [BZ #14034]
7499         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
7500         of square root.
7501         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
7502         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
7503         * math/libm-test.inc (acos_test_tonearest): New function.
7504         (acos_test_towardzero): Likewise.
7505         (acos_test_downward): Likewise.
7506         (acos_test_upward): Likewise.
7507         (asin_test_tonearest): Likewise.
7508         (asin_test_towardzero): Likewise.
7509         (asin_test_downward): Likewise.
7510         (asin_test_upward): Likewise.
7511         (main): Call the new functions.
7512         * sysdeps/i386/fpu/libm-test-ulps: Update.
7513         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
7515         [BZ #13884]
7516         [BZ #13924]
7517         * math/e_exp10.c: Include <float.h>.
7518         (__ieee754_exp10): Handle underflow here rather than multiplying
7519         large negative argument by M_LN10.
7520         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
7521         of __ieee754_expf.
7522         * math/e_exp10l.c: Include <float.h>.
7523         (__ieee754_exp10l): Handle underflow here rather than multiplying
7524         large negative argument by M_LN10l.
7525         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
7526         spurious overflow exception on underflow.
7528 2012-04-29  Marek Polacek  <polacek@redhat.com>
7530         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
7531         (__fortify_function): New macro.
7532         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
7533         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
7534         __extern_always_inline.
7535         * libio/bits/stdio2.h: Likewise.
7536         * libio/bits/stdio.h: Likewise.
7537         * string/string.h: Likewise.
7538         * string/bits/string3.h: Likewise.
7539         * include/stdio.h: Likewise.
7540         * stdlib/bits/stdlib.h: Likewise.
7541         * stdlib/stdlib.h: Likewise.
7542         * rt/bits/mqueue2.h: Likewise.
7543         * rt/mqueue.h: Likewise.
7544         * posix/bits/unistd.h: Likewise.
7545         * posix/unistd.h: Likewise.
7546         * io/bits/poll2.h: Likewise.
7547         * io/bits/fcntl2.h: Likewise.
7548         * io/fcntl.h: Likewise.
7549         * io/sys/poll.h: Likewise.
7550         * misc/bits/syslog.h: Likewise.
7551         * misc/bits/syslog-ldbl.h: Likewise.
7552         * misc/sys/syslog.h: Likewise.
7553         * socket/bits/socket2.h: Likewise.
7554         * socket/sys/socket.h: Likewise.
7555         * debug/tst-chk1.c: Likewise.
7556         * wcsmbs/bits/wchar2.h: Likewise.
7557         * wcsmbs/bits/wchar-ldbl.h: Likewise.
7558         * wcsmbs/wchar.h: Likewise.
7560 2012-04-29  Andreas Jaeger  <aj@suse.de>
7562         * Makerules (tests): Remove enable-check-abi protection.
7563         (check-abi-warn): Remove.
7564         (check-abi-%): Remove check-abi-warn usage.
7566         * configure.in: Remove check-abi configure option.
7567         * configure: Regenerated.
7568         * config.make.in (enable-check-abi): Remove.
7570 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
7572         [BZ #14033]
7573         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
7574         double functions to double *_finite functions.
7576         [BZ #13941]
7577         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
7578         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
7579         LDBL_MIN_EXP.
7580         * stdio-common/Makefile (tests): Add tst-sprintf3.
7581         * stdio-common/tst-sprintf3.c: New file.
7583         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
7584         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
7586 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
7588         * conform/conformtest.pl: Remove duplicate typed-constant
7589         handling.
7591 2012-04-28  David S. Miller  <davem@davemloft.net>
7593         * Makerules (%.abilist): Add vpath on sysdep_dirs.
7594         (check-abi-%): Remove AWK script prerequisite and explicit
7595         abilist directory.
7596         (check-abi): Rewrite to just diff the symlist with the abilist.
7597         (config-tls, config-abi-config): Delete, no longer used.
7598         (update-abi-%): Remove AWK script and explicit abilist directory.
7599         (update-abi): Rewrite to simply compare and conditionally copy the
7600         symlist and the sysdep abilist file.  Remove update-abi-config
7601         checks.
7602         * abilist/ld.abilist: Remove.
7603         * abilist/libBrokenLocale.abilist: Remove.
7604         * abilist/libanl.abilist: Remove.
7605         * abilist/libcrypt.abilist: Remove.
7606         * abilist/libdl.abilist: Remove.
7607         * abilist/librt.abilist: Remove.
7608         * abilist/libthread_db.abilist: Remove.
7609         * abilist/libutil.abilist: Remove.
7610         * scripts/extract-abilist.awk: Remove.
7611         * scripts/merge-abilist.awk: Remove.
7612         * sysdeps/generic/libcidn.abilist: New file.
7613         * sysdeps/generic/libnss_compat.abilist: New file.
7614         * sysdeps/generic/libnss_db.abilist: New file.
7615         * sysdeps/generic/libnss_dns.abilist: New file.
7616         * sysdeps/generic/libnss_files.abilist: New file.
7617         * sysdeps/generic/libnss_hesiod.abilist: New file.
7618         * sysdeps/generic/libnss_nis.abilist: New file.
7619         * sysdeps/generic/libnss_nisplus.abilist: New file.
7620         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
7621         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
7622         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
7623         file.
7624         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
7625         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
7626         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
7627         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
7628         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
7629         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
7630         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
7631         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
7632         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
7633         file.
7634         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
7635         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
7636         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
7637         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
7638         file.
7639         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
7640         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
7641         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
7642         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
7643         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
7644         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
7645         file.
7646         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
7647         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
7648         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
7649         file.
7650         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
7651         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
7652         New file.
7653         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
7654         New file.
7655         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
7656         New file.
7657         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
7658         New file.
7659         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
7660         New file.
7661         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
7662         New file.
7663         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
7664         New file.
7665         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
7666         New file.
7667         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
7668         New file.
7669         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
7670         New file.
7671         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
7672         New file.
7673         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
7674         New file.
7675         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
7676         New file.
7677         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
7678         file.
7679         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
7680         New file.
7681         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
7682         New file.
7683         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
7684         file.
7685         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
7686         New file.
7687         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
7688         New file.
7689         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
7690         file.
7691         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
7692         New file.
7693         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
7694         New file.
7695         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
7696         New file.
7697         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
7698         New file.
7699         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
7700         New file.
7701         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
7702         New file.
7703         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
7704         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
7705         file.
7706         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
7707         New file.
7708         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
7709         file.
7710         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
7711         file.
7712         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
7713         file.
7714         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
7715         file.
7716         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
7717         file.
7718         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
7719         New file.
7720         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
7721         file.
7722         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
7723         file.
7724         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
7725         New file.
7726         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
7727         file.
7728         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
7729         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
7730         file.
7731         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
7732         New file.
7733         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
7734         file.
7735         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
7736         file.
7737         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
7738         file.
7739         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
7740         file.
7741         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
7742         file.
7743         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
7744         New file.
7745         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
7746         file.
7747         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
7748         file.
7749         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
7750         New file.
7751         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
7752         file.
7753         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
7754         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
7755         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
7756         file.
7757         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
7758         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
7759         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
7760         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
7761         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
7762         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
7763         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
7764         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
7765         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
7766         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
7767         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
7768         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
7769         file.
7770         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
7771         New file.
7772         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
7773         file.
7774         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
7775         file.
7776         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
7777         file.
7778         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
7779         file.
7780         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
7781         file.
7782         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
7783         New file.
7784         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
7785         New file.
7786         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
7787         file.
7788         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
7789         New file.
7790         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
7791         file.
7792         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
7793         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
7794         file.
7795         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
7796         New file.
7797         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
7798         file.
7799         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
7800         file.
7801         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
7802         file.
7803         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
7804         file.
7805         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
7806         file.
7807         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
7808         New file.
7809         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
7810         New file.
7811         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
7812         file.
7813         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
7814         New file.
7815         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
7816         file.
7818 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
7820         * conform/conformtest.pl: Fix typo in handling typed-constant from
7821         allow-header.
7823 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
7825         * README: Cut down references to pre-2.6 Linux kernels and
7826         Linuxthreads.  Update lists of configurations in libc and ports
7827         and sort alphabetically.  Say "or newer" with Linux kernel version
7828         requirements.
7830         * config.h.in [IS_IN_build]: Allow compiling without optimization.
7832 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
7834         [BZ #887]
7835         * math/libm-test.inc (logb_test_downward): New test to expose
7836         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
7837         rounding mode.
7839 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
7841         [BZ #14027]
7842         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
7843         to be done.
7844         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
7845         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
7847 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
7849         * sysdeps/unix/i386/brk.S: Remove file.
7850         * sysdeps/unix/i386/dl-brk.S: Likewise.
7851         * sysdeps/unix/i386/pipe.S: Likewise.
7852         * sysdeps/unix/i386/sigreturn.S: Likewise.
7853         * sysdeps/unix/i386/syscall.S: Likewise.
7854         * sysdeps/unix/i386/vfork.S: Likewise.
7855         * sysdeps/unix/i386/wait.S: Likewise.
7857         * sysdeps/unix/common/tcsendbrk.c: Move to ...
7858         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
7860         * configure.in (arm*-none*): Do not allow without
7861         --enable-hacker-mode.
7862         (netbsd*): Remove case setting base_os.
7863         (386bsd*): Likewise.
7864         (freebsd*): Likewise.
7865         (bsdi*): Likewise.
7866         (osf*): Likewise.
7867         (sunos*): Likewise.
7868         (ultrix*): Likewise.
7869         (newsos*): Likewise.
7870         (dynix*): Likewise.
7871         (*bsd*): Likewise.
7872         (sysv*): Likewise.
7873         (isc*): Likewise.
7874         (esix*): Likewise.
7875         (sco*): Likewise.
7876         (minix*): Likewise.
7877         (irix4*): Likewise.
7878         (irix6*): Likewise.
7879         (solaris[2-9]*): Likewise.
7880         (none): Likewise.
7881         * configure: Regenerated.
7883 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7885         [BZ #11521]
7886         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
7887         overflow or cancellation in calculating denominator.
7888         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
7889         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
7890         down expression to avoid unexpected rounding in newer GCCs.
7891         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
7893 2012-04-26  David S. Miller  <davem@davemloft.net>
7895         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
7896         long-double compat symbols.
7897         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
7898         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
7899         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
7900         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
7901         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
7902         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
7903         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
7904         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
7905         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
7906         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
7907         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
7908         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
7909         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
7911 2012-04-25  David S. Miller  <davem@davemloft.net>
7913         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
7914         HWCAP_* values only after the memory barriers have been defined.
7915         (atomic_full_barrier): Define.
7916         (atomic_read_barrier): Define.
7917         (atomic_write_barrier): Define.
7919 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
7921         * shlib-versions: Add libgcc_s version information.
7922         * sysdeps/generic/libgcc_s.h: Remove.
7923         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
7924         libgcc_s.h.
7925         * sysdeps/gnu/unwind-resume.c: Likewise.
7926         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
7928 2012-04-25  David S. Miller  <davem@davemloft.net>
7930         * sysdeps/unix/sparc/brk.S: Delete.
7931         * sysdeps/unix/sparc/dl-brk.S: Delete.
7932         * sysdeps/unix/sparc/pipe.S: Delete.
7933         * sysdeps/unix/sparc/sysdep.S: Delete.
7934         * sysdeps/unix/sparc/sysdep.h: Delete.
7935         * sysdeps/unix/sparc/vfork.S: Delete.
7936         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG,
7937         SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
7938         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO,
7939         ret_ERRVAL, r0, r1, MOVE): Define.
7940         (JUMPTARGET): Remove.
7941         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
7942         sysdeps/unix/sparc/sysdep.h
7943         (ENTRY, END): Remove.
7944         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
7946 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
7948         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
7949         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
7950         -DIS_IN_build.
7952         * timezone/README: Update upstream location and email address for
7953         tzcode and tzdata.
7954         * timezone/zdump.c: Update from tzcode 2012b.
7955         * timezone/zic.c: Likewise.
7957         * configure.in (libc_cv_as_needed): Remove test.
7958         * configure: Regenerated.
7959         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
7960         conditional definition.
7961         [$(have-as-needed) != yes] (no-as-needed): Likewise.
7962         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
7963         * config.make.in (have-as-needed): Remove variable.
7965 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
7966             Paul Pluzhnikov  <ppluzhnikov@google.com>
7968         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
7969         strings correctly.
7971 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
7973         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
7974         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
7975         * sysdeps/sh/strlen.S: Likewise.
7977 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
7979         * sysdeps/unix/fork.S: Remove file.
7980         * sysdeps/unix/i386/fork.S: Likewise.
7981         * sysdeps/unix/sparc/fork.S: Likewise.
7983         * sysdeps/unix/system.c: Remove file.
7984         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
7986         * sysdeps/unix/getegid.S: Remove file.
7987         * sysdeps/unix/geteuid.S: Likewise.
7989 2012-04-24  Roland McGrath  <roland@hack.frob.com>
7991         * scripts/check-localplt.awk: New file.
7992         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
7993         of diff.
7994         * scripts/data/localplt-generic.data: Add a comment.
7996         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
7997         NODE when __dir_mkfile failed.
7998         * sysdeps/mach/hurd/symlinkat.c: Likewise.
7999         Reported by Ludovic Courtès <ludo@gnu.org>.
8001 2012-04-24  Andreas Jaeger  <aj@suse.de>
8003         * Makerules (common-clean): Also remove gen-as-const-headers
8004         files.
8006 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
8008         * Makerules (native-compile): Do not change working directory for
8009         build.  Use $(OUTPUT_OPTION) in command.
8010         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
8012 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8014         [BZ #13886]
8015         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
8016         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
8017         * math/libm-test.inc (floor_test): Add more tests.
8018         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
8020 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
8022         * sysdeps/unix/getdents.c: Remove file.
8023         * sysdeps/unix/sysv/getdents.c: Likewise.
8024         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
8026         * sysdeps/unix/syscalls.list (madvise): Add syscall from
8027         sysdeps/unix/mman/syscalls.list.
8028         (mmap): Likewise.
8029         (mprotect): Likewise.
8030         (msync): Likewise.
8031         (munmap): Likewise.
8032         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
8033         * sysdeps/unix/mman/syscalls.list: Remove.
8034         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
8036         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
8037         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
8038         * configure: Regenerated.
8039         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
8040         $(libgcc_s_suffix).
8041         * config.make.in (libgcc_s_suffix): Remove variable.
8043 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
8045         * sysdeps/unix/sysv/gethostname.c: Move to ...
8046         * sysdeps/posix/gethostname.c: ... here.
8048         * sysdeps/unix/execve.S: Remove file.
8050         * sysdeps/unix/_exit.S: Remove file.
8052 2012-04-23  Andreas Jaeger  <aj@suse.de>
8054         [BZ #13739]
8055         * manual/Makefile: Remove make dist support, there's no
8056         need for a stand-alone documentation tar ball.
8057         (TEXI2DVI): Define always, it's not in Makeconfig.
8058         (dist): Removed.
8059         (tar-it): Removed.
8060         (edition): Removed.
8061         (glibc-doc-$(edition).tar): Removed
8062         (%.Z): Removed.
8063         (%.gz): Removed.
8064         (%.uu): Removed.
8065         (ETAGS): Remove, it's in Makeconfig.
8066         (move-if-change): Remove, it's in Makeconfig.
8068 2013-04-23  Paul Eggert  <eggert@cs.ucla.edu>
8070         [BZ #13970]
8071         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
8072         (strtod, strtof, strtold, strtol, strtoul, strtoq)
8073         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
8074         (strtod_l, strtof_l, strtold_l): Remove __wur.
8075         It is not necessarily an error to ignore strtol's return value.
8076         One can reliably look at the stored endptr to decide whether
8077         the number had valid syntax.
8079 2012-04-21  Andreas Jaeger  <aj@suse.de>
8081         [BZ #13739]
8082         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
8084 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
8086         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
8087         * sysdeps/unix/sysv/Versions: Remove file.
8089 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
8091         [BZ #13927]
8092         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
8094 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
8096         [BZ #7064]
8097         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
8098         version from __vm86.
8100 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
8102         * sysdeps/unix/common/lxstat.c: Remove file.
8103         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
8105         * sysdeps/unix/sysv/Makefile: Remove file.
8107         * sysdeps/unix/sysv/direct.h: Remove file.
8109         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
8110         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
8111         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
8112         * sysdeps/unix/sysv/bits/signum.h: Likewise.
8113         * sysdeps/unix/sysv/bits/stat.h: Likewise.
8114         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
8115         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
8117         * sysdeps/unix/sysv/setrlimit.c: Remove file.
8119         * sysdeps/unix/xmknod.c: Remove file.
8120         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
8122         * sysdeps/unix/sysv/settimeofday.c: Remove file.
8124         * sysdeps/unix/sysv/i386/time.S: Remove file.
8126         * sysdeps/unix/fxstat.c: Remove file.
8127         * sysdeps/unix/xstat.c: Likewise.
8128         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
8130         * sysdeps/unix/sysv/sigaction.c: Remove file.
8132         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
8133         (sysdep_headers): Remove variable.
8134         [termio.h not in sysdep_headers] (generated): Likewise.
8135         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
8136         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
8137         * sysdeps/unix/sysv/tcdrain.c: Likewise.
8138         * sysdeps/unix/sysv/tcflow.c: Likewise.
8139         * sysdeps/unix/sysv/tcflush.c: Likewise.
8140         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
8141         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
8142         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
8143         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
8144         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
8146         * sysdeps/unix/siglist.c: Remove file.
8148         * sysdeps/unix/getppid.S: Remove file.
8150         * sysdeps/unix/mkdir.c: Remove file.
8151         * sysdeps/unix/rmdir.c: Likewise.
8153 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
8155         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
8156         ERR_MAX value.
8157         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
8158         errlist-compat value.
8160 2012-04-18  David S. Miller  <davem@davemloft.net>
8162         * sysdeps/generic/memcopy.h (reg_char): Delete.
8163         * debug/strcat_chk.c: Use char, not reg_char.
8164         * debug/strcpy_chk.c: Likewise.
8165         * debug/strncat_chk.c: Likewise.
8166         * debug/strncpy_chk.c: Likewise.
8167         * string/memchr.c: Likewise.
8168         * string/memrchr.c: Likewise.
8169         * string/rawmemchr.c: Likewise.
8170         * string/strcat.c: Likewise.
8171         * string/strchr.c: Likewise.
8172         * string/strchrnul.c: Likewise.
8173         * string/strcmp.c: Likewise.
8174         * string/strcpy.c: Likewise.
8175         * string/strncat.c: Likewise.
8176         * string/strncmp.c: Likewise.
8177         * string/strncpy.c: Likewise.
8179 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
8181         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
8182         __builtin_memcopy is called when src and dest ranges are known to not
8183         overlap.
8185 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
8187         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
8188         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
8189         fwd_align_merge macro call.
8190         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
8191         bwd_align_merge macro call.
8192         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
8194 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
8196         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
8197         bwd_align_merge macros.
8198         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
8199         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
8200         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
8202 2012-04-18  David S. Miller  <davem@davemloft.net>
8204         * sysdeps/sparc/sparc64/memcopy.h: Delete.
8206 2012-04-18  Andreas Jaeger  <aj@suse.de>
8208         [BZ# 6794]
8209         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
8210         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
8211         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
8213         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
8214         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
8215         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
8217         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
8218         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
8219         Adjust for changed ldbl-128 files.
8221         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
8222         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
8223         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
8225 2012-04-17  David S. Miller  <davem@davemloft.net>
8227         * sysdeps/sparc/sparc32/memcopy.h: Delete.
8229 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
8231         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
8232         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
8233         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
8234         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
8235         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
8236         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
8238 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8240         [BZ #6794]
8241         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
8242         * math/libm-test.inc: Add ilogb errno and exception tests.
8243         * math/w_ilogb.c: New file: ilogb wrapper.
8244         * math/w_ilogbf.c: New file: ilogbf wrapper.
8245         * math/w_ilogbl.c: New file: ilogbl wrapper.
8246         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
8247         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
8248         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
8249         exception being thrown with 0.0 as argument.
8250         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
8251         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
8252         exception being thrown with 0.0 as argument.
8253         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
8254         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
8255         exception being thrown with 0.0 as argument.
8256         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
8257         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
8258         exception being thrown with 0.0 as argument.
8259         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
8260         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
8261         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
8262         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
8263         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
8264         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
8265         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
8266         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
8267         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
8269 2012-04-17  Petr Baudis  <pasky@ucw.cz>
8271         * include/sys/uio.h: Change __vector to __iovec to avoid clash
8272         with altivec.
8274 2012-04-16  Marek Polacek  <polacek@redhat.com>
8276         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
8278 2012-04-16  Marek Polacek  <polacek@redhat.com>
8280         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
8281         operands of fdivp instruction.
8283 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
8285         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
8286         * elf/tst-auditmod3b.c: Likewise.
8287         * elf/tst-auditmod4b.c: Likewise.
8288         * elf/tst-auditmod5b.c: Likewise.
8289         * elf/tst-auditmod6b.c: Likewise.
8290         * elf/tst-auditmod6c.c: Likewise.
8291         * elf/tst-auditmod7b.c: Likewise.
8292         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
8293         * sysdeps/x86_64/preconfigure.in: Likewise.
8294         * sysdeps/x86_64/preconfigure: Regenerated.
8296 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
8298         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
8299         __ILP32__.
8301 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
8303         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
8304         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
8306 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
8308         [BZ #13973]
8309         * locale/iso-639.def: Fix gl language name. Spotted by
8310         Yaron Shahrabani.
8312 2012-04-12  Roland McGrath  <roland@hack.frob.com>
8314         [BZ #2074]
8315         * libio/libio.h (__io_write_fn): Update comment.
8317 2012-04-12  Petr Baudis  <pasky@ucw.cz>
8319         [BZ #2074]
8320         * stdio.texi (Hook Functions): The user provided writer function
8321         is not allowed to return -1.
8323 2012-04-11  David S. Miller  <davem@davemloft.net>
8325         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8327 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
8329         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
8330         Add a leading slash to rtkaio.
8332 2012-04-11  Jim Meyering  <meyering@redhat.com>
8334         [BZ #11959]
8335         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
8336         It is not necessarily an error to ignore fwrite's return
8337         value.  One can reliably use ferror to test for errors after
8338         the fact.
8340 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
8342         * bits/types.h (__snseconds_t): New type.
8343         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
8345         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
8346         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
8347         (__SNSECONDS_T_TYPE): Likewise.
8348         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
8349         (__SNSECONDS_T_TYPE): Likewise.
8350         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
8351         (__SNSECONDS_T_TYPE): Likewise.
8353 2012-04-10  Andreas Jaeger  <aj@suse.de>
8355         [BZ #2636]
8356         * manual/time.texi (Processor Time): Return type of times is
8357         elapsed real time since an arbitrary point in the past.
8358         (CPU Time): Move CLK_TCK from here...
8359         (Processor Time): ...to here.  Correct description.
8360         * manual/conf.texi (Constants for Sysconf): Correct description of
8361         _SC_CLK_TCK.
8363 2012-04-10  David S. Miller  <davem@davemloft.net>
8365         [BZ #13967]
8366         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
8367         where the is a gap between DT_REL(A) and DT_JMPREL.
8369 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
8371         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
8372         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
8373         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
8375 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
8377         * elf/dl-support.c (_dl_inhibit_cache): New variable.
8378         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
8379         (dl_main): Handle --inhibit-cache.
8380         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
8381         _dl_inhibit_cache.
8382         * elf/dl-load.c (_dl_map_object): Use it.
8383         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
8385 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
8387         [BZ #13872]
8388         * sysdeps/i386/fpu/e_powl.S (p78): New object.
8389         (__ieee754_powl): Saturate large exponents rather than testing for
8390         overflow of y*log2(x).
8391         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
8392         * math/libm-test.inc (pow_test): Do not permit spurious overflow
8393         exceptions.
8395         [BZ #11521]
8396         * math/s_ctan.c: Include <float.h>.
8397         (__ctan): Avoid internal overflow or cancellation in calculating
8398         denominator.
8399         * math/s_ctanf.c: Likewise.
8400         * math/s_ctanl.c: Likewise.
8401         * math/s_ctanh.c: Likewise.
8402         * math/s_ctanhf.c: Likewise.
8403         * math/s_ctanhl.c: Likewise.
8404         * math/libm-test.inc (ctan_test): Add more tests.
8405         (ctanh_test): Likewise.
8406         * sysdeps/i386/fpu/libm-test-ulps: Update.
8407         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8409 2012-04-09  Andreas Jaeger  <aj@suse.de>
8411         [BZ #6894]
8412         * manual/filesys.texi (Directory Entries): Mention that d_namlen
8413         is an optional BSD extension.
8415         [BZ #10254]
8416         * manual/stdio.texi (Opening Streams): Document additional fopen
8417         parameters.
8419 2012-04-09  Roland McGrath  <roland@hack.frob.com>
8421         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
8422         %eax without telling the compiler.
8424 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
8426         [BZ # 13963]
8427         * manual/install.texi: Use sourceware.org.
8429 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
8431         [BZ #13873]
8432         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
8433         (__ieee754_pow): Generate overflow and underflow using huge*huge
8434         and tiny*tiny rather than just returning constant infinity or zero
8435         for large exponents.
8436         * math/libm-test.inc (pow_test): Require overflow exceptions for
8437         applicable cases of large exponents.
8439         [BZ #706]
8440         * sysdeps/i386/fpu/e_pow.S (p10): New object.
8441         (__ieee754_pow): Use iterative multiplication algorithm only for
8442         integer exponents with absolute value below 1024.  Check for odd
8443         integer exponents when using algorithm for real exponents.
8444         * math/libm-test.inc (pow_test): Add more tests.
8445         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
8447 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
8449         [BZ #13705]
8450         * math/libm-test.inc (exp_test): Do not allow overflow exception
8451         on underflow test.
8453 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
8455         [BZ #13705]
8456         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
8457         instead of __kernel_standard_f.
8459 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
8461         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
8462         * sysdeps/x86_64/memset_chk.S: Likewise.
8464 2012-04-08  Andreas Jaeger  <aj@suse.de>
8466         [BZ #10153]
8467         * manual/startup.texi (Environment Access): Describe return value
8468         for putenv and setenv.
8470         [BZ #6895]
8471         * manual/filesys.texi (Directory Entries): Add description for
8472         DT_LNK.
8474         [BZ #6890]
8475         * manual/filesys.texi (Directory Entries): Clarify that it's file
8476         system not operating system in the description of DT_UNKNOWN.
8478         [BZ #6578]
8479         * manual/syslog.texi (closelog): Fix reference, it's openlog.
8481 2012-04-08  Stephen Compall  <s11@member.fsf.org>
8483         [BZ #6649]
8484         * manual/llio.texi (Opening and Closing Files): Add cross
8485         reference to explain mode argument.
8487 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
8489         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
8490         * sysdeps/x86_64/memset_chk.S: Likewise.
8492 2012-04-07  David S. Miller  <davem@davemloft.net>
8494         * elf/elf.h (R_SPARC_WDISP10): Define.
8495         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
8496         R_SPARC_SIZE32.
8497         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
8498         R_SPARC_SIZE64 and R_SPARC_H34.
8500 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
8502         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
8503         conditions and remove no longer applicable assertion.
8505 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
8507         * bits/byteswap.h: Include <features.h>.
8508         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
8509         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
8511 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
8513         * bits/byteswap.h (__bswap_16): Removed.
8514         Include <bits/byteswap-16.h> to get __bswap_16.
8515         * sysdeps/i386/bits/byteswap.h: Likewise.
8516         * sysdeps/s390/bits/byteswap.h: Likewise.
8517         * sysdeps/x86_64/bits/byteswap.h: Likewise.
8518         * bits/byteswap-16.h: New file.
8519         * sysdeps/i386/bits/byteswap-16.h: Likewise.
8520         * sysdeps/s390/bits/byteswap-16.h: Likewise.
8521         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
8522         * string/Makefile (headers): Add bits/byteswap-16.h.
8524 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
8526         [BZ #13895]
8527         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
8528         extra indirection.
8529         * nss/Makefile (tests-static, tests): Add tst-nss-static.
8530         * nss/tst-nss-static.c: New.
8532 2012-04-06  Robert Millan  <rmh@gnu.org>
8534         [BZ #6486]
8535         * manual/llio.texi (File Position Primitive): lseek
8536         refers to WHENCE when it really means OFFSET.
8538 2012-04-06  Andreas Jaeger  <aj@suse.de>
8540         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
8541         strncmp declarations.
8543         * abilist/libc.abilist: Add __poll and __ppoll.
8545 2012-04-05  David S. Miller  <davem@davemloft.net>
8547         * scripts/check-local-headers.sh: Accept a host triplet in the
8548         path matched by the exclude regexp.
8550         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
8551         definition.
8552         * sysdeps/powerpc/powerpc32/dl-machine.h
8553         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
8554         * sysdeps/s390/s390-32/dl-machine.h
8555         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
8556         * sysdeps/sparc/sparc32/dl-machine.h
8557         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
8558         * sysdeps/sparc/sparc64/dl-machine.h
8559         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
8561         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
8562         lazy binding.
8563         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
8564         undefined symbol errors.
8566         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
8567         DT_NEEDED entries.
8569 2012-04-05  Michael Matz  <matz@suse.de>
8571         [BZ #13592]
8572         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
8574 2012-04-05  Andreas Jaeger  <aj@suse.de>
8576         [BZ #13908]
8577         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
8578         comment.
8580 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
8582         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
8583         which ROUND is no valid rounding mode.
8585 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
8587         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
8588         read again.
8589         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
8591 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
8593         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
8594         an exception using FPU order intentionally.
8596 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
8598         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
8599         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
8600         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
8601         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
8603 2012-04-05  Simon Josefsson  <simon@josefsson.org>
8605         [BZ #12340]
8606         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
8607         EINVAL when BUFLEN is too smal.
8609 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
8611         [BZ #13553]
8612         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
8613         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
8615 2012-04-03  Andreas Jaeger  <aj@suse.de>
8617         [BZ #13938]
8618         * manual/setjmp.texi (System V contexts): Fix sentence.
8620         [BZ #13926]
8621         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
8622         New macro for this case.
8623         [!__GNUC__] (__bswap_64): New inline function for this case.
8624         * sysdeps/x86_64/bits/byteswap.h: Likewise.
8625         * bits/byteswap.h: Likewise.
8626         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
8627         ull, guard with __GLIBC_HAVE_LONG_LONG.
8629         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
8630         __GLIBC_HAVE_LONG_LONG.
8632         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
8633         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
8635 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
8637         [BZ #13691]
8638         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
8639         inptr and inend, rather than using last_ch.
8641 2012-04-02  David S. Miller  <davem@davemloft.net>
8643         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
8644         * stdio-common/printf-parse.h (read_int): Change return type to
8645         'int', return -1 on INT_MAX overflow.
8646         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
8647         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
8648         overflows INT_MAX.  Check for overflow of in-format-string precision
8649         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
8650         SIZE_MAX not INT_MAX for integer overflow test.
8651         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
8652         skip the construct in the format string but do not record anything.
8653         * stdio-common/bug22.c: Adjust to test both width/prevision
8654         INT_MAX overflow as well as total length INT_MAX overflow.  Check
8655         explicitly for proper errno values.
8657 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
8659         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
8660         CHAR_MAX.
8661         * string/test-strcmp.c [! WIDE]: Likewise.
8662         * time/tst-mktime2.c: Likewise for INT_MAX.
8663         * string/test-string.h: #include <sys/param.h> for MIN.
8665         * csu/init-first.c (__libc_init_first): Call __ctype_init.
8666         * sysdeps/i386/init-first.c (init): Likewise.
8667         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
8668         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
8669         * sysdeps/sh/init-first.c (init): Likewise.
8671 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
8673         * po/ru.po: Update from translation team.
8674         * po/vi.po: Likewise.
8676 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
8678         * resolv/nss_dns/dns-host.c: Merge copyright years.
8680 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
8682         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
8683         Optimize memcpy with prefetch if
8684         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
8685         src, dst pointers have unequal 16 byte alignments.
8687 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
8689         [BZ #13928]
8690         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
8691         from a CNAME entry and return the minimum ttl for the query.
8692         (gaih_getanswer_slice): Likewise.
8694 2012-03-30  Jeff Law  <law@redhat.com>
8696         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
8697         due to long keys.
8698         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
8699         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
8701         * resolv/nss_dns/dns-host.c: Update copyright year.
8703 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
8705         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
8706         requests to save a system call.  Fix check that all bytes are sent.
8708         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
8709         comments for sendmmsg.
8711 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
8713         [BZ #13691]
8714         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
8715         with only 1 character between 0x0041 and 0x01b0.
8716         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
8717         * wcsmbs/tst-mbsnrtowcs.c: New file.
8719 2012-03-29  David S. Miller  <davem@davemloft.net>
8721         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
8722         small copies by hand.
8724 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
8726         [BZ #13761]
8727         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss,
8728         _nss_compat_initgroups_dyn): Fall back to malloc/free
8729         for large group memberships.
8731 2012-03-28  David S. Miller  <davem@davemloft.net>
8733         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
8734         that branches into memcpy.
8735         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
8736         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
8737         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
8738         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
8739         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
8740         bits.
8741         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
8742         implementation too.
8743         * sysdeps/sparc/mempcpy.S: New file.
8745         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
8746         the IFUNC routine in the libc case.
8747         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
8749         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
8750         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
8751         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
8752         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
8753         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
8754         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
8755         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
8756         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
8758         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
8759         loop to 256 bytes instead of 64 bytes and fix test signedness.
8761         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
8762         * sysdeps/sparc/sparc32/Makefile: rather than here...
8763         * sysdeps/sparc/sparc64/Makefile: and here.
8765 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
8767         * malloc/mallocbug.c: Avoid warnings about unused variables.
8769 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
8771         [BZ #13760]
8772         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
8773         in the right place. Discard and retry query if response is
8774         larger than input buffer size.
8776 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
8778         [BZ #369]
8779         [BZ #2678]
8780         [BZ #3866]
8781         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
8782         x for large integer exponent.
8783         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
8784         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
8785         sign of result as needed afterwards.
8786         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
8787         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
8788         result for underflowing pow the same as for overflow.
8789         (__kernel_standard_l): Handle powl overflow and underflow here
8790         rather than calling __kernel_standard.
8791         * math/libm-test.inc (pow_test): Add more tests.
8793         [BZ #3868]
8794         [BZ #13879]
8795         [BZ #13910]
8796         [BZ #13911]
8797         [BZ #13912]
8798         [BZ #13913]
8799         [BZ #13915]
8800         [BZ #13916]
8801         [BZ #13917]
8802         [BZ #13918]
8803         [BZ #13919]
8804         [BZ #13920]
8805         [BZ #13921]
8806         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
8807         * sysdeps/ieee754/k_standard.c: Include <float.h>.
8808         (__kernel_standard_l): New function.
8809         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
8810         __kernel_standard.
8811         * math/w_acosl.c (__acosl): Likewise.
8812         * math/w_asinl.c (__asinl): Likewise.
8813         * math/w_atan2l.c (__atan2l): Likewise.
8814         * math/w_atanhl.c (__atanhl): Likewise.
8815         * math/w_coshl.c (__coshl): Likewise.
8816         * math/w_exp10l.c (__exp10l): Likewise.
8817         * math/w_exp2l.c (__exp2l): Likewise.
8818         * math/w_fmodl.c (__fmodl): Likewise.
8819         * math/w_hypotl.c (__hypotl): Likewise.
8820         * math/w_j0l.c (__j0l, __y0l): Likewise.
8821         * math/w_j1l.c (__j1l, __y1l): Likewise.
8822         * math/w_jnl.c (__jnl, __ynl): Likewise.
8823         * math/w_lgammal.c (__lgammal): Likewise.
8824         * math/w_log10l.c (__log10l): Likewise.
8825         * math/w_log2l.c (__log2l): Likewise.
8826         * math/w_logl.c (__logl): Likewise.
8827         * math/w_powl.c (__powl): Likewise.
8828         * math/w_remainderl.c (__remainderl): Likewise.
8829         * math/w_scalbl.c (sysv_scalbl): Likewise.
8830         * math/w_sinhl.c (__sinhl): Likewise.
8831         * math/w_sqrtl.c (__sqrtl): Likewise.
8832         * math/w_tgammal.c (__tgammal): Likewise.
8833         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
8834         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
8835         * math/libm-test.inc (acos_test): Add more tests.
8836         (acosh_test): Likewise.
8837         (asin_test): Likewise.
8838         (atanh_test): Likewise.
8839         (exp_test): Likewise.
8840         (exp10_test): Likewise.
8841         (exp2_test): Likewise.
8842         (expm1_test): Likewise.
8843         (lgamma_test): Likewise.
8844         (log_test): Likewise.
8845         (log10_test): Likewise.
8846         (log1p_test): Likewise.
8847         (log2_test): Likewise.
8848         (pow_test): Do not allow some spurious overflow exceptions.
8849         (sqrt_test): Add more tests.
8850         (tgamma_test): Likewise.
8851         (y0_test): Likewise.
8852         (y1_test): Likewise.
8853         (yn_test): Likewise.
8855 2012-03-27  Anton Blanchard  <anton@samba.org>
8857         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
8858         MAP_HUGETLB.
8859         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
8860         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
8861         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
8863 2012-03-27  David S. Miller  <davem@davemloft.net>
8865         * conform/Makefile: Run run-conformtest.sh using $(BASH).
8867         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
8868         have-as-vis3 check.
8870 2012-03-27  Andreas Jaeger  <aj@suse.de>
8872         * sysdeps/x86_64/elf/configure.in: Moved to ...
8873         * sysdeps/x86_64/configure.in: ... here.
8874         * sysdeps/x86_64/elf/start.S: Moved to ...
8875         * sysdeps/x86_64/start.S: ... here.
8876         * sysdeps/x86_64/elf/configure: Delete.
8878         * sysdeps/x86_64/configure.in: Merge contents from
8879         sysdeps/i386/configure.in (without i686 check).
8881         * sysdeps/i386/elf/Versions: Merge into ...
8882         * sysdeps/i386/Versions: ... this.
8883         * sysdeps/i386/elf/Versions: Delete file.
8884         * sysdeps/i386/elf/start.S: Moved to ...
8885         * sysdeps/i386/start.S: ...here.
8886         * sysdeps/i386/elf/configure.in: Merge into...
8887         * sysdeps/i386/configure.in: ...here.
8888         * sysdeps/i386/elf/configure.in: Delete file.
8889         * sysdeps/i386/elf/configure: Delete file.
8891         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
8892         * debug/backtracesyms.c: ... here.
8893         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
8894         * debug/backtracesymsfd.c: ... here.
8895         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
8896         * sysdeps/generic/ifunc-sel.h: ... here.
8898         * sysdeps/unix/i386/start.c: Delete file.
8899         * sysdeps/unix/sparc/start.c: Delete file.
8900         * sysdeps/unix/start.c: Delete file.
8902         * sysdeps/sh/elf/configure.in: Moved to ...
8903         * sysdeps/sh/configure.in: ... here.
8904         * sysdeps/sh/elf/start.S: Moved to ...
8905         * sysdeps/sh/start.S: ... here.
8906         * sysdeps/sh/elf/configure: Delete file.
8908         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
8909         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
8910         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
8911         * sysdeps/powerpc/powerpc64/entry.h: ... here.
8912         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
8913         * sysdeps/powerpc/powerpc64/start.S: here.
8914         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
8915         * sysdeps/powerpc/powerpc64/Makefile: ... this.
8916         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
8917         * sysdeps/powerpc/powerpc64/configure.in: ... this.
8918         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
8920         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
8921         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
8922         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
8923         * sysdeps/powerpc/powerpc32/start.S: ... here.
8924         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
8925         * sysdeps/powerpc/powerpc32/configure.in: ... this.
8926         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
8928         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
8929         * sysdeps/powerpc/ifunc-sel.h: ... here.
8930         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
8931         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
8933         * sysdeps/sparc/elf/configure.in: Moved to ...
8934         * sysdeps/sparc/configure.in: ... here.
8935         * sysdeps/sparc/elf/configure: Delete file.
8936         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
8937         * sysdeps/sparc/sparc32/start.S: ... here.
8938         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
8939         * sysdeps/sparc/sparc64/start.S: ... here.
8940         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
8941         * sysdeps/sparc/sparc32/Makefile: ... this.
8942         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
8943         * sysdeps/sparc/sparc64/Makefile: ... this.
8945         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
8946         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
8947         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
8948         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
8949         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
8950         * sysdeps/s390/s390-32/setjmp.S: ... here.
8951         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
8952         * sysdeps/s390/s390-32/configure.in: ... here.
8953         * sysdeps/s390/s390-32/elf/configure: Delete file.
8954         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
8955         * sysdeps/s390/s390-32/start.S: ... here.
8957         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
8958         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
8959         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
8960         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
8961         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
8962         * sysdeps/s390/s390-64/setjmp.S: ... here.
8963         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
8964         * sysdeps/s390/s390-64/configure.in: ... here
8965         * sysdeps/s390/s390-64/elf/configure: Delete file.
8966         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
8967         * sysdeps/s390/s390-64/start.S: ... here.
8968         * sysdeps/s390/s390-64/elf/configure: Delete.
8970         * configure.in: Remove support for elf directories in sysdeps.
8972         * configure: Regenerated.
8973         * sysdeps/i386/configure: Regenerated.
8974         * sysdeps/powerpc/powerpc32/configure: Regenerated.
8975         * sysdeps/powerpc/powerpc64/configure: Regenerated.
8976         * sysdeps/s390/s390-32/configure: Regenerated.
8977         * sysdeps/s390/s390-64/configure: Regenerated.
8978         * sysdeps/sh/configure: Regenerated.
8979         * sysdeps/sparc/configure: Regenerated.
8980         * sysdeps/x86_64/configure: Regenerated.
8982 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
8984         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8986         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
8987         denormal result into account.
8989 2012-03-25  Roland McGrath  <roland@hack.frob.com>
8991         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
8992         Reported by Allan McRae <allan@archlinux.org>.
8994 2012-03-23  Jeff Law  <law@redhat.com>
8996         * nss/getnssent.c (__nss_getent): Fix typo.
8998 2012-03-23  David S. Miller  <davem@davemloft.net>
9000         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9002 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
9004         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
9005         to pad to uint64_t for each field.
9006         (dl_tls_index): Replace unsigned long with uint64_t.
9008 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
9009         Paul Pluzhnikov  <ppluzhnikov@google.com>
9011         [BZ #6528]
9012         * grp/Makefile (otherlibs): Don't set it.
9013         * inet/Makefile (otherlibs): Likewise.
9014         * login/Makefile (otherlibs): Likewise.
9015         * nscd/Makefile (otherlibs): Likewise.
9016         * posix/Makefile (otherlibs): Likewise.
9017         * pwd/Makefile (otherlibs): Likewise.
9018         * rt/Makefile (otherlibs): Likewise.
9019         * sunrpc/Makefile (otherlibs): Likewise.
9020         * nss/Makefile (otherlibs): Likewise.
9021         Add libnss_files to routines and static-only-routines.
9022         ($(objpfx)getent): Remove rule.
9023         * resolv/Makefile: Add libnss_dns and libresolv to routines and
9024         static-only-routines.
9026 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
9028         [BZ #13892]
9029         * math/s_cexp.c: Include <float.h>.
9030         (__cexp): Handle exp result overflowing not necessarily
9031         overflowing both real and imaginary parts of result.
9032         * math/s_cexpf.c: Likewise.
9033         * math/s_cexpl.c: Likewise.
9034         * math/libm-test.inc (cexp_test): Add more tests.
9035         * sysdeps/i386/fpu/libm-test-ulps: Update.
9036         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9038 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
9040         * include/link.h (ELFW): New macro.
9041         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
9042         Replace ELF64_R_TYPE with ELFW(R_TYPE).
9044 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
9046         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
9047         with uint64_t.
9049 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
9051         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
9052         declaration.
9053         (struct La_x32_retval): Likewise.
9055 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
9057         * sysdeps/x86_64/preconfigure.in: New file.
9058         * sysdeps/x86_64/preconfigure: New generated file.
9060 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
9062         [BZ #13824]
9063         * math/e_exp2l.c: Include <float.h>.
9064         (__ieee754_exp2l): Handle overflow and underflow cases
9065         separately.  Only pass fractional part of argument to
9066         __ieee754_expl.
9067         * math/libm-test.inc (exp2_test): Add more tests.
9069         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
9070         negating x to take absolute value.
9071         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
9072         Likewise.
9073         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
9074         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
9075         Likewise.
9076         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
9077         computing low part if x was negated.
9078         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
9080 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
9082         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
9083         la_x32_gnu_pltexit.
9084         (pltexit): Cast int_retval to ptrdiff_t.
9085         * elf/tst-auditmod3b.c: Likewise.
9086         * elf/tst-auditmod4b.c: Likewise.
9087         * elf/tst-auditmod5b.c: Likewise.
9088         * elf/tst-auditmod6b.c: Likewise.
9089         * elf/tst-auditmod6c.c: Likewise.
9090         * elf/tst-auditmod7b.c: Likewise.
9092         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
9093         and x32_gnu_pltexit.
9095         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
9096         __ELF_NATIVE_CLASS.
9097         (La_x32_regs): New macro.
9098         (La_x32_retval): Likewise.
9099         (la_x32_gnu_pltenter): New function prototype.
9100         (la_x32_gnu_pltexit): Likewise.
9102 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
9104         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
9105         exponent.
9107         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9109         * configure.in (libc_cv_cc_nofma): Check for option to disable
9110         generation of FMA instructions.
9111         * configure: Regenerate.
9112         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
9113         * sysdeps/ieee754/dbl-64/Makefile: New file.
9114         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
9115         Remove brandred-fma4.
9116         (CFLAGS-brandred-fma4.c): Remove.
9117         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
9118         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
9119         define.
9120         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
9121         define.
9123 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
9125         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
9126         LLONG_MAX != LONG_MAX.
9127         (_itoa_word): Use _ITOA_WORD_TYPE on value.
9128         (_fitoa_word): Likewise.
9129         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
9130         LLONG_MAX != LONG_MAX.
9131         * stdio-common/_itowa.h: Include <_itoa.h>.
9132         (_itowa_word): Use _ITOA_WORD_TYPE on value.
9133         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
9134         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
9135         only if not defined.
9136         (_ITOA_WORD_TYPE): Likewise.
9137         (_itoa_word): Use _ITOA_WORD_TYPE on value.
9138         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
9140 2012-03-21  David S. Miller  <davem@davemloft.net>
9142         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9144 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
9146         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
9147         of x86_64 when setting libc_cv_slibdir, libdir and
9148         libc_cv_localedir.
9149         * sysdeps/unix/sysv/linux/configure: Regenerated.
9151 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
9153         * manual/lang.texi (Old Varargs): Remove section.
9154         (How Variadic): Update menu.
9155         (va_start): Do not mention varargs.h.
9157 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
9158             Joseph Myers  <joseph@codesourcery.com>
9160         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
9161         link test.
9162         * configure: Regenerated.
9164 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
9166         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
9167         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
9168         conformtest.pl
9170 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
9172         * NOTES: Remove.
9173         * Makefile (files-for-dist): Remove NOTES.
9174         (NOTES): Remove rule.
9175         * README: Don't refer to NOTES.
9176         * manual/creature.texi: Don't include macros.texi.
9177         * manual/intro.texi (creature.texi): Remove comment referring to
9178         NOTES.
9180         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
9181         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
9182         * configure: Regenerated.
9183         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
9184         LIBC_TRY_CC_OPTION.
9185         (libc_cv_as_i686): Likewise.
9186         (libc_cv_cc_avx): Likewise.
9187         (libc_cv_cc_sse2avx): Likewise.
9188         (libc_cv_cc_fma4): Likewise.
9189         (libc_cv_cc_novzeroupper): Likewise.
9190         * sysdeps/i386/configure: Regenerated.
9192         [BZ #13883]
9193         * sysdeps/i386/fpu/s_cexp.S: Remove.
9194         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
9195         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
9196         * math/libm-test.inc (cexp_test): Add more tests.
9197         * sysdeps/i386/fpu/libm-test-ulps: Update.
9198         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9200 2012-03-21  Allan McRae  <allan@archlinux.org>
9202         * timezone/Makefile: Do not install iso3166.tab and zone.tab
9204 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
9206         [BZ #13871]
9207         * math/w_exp2.c: Do not include <float.h>.
9208         (o_threshold, u_threshold): Remove.
9209         (__exp2): Calculate result before checking finiteness and calling
9210         __kernel_standard.
9211         * math/w_exp2f.c: Likewise.
9212         * math/w_exp2l.c: Likewise.
9213         * math/libm-test.inc (exp2_test): Require overflow exception for
9214         1e6 input.
9216         [BZ #3866]
9217         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
9218         range of signed 64-bit integers before using fistpll.  Remove
9219         checks for whether integers fit in mantissa bits.
9220         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
9221         the range of signed 32-bit integers before using fistpl.  Remove
9222         checks for whether integers fit in mantissa bits.
9223         * sysdeps/i386/fpu/e_powl.S (p64): New object.
9224         (__ieee754_powl): Test for y outside the range of signed 64-bit
9225         integers before using fistpll.  Reduce 64-bit values to 63-bit
9226         ones as needed.
9227         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
9228         divide-by-zero is raised for zero to large negative powers.
9229         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
9230         (__ieee754_powl): Test for y outside the range of signed 64-bit
9231         integers before using fistpll.  Reduce 64-bit values to 63-bit
9232         ones as needed.
9233         * math/libm-test.inc (pow_test): Add more tests.
9235 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
9237         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
9238         <stdio-common/_itoa.h>.
9239         * debug/segfault.c: Likewise.
9240         * elf/dl-cache.c: Likewise.
9241         * elf/dl-minimal.c: Likewise.
9242         * elf/dl-misc.c: Likewise.
9243         * elf/dl-sysdep.c: Likewise.
9244         * elf/dl-version.c: Likewise.
9245         * elf/rtld.c: Likewise.
9246         * hurd/hurdsock.c: Likewise.
9247         * hurd/lookup-retry.c: Likewise.
9248         * malloc/malloc.c: Likewise.
9249         * malloc/mtrace.c: Likewise.
9250         * nscd/nscd_getgr_r.c: Likewise.
9251         * nscd/nscd_getpw_r.c: Likewise.
9252         * nscd/nscd_getserv_r.c: Likewise.
9253         * posix/getopt_init.c: Likewise.
9254         * posix/wordexp.c: Likewise.
9255         * stdio-common/_itoa.c: Likewise.
9256         * stdio-common/printf_fphex.c: Likewise.
9257         * stdio-common/vfprintf.c: Likewise.
9258         * string/_strerror.c: Likewise.
9259         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
9260         * sysdeps/i386/i686/hp-timing.h: Likewise.
9261         * sysdeps/mach/_strerror.c: Likewise.
9262         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
9263         * sysdeps/mach/hurd/sethostid.c: Likewise.
9264         * sysdeps/mach/hurd/xmknodat.c: Likewise.
9265         * sysdeps/mach/xpg-strerror.c: Likewise.
9266         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
9267         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
9268         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
9269         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
9270         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
9271         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
9272         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
9273         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
9274         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
9275         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
9276         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
9277         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
9278         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
9279         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
9280         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
9281         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
9282         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
9283         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
9284         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
9285         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
9286         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
9288         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
9290         * stdio-common/_itoa.h: Moved to ...
9291         * sysdeps/generic/_itoa.h: Here.
9293         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
9295         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
9296         instead of "_itoa.h" and "_itowa.h".
9297         * stdio-common/vfprintf.: Likewise.
9299 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
9301         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
9302         <bits/wordsize.h>.
9303         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
9304         (__signbit): Likwise.
9305         (llrintf): Likwise.
9306         (llrint): Likwise.
9308 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
9310         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
9311         __WORDSIZE != 64.
9313 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
9315         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
9316         OVERFLOW_EXCEPTION_OK.
9317         * math/libm-test.inc ("Philosophy"): Update comment about
9318         exception testing.
9319         (OVERFLOW_EXCEPTION): Define.
9320         (OVERFLOW_EXCEPTION_OK): Likewise.
9321         (INVALID_EXCEPTION_OK): Renumber.
9322         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
9323         (IGNORE_ZERO_INF_SIGN): Likewise.
9324         (test_exceptions): Handle FE_OVERFLOW.
9325         (exp10_test): Expect overflow exceptions.
9326         (exp2_test): Likewise.
9327         (expm1_test): Likewise.
9328         (nextafter_test): Likewise.
9329         (pow_test): Likewise.
9330         (scalbn_test): Likewise.
9331         (scalbln_test): Likewise.
9333 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
9335         * sysdeps/x86_64/bits/atomic.h
9336         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
9337         64bit integer.
9338         (atomic_exchange_acq): Likewise.
9339         (__arch_exchange_and_add_body): Likewise.
9340         (__arch_add_body): Likewise.
9341         (atomic_add_negative): Likewise.
9342         (atomic_add_zero): Likewise.
9344 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
9346         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
9347         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
9349 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
9351         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
9352         Check __x86_64__ instead of __WORDSIZE.
9354 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
9356         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
9358 2012-03-19  David S. Miller  <davem@davemloft.net>
9360         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9362         * sysdeps/sparc/fpu/fenv_private.h: New file.
9363         * sysdeps/sparc/fpu/math_private.h: Use it.
9364         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
9365         Remove.
9366         (libc_feholdexcept_setround, libc_feholdexcept_setroundf,
9367         (libc_feholdexcept_setroundl): Remove.
9368         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
9369         Remove.
9370         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
9371         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
9373 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
9375         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
9376         int64_t instead of long int.
9377         (INSERT_WORDS64): Likwise.
9379 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
9381         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
9382         _Unwind_GetCFA return to _Unwind_Ptr first.
9384 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
9386         [BZ #13629]
9387         * math/s_clog.c: Include <float.h>.
9388         (__clog): Scale large or subnormal inputs.
9389         * math/s_clogf.c: Likewise.
9390         * math/s_clogl.c: Likewise.
9391         * math/s_clog10.c: Include <float.h>.
9392         (M_LOG10_2): Define.
9393         (__clog10): Scale large or subnormal inputs.
9394         * math/s_clog10f.c: Likewise.
9395         * math/s_clog10l.c: Likewise.
9396         * math/libm-test.inc (clog_test): Add more tests.
9397         (clog10_test): Likewise.
9398         * sysdeps/i386/fpu/libm-test-ulps: Update.
9399         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9401         [BZ #11451]
9402         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
9403         x and y.
9404         * math/libm-test.inc (atan2_test): Add another test.
9406         * Makerules (common-objdir-compile): Remove.
9407         * sysdeps/unix/Makefile (config-generated): Do not add
9408         $(unix-generated) to variable.
9409         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
9410         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
9411         Remove rule.
9412         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
9413         Likewise.
9414         [generic bits/local_lim.h] (before-compile): Do not append to
9415         variable.
9416         [generic bits/local_lim.h] (common-generated): Likewise.
9417         [generic sys/param.h] (before-compile): Do not append to variable.
9418         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
9419         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
9420         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
9421         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
9422         include.
9423         [generic sys/param.h] (sys/param.h-includes): Remove variable.
9424         [generic sys/param.h] (sys/param.h-includes): Remove rule.
9425         [generic sys/param.h] ($(addprefix
9426         $(common-objpfx),$(sys/param.h-includes))): Likewise.
9427         [generic sys/param.h] (common-generated): Do not append to
9428         variable.
9429         [generic sys/param.h] (sysdep_headers): Likewise.
9430         [generic bits/errno.h] (before-compile): Do not append to
9431         variable.
9432         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
9433         rule.
9434         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
9435         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
9436         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
9437         [generic bits/errno.h] (common-generated): Do not append to
9438         variable.
9439         [generic bits/ioctls.h] (before-compile): Do not append to
9440         variable.
9441         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
9442         rule.
9443         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
9444         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
9445         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
9446         rule.
9447         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
9448         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
9449         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
9450         [generic bits/ioctls.h] (common-generated): Do not append to
9451         variable.
9452         [generic sys/syscall.h] (syscall.h): Remove variable.
9453         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
9454         rule.
9455         [generic sys/syscall.h] (before-compile): Do not append to
9456         variable.
9457         [generic sys/syscall.h] (common-generated): Likewise.
9458         * sysdeps/unix/errnos-tmpl.c: Remove file.
9459         * sysdeps/unix/errnos.awk: Likewise.
9460         * sysdeps/unix/ioctls-tmpl.c: Likewise.
9461         * sysdeps/unix/ioctls.awk: Likewise.
9462         * sysdeps/unix/mk-local_lim.c: Likewise.
9463         * sysdeps/unix/snarf-ioctls: Likewise.
9465 2012-03-19  Richard Henderson  <rth@twiddle.net>
9467         * sysdeps/i386/fpu/fenv_private.h: New file.
9468         * sysdeps/i386/fpu/math_private.h: Use it.
9469         (math_opt_barrier, math_force_eval): Remove.
9470         (libc_feholdexcept_setround_53bit): Remove.
9471         (libc_feupdateenv_53bit): Remove.
9472         * sysdeps/x86_64/fpu/math_private.h: Likewise.
9473         (math_opt_barrier, math_force_eval): Remove.
9474         (libc_feholdexcept): Remove.
9475         (libc_feholdexcept_setround): Remove.
9476         (libc_fetestexcept, libc_fesetenv): Remove.
9477         (libc_feupdateenv_test): Remove.
9478         (libc_feupdateenv, libc_feholdsetround): Remove.
9479         (libc_feresetround): Remove.
9481         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
9482         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
9484         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
9485         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
9486         (libc_feupdateenv_testl): New.
9487         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
9488         (libc_feupdateenv_testf): New.
9489         (libc_feupdateenv): Use libc_feupdateenv_test.
9490         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
9491         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
9493         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
9494         (libc_feholdsetroundf, libc_feholdsetroundl): New.
9495         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
9496         (libc_feresetround_noex): New.
9497         (libc_feresetround_noexf): New.
9498         (libc_feresetround_noexl): New.
9499         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
9500         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
9501         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
9502         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
9503         SET_RESTORE_ROUND.
9504         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
9505         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
9506         (__cos): Likewise.
9507         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
9508         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
9509         SET_RESTORE_ROUND_NOEX.
9510         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
9511         SET_RESTORE_ROUND_NOEXF.
9512         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
9513         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
9514         (libc_feholdsetroundf): New.
9515         (libc_feresetround, libc_feresetroundf): New.
9517         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
9518         (libc_feholdexcept_setround_53bit): Convert from macro to function.
9519         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
9521         * sysdeps/generic/math_private.h: Include <fenv.h>.
9522         (default_libc_feholdexcept): New.
9523         (default_libc_feholdexcept_setround): New.
9524         (default_libc_fesetenv, default_libc_feupdateenv): New.
9525         (libc_feholdexcept): Only define if undefined.
9526         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
9527         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
9528         (libc_feholdexcept_setroundl): Likewise.
9529         (libc_feholdexcept_setround_53bit): Likewise.
9530         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
9531         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
9532         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
9533         (libc_feupdateenv_53bit): Likewise.
9534         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
9535         (libc_feholdexcept): Convert from macro to inline function.
9536         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
9537         (libc_fesetenv, libc_feupdateenv): Likewise.
9539         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
9540         not previously defined.
9541         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
9542         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
9543         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
9544         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
9545         * sysdeps/ieee754/flt-32/math_private.h: New file.
9546         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
9547         math_private.h below SET_FLOAT_WORD.
9548         (__isnan, __isinf_ns, __finite): Remove.
9549         (__isnanf, __isinf_nsf, __finitef): Remove.
9551 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
9553         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9555 2012-03-17  David S. Miller  <davem@davemloft.net>
9557         [BZ #6471]
9558         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
9559         for 2.16.
9561 2012-03-16  David S. Miller  <davem@davemloft.net>
9563         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
9564         warnings.
9566         [BZ #6471]
9567         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
9568         properly.
9569         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
9570         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
9571         sysdep_routines when subdir is sysvipc.
9572         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
9573         __getshmlba helper.
9575         * sysdeps/sparc/fpu/libm-test/ulps: Update.
9577 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
9579         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
9580         [__LP64__].
9582 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
9584         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
9585         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
9586         (__lround): Renamed to ...
9587         (__llround): This.  Replace long int with long long int.
9588         Define lround functions as aliases of llround functions.
9589         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
9591 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
9593         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
9594         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
9595         adresses to uintptr_t.  Replace "long int" and "unsigned long
9596         int" with "greg_t" on va_arg.
9598 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
9600         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
9601         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
9603         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
9604         Move e_machine check before EI_CLASS check.  Handle x32
9605         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
9606         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
9607         SKIP_EM_IA_64 and include
9608         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
9610         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
9611         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
9612         (add_system_dir): New macro.
9614         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
9615         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
9617 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
9619         [BZ #2551]
9620         [BZ #2552]
9621         [BZ #2553]
9622         [BZ #2554]
9623         [BZ #2562]
9624         [BZ #2563]
9625         [BZ #2565]
9626         [BZ #2566]
9627         [BZ #2576]
9628         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
9629         (y0): Likewise.
9630         * math/w_j0f.c (j0f): Likewise.
9631         (y0f): Likewise.
9632         * math/w_j0l.c (__j0l): Likewise.
9633         (__y0l): Likewise.
9634         * math/w_j1.c (j1): Likewise.
9635         (y1): Likewise.
9636         * math/w_j1f.c (j1f): Likewise.
9637         (y1f): Likewise.
9638         * math/w_j1l.c (__j1l): Likewise.
9639         (__y1l): Likewise.
9640         * math/w_jn.c (jn): Likewise.
9641         (yn): Likewise.
9642         * math/w_jnf.c (jnf): Likewise.
9643         (ynf): Likewise.
9644         * math/w_jnl.c (__jnl): Likewise.
9645         (__ynl): Likewise.
9646         * math/libm-test.inc (j0_test): Add more tests.
9647         (j1_test): Likewise.
9648         (jn_test): Likewise.  Add trailing semicolon to existing test.
9649         (y0_test): Likewise.
9650         (y1_test): Likewise.
9651         * sysdeps/i386/fpu/libm-test-ulps: Update.
9652         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9654         [BZ #13851]
9655         [BZ #13854]
9656         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
9657         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
9658         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
9659         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
9660         (__tanl): Set errno for infinite argument.
9661         * sysdeps/i386/fpu/mptan.c: Remove.
9662         * sysdeps/i386/fpu/s_tan.S: Likewise.
9663         * sysdeps/i386/fpu/s_tanl.S: Likewise.
9664         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
9665         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
9666         * math/libm-test.inc (tan_test): Add more tests and enable more
9667         tests for double and long double.
9668         * sysdeps/i386/fpu/libm-test-ulps: Update.
9669         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9671 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
9673         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
9674         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
9676 2012-03-16  Roland McGrath  <roland@hack.frob.com>
9678         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
9679         * configure.in: Use it for both main tree and add-ons.
9680         * configure: Regenerated.
9682 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
9684         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
9686 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
9688         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
9689         in comment.
9691         [BZ #13851]
9692         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
9693         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
9694         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
9695         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
9696         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
9697         infinite argument.
9698         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
9699         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
9700         != 0 for prec == 2.
9701         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
9702         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
9703         * sysdeps/i386/fpu/s_cosl.S: Likewise.
9704         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
9705         * sysdeps/i386/fpu/s_sinl.S: Likewise.
9706         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
9707         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
9708         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
9709         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
9710         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
9711         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
9712         * math/libm-test.inc (cos_test): Add more tests and enable more
9713         tests for long double.
9714         (sin_test): Likewise.
9715         (sincos_test): Likewise.
9716         * sysdeps/i386/fpu/libm-test-ulps: Update.
9717         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9719 2012-03-16  David S. Miller  <davem@davemloft.net>
9721         * sysdeps/sparc/fpu/math_private.h: New file.
9723 2012-03-15  David S. Miller  <davem@davemloft.net>
9725         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
9726         file.
9727         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
9728         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
9729         file.
9730         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
9731         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
9732         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
9733         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
9734         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
9735         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
9736         sysdep routines.
9737         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
9739         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
9740         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
9742         * sysdeps/sparc/sparc-ifunc.h: New file.
9743         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
9744         sparc-ifunc.h
9745         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
9746         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
9747         Likewise.
9748         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
9749         Likewise.
9750         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
9751         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
9752         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
9753         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
9754         Likewise.
9755         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
9756         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
9757         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
9758         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
9759         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
9760         Likewise.
9761         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
9762         Likewise.
9763         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
9764         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
9765         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
9766         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
9767         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
9768         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
9769         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
9770         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
9771         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
9772         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
9773         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
9774         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
9775         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
9776         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
9777         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
9778         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
9779         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
9780         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
9781         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
9782         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
9783         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
9784         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
9785         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
9786         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
9788 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
9790         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
9791         scaling.
9792         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9794 2012-03-15  Andreas Jaeger  <aj@suse.de>
9796         [BZ #13852]
9797         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
9798         ieee754/flt-32 implementation for sin, cos and sincos.
9799         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
9800         * sysdeps/i386/fpu/s_cosf.S: Likewise.
9801         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
9802         * sysdeps/i386/fpu/s_sinf.S: Likewise.
9803         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
9804         ieee754/flt-32 implementation for tan.
9806         * math/libm-test.inc (cos_test): Enable some large input tests for
9807         float as well
9808         (sin_test): Likewise.
9809         (sincos_test): Likewise.
9810         (tan_test): Add tests for large input.
9812         * sysdeps/i386/fpu/libm-test-ulps: Update.
9814 2012-03-15  Andreas Jaeger  <aj@suse.de>
9816         [BZ #13658]
9817         * math/libm-test.inc (cos_test): Add more test cases.
9818         (sin_test): Likewise.
9819         (sincos_test): Likewise.
9821 2012-03-15  Andreas Jaeger  <aj@suse.de>
9823         [BZ #13837]
9824         * math/libm-test.inc (cos_test): Add a test case for large input
9825         value.
9826         (sin_test): Likewise.
9827         (sincos_test): Likewise.
9829 2012-03-15  Andreas Jaeger  <aj@suse.de>,
9830         Joseph Myers  <joseph@codesourcery.com>
9832         [BZ #13658]
9833         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
9834         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
9835         * sysdeps/i386/fpu/branred.c: Likewise.
9836         * sysdeps/i386/fpu/dosincos.c: Likewise.
9837         * sysdeps/i386/fpu/mpa.c: Likewise.
9838         * sysdeps/i386/fpu/s_cos.S: Likewise.
9839         * sysdeps/i386/fpu/s_sin.S: Likewise.
9840         * sysdeps/i386/fpu/s_sincos.S: Likewise.
9841         * sysdeps/i386/fpu/sincos32.c: Likewise.
9843         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
9844         Define.
9845         (libc_feupdateenv_53bit): Define.
9846         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
9847         Define.
9848         (libc_feupdateenv_53bit): Define.
9850         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
9851         53 bit (without extend i386 double precision).
9853         * math/libm-test.inc (sincos_test): Add tests for large input.
9854         (sin): Likewise.
9855         (cos): Likewise.
9857         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
9859 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
9861         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9863 2012-03-15  David S. Miller  <davem@davemloft.net>
9865         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
9866         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
9867         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
9868         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
9869         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
9870         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
9871         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
9872         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
9873         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
9874         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
9875         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
9876         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
9877         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
9878         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
9879         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
9880         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
9881         file.
9882         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
9883         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
9884         file.
9885         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
9886         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
9887         file.
9888         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
9889         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
9890         file.
9891         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
9892         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
9893         fmin/fmax sysdep routines.
9894         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
9896 2012-03-14  David S. Miller  <davem@davemloft.net>
9898         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
9899         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
9900         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
9901         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
9902         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
9903         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
9904         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
9905         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
9906         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
9907         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
9908         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
9909         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
9910         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
9911         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
9912         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
9913         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
9914         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
9915         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
9916         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
9917         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
9918         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
9919         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
9920         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
9921         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
9922         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
9923         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
9924         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
9925         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
9926         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
9927         routines.
9928         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
9929         file.
9930         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
9931         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
9932         file.
9933         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
9934         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
9935         file.
9936         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
9937         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
9938         file.
9939         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
9940         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
9941         file.
9942         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
9943         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
9944         file.
9945         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
9946         file.
9947         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
9948         file.
9949         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
9950         file.
9951         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
9952         New file.
9953         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
9954         file.
9955         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
9956         file.
9957         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
9958         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
9959         file.
9960         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
9961         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
9962         file.
9963         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
9964         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
9965         file.
9966         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
9967         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
9968         VIS3 routines.
9970         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
9971         New file.
9973         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9975         * sysdeps/sparc/configure.in: New file.
9976         * sysdeps/sparc/configure: Generate.
9977         * configure.in (libc_cv_sparc_as_vis3): Substitute.
9978         * configure: Regenerate.
9979         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
9980         * config.make.in (have-as-vis3): New.
9981         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
9982         available use -Av9d instead of -Av9a.
9983         * sysdeps/sparc/sparc64/Makefile: Likewise.
9984         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
9985         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
9986         New file.
9987         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
9988         file.
9989         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
9990         New file.
9991         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
9992         file.
9993         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
9994         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
9995         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
9996         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
9997         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
9999         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
10000         fzeros/fnegs to load 0x80000000 into a float register instead of
10001         using the stack.
10002         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
10004 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
10006         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
10007         bits/syscall.h.
10008         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
10009         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
10010         ($(inst_includedir)/bits/syscall.h): Remove rule.
10011         ($(objpfx)bits/syscall.d): Include instead of
10012         $(objpfx)syscall-list.d.
10013         (generated): Change syscall-list.h and syscall-list.d to
10014         bits/syscall.h and bits/syscall.d.
10016 2012-03-14  Roland McGrath  <roland@hack.frob.com>
10018         [BZ #13846]
10019         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
10021 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
10023         [BZ #13841]
10024         * math/s_csqrt.c: Include <float.h>.
10025         (__csqrt): Scale large or subnormal inputs.
10026         * math/s_csqrtf.c: Likewise.
10027         * math/s_csqrtl.c: Likewise.
10028         * math/libm-test.inc (csqrt_test): Add more tests.
10029         * sysdeps/i386/fpu/libm-test-ulps: Update.
10030         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10032         [BZ #13840]
10033         * math/libm-test.inc (hypot_test): Add more tests.
10035 2012-03-13  David S. Miller  <davem@davemloft.net>
10037         [BZ #13840]
10038         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
10039         double-precision for the calculation instead of scaling.
10041 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
10043         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
10044         manipulate bits before adding and subtracting TWO52[sx].
10045         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
10046         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
10047         Likewise.
10048         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
10050 2012-03-13  David S. Miller  <davem@davemloft.net>
10052         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
10053         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
10054         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
10055         rtld-global-offsets.h
10056         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
10058         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
10059         large parameters.
10061         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
10063         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
10064         'err' in the ifdef scope in which it is actually used.
10066         * nss/nss_db/db-init.c: Include string.h
10068 2012-03-12  David S. Miller  <davem@davemloft.net>
10070         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
10071         masking out of the most significant byte of random value used.
10072         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
10073         Fix coding style in previous change.
10075         * sysdeps/unix/sysv/linux/kernel-features.h
10076         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
10077         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
10078         expression.
10079         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
10080         later.
10082 2012-03-11  David S. Miller  <davem@davemloft.net>
10084         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
10085         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
10086         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
10087         for 'resultvar' otherwise things get truncated on 64-bit.
10089         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
10090         Fix masking out of the most significant byte of random value used.
10092         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10094 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
10096         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10098 2012-03-09  David S. Miller  <davem@davemloft.net>
10100         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
10101         variables with appropriate CPP guards.
10102         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr from the
10103         frame pointer, not the stack pointer.  Correct layout comments.  Fix test
10104         on resulting framesize and the management of the outregs buffer for pltexit.
10105         Preserve floating point return values across _dl_call_pltexit call.
10106         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
10107         framesize and the management of the outregs buffer for pltexit.
10108         Preserve floating point return values across _dl_call_pltexit
10109         call.
10110         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter, la_sparc64_gnu_pltenter,
10111         la_sparc32_gnu_pltexit, la_sparc64_gnu_pltexit): New functions.
10112         (print_exit): Fix format string for return register value.
10114 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
10116         * sunrpc/Makefile (others): Add rpcgen.
10117         ($(objpfx)rpcgen): Remove special build rule and dependency on
10118         libc.
10119         * sunrpc/rpcgen.c: New file.
10121 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
10123         [BZ #13673]
10124         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
10125         * stdio-common/bug-vfprintf-nargs.c: Likewise.
10126         * sysdeps/i386/crti.S: Likewise.
10127         * sysdeps/i386/crtn.S: Likewise.
10128         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
10129         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
10130         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
10131         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
10132         * sysdeps/sh/crti.S: Likewise.
10133         * sysdeps/sh/crtn.S: Likewise.
10134         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
10136         [BZ #13673]
10137         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
10138         with URL.
10139         * locale/programs/locfile-kw.gperf: Likewise.
10140         * locale/programs/charmap-kw.h: Regenerated.
10141         * locale/programs/locfile-kw.h: Likewise.
10143         [BZ #13673]
10144         * intl/plural.y: Replace FSF snail mail address with URL.
10145         * intl/plural.c: Regenerated.
10147 2012-03-09  Richard Henderson  <rth@twiddle.net>
10149         * include/math_private.h: Remove file.
10150         * math/math_private.h: Move file ...
10151         * sysdeps/generic/math_private.h: ... here.
10153         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
10154         * sysdeps/powerpc/fpu/math_private.h: Likewise.
10155         * sysdeps/x86_64/fpu/math_private.h: Likewise.
10157         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
10158         and <math_private.h>.
10159         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
10160         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
10161         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
10162         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
10163         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
10164         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
10165         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
10166         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
10167         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
10168         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
10169         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
10170         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
10171         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
10172         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
10173         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
10174         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
10175         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
10176         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
10177         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
10178         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
10179         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
10180         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
10181         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
10182         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
10183         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
10184         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
10185         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
10186         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
10187         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
10188         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
10189         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
10190         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
10191         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
10192         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
10193         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
10194         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
10195         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
10196         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
10197         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
10198         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
10199         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
10200         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
10201         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
10202         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
10203         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
10204         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
10205         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
10206         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
10207         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
10208         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
10209         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
10210         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
10211         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
10212         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
10213         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
10214         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
10215         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
10216         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
10217         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
10218         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
10219         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
10220         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
10221         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
10222         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
10223         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
10224         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
10225         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
10226         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
10227         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
10228         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
10229         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
10230         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
10231         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
10232         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
10233         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
10234         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
10235         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
10236         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
10237         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
10238         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
10239         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
10240         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
10241         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
10242         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
10243         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
10244         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
10245         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
10246         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
10247         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
10248         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
10249         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
10250         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
10251         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
10252         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
10253         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
10254         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
10255         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
10256         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
10257         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
10258         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
10259         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
10260         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
10261         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
10262         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
10263         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
10264         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
10265         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
10266         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
10267         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
10268         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
10269         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
10270         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
10271         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
10272         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
10273         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
10274         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
10275         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
10276         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
10277         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
10278         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
10279         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
10280         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
10281         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
10282         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
10283         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
10284         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
10285         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
10286         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
10287         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
10288         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
10289         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
10290         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
10291         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
10292         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
10293         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
10294         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
10295         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
10296         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
10297         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
10298         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
10299         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
10300         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
10301         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
10302         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
10303         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
10304         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
10305         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
10306         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
10307         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
10308         * sysdeps/ieee754/k_standard.c: Likewise.
10309         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
10310         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
10311         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
10312         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
10313         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
10314         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
10315         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
10316         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
10317         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
10318         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
10319         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
10320         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
10321         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
10322         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
10323         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
10324         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
10325         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
10326         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
10327         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
10328         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
10329         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
10330         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
10331         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
10332         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
10333         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
10334         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
10335         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
10336         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
10337         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
10338         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
10339         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
10340         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
10341         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
10342         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
10343         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
10344         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
10345         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
10346         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
10347         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
10348         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
10349         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
10350         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
10351         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
10352         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
10353         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
10354         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
10355         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
10356         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
10357         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
10358         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
10359         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
10360         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
10361         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
10362         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
10363         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
10364         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
10365         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
10366         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
10367         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
10368         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
10369         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
10370         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
10371         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
10372         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
10373         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
10374         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
10375         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
10376         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
10377         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
10378         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
10379         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
10380         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
10381         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
10382         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
10383         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
10384         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
10385         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
10386         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
10387         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
10388         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
10389         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
10390         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
10391         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
10392         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
10393         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
10394         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
10395         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
10396         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
10397         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
10398         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
10399         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
10400         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
10401         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
10402         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
10403         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
10404         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
10405         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
10406         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
10407         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
10408         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
10409         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
10410         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
10411         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
10412         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
10413         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
10414         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
10415         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
10416         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
10417         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
10418         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
10419         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
10420         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
10421         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
10422         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
10423         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
10424         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
10425         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
10426         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
10427         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
10428         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
10429         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
10430         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
10431         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
10432         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
10433         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
10434         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
10435         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
10436         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
10437         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
10438         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
10439         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
10440         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
10441         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
10442         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
10443         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
10444         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
10445         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
10446         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
10447         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
10448         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
10449         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
10450         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
10451         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
10452         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
10453         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
10454         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
10455         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
10456         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
10457         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
10458         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
10459         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
10460         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
10461         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
10462         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
10463         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
10464         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
10465         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
10466         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
10467         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
10468         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
10469         * sysdeps/ieee754/s_lib_version.c: Likewise.
10470         * sysdeps/ieee754/s_matherr.c: Likewise.
10471         * sysdeps/ieee754/s_signgam.c: Likewise.
10472         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
10473         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
10474         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
10475         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
10476         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
10477         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
10478         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
10479         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
10480         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
10481         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
10482         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
10483         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
10484         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
10485         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
10486         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
10487         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
10488         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
10489         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
10490         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
10491         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
10492         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
10494 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
10496         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
10497         * sunrpc/rpc_main.c: Likewise.
10498         * sunrpc/rpc_svcout.c: Likewise.
10500 2012-03-09  David S. Miller  <davem@davemloft.net>
10502         * include/math_private.h: New file.
10504 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
10506         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
10507         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
10508         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
10509         from <bits/socket_type.h>.
10510         (enum __socket_type): Don't define here.
10511         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
10512         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
10513         bits/socket_type.h.
10515         [BZ #13566]
10516         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
10517         checking __USE_GNU.
10519         * Makerules ($(inst_includedir)/%.h): New rule.
10520         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
10521         (install-others): Remove variable setting.
10522         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
10524 2012-03-08  Richard Henderson  <rth@twiddle.net>
10526         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
10527         from macro to inline function; merge with the
10528         !__LIBC_INTERNAL_MATH_INLINES version.
10529         (__ieee754_sqrtf): Likewise.
10531         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
10532         to inline function.
10533         (__rintf, __floor, __floorf): Likewise.
10535         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
10536         macro to inline function.
10537         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
10539         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
10540         not <math/math_private.h>.
10542 2012-03-08  David S. Miller  <davem@davemloft.net>
10544         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
10545         copyright year.
10546         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
10548 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
10550         * resolv/gai_misc.c (handle_requests): Fix struct timespec
10551         normalization.
10552         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
10553         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
10555 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
10557         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
10558         be defined individually, they must be defined as a block.  Define
10559         S for printing a string instead of hidint the different by using a
10560         macro for adding the 'l'.
10561         * stdio-common/tst-fphex-wide.c: Adjust.
10563 2012-03-07  Marek Polacek  <polacek@redhat.com>
10565         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
10567 2012-03-08  Marek Polacek  <polacek@redhat.com>
10569         [BZ #13806]
10570         * stdio-common/Makefile (tests): Add tst-fphex-wide.
10571         * stdio-common/tst-fphex.c: Define a few macros to make the
10572         test reusable.  Use them.
10573         * stdio-common/tst-fphex-wide.c: New file.
10575 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
10577         [BZ #6911]
10578         * manual/macros.texi (gnusystems): New macro.
10579         (nongnusystems): Likewise.
10580         (gnulinuxhurdsystems): Likewise.
10581         (gnuhurdsystems): Likewise..
10582         (gnulinuxsystems): Likewise.
10583         * manual/charset.texi: Use new macros or @theglibc{} to refer to
10584         variants of the GNU system, not "GNU system".
10585         * manual/conf.texi: Likewise.
10586         * manual/errno.texi: Likewise.  Update example of errno macro
10587         expansion.
10588         * manual/filesys.texi: Likewise.
10589         (getumask): Document as specific to GNU/Hurd.
10590         * manual/install.texi: Likewise.  Reword some references to
10591         GNU/Linux.
10592         * manual/intro.texi: Likewise.
10593         * manual/io.texi: Likewise.
10594         (File Name Portability): Detail which constraints are inapplicable
10595         to all GNU systems and which are only inapplicable to GNU/Hurd.
10596         * manual/job.texi: Likewise.
10597         * manual/llio.texi: Likewise.
10598         (O_NOCTTY): Document as present on GNU/Linux.
10599         * manual/maint.texi: Likewise.
10600         * manual/memory.texi: Likewise.
10601         * manual/pattern.texi: Likewise.
10602         * manual/pipe.texi: Likewise.
10603         * manual/process.texi: Likewise.
10604         * manual/resource.texi: Likewise.
10605         (RUSAGE_CHILDREN): Remove statement about specifying a particular
10606         child on GNU/Hurd.
10607         * manual/setjmp.texi: Likewise.
10608         * manual/signal.texi: Likewise.
10609         * manual/startup.texi: Likewise.
10610         * manual/stdio.texi: Likewise.
10611         * manual/terminal.texi: Likewise.
10612         (ONLCR): Document as POSIX.
10613         (OXTABS): Document availability on GNU/Linux as XTABS.
10614         (ONOEOT): Document availability separately from other bits.
10615         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
10616         * manual/time.texi: Likewise.
10617         * manual/users.texi: Likewise.
10618         * INSTALL: Regenerated.
10619         * sysdeps/gnu/errlist.c: Regenerated.
10621         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
10622         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
10623         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
10624         puts.
10625         * configure: Regenerated.
10627 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
10629         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
10630         default includes instead of AC_HEADER_CHECK.
10631         * sysdeps/i386/configure: Regenerated.
10633         [BZ #10716]
10634         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
10635         * math/s_cacoshf.c (__cacoshf): Likewise.
10636         * math/s_cacoshl.c (__cacoshl): Likewise.
10637         * math/s_casinh.c (__casinh): Set signs of result from argument.
10638         * math/s_casinhf.c (__casinhf): Likewise.
10639         * math/s_casinhl.c (__casinhl): Likewise.
10640         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
10641         (casinh_test): Add more tests.
10642         * sysdeps/i386/fpu/libm-test-ulps: Update.
10643         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10645 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
10647         * po/zh_TW.po: Update from translation team.
10649         * login/Makefile (distribute): Remove variable.
10650         * catgets/Makefile: Likewise.
10651         * mach/Makefile: Likewise.
10652         * malloc/Makefile: Likewise.
10653         * misc/Makefile: Likewise.
10654         * iconv/Makefile: Likewise.
10655         * nscd/Makefile: Likewise.
10656         * hurd/Makefile: Likewise.
10657         * manual/Makefile: Likewise.
10658         * locale/Makefile: Likewise.
10659         * intl/Makefile: Likewise.
10660         * conform/Makefile: Likewise.
10661         * nss/Makefile: Likewise.
10662         * time/Makefile: Likewise.
10663         * soft-fp/Makefile: Likewise.
10664         * dirent/Makefile: Likewise.
10665         * gmon/Makefile: Likewise.
10666         * po/Makefile: Likewise.
10667         * rt/Makefile: Likewise.
10668         * socket/Makefile: Likewise.
10669         * math/Makefile: Likewise.
10670         * signal/Makefile: Likewise.
10671         * debug/Makefile: Likewise.
10672         * elf/Makefile: Likewise.
10673         * timezone/Makefile: Likewise.
10674         * stdlib/Makefile: Likewise.
10675         * iconvdata/Makefile: Likewise.
10676         * sunrpc/Makefile: Likewise.
10677         * io/Makefile: Likewise.
10678         * argp/Makefile: Likewise.
10679         * inet/Makefile: Likewise.
10680         * hesiod/Makefile: Likewise.
10681         * grp/Makefile: Likewise.
10682         * csu/Makefile: Likewise.
10683         * wctype/Makefile: Likewise.
10684         * crypt/Makefile: Likewise.
10685         * libio/Makefile: Likewise.
10686         * string/Makefile: Likewise.
10687         * nis/Makefile: Likewise.
10688         * resolv/Makefile: Likewise.
10689         * stdio-common/Makefile: Likewise.
10690         * wcsmbs/Makefile: Likewise.
10691         * dlfcn/Makefile: Likewise.
10692         * posix/Makefile: Likewise.
10694         [BZ #6959]
10695         * timezone/Makefile: Don't install timezone files, just the programs
10696         and scripts.
10698 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
10700         * nss/databases.def: Add missing gshadow entry.
10702         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
10704 2012-03-06  Marek Polacek  <polacek@redhat.com>
10706         [BZ #13726]
10707         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
10708         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
10709         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
10710         * stdio-common/tst-long-dbl-fphex.c: New file.
10712 2012-03-06  David S. Miller  <davem@davemloft.net>
10714         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
10715         (set_obp_int): New function.
10716         (get_obp_int): New function.
10717         (__get_clockfreq_via_dev_openprom): Likewise.
10718         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
10719         Avoid unused variable warnings on 'val' and use builtin_expect.
10720         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
10721         __builtin_expect.
10722         (INLINE_CLONE_SYSCALL): Likewise.
10724 2012-03-05  David S. Miller  <davem@davemloft.net>
10726         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10728 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
10730         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10732         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
10733         only for |x| >= 40.
10734         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
10736 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
10738         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
10739         Replace gettimeofday with __vdso_gettimeofday.
10741         * sysdeps/unix/sysv/linux/x86_64/init-first.c
10742         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
10743         __vdso_clock_gettime and __vdso_getcpu.
10745         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
10746         time with __vdso_time.
10748 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
10750         * manual/lang.texi (size_t): Note types to which size_t may be
10751         equivalent with the GNU C Library, but do not describe when
10752         differences between them are significant.
10754 2012-03-05  Andreas Jaeger  <aj@suse.de>
10756         * sysdeps/i386/fpu/libm-test-ulps: Update.
10758 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
10760         [BZ #3976]
10761         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
10762         (__ieee754_pow): Save and restore rounding mode and use
10763         round-to-nearest for main computations.
10764         * math/libm-test.inc (pow_test_tonearest): New function.
10765         (pow_test_towardzero): Likewise.
10766         (pow_test_downward): Likewise.
10767         (pow_test_upward): Likewise.
10768         (main): Call the new functions.
10769         * sysdeps/i386/fpu/libm-test-ulps: Update.
10770         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10772         [BZ #3976]
10773         * math/libm-test.inc (cosh_test_tonearest): New function.
10774         (cosh_test_towardzero): Likewise.
10775         (cosh_test_downward): Likewise.
10776         (cosh_test_upward): Likewise.
10777         (sinh_test_tonearest): Likewise.
10778         (sinh_test_towardzero): Likewise.
10779         (sinh_test_downward): Likewise.
10780         (sinh_test_upward): Likewise.
10781         (main): Call the new functions.
10782         * sysdeps/i386/fpu/libm-test-ulps: Update.
10783         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10785 2012-03-05  Tom de Vries  <tom@codesourcery.com>
10787         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
10788         default stack guard is set in last bytes.
10789         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
10791 2012-03-05  Kees Cook  <keescook@chromium.org>
10793         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
10795         [BZ #13656]
10796         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
10797         possibly allocate from heap instead of stack.
10798         * stdio-common/bug-vfprintf-nargs.c: New file.
10799         * stdio-common/Makefile (tests): Add nargs overflow test.
10801 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
10803         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10805 2012-03-03  Marek Polacek  <polacek@redhat.com>
10807         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
10808         * math/math_private.h: Likewise.
10809         * stdlib/tst-strtod.c: Likewise.
10810         * sysdeps/i386/i486/bits/atomic.h: Likewise.
10811         * sysdeps/x86_64/bits/atomic.h: Likewise.
10813 2012-03-02  David S. Miller  <davem@davemloft.net>
10815         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
10816         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
10817         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
10818         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
10819         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
10820         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
10821         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
10822         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
10824 2012-03-02  Roland McGrath  <roland@hack.frob.com>
10826         [BZ #13792]
10827         * manual/examples/README: New file, says the example source files
10828         can be used under GPL>=2.
10829         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
10830         line containing just "*/".
10831         * manual/examples/add.c: Add copyright header (GPL>=2).
10832         * manual/examples/argp-ex1.c: Likewise.
10833         * manual/examples/argp-ex2.c: Likewise.
10834         * manual/examples/argp-ex3.c: Likewise.
10835         * manual/examples/argp-ex4.c: Likewise.
10836         * manual/examples/atexit.c: Likewise.
10837         * manual/examples/db.c: Likewise.
10838         * manual/examples/dir.c: Likewise.
10839         * manual/examples/dir2.c: Likewise.
10840         * manual/examples/execinfo.c: Likewise.
10841         * manual/examples/filecli.c: Likewise.
10842         * manual/examples/filesrv.c: Likewise.
10843         * manual/examples/fmtmsgexpl.c: Likewise.
10844         * manual/examples/genpass.c: Likewise.
10845         * manual/examples/inetcli.c: Likewise.
10846         * manual/examples/inetsrv.c: Likewise.
10847         * manual/examples/isockad.c: Likewise.
10848         * manual/examples/longopt.c: Likewise.
10849         * manual/examples/memopen.c: Likewise.
10850         * manual/examples/memstrm.c: Likewise.
10851         * manual/examples/mkfsock.c: Likewise.
10852         * manual/examples/mkisock.c: Likewise.
10853         * manual/examples/mygetpass.c: Likewise.
10854         * manual/examples/pipe.c: Likewise.
10855         * manual/examples/popen.c: Likewise.
10856         * manual/examples/rprintf.c: Likewise.
10857         * manual/examples/search.c: Likewise.
10858         * manual/examples/select.c: Likewise.
10859         * manual/examples/setjmp.c: Likewise.
10860         * manual/examples/sigh1.c: Likewise.
10861         * manual/examples/sigusr.c: Likewise.
10862         * manual/examples/stpcpy.c: Likewise.
10863         * manual/examples/strdupa.c: Likewise.
10864         * manual/examples/strftim.c: Likewise.
10865         * manual/examples/strncat.c: Likewise.
10866         * manual/examples/subopt.c: Likewise.
10867         * manual/examples/swapcontext.c: Likewise.
10868         * manual/examples/termios.c: Likewise.
10869         * manual/examples/testopt.c: Likewise.
10870         * manual/examples/testpass.c: Likewise.
10871         * manual/examples/timeval_subtract.c: Likewise.
10873         [BZ #13792]
10874         * manual/time.texi (Elapsed Time): Move timeval_subtract example
10875         function to ...
10876         * manual/timeval_subtract.c.texi: ... here, new file.
10878 2012-03-02  David S. Miller  <davem@davemloft.net>
10880         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
10882 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
10884         [BZ #3976]
10885         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
10886         (__sin): Save and restore rounding mode and use round-to-nearest
10887         for all computations.
10888         (__cos): Save and restore rounding mode and use round-to-nearest
10889         for all computations.
10890         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
10891         <fenv.h>.
10892         (tan): Save and restore rounding mode and use round-to-nearest for
10893         all computations.
10894         * math/libm-test.inc (cos_test_tonearest): New function.
10895         (cos_test_towardzero): Likewise.
10896         (cos_test_downward): Likewise.
10897         (cos_test_upward): Likewise.
10898         (sin_test_tonearest): Likewise.
10899         (sin_test_towardzero): Likewise.
10900         (sin_test_downward): Likewise.
10901         (sin_test_upward): Likewise.
10902         (tan_test_tonearest): Likewise.
10903         (tan_test_towardzero): Likewise.
10904         (tan_test_downward): Likewise.
10905         (tan_test_upward): Likewise.
10906         (main): Call the new functions.
10907         * sysdeps/i386/fpu/libm-test-ulps: Update.
10908         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10910         [BZ #10135]
10911         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
10912         small n, then large n, before computing and testing k+n.
10913         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
10914         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
10915         Likewise.
10916         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
10917         Likewise.
10918         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
10919         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
10920         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
10921         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
10922         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
10923         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
10924         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
10925         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
10926         * math/libm-test.inc (scalbn_test): Add more tests.
10927         (scalbln_test): Likewise.
10929         * manual/filesys.texi (mode_t): Describe constraints on size and
10930         signedness, not exact equivalence to a particular type.
10931         (ino_t): Likewise.
10932         (ino64_t): Likewise.
10933         (dev_t): Likewise.
10934         (nlink_t): Likewise.
10935         (blkcnt_t): Likewise.
10936         (blkcnt64_t): Likewise.
10937         * manual/llio.texi (off_t): Likewise.
10939         [BZ #3976]
10940         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
10941         (__ieee754_exp): Save and restore rounding mode and use
10942         round-to-nearest for all computations.
10943         * math/libm-test.inc (exp_test_tonearest): New function.
10944         (exp_test_towardzero): Likewise.
10945         (exp_test_downward): Likewise.
10946         (exp_test_upward): Likewise.
10947         (main): Call the new functions.
10948         * sysdeps/i386/fpu/libm-test-ulps: Update.
10949         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10951 2012-03-01  Chris Demetriou  <cgd@google.com>
10953         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
10954         have predictable order.
10956 2012-03-01  David S. Miller  <davem@davemloft.net>
10958         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
10960         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
10961         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
10962         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
10963         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
10965         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
10966         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
10967         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
10968         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
10969         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
10970         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
10971         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
10972         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
10973         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
10975         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10977         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
10978         * sysdeps/sparc/fpu/libm-test-ulps: to here.
10979         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
10981         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
10982         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
10983         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
10984         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
10985         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
10986         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
10987         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
10988         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
10989         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
10990         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
10991         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
10992         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
10993         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
10994         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
10995         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
10996         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
10997         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
10998         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
10999         * sysdeps/sparc/elf/configure: Regenerated.
11001 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
11003         * configure.in (AS, LD): Require binutils 2.20 or later.
11004         * configure: Regenerated.
11005         * manual/install.texi (Tools for Compilation): Give binutils 2.20
11006         as required minimum version.
11007         * INSTALL: Regenerated.
11009         [BZ #2541]
11010         [BZ #4108]
11011         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
11012         before squaring exponent.
11013         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
11014         bottom long double and 27 bits of top long double before squaring
11015         exponent.
11016         * math/libm-test.inc (erfc_test): Add more tests.
11017         * sysdeps/i386/fpu/libm-test-ulps: Update.
11018         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
11019         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11021 2012-03-01  Kai Tietz  <ktietz@redhat.com>
11023         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
11024         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
11025         containing bit-fields.
11026         * soft-fp/extended.h (_FP_UNION_E): Likewise.
11027         * soft-fp/single.h (_FP_UNION_S): Likewise.
11028         * soft-fp/double.h (_FP_UNION_D): Likewise.
11030 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
11032         [BZ #13786]
11033         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
11034         not include ../strcmp.S.
11035         [USE_AS_STRNCASECMP_L]: Likewise.
11036         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
11037         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
11038         * sysdeps/i386/i686/multiarch/strncase_l-c.c
11039         (__strncasecmp_l_ia32): Define as alias to
11040         __strncasecmp_l_nonascii.
11042         [BZ #5794]
11043         * math/libm-test.inc (expm1_test): Add test for bug 5794.
11044         * sysdeps/i386/fpu/libm-test-ulps: Update.
11045         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11047         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
11048         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11050 2012-02-29  Jeff Law  <law@redhat.com>
11052         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
11053         out of bounds read.
11055 2012-02-29  Marek Polacek  <polacek@redhat.com>
11057         [BZ #13706]
11058         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
11059         * elf/Makefile: Add rules to run tst-unused-dep.out.
11061 2012-02-28  David S. Miller  <davem@davemloft.net>
11063         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
11064         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
11065         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
11066         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
11067         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
11068         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
11070 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
11072         * math/libm-test.inc (llround_test): Move one test from
11073         lround_test.  Use TEST_f_L in moved test.
11074         (lround_test): Move misplaced test to llround_test.  Add testcase
11075         from bug 2561.
11077 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
11079         * sysdeps/x86_64/fpu/e_expf.S: New file.
11080         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
11082 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
11084         [BZ #13637]
11085         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
11086         of remain_len that may cause incomplete multi-byte character and
11087         false match.
11088         * posix/bug-regex33.c: New file.
11089         * posix/Makefile (tests): Add bug-regex33.
11091 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
11093         * manual/macros.texi: New file.
11094         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
11095         * manual/libc.texinfo: Include macros.texi.
11096         * manual/creatute.texi: Likewise.
11097         * manual/install.texi: Likewise.
11098         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
11099         @glibcadj{} in references to the GNU C Library.
11100         * manual/charset.texi: Likewise.
11101         * manual/conf.texi: Likewise.
11102         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
11103         when not using those macros.
11104         * manual/creature.texi: Likewise.
11105         * manual/crypt.texi: Likewise.
11106         * manual/errno.texi: Likewise.
11107         * manual/filesys.texi: Likewise.
11108         * manual/header.texi: Likewise.
11109         * manual/install.texi: Likewise.
11110         * manual/intro.texi: Likewise.
11111         * manual/io.texi: Likewise.
11112         * manual/job.texi: Likewise.
11113         * manual/lang.texi: Likewise.
11114         * manual/libc.texiinfo: Likewise.
11115         * manual/llio.texi: Likewise.
11116         * manual/locale.texi: Likewise.
11117         * manual/maint.texi: Likewise.
11118         * manual/math.texi: Likewise.
11119         * manual/memory.texi: Likewise.
11120         * manual/message.texi: Likewise.
11121         * manual/nss.texi: Likewise.
11122         * manual/pattern.texi: Likewise.
11123         * manual/process.texi: Likewise.
11124         * manual/resource.texi: Likewise.
11125         * manual/search.texi: Likewise.
11126         * manual/setjmp.texi: Likewise.
11127         * manual/signal.texi: Likewise.
11128         * manual/socket.texi: Likewise.
11129         * manual/startup.texi: Likewise.
11130         * manual/stdio.texi: Likewise.
11131         * manual/string.texi: Likewise.
11132         * manual/sysinfo.texi: Likewise.
11133         * manual/syslog.texi: Likewise.
11134         * manual/terminal.texi: Likewise.
11135         * manual/time.texi: Likewise.
11136         * manual/users.texi: Likewise.
11137         * INSTALL: Regenerated.
11138         * NOTES: Regenerated.
11139         * sysdeps/gnu/errlist.c: Regenerated.
11141 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
11143         * include/dirent.h: Include <dirstream.h> before
11144         <dirent/dirent.h>.
11146 2012-02-28  David S. Miller  <davem@davemloft.net>
11148         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
11149         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
11150         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
11151         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
11153 2012-02-27  David S. Miller  <davem@davemloft.net>
11155         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
11156         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
11157         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
11158         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
11160         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
11161         frame pointer instead of stack pointer relative arg slot.
11162         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
11163         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
11164         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
11166 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
11168         [BZ #3992]
11169         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
11171 2012-02-27  David S. Miller  <davem@davemloft.net>
11173         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
11174         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
11175         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
11176         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
11177         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
11178         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
11179         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
11180         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
11182 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
11184         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
11185         later.  Allow versions 5-9.
11186         * configure: Regenerated.
11187         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
11188         required minimum version and 4.6 as recommended version.  Do not
11189         mention bugs in GCC 2.7 and 2.8.
11190         * INSTALL: Regenerated.
11192 2012-02-27  David S. Miller  <davem@davemloft.net>
11194         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
11195         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
11196         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
11197         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
11198         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
11199         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
11200         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
11201         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
11203         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
11204         manipulate bits before adding and subtracting TWO112[sx].
11205         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
11207 2012-02-27  Roland McGrath  <roland@hack.frob.com>
11209         [BZ #13775]
11210         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
11211         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
11212         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
11213         being in POSIX, because they are in 1003.1-2008.
11215         * rt/tst-aio.c: Include <fcntl.h>.
11216         * rt/tst-aio7.c: Likewise.
11217         * rt/tst-aio64.c: Likewise.
11219         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
11221 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
11223         * manual/install.texi (--with-headers): Describe headers as
11224         interface headers, not private headers.
11225         (Specific advice for GNU/Linux systems): Describe use of headers
11226         from "make headers_install", not private headers from older
11227         kernels.
11228         * INSTALL: Regenerated.
11229         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
11230         Change to 2.6.19.
11231         * sysdeps/unix/sysv/linux/configure: Regenerated.
11233         * manual/llio.texi (fclean): Remove documentation.
11235         * manual/Makefile (libc-texi-generated): New variable.  Include
11236         version.texi.
11237         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
11238         $(libc-texi-generated), not duplicated list of files.
11239         (version.texi, stamp-version): New rules.
11240         (realclean): Remove $(libc-texi-generated), not individual files
11241         from that list.  Do not remove dir-add.texinfo.
11242         * manual/libc.texinfo: Comment out uses of edition numbers and
11243         references to printed manual.  Remove last-updated dates.
11244         (EDITION): Comment out.
11245         (ISBN): Likewise.
11246         (VERSION, UPDATED): Remove.
11247         (version.texi): Include.
11249 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
11251         * sysdeps/posix/spawni.c: Include <signal.h>.
11252         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
11253         * sysdeps/pthread/aio_fsync.c: Likewise.
11255 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
11257         * conform/Makefile (tests): Run only when not cross-compiling and
11258         when fast-check is not defined.
11260         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
11261         * conform/data/limits.h-data: Fixes for POSIX2008.
11262         * conform/run-conformtest.sh: Run all tests.
11263         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
11264         headers.
11265         * include/bits/dlfcn.h: Likewise.
11266         * include/langinfo.h: Likewise.
11267         * include/monetary.h: Likewise.
11268         * include/sys/poll.h: Likewise.
11270         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
11271         for __USE_GNU.
11272         * posix/spawn.h: Define __need_sigset_t.
11273         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
11274         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
11275         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
11276         to get sigevent_t only.
11277         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
11278         only for __USE_GNU.
11279         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
11280         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
11281         process_vm_writev only for __USE_GNU.
11282         * termios/termios.h: Declare tcgetsid also for POSIX2008.
11284         * conform/Makefile: For now ignore errors from run-conformtest.
11285         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
11286         POSIX to avoid namespace pollution.  Don't prepend headers.
11287         * conform/data/aio.h-data: Fixes for POSIX testing.
11288         * conform/data/fcntl.h-data: Likewise.
11289         * conform/data/glob.h-data: Likewise.
11290         * conform/data/grp.h-data: Likewise.
11291         * conform/data/pthread.h-data: Likewise.
11292         * conform/data/pwd.h-data: Likewise.
11293         * conform/data/signal.h-data: Likewise.
11294         * conform/data/spawn.h-data: Likewise.
11295         * conform/data/stdio.h-data: Likewise.
11296         * conform/data/stdlib.h-data: Likewise.
11297         * conform/data/stropts.h-data: Likewise.
11298         * conform/data/sys/mman.h-data: Likewise.
11299         * conform/data/sys/stat.h-data: Likewise.
11300         * conform/data/sys/types.h-data: Likewise.
11301         * conform/data/sys/wait.h-data: Likewise.
11302         * conform/data/time.h-data: Likewise.
11303         * conform/data/unistd.h-data: Likewise.
11304         * conform/data/utime.h-data: Likewise.
11306         * io/sys/stat.h: fchmod was always in POSIX.
11307         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
11308         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
11309         * rt/aio.h: Define __need_timespec before including <time.h>.
11310         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
11311         struct.  Add forward declaration of pthread_attr_t and use it in
11312         sigevent.
11313         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
11314         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
11315         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
11316         always remove CLK_TCK definition.
11318 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
11320         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
11322 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
11324         * conform/run-conformtest.sh: New file.
11325         * conform/Makefile: Run run-conformtest for tests.
11326         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
11327         support.
11329         * conform/data/uchar.h-data: New file.
11330         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
11331         * conform/data/arpa/inet.h-data: Likewise.
11332         * conform/data/assert.h-data: Likewise.
11333         * conform/data/complex.h-data: Likewise.
11334         * conform/data/cpio.h-data: Likewise.
11335         * conform/data/ctype.h-data: Likewise.
11336         * conform/data/dirent.h-data: Likewise.
11337         * conform/data/dlfcn.h-data: Likewise.
11338         * conform/data/errno.h-data: Likewise.
11339         * conform/data/fcntl.h-data: Likewise.
11340         * conform/data/float.h-data: Likewise.
11341         * conform/data/fmtmsg.h-data: Likewise.
11342         * conform/data/fnmatch.h-data: Likewise.
11343         * conform/data/ftw.h-data: Likewise.
11344         * conform/data/glob.h-data: Likewise.
11345         * conform/data/grp.h-data: Likewise.
11346         * conform/data/iconv.h-data: Likewise.
11347         * conform/data/inttypes.h-data: Likewise.
11348         * conform/data/langinfo.h-data: Likewise.
11349         * conform/data/libgen.h-data: Likewise.
11350         * conform/data/limits.h-data: Likewise.
11351         * conform/data/locale.h-data: Likewise.
11352         * conform/data/math.h-data: Likewise.
11353         * conform/data/monetary.h-data: Likewise.
11354         * conform/data/mqueue.h-data: Likewise.
11355         * conform/data/ndbm.h-data: Likewise.
11356         * conform/data/net/if.h-data: Likewise.
11357         * conform/data/netdb.h-data: Likewise.
11358         * conform/data/netinet/in.h-data: Likewise.
11359         * conform/data/nl_types.h-data: Likewise.
11360         * conform/data/poll.h-data: Likewise.
11361         * conform/data/pthread.h-data: Likewise.
11362         * conform/data/pwd.h-data: Likewise.
11363         * conform/data/regex.h-data: Likewise.
11364         * conform/data/sched.h-data: Likewise.
11365         * conform/data/search.h-data: Likewise.
11366         * conform/data/semaphore.h-data: Likewise.
11367         * conform/data/setjmp.h-data: Likewise.
11368         * conform/data/signal.h-data: Likewise.
11369         * conform/data/spawn.h-data: Likewise.
11370         * conform/data/stdarg.h-data: Likewise.
11371         * conform/data/stdio.h-data: Likewise.
11372         * conform/data/stdlib.h-data: Likewise.
11373         * conform/data/string.h-data: Likewise.
11374         * conform/data/strings.h-data: Likewise.
11375         * conform/data/stropts.h-data: Likewise.
11376         * conform/data/sys/ipc.h-data: Likewise.
11377         * conform/data/sys/mman.h-data: Likewise.
11378         * conform/data/sys/msg.h-data: Likewise.
11379         * conform/data/sys/resource.h-data: Likewise.
11380         * conform/data/sys/select.h-data: Likewise.
11381         * conform/data/sys/sem.h-data: Likewise.
11382         * conform/data/sys/shm.h-data: Likewise.
11383         * conform/data/sys/socket.h-data: Likewise.
11384         * conform/data/sys/stat.h-data: Likewise.
11385         * conform/data/sys/statvfs.h-data: Likewise.
11386         * conform/data/sys/time.h-data: Likewise.
11387         * conform/data/sys/timeb.h-data: Likewise.
11388         * conform/data/sys/times.h-data: Likewise.
11389         * conform/data/sys/types.h-data: Likewise.
11390         * conform/data/sys/uio.h-data: Likewise.
11391         * conform/data/sys/un.h-data: Likewise.
11392         * conform/data/sys/utsname.h-data: Likewise.
11393         * conform/data/sys/wait.h-data: Likewise.
11394         * conform/data/syslog.h-data: Likewise.
11395         * conform/data/tar.h-data: Likewise.
11396         * conform/data/termios.h-data: Likewise.
11397         * conform/data/utime.h-data: Likewise.
11398         * conform/data/utmpx.h-data: Likewise.
11399         * conform/data/varargs.h-data: Likewise.
11400         * conform/data/wchar.h-data: Likewise.
11401         * conform/data/wctype.h-data: Likewise.
11402         * conform/data/wordexp.h-data: Likewise.
11404         * include/stropts.h: New file.
11405         * include/uchar.h: New file.
11406         * include/aio.h: Changes to allow conformtest.pl to use the headers.
11407         * include/assert.h: Likewise.
11408         * include/ctype.h: Likewise.
11409         * include/dirent.h: Likewise.
11410         * include/dlfcn.h: Likewise.
11411         * include/fcntl.h: Likewise.
11412         * include/fnmatch.h: Likewise.
11413         * include/glob.h: Likewise.
11414         * include/grp.h: Likewise.
11415         * include/libio.h: Likewise.
11416         * include/locale.h: Likewise.
11417         * include/math.h: Likewise.
11418         * include/net/if.h: Likewise.
11419         * include/netdb.h: Likewise.
11420         * include/netinet/in.h: Likewise.
11421         * include/pthread.h: Likewise.
11422         * include/pwd.h: Likewise.
11423         * include/regex.h: Likewise.
11424         * include/sched.h: Likewise.
11425         * include/search.h: Likewise.
11426         * include/setjmp.h: Likewise.
11427         * include/signal.h: Likewise.
11428         * include/stdio.h: Likewise.
11429         * include/stdlib.h: Likewise.
11430         * include/string.h: Likewise.
11431         * include/sys/cdefs.h: Likewise.
11432         * include/sys/mman.h: Likewise.
11433         * include/sys/msg.h: Likewise.
11434         * include/sys/resource.h: Likewise.
11435         * include/sys/select.h: Likewise.
11436         * include/sys/socket.h: Likewise.
11437         * include/sys/stat.h: Likewise.
11438         * include/sys/statvfs.h: Likewise.
11439         * include/sys/time.h: Likewise.
11440         * include/sys/times.h: Likewise.
11441         * include/sys/uio.h: Likewise.
11442         * include/sys/utsname.h: Likewise.
11443         * include/sys/wait.h: Likewise.
11444         * include/termios.h: Likewise.
11445         * include/time.h: Likewise.
11446         * include/ulimit.h: Likewise.
11447         * include/unistd.h: Likewise.
11448         * include/utime.h: Likewise.
11449         * include/wchar.h: Likewise.
11450         * include/wctype.h: Likewise.
11451         * include/wordexp.h: Likewise.
11453         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
11455         * time/time.h: TIME_UTC must be a macro.
11456         Make timespec_get available for ISO C11 only as well.
11458 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
11460         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
11461         Reported by Peng Haitao <penght@cn.fujitsu.com>.
11463 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
11465         * configure.in: Use -o not -a in test for unsupported multi-arch.
11467 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
11469         * manual/texinfo.tex: Update to version 2012-01-19.16.
11471 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
11473         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
11475 2012-02-24  Roland McGrath  <roland@hack.frob.com>
11477         [BZ #13738]
11478         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
11479         * manual/fdl-1.3.texi: New file.
11480         * manual/fdl-1.1.texi: File removed.
11482         [BZ #13738]
11483         * manual/libc.texinfo (FDL_VERSION): New @set.
11484         Use it for mention of FDL in cover text.
11485         (Documentation License): Use it in @include file name.
11487 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
11488             Roland McGrath  <roland@hack.frob.com>
11490         [BZ #5461]
11491         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN,
11492         not LONG_LONG_MAX and LONG_LONG_MIN.
11493         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
11494         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
11495         name.
11496         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
11498 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
11500         [BZ #2547]
11501         [BZ #11365]
11502         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
11503         manipulate bits before adding and subtracting TWO23[sx].
11504         * math/libm-test.inc (nearbyint_test): Add more tests.
11506 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
11508         [BZ #2548]
11509         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
11510         bits before adding and subtracting TWO23[sx].
11511         * math/libm-test.inc (rint_test): Add more tests.
11512         (rint_test_tonearest): Likewise.
11513         (rint_test_towardzero): Likewise.
11514         (rint_test_downward): Likewise.
11515         (rint_test_upward: Likewise.
11517 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
11519         [BZ #10110]
11520         * include/stdc-predef.h: New file.  Extracted from features.h.
11521         * include/features.h: Include stdc-predef.h.
11522         * Makefile (headers): Add stdc-predef.h.
11523         * CONFORMANCE (Compiler limitations): Update.
11525 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
11527         * manual/libc.texinfo (VERSION, UPDATED): Revert.
11529 2012-02-21  David S. Miller  <davem@davemloft.net>
11531         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
11532         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
11534 2012-02-20  David S. Miller  <davem@davemloft.net>
11536         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
11537         using a normal save/restore sequence, rather than allocating a
11538         dummy stack frame just to store a frame pointer and restore.
11539         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
11541 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
11543         * manual/install.texi: Fix stray word in line-wrapped comment.
11545 2012-02-20  David S. Miller  <davem@davemloft.net>
11547         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
11548         both binutils and gcc support GOTDATA.
11550         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
11551         "rd %pc" in the PIC register setup sequences.
11553         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
11554         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
11555         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
11556         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
11557         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
11558         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
11559         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
11560         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
11561         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
11562         (SYSCALL_ERROR_HANDLER): Likewise.
11563         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
11564         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
11565         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
11566         (SYSCALL_ERROR_HANDLER): Likewise.
11568         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
11569         (HAVE_GCC_GOTDATA): New.
11570         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
11571         relocation support in both binutils and gcc.
11572         * sysdeps/sparc/elf/configure: Regenerate.
11574         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
11575         * sysdeps/sparc/sparc32/elf/configure: Delete.
11576         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
11577         * sysdeps/sparc/sparc64/elf/configure: Delete.
11578         * sysdeps/sparc/elf/configure.in: New file.
11579         * sysdeps/sparc/elf/configure: Generate.
11581         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
11582         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
11583         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
11584         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
11585         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
11587 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
11589         * manual/install.texi: Do not mention specific glibc version
11590         numbers.
11591         * manual/libc.texinfo (VERSION, UPDATED): Update.
11592         (@copying): Use @copyright{} and range of years.
11594 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
11596         [BZ #13695]
11597         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
11598         [crti.S not in sysdirs] (generated): Do not append.
11599         [crti.S not in sysdirs] (omit-deps): Likewise.
11600         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
11601         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
11602         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
11603         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
11604         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
11605         Likewise.
11606         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
11607         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
11608         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
11609         * csu/defs.awk: Remove file.
11610         * sysdeps/generic/initfini.c: Likewise.
11611         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
11612         variable.
11613         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
11614         Likewise.
11616 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
11618         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
11619         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
11620         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
11621         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
11622         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
11623         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
11624         <bits/epoll.h>.
11625         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
11626         (__EPOLL_PACKED): Define to empty if not defined by
11627         <bits/epoll.h>.
11628         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
11629         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
11630         bits/epoll.h.
11632 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
11634         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
11635         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
11636         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
11637         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
11638         <bits/timerfd.h>.
11639         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
11640         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
11641         bits/timerfd.h.
11643 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
11645         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
11646         in C locale.
11647         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
11648         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
11649         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
11650         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11652 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
11654         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
11655         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
11657 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
11659         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
11660         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
11661         defined.
11662         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
11663         Likewise.
11664         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
11665         entry for 2.16.
11667 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
11669         * math/w_acos.c: Use non-signaling floating-point comparisons.
11670         * math/w_acosf.c: Likewise.
11671         * math/w_acosh.c: Likewise.
11672         * math/w_acoshf.c: Likewise.
11673         * math/w_acoshl.c: Likewise.
11674         * math/w_acosl.c: Likewise.
11675         * math/w_asin.c: Likewise.
11676         * math/w_asinf.c: Likewise.
11677         * math/w_asinl.c: Likewise.
11678         * math/w_atanh.c: Likewise.
11679         * math/w_atanhf.c: Likewise.
11680         * math/w_atanhl.c: Likewise.
11681         * math/w_exp2.c: Likewise.
11682         * math/w_exp2f.c: Likewise.
11683         * math/w_exp2l.c: Likewise.
11684         * math/w_j0.c: Likewise.
11685         * math/w_j0f.c: Likewise.
11686         * math/w_j0l.c: Likewise.
11687         * math/w_j1.c: Likewise.
11688         * math/w_j1f.c: Likewise.
11689         * math/w_j1l.c: Likewise.
11690         * math/w_jn.c: Likewise.
11691         * math/w_jnf.c: Likewise.
11692         * math/w_log.c: Likewise.
11693         * math/w_log10.c: Likewise.
11694         * math/w_log10f.c: Likewise.
11695         * math/w_log10l.c: Likewise.
11696         * math/w_log2.c: Likewise.
11697         * math/w_log2f.c: Likewise.
11698         * math/w_log2l.c: Likewise.
11699         * math/w_logf.c: Likewise.
11700         * math/w_logl.c: Likewise.
11701         * math/w_sqrt.c: Likewise.
11702         * math/w_sqrtf.c: Likewise.
11703         * math/w_sqrtl.c: Likewise.
11704         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
11705         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
11706         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
11707         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
11708         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
11710 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
11712         [BZ #9739]
11713         * manual/string.texi (strnlen): Use correct parameter name in
11714         equivalent expression.
11716 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
11718         [BZ #11174]
11719         * manual/users.texi (seteuid): Consistently use neweuid for
11720         argument name.
11722 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
11724         [BZ #13704]
11725         * manual/nss.texi (Services in the NSS configuration): Correct
11726         list of services in example configuration file.
11728 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
11730         [BZ #11322]
11731         * manual/arith.texi: Remove statements about negative zero
11732         behaving identically to zero.
11734 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
11736         [BZ #5993]
11737         * manual/install.texi: Do not document upgrading from libc5.
11739 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
11741         [BZ #4596]
11742         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
11744 2012-02-18  David S. Miller  <davem@davemloft.net>
11746         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
11747         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
11748         %o7 across the call.
11749         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
11750         instead.
11751         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
11752         SETUP_PIC_REG_LEAF.
11753         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
11754         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
11755         * sysdeps/sparc/crtn.S: Likewise.
11757 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
11759         * aout/Makefile: Remove.
11761 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
11763         [BZ #13058]
11764         * manual/examples/argp-ex1.c (main): Format definition in GNU
11765         style.
11766         * manual/examples/argp-ex2.c (main): Likewise.
11767         * manual/examples/argp-ex3.c (main): Likewise.
11768         * manual/examples/argp-ex4.c (main): Likewise.
11769         * manual/examples/longopt.c (main): Use new-style prototype
11770         definition.
11771         * manual/examples/strncat.c (main): Specify return type and use
11772         (void) for arguments.
11773         * manual/examples/subopt.c (main): Use char **argv argument.
11775 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
11777         [BZ #5077]
11778         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
11779         rounding modes.
11781 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
11783         [BZ #6907]
11784         * manual/string.texi (strchr): Change when strchrnul is
11785         recommended.
11787 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
11789         [BZ #174]
11790         * manual/locale.texi (setlocale): Document LOCPATH.
11792 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
11794         [BZ #10210]
11795         * manual/process.texi (execle): Move @dots{} before last argument.
11797 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
11799         [BZ #12047]
11800         * manual/charset.texi (Generic Charset Conversion): Fix typo
11801         (LC_TYPE -> LC_CTYPE).
11803 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
11805         [BZ #5805]
11806         * manual/arith.texi (scalbn): Use @var{} on parameter names.
11807         (scalbnf): Likewise.
11808         (scalbnl): Likewise.
11809         (scalbln): Likewise.
11810         (scalblnf): Likewise.
11811         (scalblnl): Likewise.
11812         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
11813         (vwarnx): Likewise.
11814         (verr): Likewise.
11815         (verrx): Likewise.
11816         * manual/filesys.texi (telldir): Use braces around return type.
11817         * manual/llio.texi (mmap): Add space after comma.
11818         (mmap64): Likewise.
11819         * manual/math.texi (jn): Use @var{} on parameter names.
11820         (jnf): Likewise.
11821         (jnl): Likewise.
11822         (yn): Likewise.
11823         (ynf): Likewise.
11824         (ynl): Likewise.
11825         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
11826         line.
11827         * manual/resource.texi (ulimit): Use @dots{} instead of literal
11828         "...".
11829         (sched_get_priority_min): Remove semicolon on @deftypefun line.
11830         (sched_get_priority_max): Likewise.
11831         * manual/signal.texi (sigvec): Add space after comma.
11832         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
11833         names.
11834         (if_indextoname): Likewise.
11835         (if_freenameindex): Likewise.
11836         (sendto): Use ',' instead of '.' in prototype.
11837         * manual/startup.texi (syscall): Use @dots{} instead of literal
11838         "...".
11839         * manual/stdio.texi (__fpending): Separate initial words of
11840         paragraph from @deftypefun line.
11841         * manual/syslog.texi (syslog): Use @dots{} instead of literal
11842         "...".
11843         (vsyslog): Use @var{} on parameter names.
11844         * manual/terminal.texi (stty): Use @var{} on parameter names.
11845         * manual/users.texi (getutmp): Use @var{} on parameter names.
11846         (getutmpx): Likewise.
11848 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
11850         [BZ #6884]
11851         * manual/stdio.texi (fopen): Fix typos in description of
11852         ",ccs=STRING".
11854 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
11856         [BZ #4026]
11857         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
11858         get clock_id definition.
11860 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
11862         [BZ #4822]
11863         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
11864         (madvise): Cast every argument to void on its own.
11866 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
11868         [BZ #9902]
11869         * manual/startup.texi (Exit Status): Fix typo.
11871 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
11873         [BZ #10140]
11874         * manual/examples/argp-ex1.c: Include <stdlib.h>.
11875         * manual/examples/argp-ex2.c: Likewise.
11876         * manual/examples/argp-ex3.c: Likewise.
11878 2012-02-16  Richard Henderson  <rth@redhat.com>
11880         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
11881         * sysdeps/s390/s390-32/initfini.c: Remove.
11882         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
11883         * sysdeps/s390/s390-64/initfini.c: Remove.
11885 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11887         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
11888         compiler output for sysdeps/generic/initfini.c.
11889         * sysdeps/sh/elf/initfini.c: Remove file.
11891 2012-02-16  David S. Miller  <davem@davemloft.net>
11893         [BZ #11494]
11894         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
11896         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
11897         * sysdeps/sparc/crti.S: New file.
11898         * sysdeps/sparc/crtn.S: New file.
11899         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
11900         * sysdeps/sparc/sparc64/Makefile: Likewise.
11902 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
11904         [BZ #3335]
11905         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
11907 2012-02-15  Roland McGrath  <roland@hack.frob.com>
11909         [BZ #4822]
11910         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
11912         * mach/devstream.c (cookie_io_functions_t): Macro removed.
11913         (write, read, close): Likewise.
11914         Patch by Aurelien Jarno <aurelien@aurel32.net>.
11916 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
11918         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
11919         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
11920         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
11921         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
11922         <bits/signalfd.h>.
11923         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
11924         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
11925         bits/signalfd.h.
11927 2012-02-14  Marek Polacek  <polacek@redhat.com>
11929         * sysdeps/x86_64/crti.S: New file.
11930         * sysdeps/x86_64/crtn.S: New file.
11931         * sysdeps/x86_64/elf/initfini.c: Remove file.
11933 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
11935         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
11936         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
11937         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
11938         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
11939         <bits/inotify.h>.
11940         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
11941         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
11942         bits/inotify.h.
11944 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
11946         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
11947         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
11948         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
11949         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
11950         <bits/eventfd.h>.
11951         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
11952         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
11953         bits/eventfd.h.
11955 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
11957         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
11958         __feraiseexcept instead of feraiseexcept.
11960         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
11961         nanosleep invocations.
11962         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
11963         strings, and add error checking for a nanosleep invocations.
11965 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
11967         Replace FSF snail mail address with URLs, as per GNU coding standards.
11968         Most of the snail mail addresses were wrong anyway, and omitting
11969         them makes the source code easier to maintain.  Almost all of the
11970         changes are to license notices and to locale LC_IDENTIFICATION
11971         addresses, except for this one:
11972         * manual/libc.texinfo: In "Published by", give the FSF's URL,
11973         not its snail mail address.
11975 2012-02-09  Richard Henderson  <rth@twiddle.net>
11977         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
11978         of kernel-features.h.
11980         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
11982 2012-02-08  Marek Polacek  <polacek@redhat.com>
11984         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
11985         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
11986         * sysdeps/gnu/_G_config.h: Likewise.
11987         * sysdeps/generic/_G_config.h: Likewise.
11989 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
11991         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
11992         tests.
11993         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11995         * sysdeps/powerpc/powerpc32/crti.S: New file.
11996         * sysdeps/powerpc/powerpc32/crtn.S: New file.
11997         * sysdeps/powerpc/powerpc64/crti.S: New file.
11998         * sysdeps/powerpc/powerpc64/crtn.S: New file.
12000         * Makeconfig (have-initfini): Don't set.
12001         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
12002         * configure.in (nopic_initfini): Don't substitute.
12003         * config.h.in (HAVE_INITFINI): Don't #undef.
12004         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
12005         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
12007 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
12009         Support crti.S and crtn.S provided directly by architectures.
12010         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
12011         [crti.S in sysdirs] (omit-deps): Likewise.
12012         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
12013         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
12014         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
12015         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
12016         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
12017         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
12018         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
12019         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
12020         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
12021         compiler output for sysdeps/generic/initfini.c.
12022         * sysdeps/i386/elf/Makefile: Remove file.
12023         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
12025 2012-02-07  Marek Polacek  <polacek@redhat.com>
12027         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
12028         * sysdeps/gnu/_G_config.h: Likewise.
12029         * sysdeps/mach/hurd/_G_config.h: Likewise.
12031 2012-02-07  Marek Polacek  <polacek@redhat.com>
12033         * math/Makefile (tests): Add tst-CMPLX2.
12034         * math/tst-CMPLX2.c: New file.
12036 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
12038         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
12040         * math/libm-test.inc (jn_test): Add missing L suffix.
12042 2012-02-06  Marek Polacek  <polacek@redhat.com>
12044         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
12045         * sysdeps/i386/fpu/e_powf.S: Likewise.
12046         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
12047         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
12048         * sysdeps/i386/fpu/e_acosh.S: Likewise.
12049         * sysdeps/i386/fpu/e_pow.S: Likewise.
12050         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
12051         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
12052         * sysdeps/i386/fpu/s_expm1.S: Likewise.
12053         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
12054         * sysdeps/i386/fpu/e_log2.S: Likewise.
12055         * sysdeps/i386/fpu/e_log2l.S: Likewise.
12056         * sysdeps/i386/fpu/e_scalb.S: Likewise.
12057         * sysdeps/i386/fpu/e_powl.S: Likewise.
12058         * sysdeps/i386/fpu/s_log1p.S: Likewise.
12059         * sysdeps/i386/fpu/e_log10f.S: Likewise.
12060         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
12061         * sysdeps/i386/fpu/e_logl.S: Likewise.
12062         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
12063         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
12064         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
12065         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
12066         * sysdeps/i386/fpu/e_log2f.S: Likewise.
12067         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
12068         * sysdeps/i386/fpu/e_log.S: Likewise.
12069         * sysdeps/i386/fpu/s_cexp.S: Likewise.
12070         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
12071         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
12072         * sysdeps/i386/fpu/e_logf.S: Likewise.
12073         * sysdeps/i386/fpu/e_log10l.S: Likewise.
12074         * sysdeps/i386/fpu/e_atanh.S: Likewise.
12075         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
12076         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
12077         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
12078         * sysdeps/i386/fpu/e_log10.S: Likewise.
12079         * sysdeps/i386/fpu/s_frexp.S: Likewise.
12080         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
12081         * sysdeps/i386/fpu/s_asinh.S: Likewise.
12082         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
12083         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
12084         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
12085         * sysdeps/i386/asm-syntax.h: Likewise.
12086         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
12087         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
12088         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
12089         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
12090         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
12091         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
12092         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
12093         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
12094         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
12095         * sysdeps/powerpc/sysdep.h: Likewise.
12096         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
12097         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
12099 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
12101         [BZ #411]
12102         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
12104 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
12106         * sysdeps/i386/sysdep.h: Include <features.h>.
12107         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
12108         version.
12110 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
12112         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
12113         Define.
12114         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
12115         LOAD_PIC_REG_STR.
12117 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
12119         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
12120         (SETUP_PIC_REG): Use GET_PC_THUNK.
12121         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
12122         macro.
12124 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
12126         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
12127         for non-PIC compilation.
12128         (SETUP_PIC_REG): Add .p2align directive.
12129         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
12130         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
12131         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
12132         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
12133         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
12134         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
12135         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
12136         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
12137         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
12138         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
12139         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
12140         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
12141         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
12142         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
12143         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
12144         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
12145         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
12146         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
12147         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
12148         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
12149         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
12150         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
12151         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
12152         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
12153         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
12154         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
12155         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
12156         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
12157         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
12158         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
12159         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
12160         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
12161         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
12162         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
12163         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
12164         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
12165         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
12166         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
12167         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
12168         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
12169         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
12171 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
12173         * math/tst-CMPLX.c: Include <stdio.h>.
12175 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
12177         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
12178         float.
12179         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
12180         * sysdeps/sparc/bits/mathdef.h: Likewise.
12182 2012-01-31  Marek Polacek  <polacek@redhat.com>
12184         * libio/libio.h: Don't define _PARAMS.
12185         * locale/programs/config.h: Don't define PARAMS.
12186         * stdlib/strtol_l.c: Likewise.
12187         (__strtol_l): Remove PARAMS from the prototype.
12189 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
12191         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
12192         names.  Just use the correct names.  Remove unnecessary wrapper
12193         functions.
12194         * malloc/arena.c: Likewise.
12195         * malloc/hooks.c: Likewise.
12197         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
12198         ARENA_TEST says not to.  Simplify test for creation of a new arena.
12199         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
12201 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
12203         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
12204         into tail calls.
12205         (update_get_addr): New function.
12206         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
12207         GET_ADDR_MODULE parameter.
12209 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
12211         * crypt/cert.c: Remove __STDC__ conditionals.
12212         * crypt/crypt-entry.c: Likewise.
12213         * crypt/crypt_util.c: Likewise.
12214         * libio/filedoalloc.c: Likewise.
12215         * libio/fileops.c: Likewise.
12216         * libio/genops.c: Likewise.
12217         * libio/iofclose.c: Likewise.
12218         * libio/iofdopen.c: Likewise.
12219         * libio/iofopen.c: Likewise.
12220         * libio/iofopen64.c: Likewise.
12221         * libio/iogetdelim.c: Likewise.
12222         * libio/iopopen.c: Likewise.
12223         * libio/obprintf.c: Likewise.
12224         * libio/oldfileops.c: Likewise.
12225         * libio/oldiofclose.c: Likewise.
12226         * libio/oldiofdopen.c: Likewise.
12227         * libio/oldiofopen.c: Likewise.
12228         * libio/oldiopopen.c: Likewise.
12229         * libio/wfiledoalloc.c: Likewise.
12230         * libio/wgenops.c: Likewise.
12231         * locale/programs/xmalloc.c: Likewise.
12232         * misc/syslog.c: Likewise.
12233         * stdio-common/xbug.c: Likewise.
12234         * string/memchr.c: Likewise.
12235         * string/memcmp.c: Likewise.
12236         * string/memrchr.c: Likewise.
12237         * string/rawmemchr.c: Likewise.
12238         * sysdeps/posix/getcwd.c: Likewise.
12239         * time/strftime_l.c: Likewise.
12241 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
12243         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
12244         * config.make.in (config-cflags-sse2avx): Define.
12245         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
12246         Fix typo.
12248 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
12250         * scripts/config.guess: Update from upstream config git repository.
12251         * scripts/config.sub: Likewise.
12253 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
12255         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
12256         (EM_NUM): Update.
12257         (R_TILEPRO_*, R_TILEGX_*): New macros.
12259         * scripts/firstversions.awk: Fix bug in version range handling.
12261         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
12263         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
12265         * include/sys/epoll.h: New file.
12266         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
12267         libc_hidden_def.
12269 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
12271         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
12272         Avoid unnecessary __WORDSIZE == 64 test.
12273         (fmaxf): Use VEX format if possible.
12274         (fmax): Likewise.
12275         (fminf): Likewise.
12276         (fmin): Likewise.
12278         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
12279         * math/math_private.h: Remove libc_fegetround* and
12280         libc_fesetround*.
12281         * sysdeps/i386/configure.in: Check for -msse2avx.
12282         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
12283         also if SSE2AVX is defined.
12284         Remove libc_fegetround* and libc_fesetround*.
12285         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
12286         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
12287         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
12288         of HAS_YMM_USABLE.
12289         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
12290         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
12291         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
12292         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
12293         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
12295         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
12297 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12299         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
12300         size is not set.
12301         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
12303 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
12305         [BZ #13618]
12306         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
12307         relocation.
12308         * Makeconfig (libm): Define.
12309         * elf/Makefile: Add rules to build and run tst-relsort1.
12310         * elf/tst-relsort1.c: New file.
12311         * elf/tst-relsort1mod1.c: New file.
12312         * elf/tst-relsort1mod2.c: New file.
12314 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
12316         * math/s_ldexp.c: Remove __STDC__ conditionals.
12317         * math/s_ldexpf.c: Likewise.
12318         * math/s_ldexpl.c: Likewise.
12319         * math/s_nextafter.c: Likewise.
12320         * math/s_nexttowardf.c: Likewise.
12321         * math/s_significand.c: Likewise.
12322         * math/s_significandf.c: Likewise.
12323         * math/s_significandl.c: Likewise.
12324         * math/w_jnl.c: Likewise.
12325         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
12326         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
12327         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
12328         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
12329         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
12330         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
12331         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
12332         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
12333         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
12334         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
12335         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
12336         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
12337         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
12338         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
12339         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
12340         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
12341         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
12342         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
12343         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
12344         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
12345         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
12346         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
12347         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
12348         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
12349         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
12350         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
12351         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
12352         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
12353         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
12354         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
12355         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
12356         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
12357         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
12358         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
12359         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
12360         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
12361         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
12362         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
12363         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
12364         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
12365         * sysdeps/ieee754/k_standard.c: Likewise.
12366         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
12367         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
12368         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
12369         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
12370         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
12371         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
12372         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
12373         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
12374         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
12375         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
12376         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
12377         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
12378         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
12379         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
12380         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
12381         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
12382         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
12383         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
12384         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
12385         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
12386         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
12387         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
12388         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
12389         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
12390         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
12391         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
12392         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
12393         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
12394         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
12395         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
12396         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
12397         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
12398         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
12399         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
12400         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
12401         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
12402         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
12403         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
12404         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
12405         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
12406         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
12407         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
12408         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
12409         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
12410         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
12411         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
12412         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
12413         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
12414         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
12415         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
12416         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
12417         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
12418         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
12419         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
12420         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
12421         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
12422         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
12423         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
12424         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
12425         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
12426         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
12427         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
12428         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
12429         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
12430         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
12431         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
12432         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
12433         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
12434         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
12435         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
12436         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
12437         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
12438         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
12439         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
12440         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
12441         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
12442         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
12443         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
12444         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
12445         * sysdeps/ieee754/s_matherr.c: Likewise.
12446         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
12447         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
12448         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
12449         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
12451 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
12453         * crypt/md5.h: Remove __STDC__ conditionals.
12454         * libio/libioP.h: Likewise.
12455         * locale/programs/config.h: Likewise.
12456         * sysdeps/generic/sysdep.h: Likewise.
12457         * sysdeps/i386/asm-syntax.h: Likewise.
12458         * sysdeps/s390/asm-syntax.h: Likewise.
12459         * sysdeps/unix/sysdep.h: Likewise.
12460         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
12461         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
12463 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
12465         * libio/libio.h: Remove __STDC__ conditionals.
12466         * malloc/obstack.h: Likewise.
12467         * math/complex.h: Likewise.
12468         * math/math.h: Likewise.
12469         * sysdeps/generic/_G_config.h: Likewise.
12470         * sysdeps/gnu/_G_config.h: Likewise.
12471         * sysdeps/mach/hurd/_G_config.h: Likewise.
12472         * sysdeps/powerpc/bits/mathdef.h: Likewise.
12473         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
12474         * sysdeps/sparc/bits/mathdef.h: Likewise.
12476 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
12478         [BZ #13583]
12479         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
12480         Clean up HAS_* macros.
12481         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
12482         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
12483         possible.
12484         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
12485         HAS_AVX.
12486         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
12487         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
12488         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
12489         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
12490         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
12492 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
12494         * elf/tst-unique3.cc (gets): Remove declaration.
12495         * elf/tst-unique3lib.cc (gets): Likewise.
12496         * elf/tst-unique3lib2.cc (gets): Likewise.
12497         * elf/tst-unique4.cc (gets): Likewise.
12499 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
12501         * include/stdio.h: Add C++ protection.  Add gets declarations and
12502         definitions.
12503         * debug/tst-chk1.c: Don't declare gets here.
12504         * stdio-common/tst-gets.c: Likewise.
12506 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
12508         * posix/glob: Remove directory.
12510 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
12512         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
12514 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
12516         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
12517         of the non-standard EPFNOSUPPORT.
12519 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
12521         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
12522         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
12523         ANYWHERE set to 1 only on KERN_NO_SPACE error.
12525 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
12527         * wcsmbs/uchar.h: Test __STDC_VERSION__.
12529 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
12531         * nscd/aicache.c (addhstaiX): Do not cache negative results of
12532         transient errors.
12533         * nscd/grpcache.c (cache_addgr): Likewise.
12534         * nscd/hstcache.c (cache_addhst): Likewise.
12535         * nscd/initgrcache.c (addinitgroupsX): Likewise.
12536         * nscd/pwdcache.c (cache_addpw): Likewise.
12537         * nscd/servicescache.c (cache_addserv): Likewise.
12539 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
12541         * malloc/malloc.c: Various cleanups.
12542         * malloc/hooks.c: Likewise.
12544         * stdlib/Makefile (tests): Add bug-fmtmsg1.
12545         * stdlib/bug-fmtmsg1.c: New file.
12547         * stdlib/fmtmsg.c (init): Add missing unlock.
12548         Patch by Peng Haitao <penght@cn.fujitsu.com>.
12550 2012-01-12  Marek Polacek  <polacek@redhat.com>
12552         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
12553         and _GNU_SOURCE.
12555 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
12557         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
12558         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
12559         macro to ensure uniqueness of label name.
12560         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
12561         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
12563 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
12565         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
12567         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
12568         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
12569         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
12570         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
12572 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
12574         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
12576         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
12577         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
12578         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
12580         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
12582         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
12583         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
12584         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
12585         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
12587         * math/bits/math-finite.h: Add ldexp support.
12589 2012-01-10  Marek Polacek  <polacek@redhat.com>
12591         * locale/programs/localedef.h (show_archive_content): Add noreturn
12592         attribute.
12594 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
12596         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
12598 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
12600         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
12602         * io/Makefile (headers): Add bits/poll2.h.
12604 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
12606         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
12607         typo #include statement.
12609 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
12611         * include/sys/cdefs.h: Define __attribute_alloc_size.
12612         * catgets/gencat.c: Add alloc_size attribute and apply consistently
12613         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
12614         * elf/pldd.c: Likewise.
12615         * iconv/iconv_charmap.c: Likewise.
12616         * iconv/iconvconfig.c: Likewise.
12617         * iconv/strtab.c: Likewise.
12618         * locale/programs/locale.c: Likewise.
12619         * locale/programs/localedef.h: Likewise.
12620         * locale/programs/simple-hash.c: Likewise.
12621         * nscd/nscd.h: Likewise.
12622         * nss/makedb.c: Likewise.
12623         * sysdeps/generic/ldconfig.h: Likewise.
12624         * locale/programs/localedef.c: Remove xmalloc prototype.
12625         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
12627 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
12629         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
12630         appropriate.
12632 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
12634         * math/Makefile (tests): Add tst-CMPLX.
12635         * math/tst-CMPLX.c: New file.
12637         * math/complex.h (CMPLXL): Fix typo.
12639         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
12640         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
12641         GLIBC_2.16.
12642         * debug/tst-chk1.c: Add poll and ppoll tests.
12643         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
12644         * include/sys/poll.h: Add hidden proto for ppoll.
12645         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
12646         * sysdeps/mach/hurd/ppoll.c: Likewise.
12647         * io/ppoll.c: Likewise.
12648         * debug/poll_chk.c: New file.
12649         * debug/ppoll_chk.c: New file.
12650         * include/bits/poll2.h: New file.
12651         * io/bits/poll2.h: New file.
12653         [BZ #1350]
12654         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
12656         * configure.in: static is always set to yes.  Remove.
12657         * config.make.in: Don't set build-static.
12658         * Makeconfig: Remove use of build-static.
12659         * dlfcn/Makefile: Likewise.
12660         * elf/Makefile: Likewise.
12661         * math/Makefile: Likewise.
12662         * misc/Makefile: Likewise.
12663         * nptl/Makefile: Likewise.
12664         * sysdeps/mach/hurd/Makefile: Likewise.
12666         * configure.in: PWD_P is not used anymore.
12667         * config.make.in: Remove PWD_P entry.
12669         * configure.in: Remove last remnants of RANLIB.
12670         No need to check for signed size_t anymore.
12671         Don't set libc_commonpagesize and libc_relro_required here for Alpha
12672         and IA-64.
12673         Remove __builtin_expect test because we require at least gcc 3.4.
12674         * aclocal.m4: Likewise.
12676         * wcsmbs/mbrtoc16.c: Implement using towc function.
12677         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
12678         * wcsmbs/wcsmbsload.c: Likewise.
12679         * iconv/gconv_simple.c: Likewise.
12680         * iconv/gconv_int.h: Likewise.
12681         * iconv/gconv_builtin.h: Likewise.
12682         * iconv/iconv_prog.c: Remove CHAR16 handling.
12684         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
12686         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
12688         * configure.in: Remove --with-elf and --enable-bounded options.
12689         Dont set base_machine for ia64.  More non-ELF conditions removed.
12690         Remove testing and setting of leading underscore information.
12691         * config.make.in (build-bounded): Set to no.
12692         * config.h.in: Remove NO_UNDERSCORES entry.
12693         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
12694         them.
12695         * csu/start.c: Remove !NO_UNDERSCORE code.
12696         * locale/localeinfo.h: Likewise.
12697         * sysdeps/generic/machine-gmon.h: Likewise.
12698         * sysdeps/generic/sysdep.h: Likewise.
12699         * sysdeps/i386/sysdep.h: Likewise.
12700         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
12701         * sysdeps/mach/sysdep.h: Likewise.
12702         * sysdeps/s390/s390-32/sysdep.h: Likewise.
12703         * sysdeps/s390/s390-64/sysdep.h: Likewise.
12704         * sysdeps/sh/sysdep.h: Likewise.
12705         * sysdeps/sparc/sparc32/alloca.S: Likewise.
12706         * sysdeps/unix/i386/sysdep.S: Likewise.
12707         * sysdeps/unix/sparc/start.c: Likewise.
12708         * sysdeps/unix/sparc/sysdep.S: Likewise.
12709         * sysdeps/unix/sparc/sysdep.h: Likewise.
12710         * sysdeps/unix/start.c: Likewise.
12711         * sysdeps/unix/x86_64/sysdep.S: Likewise.
12712         * sysdeps/x86_64/sysdep.h: Likewise.
12714 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
12716         [BZ #13553]
12717         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
12718         for non-gcc.
12719         * argp/argp-fmtstream.h: Use const instead __const.
12720         * argp/argp.h: Likewise.
12721         * assert/assert.h: Likewise.
12722         * bits/fenv.h: Likewise.
12723         * bits/sched.h: Likewise.
12724         * bits/sigset.h: Likewise.
12725         * bits/sigthread.h: Likewise.
12726         * catgets/nl_types.h: Likewise.
12727         * conform/data/pthread.h-data: Likewise.
12728         * crypt/crypt-private.h: Likewise.
12729         * crypt/crypt.h: Likewise.
12730         * crypt/crypt_util.c: Likewise.
12731         * ctype/ctype.h: Likewise.
12732         * debug/execinfo.h: Likewise.
12733         * debug/mbsnrtowcs_chk.c: Likewise.
12734         * debug/mbsrtowcs_chk.c: Likewise.
12735         * debug/wcsnrtombs_chk.c: Likewise.
12736         * debug/wcsrtombs_chk.c: Likewise.
12737         * debug/wcstombs_chk.c: Likewise.
12738         * dirent/dirent.h: Likewise.
12739         * dlfcn/dlfcn.h: Likewise.
12740         * elf/neededtest4.c: Likewise.
12741         * grp/grp.h: Likewise.
12742         * gshadow/gshadow.h: Likewise.
12743         * iconv/gconv.h: Likewise.
12744         * iconv/gconv_int.h: Likewise.
12745         * iconv/gconv_simple.c: Likewise.
12746         * iconv/iconv.h: Likewise.
12747         * iconv/loop.c: Likewise.
12748         * iconv/skeleton.c: Likewise.
12749         * include/aio.h: Likewise.
12750         * include/aliases.h: Likewise.
12751         * include/argz.h: Likewise.
12752         * include/arpa/inet.h: Likewise.
12753         * include/assert.h: Likewise.
12754         * include/dirent.h: Likewise.
12755         * include/dlfcn.h: Likewise.
12756         * include/execinfo.h: Likewise.
12757         * include/fcntl.h: Likewise.
12758         * include/fenv.h: Likewise.
12759         * include/glob.h: Likewise.
12760         * include/grp.h: Likewise.
12761         * include/libintl.h: Likewise.
12762         * include/mntent.h: Likewise.
12763         * include/netdb.h: Likewise.
12764         * include/pwd.h: Likewise.
12765         * include/rpc/netdb.h: Likewise.
12766         * include/sched.h: Likewise.
12767         * include/search.h: Likewise.
12768         * include/shadow.h: Likewise.
12769         * include/signal.h: Likewise.
12770         * include/stdio.h: Likewise.
12771         * include/stdlib.h: Likewise.
12772         * include/string.h: Likewise.
12773         * include/sys/socket.h: Likewise.
12774         * include/sys/stat.h: Likewise.
12775         * include/sys/statfs.h: Likewise.
12776         * include/sys/statvfs.h: Likewise.
12777         * include/sys/syslog.h: Likewise.
12778         * include/sys/time.h: Likewise.
12779         * include/sys/uio.h: Likewise.
12780         * include/time.h: Likewise.
12781         * include/unistd.h: Likewise.
12782         * include/utmp.h: Likewise.
12783         * include/wchar.h: Likewise.
12784         * include/wctype.h: Likewise.
12785         * inet/aliases.h: Likewise.
12786         * inet/arpa/inet.h: Likewise.
12787         * inet/netinet/ether.h: Likewise.
12788         * inet/netinet/in.h: Likewise.
12789         * intl/libintl.h: Likewise.
12790         * io/bits/fcntl2.h: Likewise.
12791         * io/fcntl.h: Likewise.
12792         * io/ftw.h: Likewise.
12793         * io/sys/poll.h: Likewise.
12794         * io/sys/stat.h: Likewise.
12795         * io/sys/statfs.h: Likewise.
12796         * io/sys/statvfs.h: Likewise.
12797         * io/utime.h: Likewise.
12798         * libio/bits/stdio.h: Likewise.
12799         * libio/bits/stdio2.h: Likewise.
12800         * libio/libio.h: Likewise.
12801         * libio/libioP.h: Likewise.
12802         * libio/stdio.h: Likewise.
12803         * locale/lc-ctype.c: Likewise.
12804         * locale/locale.h: Likewise.
12805         * login/utmp.h: Likewise.
12806         * malloc/arena.c: Likewise.
12807         * malloc/malloc.c: Likewise.
12808         * malloc/malloc.h: Likewise.
12809         * malloc/mcheck.c: Likewise.
12810         * malloc/mtrace.c: Likewise.
12811         * math/bits/mathcalls.h: Likewise.
12812         * math/fenv.h: Likewise.
12813         * math/math_private.h: Likewise.
12814         * misc/bits/error.h: Likewise.
12815         * misc/bits/syslog.h: Likewise.
12816         * misc/err.h: Likewise.
12817         * misc/error.h: Likewise.
12818         * misc/fstab.h: Likewise.
12819         * misc/mntent.h: Likewise.
12820         * misc/regexp.h: Likewise.
12821         * misc/search.h: Likewise.
12822         * misc/sgtty.h: Likewise.
12823         * misc/sys/mman.h: Likewise.
12824         * misc/sys/syslog.h: Likewise.
12825         * misc/sys/uio.h: Likewise.
12826         * misc/sys/xattr.h: Likewise.
12827         * misc/ttyent.h: Likewise.
12828         * nis/rpcsvc/ypclnt.h: Likewise.
12829         * nss/nss.h: Likewise.
12830         * posix/bits/unistd.h: Likewise.
12831         * posix/fnmatch.h: Likewise.
12832         * posix/glob.h: Likewise.
12833         * posix/sched.h: Likewise.
12834         * posix/spawn.h: Likewise.
12835         * posix/sys/wait.h: Likewise.
12836         * posix/unistd.h: Likewise.
12837         * posix/wordexp.h: Likewise.
12838         * pwd/pwd.h: Likewise.
12839         * resolv/netdb.h: Likewise.
12840         * resource/sys/resource.h: Likewise.
12841         * rt/aio.h: Likewise.
12842         * rt/bits/mqueue2.h: Likewise.
12843         * rt/mqueue.h: Likewise.
12844         * shadow/shadow.h: Likewise.
12845         * signal/signal.h: Likewise.
12846         * socket/send.c: Likewise.
12847         * socket/sendto.c: Likewise.
12848         * socket/sys/socket.h: Likewise.
12849         * stdio-common/printf.h: Likewise.
12850         * stdlib/bits/stdlib.h: Likewise.
12851         * stdlib/fmtmsg.h: Likewise.
12852         * stdlib/monetary.h: Likewise.
12853         * stdlib/stdlib.h: Likewise.
12854         * stdlib/ucontext.h: Likewise.
12855         * streams/stropts.h: Likewise.
12856         * string/argz.h: Likewise.
12857         * string/bits/string2.h: Likewise.
12858         * string/string.h: Likewise.
12859         * string/strings.h: Likewise.
12860         * sunrpc/rpc/auth.h: Likewise.
12861         * sunrpc/rpc/auth_des.h: Likewise.
12862         * sunrpc/rpc/clnt.h: Likewise.
12863         * sunrpc/rpc/netdb.h: Likewise.
12864         * sunrpc/rpc/pmap_clnt.h: Likewise.
12865         * sunrpc/rpc/xdr.h: Likewise.
12866         * sysdeps/generic/inttypes.h: Likewise.
12867         * sysdeps/generic/net/if.h: Likewise.
12868         * sysdeps/generic/sys/swap.h: Likewise.
12869         * sysdeps/gnu/net/if.h: Likewise.
12870         * sysdeps/gnu/utmpx.h: Likewise.
12871         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
12872         * sysdeps/i386/i486/bits/string.h: Likewise.
12873         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
12874         * sysdeps/s390/bits/string.h: Likewise.
12875         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
12876         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
12877         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
12878         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
12879         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
12880         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
12881         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
12882         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
12883         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
12884         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
12885         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
12886         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
12887         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
12888         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
12889         * sysdeps/unix/sysv/linux/readv.c: Likewise.
12890         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
12891         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
12892         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
12893         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
12894         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
12895         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
12896         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
12897         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
12898         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
12899         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
12900         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
12901         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
12902         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
12903         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
12904         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
12905         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
12906         * sysvipc/sys/ipc.h: Likewise.
12907         * sysvipc/sys/msg.h: Likewise.
12908         * sysvipc/sys/sem.h: Likewise.
12909         * sysvipc/sys/shm.h: Likewise.
12910         * termios/termios.h: Likewise.
12911         * time/sys/time.h: Likewise.
12912         * time/time.h: Likewise.
12913         * wcsmbs/bits/wchar2.h: Likewise.
12914         * wcsmbs/uchar.h: Likewise.
12915         * wcsmbs/wchar.h: Likewise.
12916         * wctype/wctype.h: Likewise.
12918         [BZ #13551]
12919         * Makeconfig: Remove all but ELF support including AIX support.
12920         * Makerules: Likewise.
12921         * config.h.in: Likewise.
12922         * config.make.in: Likewise.
12923         * configure: Likewise.
12924         * configure.in: Likewise.
12925         * csu/Makefile: Likewise.
12926         * csu/version.c: Likewise.
12927         * debug/Makefile: Likewise.
12928         * dlfcn/Makefile: Likewise.
12929         * elf/Makefile: Likewise.
12930         * extra-lib.mk: Likewise.
12931         * iconv/Makefile: Likewise.
12932         * include/libc-symbols.h: Likewise.
12933         * include/shlib-compat.h: Likewise.
12934         * resolv/Makefile: Likewise.
12935         * resolv/res_libc.c: Likewise.
12936         * rt/Makefile: Likewise.
12937         * sysdeps/i386/asm-syntax.h: Likewise.
12938         * sysdeps/i386/sysdep.h: Likewise.
12939         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
12940         * sysdeps/mach/sysdep.h: Likewise.
12941         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
12942         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
12943         * sysdeps/s390/asm-syntax.h: Likewise.
12944         * sysdeps/s390/s390-32/sysdep.h: Likewise.
12945         * sysdeps/s390/s390-64/sysdep.h: Likewise.
12946         * sysdeps/sh/sysdep.h: Likewise.
12947         * sysdeps/unix/sparc/sysdep.h: Likewise.
12948         * sysdeps/wordsize-32/divdi3.c: Likewise.
12949         * sysdeps/x86_64/sysdep.h: Likewise.
12951         * argp/Versions: Remove _argp_unlock_xxx.
12953         [BZ #13559]
12954         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
12955         * abilist/libBrokenLocale.abilist: Likewise.
12956         * abilist/libanl.abilist: Likewise.
12957         * abilist/libc.abilist: Likewise.
12958         * abilist/libcrypt.abilist: Likewise.
12959         * abilist/libdl.abilist: Likewise.
12960         * abilist/libm.abilist: Likewise.
12961         * abilist/libnsl.abilist: Likewise.
12962         * abilist/libpthread.abilist: Likewise.
12963         * abilist/libresolv.abilist: Likewise.
12964         * abilist/librt.abilist: Likewise.
12965         * abilist/libthread_db.abilist: Likewise.
12966         * abilist/libutil.abilist: Likewise.
12967         * abilist/libnss_db.abilist: New file.
12969         * scripts/abilist.awk: Add support for indirect functions.
12971         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
12973         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
12975         * shlib-versions: Remove entries for ports architectures.
12977         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
12978         files in ports.
12979         * elf/stackguard-macros.h: Remove support for IA-64.
12980         * elf/tst-auditmod1.c: Likewise.
12981         * sysdeps/generic/ldsodefs.h: Likewise.
12983         * sysdeps/unix/sysv/linux/configure.in: Ports should define
12984         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
12985         configure files.
12987         [BZ #13552]
12988         * configure.in: Remove --enable-omitfp support.
12989         * FAQ.in: Adjust.
12990         * config.make.in: Likewise.
12991         * Makeconfig: Likewise.
12992         * manual/install.texi: Likewise.
12994         In case anyone cares, the IA-64 architecture could move to ports.
12995         * sysdeps/ia64/*: Removed.
12996         * sysdeps/unix/sysv/linux/ia64/*: Removed.
12997         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
12999         [BZ #13555]
13000         * configure.in: Remove entries for unsupported architectures.
13002         [BZ #13533]
13003         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
13004         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
13005         routines.
13006         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
13007         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
13008         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
13009         fall back to using wcrtomb.
13010         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
13011         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
13012         renaming.
13013         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
13014         * wcsmbs/tst-c16c32-1.c: New file.
13016         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
13017         local variable.
13019         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
13021         * elf/tst-unique3.cc: Add explicit declaration of gets.
13022         * elf/tst-unique3lib.cc: Likewise.
13023         * elf/tst-unique3lib2.cc: Likewise.
13024         * elf/tst-unique4.cc: Likewise.
13026         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
13028 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
13030         [BZ #13566]
13031         * assert/assert.h (static_assert): Don't define for C++.
13032         * libio/stdio.h (gets): Do declare for C++ <= C++11.
13033         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
13035 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
13037         * iconv/loop.c (single loop): Fix assertion in storing of
13038         remaining bytes.
13040         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
13042 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
13044         * posix/getconf.c: Update copyright year.
13045         * nss/getent.c: Likewise.
13046         * nss/makedb.c: Likewise.
13047         * iconv/iconvconfig.c: Likewise.
13048         * iconv/iconv_prog.c: Likewise.
13049         * elf/ldconfig.c: Likewise.
13050         * elf/pldd.c: Likewise.
13051         * elf/sotruss.ksh: Likewise.
13052         * catgets/gencat.c: Likewise.
13053         * csu/version.c: Likewise.
13054         * elf/ldd.bash.in: Likewise.
13055         * elf/sprof.c (print_version): Likewise.
13056         * locale/programs/locale.c: Likewise.
13057         * locale/programs/localedef.c: Likewise.
13058         * login/programs/pt_chown.c: Likewise.
13059         * nscd/nscd.c (print_version): Likewise.
13060         * debug/xtrace.sh: Likewise.
13061         * malloc/memusage.sh: Likewise.
13062         * malloc/mtrace.pl: Likewise.
13063         * debug/catchsegv.sh: Likewise.
13065 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
13067         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
13068         pure attribute.
13070 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
13072         [BZ #13533]
13073         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
13074         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
13075         transformations.
13076         * iconv/gconv_int.h: Likewise.
13077         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
13078         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
13079         from libc for GLIBC_2.16.
13080         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
13081         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
13082         * wcsmbs/uchar.h: Really define mbstate_t.
13083         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
13084         * wcsmbs/c16rtomb.c: New file.
13085         * wcsmbs/mbrtoc16.c: New file.
13086         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
13087         for C/POSIX locale.
13088         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
13089         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
13091         * wcsmbs/wchar.h: Add missing __restrict.
13093 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
13095         [BZ #13532]
13096         * time/Makefile (routines): Add timespec_get.
13097         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
13098         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
13099         timespec for ISO C11.
13100         * time/timespec_get.c: New file.
13101         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
13102         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
13104         [BZ #13531]
13105         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
13106         * stdlib/stdlib.h: Declare aligned_alloc.
13107         * Versions.def: Add GLIBC_2.16 for libc.
13108         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
13110         [BZ 13527]
13111         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
13112         ISO C11.
13114         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
13115         code.
13117         [BZ #13528]
13118         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
13120         [BZ #13529]
13121         * assert/assert.h (static_assert): Define.
13123         * version.h: Update for 2.16 development version.
13125         [BZ #13526]
13126         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
13127         _ISOC11_SOURCE.
13129         * version.h (RELEASE): Bump for 2.15 release.
13130         * include/features.h (__GLIBC_MINOR__): Bump to 15.
13132         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
13133         Patch by Marek Polacek <mpolacek@redhat.com>.
13135         * bits/byteswap.h: Protect long long constants with __extension__.
13136         * sysdeps/i386/bits/byteswap.h: Likewise.
13137         * sysdeps/ia64/bits/byteswap.h: Likewise.
13138         * sysdeps/s390/bits/byteswap.h: Likewise.
13139         * sysdeps/x86_64/bits/byteswap.h: Likewise.
13141 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
13143         [BZ #13540]
13144         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
13145         destination buffer.
13146         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
13148 2011-12-23  Marek Polacek  <polacek@redhat.com>
13150         * elf/dl-addr.c (determine_info): Add inline keyword.
13151         * elf/tst-auditmod4b.c (check_avx): Likewise.
13152         * elf/tst-auditmod6b.c (check_avx): Likewise.
13153         * elf/tst-auditmod6c.c (check_avx): Likewise.
13154         * elf/tst-auditmod7b.c (check_avx): Likewise.
13156 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
13158         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
13159         !__SSE_MATH__.
13161 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
13163         [BZ #13540]
13164         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
13165         processing for last bytes.
13167 2011-08-06  Bruno Haible  <bruno@clisp.org>
13169         [BZ #13061]
13170         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
13171         U+0385, not to U+1FEE.
13173         [BZ #13062]
13174         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
13175         entry for U+00A5 U+0301.
13177 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
13179         [BZ #13166]
13180         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
13181         buffer for the output is too small.
13183         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
13184         optimization.
13186         [BZ #13185]
13187         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
13188         SSE flags if possible.
13190 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
13192         [BZ #13540]
13193         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
13194         processing for last bytes.
13196 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
13198         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
13199         (syscall-list-default-options, syscall-list-default-condition)
13200         (syscall-list-includes): Define.
13201         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
13202         list of ABIs and options and #if conditions for each ABI.  Do not
13203         handle common syscalls between ABIs specially.
13204         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
13205         Remove.
13206         (syscall-list-variants, syscall-list-32bit-options)
13207         (syscall-list-32bit-condition, syscall-list-64bit-options)
13208         (syscall-list-64bit-condition): Define.
13209         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
13210         (syscall-list-variants, syscall-list-32bit-options)
13211         (syscall-list-32bit-condition, syscall-list-64bit-options)
13212         (syscall-list-64bit-condition): Define.
13213         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
13214         Remove.
13215         (syscall-list-variants, syscall-list-32bit-options)
13216         (syscall-list-32bit-condition, syscall-list-64bit-options)
13217         (syscall-list-64bit-condition): Define.
13218         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
13219         Remove.
13220         (syscall-list-variants, syscall-list-32bit-options)
13221         (syscall-list-32bit-condition, syscall-list-64bit-options)
13222         (syscall-list-64bit-condition): Define.
13224 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
13226         * locale/iso-639.def: Add brx entry.
13228         [BZ #13328]
13229         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
13230         Proposed by Mariusz_Cukr <marcukr@op.pl>.
13232         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
13233         __feraiseexcept_renamed.
13235 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
13237         [BZ #13538]
13238         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
13239         EPOLLET with unsigned values.
13240         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
13241         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
13243         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
13244         to large cancellation.
13245         * math/s_cacoshf.c: Likewise.
13246         * math/s_cacoshl.c: Likewise.
13248 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
13250         [BZ #13305]
13251         [BZ #12786]
13252         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
13253         * math/s_cacoshf.c: Likewise.
13254         * math/s_cacoshl.c: Likewise.
13256 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
13258         [BZ #13439]
13259         * iconv/gconv.h: Define __GCONV_SWAP.
13260         * iconvdata/unicode.c: The swap bit must be stored in __flags.
13261         * iconvdata/utf-16.c: Likewise.
13262         * iconvdata/utf-32.c: Likewise.
13264 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
13266         [BZ #13524]
13267         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
13268         numerator after shifting it by one limb.
13270 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
13272         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
13273         under [__USE_EXTERN_INLINES].
13275 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
13277         [BZ #13446]
13278         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
13280 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13282         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
13283         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
13284         optimized code.
13285         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
13286         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
13287         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
13288         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
13289         for strncasecmp/strncasecmp_l compilation.
13290         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
13291         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
13293 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
13295         [BZ #13484]
13296         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
13297         of __asm__.
13299 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
13301         [BZ #13506]
13302         * time/tzfile.c (__tzfile_read): Check values from file header.
13304 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
13306         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
13307         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
13308         * powerpc/powerpc32/dl-start.S: Likewise.
13309         * powerpc/powerpc32/elf/start.S: Likewise.
13310         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
13311         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
13312         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
13313         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
13314         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
13315         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
13316         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
13317         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
13318         * powerpc/powerpc32/fpu/s_round.S: Likewise.
13319         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
13320         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
13321         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
13322         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
13323         * powerpc/powerpc32/memset.S: Likewise.
13324         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
13325         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
13326         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
13327         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
13328         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
13329         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
13330         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
13331         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
13332         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
13333         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
13334         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
13335         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
13336         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
13338 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13340         * math/libm-test.inc: Added more nearbyint tests.
13341         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
13342         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
13343         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
13344         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
13346 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
13348         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
13349         FD_CLOEXEC.
13351 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
13353         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
13354         Add wcscpy-ssse3 wcscpy-c.
13355         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
13356         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
13357         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
13358         * sysdeps/x86_64/wcschr.S: New file.
13359         * sysdeps/x86_64/wcsrchr.S: New file.
13360         * string/test-strcmp.c: Remove checking of wcscmp function for
13361         wrong alignments.
13362         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
13363         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
13364         wcsrchr-sse2 wcsrchr-c.
13365         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
13366         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
13367         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
13368         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
13369         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
13370         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
13371         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
13372         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
13373         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
13374         * wcsmbc/wcschr.c (WCSCHR): New macro.
13376 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
13378         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
13379         * wcsmbs/test-wcsrchr.c: New file.
13380         * string/test-strrchr.c: Add wcsrchr support.
13381         (WIDE): New macro.
13382         * wcsmbs/test-wcscpy.c: New file.
13383         * string/test-strcpy.c: Add wcscpy support.
13384         (WIDE): New macro.
13386 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
13388         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
13389         the inner loop.
13391 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
13393         [BZ #13472]
13394         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
13396 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
13398         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
13399         Minor optimizations.
13401         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
13402         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
13403         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
13405 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
13407         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
13408         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
13409         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
13410         for gcc to avoid warnings.
13411         * inet/Makefile (tests): Add tst-checks.
13412         * inet/tst-checks.c: New file.
13414         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
13415         warning.
13417         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
13418         __wmemcmp_sse2.
13420         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
13421         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
13423         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
13425 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
13427         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
13428         problem.
13430         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
13432 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
13434         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
13435         conditional on GCC version.
13436         (__arch_compare_and_exchange_val_8_acq)
13437         (__arch_compare_and_exchange_val_16_acq)
13438         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
13439         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
13440         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
13442 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
13444         * sysdeps/sh/backtrace.c: New file.
13446 2011-12-02  Andreas Schwab  <schwab@redhat.com>
13448         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
13449         parenthesis.
13451 2011-12-01  Andreas Schwab  <schwab@redhat.com>
13453         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
13454         falling back to utime.
13456 2011-11-30  Andreas Schwab  <schwab@redhat.com>
13458         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
13459         expectations for float.
13461 2011-11-29  Andreas Schwab  <schwab@redhat.com>
13463         * locale/weight.h (findidx): Add parameter len.
13464         * locale/weightwc.h (findidx): Likewise.
13465         * posix/fnmatch_loop.c (FCT): Adjust caller.
13466         * posix/regcomp.c (build_equiv_class): Likewise.
13467         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
13468         * posix/regexec.c (check_node_accept_bytes): Likewise.
13469         * string/strcoll_l.c (STRCOLL): Likewise.
13470         * string/strxfrm_l.c (STRXFRM): Likewise.
13472 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
13474         * Makefile.in: Remove CVSOPT handling.
13475         * configure.in: Remove use of AC_REVISION.
13476         * iconvdata/Makefile (distribute): No need to filter out CVS.
13477         * scripts/list-sources.sh: Remove CVS, subversion and monotone
13478         handling.
13480 2011-11-16  Andreas Schwab  <schwab@redhat.com>
13482         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
13483         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
13484         [USE_AS_STRNCASECMP_L]: Likewise.
13485         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
13486         NO_TLS_DIRECT_SEG_REFS.
13487         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
13488         Fix argument offsets for non-PIC.
13489         [USE_AS_STRNCASECMP_L]: Likewise.
13490         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
13491         NO_TLS_DIRECT_SEG_REFS.
13493 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
13495         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
13496         O_CLOEXEC.
13497         * locale/loadlocale.c (_nl_load_locale): Likewise.
13499 2011-11-15  Andreas Schwab  <schwab@redhat.com>
13501         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
13502         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
13503         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
13504         (SYSCALL_GETTIME): Set errno on error.
13506         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
13507         count references to noai6ai_cached.
13509 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
13511         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
13513         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
13514         FD_CLOEXEC for /proc/self/maps.
13516         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
13517         FD_CLOEXEC for /proc/meminfo.
13519         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
13520         gai.conf.
13522         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
13523         FD_CLOEXEC for given file.
13525         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
13527         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
13528         FD_CLOEXEC for /etc/hosts.
13529         (_gethtent): Likewise.
13531         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
13533         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
13534         cancellation and set FD_CLOEXEC for /etc/netgroup.
13536         * nss/nss_files/files-key.c (search): Don't allow cancellation when
13537         reading /etc/publickey.
13539         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
13540         allow cancellation when reading /etc/group.
13542         * nss/nss_files/files-alias.c (internal_setent): Don't allow
13543         cancellation.
13544         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
13546         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
13547         when using data file.
13549         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
13551         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
13552         (write_nis_obj): Use "c" and "e" in fopen.
13554         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
13556         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
13558         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
13560         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
13562         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
13563         locale.alias.
13565         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
13567         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
13569         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
13571         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
13572         file parsing and set FD_CLOEXEC.
13574 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
13576         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
13578 2011-11-14  Andreas Schwab  <schwab@redhat.com>
13580         * malloc/arena.c (arena_get2): Don't call reused_arena when
13581         _int_new_arena failed.
13583 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
13585         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
13586         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
13587         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
13588         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
13589         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
13590         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
13591         to compile strcasecmp and strncasecmp.
13592         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
13593         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
13595         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
13597 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
13599         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
13600         locale-defines.sym to gen-as-const-headers.
13601         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
13602         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
13603         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
13604         to compile strcasecmp and strncasecmp.
13605         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
13606         strcasecmp_l and strncasecmp_l.
13607         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
13608         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
13609         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
13610         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
13611         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
13612         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
13613         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
13614         * sysdeps/i386/i686/multiarch/strncase.S: New file.
13615         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
13616         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
13617         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
13619 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
13621         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
13622         result of SYSDEP_GETTIME_CPU to retval.
13623         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
13624         parameter list to macro.  Remove trailing semicolon.  Adjust users.
13626         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
13627         variable.
13629         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
13630         mantissa words.
13631         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
13633         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
13634         from unused variable.
13636         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
13637         DWARF definitions.
13638         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
13639         for assembling.
13641         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
13642         over namespaces.
13644         * sunrpc/rpc_prot.c (rejected): Fix case value.
13646         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
13647         unsigned long long int to avoid warnings in shift.
13649         * posix/regex_internal.c (re_string_reconstruct): Actually use result
13650         of use of trans.
13651         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
13652         variable tmp.
13654         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
13655         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
13656         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
13658         * nis/nis_table.c (nis_list): Use variable of correct type for
13659         result of __follow_path call.
13661 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13663         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
13664         of math functions ceil, trunc, floor, round, and sqrt, when
13665         avaliable on the platform.
13666         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
13667         name clash.
13668         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
13669         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
13670         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
13672 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
13674         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
13675         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
13677 2011-11-11  Roland McGrath  <roland@hack.frob.com>
13679         * include/unistd.h: Fix __readlink return type.
13680         Reported by Chris Metcalf <cmetcalf@tilera.com>.
13682 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
13684         * stdlib/ucontext.h: Undo last change for makecontext.
13686 2011-11-11  Andreas Schwab  <schwab@redhat.com>
13688         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
13690         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
13691         * setjmp/setjmp.h: Mark functions as non-leaf.
13692         * setjmp/bits/setjmp2.h: Likewise.
13693         * stdlib/ucontext.h: Likewise.
13695 2011-11-10  Andreas Schwab  <schwab@redhat.com>
13697         * malloc/arena.c (_int_new_arena): Don't increment narenas.
13698         (reused_arena): Don't check arena limit.
13699         (arena_get2): Atomically check arena limit.
13701 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
13703         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
13704         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
13706         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
13707         instructions.
13709 2011-11-07  Andreas Schwab  <schwab@redhat.com>
13711         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
13712         handler when locking.
13714         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
13715         Fix size of allocated buffer.
13717 2011-11-04  Andreas Schwab  <schwab@redhat.com>
13719         [BZ #10103]
13720         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
13721         declarations for long double functions.
13722         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
13724         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
13726 2011-11-03  Andreas Schwab  <schwab@redhat.com>
13728         * nscd/nscd.c (main): Don't start AVC thread until credentials are
13729         installed.
13731         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
13732         is disabled.
13734 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
13736         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
13738 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
13740         * include/alloca.h (stackinfo_alloca_round): Define.
13741         (extend_alloca): Use it.
13742         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
13743         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
13744         here.
13746         * scripts/check-local-headers.sh: Ignore libaudit.h.
13748         * nscd/Makefile (extra-objs): Make recursively expanded.
13750 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
13752         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
13753         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
13755         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
13756         * posix/tst-rfc3484-2.c: Likewise.
13757         * posix/tst-rfc3484-3.c: Likewise.
13759         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
13760         process_vm_writev.
13761         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
13762         process_vm_writev.
13763         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
13764         process_vm_writev from libc using GLIBC_2.15 version.
13766         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
13768 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
13770         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
13771         stack usage.
13773 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
13775         [BZ #13367]
13776         * nss/getent.c (initgroups_keys): Show error message in case no group
13777         names are given.
13779         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
13780         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
13781         __bump_nl_timestamp.
13782         * nscd/connections (nscd_init): When host database is served open
13783         netlink socket and request notification about configuration changes.
13784         (main_loop_poll): Track netlink file descriptor and bump timestamp
13785         in case data becomes available.
13786         (main_loop_epoll): Likewise.
13787         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
13788         (database_pers_head): Add extra_data fileds.
13789         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
13790         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
13791         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
13792         Adjust caller.
13793         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
13794         in6ai data, call __free_in6ai.
13795         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
13796         Add -DHAVE_NETLINK.
13797         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
13798         interface information.  Reuse previous data if netlink timestamp
13799         is not changed.
13800         (__bump_nl_timestamp): New function.
13801         (__free_in6ai): New function.
13803 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
13805         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
13806         close_not_cancel_no_status here.
13807         (__check_pf): Reorganize code a bit to not call close twice if OOM.
13809 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
13811         [BZ #13276]
13812         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
13813         return value.
13815         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
13816         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
13817         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
13819 2011-07-03  Andreas Jaeger  <aj@suse.de>
13821         [BZ #10709]
13822         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
13823         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
13824         * math/libm-test.inc (sin_test): Add test case.
13826 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
13828         [BZ #13337]
13829         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
13830         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
13832         * elf/chroot_canon.c (chroot_canon): Cleanups.
13834         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
13836         [BZ #13335]
13837         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
13838         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
13840         * string/test-strchr.c: Make usable for strchrnul testing.
13841         * string/test-strchrnul.c: New file.
13842         * string/Makefile (strop-tests): Add strchrnul.
13844         * po/it.po: Update from translation team.
13845         * po/es.po: Likewise.
13847 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
13849         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
13850         the three constants needed as parameters.  Drop the others.
13851         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
13852         __m128i_strloadu_tolower.
13853         Create and initialize variable zero and use it in all the places
13854         where _mm_setzero_si128 was used.
13856         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
13857         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
13858         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
13859         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
13860         anymore.
13861         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
13862         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
13863         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
13864         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
13865         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
13866         __mpranred, __mptan.
13867         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
13868         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
13869         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
13870         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
13871         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
13872         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
13873         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
13874         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
13875         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
13877 2011-10-28  Andreas Schwab  <schwab@redhat.com>
13879         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
13880         redefine if SHARED.
13881         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
13883         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
13884         wide char related routines to wcsmbs subdir.
13886 2011-10-27  Andreas Schwab  <schwab@redhat.com>
13888         [BZ #13344]
13889         * misc/sys/cdefs.h (__THROWNL): Define.
13890         * posix/unistd.h: Use __THREADNL instead of __THREAD
13891         for memory synchronization functions.
13893 2011-10-26  Roland McGrath  <roland@hack.frob.com>
13895         [BZ #13349]
13896         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
13897         doesn't exist.
13898         * manual/stdio.texi (Obstack Streams): Node removed.
13900 2011-10-26  Andreas Schwab  <schwab@redhat.com>
13902         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
13903         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
13904         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
13906         * math/math_private.h (math_force_eval): Allow non-addressable
13907         arguments.
13908         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
13910 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
13912         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
13913         file is not needed.
13915         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
13916         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
13917         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
13918         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
13919         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
13920         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
13921         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
13922         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
13923         Add AVX variants.
13924         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
13925         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
13926         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
13927         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
13928         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
13929         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
13930         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
13931         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
13932         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
13933         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
13934         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
13935         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
13936         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
13937         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
13938         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
13939         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
13940         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
13941         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
13942         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
13944         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
13945         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
13947         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
13948         place.  Use VEX encoding when compiling for AVX.
13950 2011-10-25  Andreas Schwab  <schwab@redhat.com>
13952         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
13953         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
13955         * string/test-strchr.c (do_test): Don't generate NUL bytes.
13957 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
13959         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
13960         useless if() expression.
13961         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
13962         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
13963         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
13964         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
13965         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
13966         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
13967         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
13968         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
13969         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
13970         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
13971         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
13972         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
13973         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
13974         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
13975         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
13976         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
13977         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
13978         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
13979         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
13981         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
13983 2011-10-25  Andreas Schwab  <schwab@redhat.com>
13985         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
13986         condition.
13987         * elf/dl-fini.c (_dl_sort_fini): Likewise.
13989 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
13991         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
13992         .text section.  Avoid duplicate constants.
13993         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
13994         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
13995         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
13996         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
13997         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
13998         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
13999         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
14000         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
14001         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
14002         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
14003         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
14004         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
14005         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
14006         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
14007         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
14008         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
14009         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
14010         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
14011         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
14012         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
14013         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
14014         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
14015         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
14016         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
14017         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
14018         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
14019         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
14020         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
14021         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
14022         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
14023         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
14024         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
14025         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
14026         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
14027         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
14028         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
14029         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
14030         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
14031         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
14032         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
14033         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
14034         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
14035         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
14036         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
14037         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
14039 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
14041         * sysdeps/x86_64/dla.h: Move to ...
14042         * sysdeps/x86_64/fpu/dla.h: ...here.
14043         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
14044         situations.  Use __builtin_fma only for gcc 4.6 and up.
14046         * config.make.in: Add have-mfma4 entry.
14047         * configure.in: Substitute libc_cv_cc_fma4.
14048         * math/Makefile (dbl-only-routines): Add sincostab.
14049         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
14050         Use __sincostab not sincos.
14051         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
14052         name is a macro.
14053         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
14054         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
14055         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
14056         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
14057         using __copysign.
14058         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
14059         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
14060         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
14061         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
14062         and __inv.
14063         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
14064         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
14065         __copysign.
14066         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
14067         define aliases when function name is a macro.
14068         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
14069         sysdeps/ieee754/dbl-64/sincos.tbl.
14070         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
14071         fma4-enabled routines.
14072         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
14073         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
14074         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
14075         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
14076         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
14077         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
14078         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
14079         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
14080         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
14081         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
14082         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
14083         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
14084         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
14085         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
14086         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
14087         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
14088         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
14089         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
14090         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
14091         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
14092         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
14093         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
14094         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
14095         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
14096         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
14097         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
14098         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
14099         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
14100         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
14101         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
14103         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
14104         rename.
14105         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
14106         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
14107         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
14108         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
14109         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
14110         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
14111         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
14112         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
14114 2011-10-24  Andreas Schwab  <schwab@redhat.com>
14116         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
14118 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
14120         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
14122         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
14123         prediction.
14124         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
14126         * string/strnlen.c: Don't define STRNLEN, reverse logic.
14127         Remove unused variable magic_bits.
14128         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
14130         * string/strnlen.c: Define and use STRNLEN macro.
14131         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
14132         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
14133         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
14134         * wcsmbs/wcslen.c: Define and use WCSLEN.
14135         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
14136         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
14137         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
14138         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
14139         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
14140         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
14141         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
14143 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
14145         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
14146         strnlen-sse2-no-bsf.
14147         Rename strlen-no-bsf to strlen-sse2-no-bsf.
14148         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
14149         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
14150         Add strnlen support.
14151         (USE_AS_STRNLEN): New macro.
14152         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
14153         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
14154         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
14155         * sysdeps/x86_64/wcslen.S: New file.
14157 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
14159         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
14160         XMM-moves are used for copying on small sizes.
14162 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
14164         * wcsmbs/Makefile (strop-tests): Add wcschr.
14165         * wcsmbs/test-wcschr.c: New file.
14166         * string/test-strchr.c: Update.
14167         Add wcschr support.
14168         (WIDE): New macro.
14170 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
14172         * wcsmbs/Makefile (strop-tests): Add wcslen.
14173         * wcsmbs/test-wcslen.c: New file.
14174         * string/test-strlen.c: Update.
14175         Add wcslen support.
14176         (WIDE): New macro.
14178 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
14180         * po/it.po: Update from translation team.
14182 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
14184         * sysdeps/x86_64/wcscmp.S: Update.
14185         Fix wrong comparison semantics.
14186         wcscmp shall use signed comparison not unsigned.
14187         Don't use substraction to avoid overflow bug.
14188         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
14189         * wcsmbc/wcscmp.c: Likewise.
14190         * string/test-strcmp.c: Likewise.
14191         Add new tests to check cases with negative values.
14193 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
14195         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
14196         * sysdeps/x86_64/dla.h: ...here.  New file.
14197         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
14198         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
14199         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
14200         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
14201         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
14202         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
14203         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
14204         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
14205         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
14207 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
14209         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
14210         __ynl_finite aliases.
14212 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
14214         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14216         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
14217         define DLA_FMA.
14218         [DLA_FMA] (EMULV): Use DLA_FMA.
14219         [DLA_FMA] (MUL12): Use EMULV.
14220         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
14221         that are not needed.
14222         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
14223         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
14224         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
14225         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
14226         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
14227         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
14228         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
14230 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
14232         * math/s_nan.c: Undef __nan.
14233         * math/s_nanf.c: Undef __nanf.
14234         * math/s_nanl.c: Undef __nanl.
14235         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
14236         "math_private.h".
14238 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
14240         * math/s_catan.c: Add branch predictions.
14241         * math/s_catanf.c: Likewise.
14242         * math/s_catanh.c: Likewise.
14243         * math/s_catanhf.c: Likewise.
14244         * math/s_catanhl.c: Likewise.
14245         * math/s_catanl.c: Likewise.
14246         * math/s_cexp.c: Likewise.
14247         * math/s_cexpf.c: Likewise.
14248         * math/s_cexpl.c: Likewise.
14249         * math/s_clog.c: Likewise.
14250         * math/s_clog10.c: Likewise.
14251         * math/s_clog10f.c: Likewise.
14252         * math/s_clog10l.c: Likewise.
14253         * math/s_clogf.c: Likewise.
14254         * math/s_clogl.c: Likewise.
14255         * math/s_csqrt.c: Likewise.
14256         * math/s_csqrtf.c: Likewise.
14257         * math/s_csqrtl.c: Likewise.
14258         * math/s_ctanf.c: Likewise.
14259         * math/s_ctanh.c: Likewise.
14260         * math/s_ctanhf.c: Likewise.
14261         * math/s_ctanhl.c: Likewise.
14262         * math/s_ctanl.c: Likewise.
14264         * math/math_private.h: Define __nan, __nanf, __nanl.
14265         * math/s_cacosh.c: Include <math_private.h>.
14266         * math/s_cacoshl.c: Likewise.
14267         * math/s_casinh.c: Likewise.
14268         * math/s_casinhf.c: Likewise.
14269         * math/s_casinhl.c: Likewise.
14270         * math/s_ccos.c: Rely entire on ccosh.
14271         * math/s_ccosf.c: Rely entire on ccoshf.
14272         * math/s_ccosl.c: Rely entirely on ccoshl.
14273         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
14274         Remove tests for FE_INVALID.
14275         * math/s_ccoshf.c: Likewise.
14276         * math/s_ccoshl.c: Likewise.
14277         * math/s_csin.c: Likewise.
14278         * math/s_csinf.c: Likewise.
14279         * math/s_csinh.c Likewise.
14280         * math/s_csinhf.c: Likewise.
14281         * math/s_csinhl.c: Likewise.
14282         * math/s_csinl.c: Likewise.
14283         * math/s_ctan.c: Likewise.
14284         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
14285         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
14286         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
14288 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
14290         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
14291         compilation problems.
14293         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
14294         __builtin_expect.
14296 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
14298         * sysdeps/i386/configure.in: Test for -mfma4 option.
14299         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
14300         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
14301         COMMON_CPUID_INDEX_80000001.
14302         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
14303         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
14304         use it if FMA3 is not supported.
14305         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
14307         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
14308         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
14310 2011-10-20  Andreas Schwab  <schwab@redhat.com>
14312         [BZ #12892]
14313         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
14314         it would create a cycle with a link time dependency.
14316 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
14318         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
14319         instruction.
14320         * string/Makefile (strop-tests): Add rawmemchr.
14321         * string/test-rawmemchr.c: New file.
14323         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
14324         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
14325         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
14326         when compiling str{,n}casecmp and when AVX is available.  Hook up
14327         new optimized code in initializers.
14329 2011-10-19  Andreas Schwab  <schwab@redhat.com>
14331         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
14332         __feraiseexcept instead of feraiseexcept.
14334 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
14336         * math/math_private.h: Define defaults for libc_fetestexcept and
14337         libc_feupdateenv.
14338         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
14339         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
14340         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
14341         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
14342         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
14343         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
14344         libc_fetestexcept and libc_feupdateenv.
14346         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
14347         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
14348         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
14349         * sysdeps/x86_64/fpu/math_private.h: Define special version of
14350         libc_feholdexcept_setround.
14352         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
14353         Add s_nearbyint-c and s_nearbyintf-c.
14354         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
14355         nearbyintf inlines.
14356         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
14357         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
14358         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
14359         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
14361         * math/math_private.h: Define defaults for libc_fegetround,
14362         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
14363         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
14364         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
14365         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
14366         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
14367         standard functions.
14368         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
14369         Remove comments and hacks for old compiler versions.
14370         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
14371         libc_fegetround, libc_fesetround, libc_feholdexcept, and
14372         libc_feholdexceptl.
14374 2011-10-18  Andreas Schwab  <schwab@redhat.com>
14376         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
14377         (__feraiseexcept_renamed): Add __NTH.
14378         (feraiseexcept): Add __NTH.  Rename local variables to fix
14379         namespace violations.
14381 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
14383         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
14385         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
14387         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
14388         recently added interfaces.
14389         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
14391         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
14392         about macro parameter expansion.
14394         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
14395         __NO_MATH_INLINES is defined.  Cleanups.
14397         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
14398         and __floorf is target has SSE4.1.
14399         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
14400         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
14401         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
14402         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
14404         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
14405         name.
14406         (floorf): Likewise.
14408         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
14410 2011-10-17  Andreas Schwab  <schwab@redhat.com>
14412         * misc/sys/cdefs.h: Fix last change.
14414         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
14415         database lookup.
14417 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
14419         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
14421         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
14422         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
14423         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
14424         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
14425         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
14426         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
14427         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
14428         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
14429         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
14430         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
14431         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
14432         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
14433         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
14434         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
14435         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
14436         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
14437         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
14438         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
14439         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
14440         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
14441         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
14442         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
14444         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
14445         ceil, ceilf, floor, floorf.
14447         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
14448         Perform IRELATIVE relocations last.
14450         * elf/do-rel.h: Add another parameter nrelative, replacing the
14451         local variable with the same name.  Change name of the function
14452         to end in Rel or Rela (uppercase).
14453         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
14454         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
14455         elf_dynamic_do_##reloc function.
14457 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
14459         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
14460         is sufficient, at least on modern CPUs.
14462         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
14464         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
14465         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
14467         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
14468         __expl_finite.
14469         * math/bits/math-finite.h: Add entries for exp.
14470         * math/e_expl.c: Add __*_finite alias.
14471         * sysdeps/i386/fpu/e_exp.S: Likewise.
14472         * sysdeps/i386/fpu/e_expf.S: Likewise.
14473         * sysdeps/i386/fpu/e_expl.c: Likewise.
14474         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
14475         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
14476         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
14477         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
14478         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
14479         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
14480         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
14482         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
14483         is sufficient, at least on modern CPUs.
14485         * ctype/ctype-info.c (__ctype_init): Define.
14486         * include/ctype.h (__ctype_init): Declare.
14487         (__ctype_b_loc): The variable is always initialized.
14488         (__ctype_toupper_loc): Likewise.
14489         (__ctype_tolower_loc): Likewise.
14490         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
14491         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
14493 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
14495         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
14497         * configure.in: Also look in $cxxmachine/include for C++ system
14498         headers.
14500 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
14502         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
14503         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
14504         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
14505         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
14506         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
14507         (USE_AS_WMEMCMP): New macro.
14508         Fixing indents.
14509         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
14510         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
14511         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
14512         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
14513         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
14514         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
14515         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
14516         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
14517         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
14518         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
14519         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
14520         (USE_AS_WMEMCMP): New macro.
14521         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
14522         * sysdeps/string/test-memcmp.c: Update.
14523         Fix simple_wmemcmp.
14524         Add new tests.
14525         * wcsmbs/wmemcmp.c: Update.
14526         (WMEMCMP): New macro.
14527         Fix overflow bug.
14529 2011-10-12  Andreas Jaeger  <aj@suse.de>
14531         [BZ #13268]
14532         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
14534 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
14536         * libio/iofwide.c (do_length): Avoid warning.
14538         * ctype/ctype.h (__isctype_f): Add missing __THROW.
14540 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
14542         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
14544         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
14545         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
14546         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
14547         * sysdeps/i386/i686/fpu/e_log.S: New file.
14548         * sysdeps/i386/i686/fpu/e_logf.S: New file.
14549         * sysdeps/i386/i686/fpu/e_logl.S: New file.
14551         * ctype/ctype.h: Add support for inlined isXXX functions when
14552         compiling C++ code.
14554 2011-10-14  Andreas Schwab  <schwab@redhat.com>
14556         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
14558         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
14560 2011-10-13  Roland McGrath  <roland@hack.frob.com>
14562         [BZ #13291]
14563         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
14565 2011-10-13  Andreas Schwab  <schwab@redhat.com>
14567         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
14568         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
14569         feraiseexcept.
14571         * sysdeps/x86_64/memrchr.S: Check for zero size.
14573         * string/stratcliff.c: Add memrchr tests.
14575 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
14577         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
14578         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
14579         rawmemchr-sse2 rawmemchr-sse2-bsf.
14580         * sysdeps/i386/i686/multiarch/memchr.S: New file.
14581         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
14582         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
14583         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
14584         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
14585         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
14586         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
14587         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
14588         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
14589         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
14590         * string/memrchr.c (MEMRCHR): New macro.
14592 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
14594         Add integration with gcc's -ffinite-math-only and optimize wrapper
14595         functions in libm.
14596         * Versions.def: Define GLIBC_2.15 version for libm.
14597         * math/Makefile (headers): Add bits/math-finite.h.
14598         * math/bits/math-finite.h: New file.
14599         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
14600         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
14601         * math/e_acoshl.c: Add __*_finite alias.
14602         * math/e_acosl.c: Likewise.
14603         * math/e_asinl.c: Likewise.
14604         * math/e_atan2l.c: Likewise.
14605         * math/e_atanhl.c: Likewise.
14606         * math/e_coshl.c: Likewise.
14607         * math/e_exp10.c: Likewise.
14608         * math/e_exp10f.c: Likewise.
14609         * math/e_exp10l.c: Likewise.
14610         * math/e_exp2l.c: Likewise.
14611         * math/e_fmodl.c: Likewise.
14612         * math/e_gammal_r.c: Likewise.
14613         * math/e_hypotl.c: Likewise.
14614         * math/e_j0l.c: Likewise.
14615         * math/e_j1l.c: Likewise.
14616         * math/e_jnl.c: Likewise.
14617         * math/e_lgammal_r.c: Likewise.
14618         * math/e_log10l.c: Likewise.
14619         * math/e_log2l.c: Likewise.
14620         * math/e_logl.c: Likewise.
14621         * math/e_powl.c: Likewise.
14622         * math/e_sinhl.c: Likewise.
14623         * math/e_sqrtl.c: Likewise.
14624         * math/e_scalb.c: Completely rewritten and optimized.
14625         * math/e_scalbf.c: Likewise.
14626         * math/e_scalbl.c: Likewise.
14627         * math/w_acos.c: Likewise.
14628         * math/w_acosf.c: Likewise.
14629         * math/w_acosl.c: Likewise.
14630         * math/w_acosh.c: Likewise.
14631         * math/w_acoshf.c: Likewise.
14632         * math/w_acoshl.c: Likewise.
14633         * math/w_asin.c: Likewise.
14634         * math/w_asinf.c: Likewise.
14635         * math/w_asinl.c: Likewise.
14636         * math/w_atan2.c: Likewise.
14637         * math/w_atan2f.c: Likewise.
14638         * math/w_atan2l.c: Likewise.
14639         * math/w_atanh.c: Likewise.
14640         * math/w_atanhf.c: Likewise.
14641         * math/w_atanhl.c: Likewise.
14642         * math/w_exp10.c: Likewise.
14643         * math/w_exp10f.c: Likewise.
14644         * math/w_exp10l.c: Likewise.
14645         * math/w_fmod.c: Likewise.
14646         * math/w_fmodf.c: Likewise.
14647         * math/w_fmodl.c: Likewise.
14648         * math/w_j0.c: Likewise.
14649         * math/w_j0f.c: Likewise.
14650         * math/w_j0l.c: Likewise.
14651         * math/w_j1.c: Likewise.
14652         * math/w_j1f.c: Likewise.
14653         * math/w_j1l.c: Likewise.
14654         * math/w_jn.c: Likewise.
14655         * math/w_jnf.c: Likewise.
14656         * math/w_log.c: Likewise.
14657         * math/w_logf.c: Likewise.
14658         * math/w_logl.c: Likewise.
14659         * math/w_log10.c: Likewise.
14660         * math/w_log10f.c: Likewise.
14661         * math/w_log10l.c: Likewise.
14662         * math/w_log2.c: Likewise.
14663         * math/w_log2f.c: Likewise.
14664         * math/w_log2l.c: Likewise.
14665         * math/w_pow.c: Likewise.
14666         * math/w_powf.c: Likewise.
14667         * math/w_powl.c: Likewise.
14668         * math/w_remainder.c: Likewise.
14669         * math/w_remainderf.c: Likewise.
14670         * math/w_remainderl.c: Likewise.
14671         * math/w_scalb.c: Likewise.
14672         * math/w_scalbf.c: Likewise.
14673         * math/w_scalbl.c: Likewise.
14674         * math/w_sqrt.c: Likewise.
14675         * math/w_sqrtf.c: Likewise.
14676         * math/w_sqrtl.c: Likewise.
14677         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
14678         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
14679         used.
14680         * math/math_private.h: Declare __kernel_standard_f.
14681         * math/w_cosh.c: Remove cruft and optimize a bit.
14682         * math/w_coshf.c: Likewise.
14683         * math/w_coshl.c: Likewise.
14684         * math/w_exp2.c: Likewise.
14685         * math/w_exp2f.c: Likewise.
14686         * math/w_exp2l.c: Likewise.
14687         * math/w_hypot.c: Likewise.
14688         * math/w_hypotf.c: Likewise.
14689         * math/w_hypotl.c: Likewise.
14690         * math/w_lgamma.c: Likewise.
14691         * math/w_lgamma_r.c: Likewise.
14692         * math/w_lgammaf.c: Likewise.
14693         * math/w_lgammaf_r.c: Likewise.
14694         * math/w_lgammal.c: Likewise.
14695         * math/w_lgammal_r.c: Likewise.
14696         * math/w_sinh.c: Likewise.
14697         * math/w_sinhf.c: Likewise.
14698         * math/w_sinhl.c: Likewise.
14699         * math/w_tgamma.c: Likewise.
14700         * math/w_tgammaf.c: Likewise.
14701         * math/w_tgammal.c: Likewise.
14702         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
14703         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
14704         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
14705         Minor optimizations.  Pretty printing.  Remove cruft.
14706         * sysdeps/i386/fpu/e_acosf.S: Likewise.
14707         * sysdeps/i386/fpu/e_acosh.S: Likewise.
14708         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
14709         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
14710         * sysdeps/i386/fpu/e_acosl.c: Likewise.
14711         * sysdeps/i386/fpu/e_asin.S: Likewise.
14712         * sysdeps/i386/fpu/e_asinf.S: Likewise.
14713         * sysdeps/i386/fpu/e_atan2.S: Likewise.
14714         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
14715         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
14716         * sysdeps/i386/fpu/e_atanh.S: Likewise.
14717         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
14718         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
14719         * sysdeps/i386/fpu/e_exp10.S: Likewise.
14720         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
14721         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
14722         * sysdeps/i386/fpu/e_exp2.S: Likewise.
14723         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
14724         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
14725         * sysdeps/i386/fpu/e_fmod.S: Likewise.
14726         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
14727         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
14728         * sysdeps/i386/fpu/e_hypot.S: Likewise.
14729         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
14730         * sysdeps/i386/fpu/e_log.S: Likewise.
14731         * sysdeps/i386/fpu/e_log10.S: Likewise.
14732         * sysdeps/i386/fpu/e_log10f.S: Likewise.
14733         * sysdeps/i386/fpu/e_log10l.S: Likewise.
14734         * sysdeps/i386/fpu/e_log2.S: Likewise.
14735         * sysdeps/i386/fpu/e_log2f.S: Likewise.
14736         * sysdeps/i386/fpu/e_log2l.S: Likewise.
14737         * sysdeps/i386/fpu/e_logf.S: Likewise.
14738         * sysdeps/i386/fpu/e_logl.S: Likewise.
14739         * sysdeps/i386/fpu/e_pow.S: Likewise.
14740         * sysdeps/i386/fpu/e_powf.S: Likewise.
14741         * sysdeps/i386/fpu/e_powl.S: Likewise.
14742         * sysdeps/i386/fpu/e_remainder.S: Likewise.
14743         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
14744         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
14745         * sysdeps/i386/fpu/e_scalb.S: Likewise.
14746         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
14747         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
14748         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
14749         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
14750         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
14751         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
14752         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
14753         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
14754         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
14755         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
14756         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
14757         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
14758         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
14759         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
14760         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
14761         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
14762         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
14763         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
14764         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
14765         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
14766         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
14767         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
14768         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
14769         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
14770         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
14771         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
14772         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
14773         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
14774         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
14775         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
14776         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
14777         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
14778         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
14779         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
14780         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
14781         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
14782         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
14783         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
14784         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
14785         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
14786         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
14787         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
14788         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
14789         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
14790         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
14791         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
14792         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
14793         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
14794         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
14795         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
14796         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
14797         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
14798         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
14799         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
14800         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
14801         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
14802         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
14803         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
14804         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
14805         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
14806         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
14807         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
14808         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
14809         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
14810         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
14811         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
14812         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
14813         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
14814         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
14815         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
14816         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
14817         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
14818         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
14819         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
14820         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
14821         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
14822         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
14823         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
14824         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
14825         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
14826         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
14827         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
14828         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
14829         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
14830         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
14831         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
14832         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
14833         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
14834         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
14835         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
14836         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
14837         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
14838         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
14839         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
14840         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
14841         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
14842         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
14843         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
14844         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
14845         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
14846         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
14847         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
14848         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
14849         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
14850         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
14851         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
14852         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
14853         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
14854         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
14855         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
14856         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
14857         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
14858         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
14859         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
14860         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
14861         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
14862         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
14863         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
14864         (__isnanf): Likewise.
14865         (__isinf_ns): Likewise.
14866         (__isinf_nsf): Likewise.
14867         (__finite): Likewise.
14868         (__finitef): Likewise.
14869         (__ieee754_sqrt): Define as macro.
14870         (__ieee754_sqrtf): Define as macro.
14871         (__ieee754_sqrtl): Define as macro.
14872         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
14873         inlined copy.
14874         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
14875         __FINITE_MATH_ONLY__ consistent.
14876         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
14878 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
14880         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
14881         of rawmemchr.
14883         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
14885 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
14887         * po/ja.po: Update from translation team.
14889 2011-10-08  Roland McGrath  <roland@hack.frob.com>
14891         * locale/programs/locarchive.c (prepare_address_space): New function.
14892         (create_archive, enlarge_archive, open_archive): Use it.
14894         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
14895         inside [SHARED], where it is used.
14897         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
14899         * nss/getent.c (netgroup_keys): Remove unused variable.
14900         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
14902 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
14904         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
14905         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
14906         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
14907         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
14908         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
14909         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
14910         * math/Makefile (libm-calls): Add s_isinf_ns.
14911         * math/divtc3.c: Use __isinf_nsl instead of isinf.
14912         * math/multc3.c: Likewise.
14913         * math/s_casin.c: Likewise.
14914         * math/s_casinf.c: Likewise.
14915         * math/s_casinl.c: Likewise.
14916         * math/s_ccos.c: Likewise.
14917         * math/s_ccosf.c: Likewise.
14918         * math/s_ccosl.c: Likewise.
14919         * math/s_ctan.c: Likewise.
14920         * math/s_ctanf.c: Likewise.
14921         * math/s_ctanh.c: Likewise.
14922         * math/s_ctanhf.c: Likewise.
14923         * math/s_ctanhl.c: Likewise.
14924         * math/s_ctanl.c: Likewise.
14925         * math/w_fmod.c: Likewise.
14926         * math/w_fmodf.c: Likewise.
14927         * math/w_fmodl.c: Likewise.
14928         * math/w_remainder.c: Likewise.
14929         * math/w_remainderf.c: Likewise.
14930         * math/w_remainderl.c: Likewise.
14931         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
14932         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
14933         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
14934         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
14935         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
14936         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
14937         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
14938         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
14940         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
14941         of the number.
14942         * stdio-common/printf_fphex.c: Likewise.
14943         * stdio-common/printf_size.c: Likewise.
14945         * math/e_exp10.c: Include math_private.h using <...> not "...".
14946         * math/e_exp10f.c: Likewise.
14947         * math/e_exp10l.c: Likewise.
14948         * math/e_exp2l.c: Likewise.
14949         * math/e_j0l.c: Likewise.
14950         * math/e_j1l.c: Likewise.
14951         * math/e_jnl.c: Likewise.
14952         * math/e_lgammal_r.c: Likewise.
14953         * math/e_rem_pio2l.c: Likewise.
14954         * math/e_scalb.c: Likewise.
14955         * math/e_scalbf.c: Likewise.
14956         * math/e_scalbl.c: Likewise.
14957         * math/k_cosl.c: Likewise.
14958         * math/k_sinl.c: Likewise.
14959         * math/k_tanl.c: Likewise.
14960         * math/s_cacoshf.c: Likewise.
14961         * math/s_catan.c: Likewise.
14962         * math/s_catanf.c: Likewise.
14963         * math/s_catanh.c: Likewise.
14964         * math/s_catanhf.c: Likewise.
14965         * math/s_catanhl.c: Likewise.
14966         * math/s_catanl.c: Likewise.
14967         * math/s_ccosh.c: Likewise.
14968         * math/s_ccoshf.c: Likewise.
14969         * math/s_ccoshl.c: Likewise.
14970         * math/s_cexp.c: Likewise.
14971         * math/s_cexpf.c: Likewise.
14972         * math/s_cexpl.c: Likewise.
14973         * math/s_clog.c: Likewise.
14974         * math/s_clog10.c: Likewise.
14975         * math/s_clog10f.c: Likewise.
14976         * math/s_clog10l.c: Likewise.
14977         * math/s_clogf.c: Likewise.
14978         * math/s_clogl.c: Likewise.
14979         * math/s_csin.c: Likewise.
14980         * math/s_csinf.c: Likewise.
14981         * math/s_csinh.c: Likewise.
14982         * math/s_csinhf.c: Likewise.
14983         * math/s_csinhl.c: Likewise.
14984         * math/s_csinl.c: Likewise.
14985         * math/s_csqrt.c: Likewise.
14986         * math/s_csqrtf.c: Likewise.
14987         * math/s_csqrtl.c: Likewise.
14988         * math/s_ctan.c: Likewise.
14989         * math/s_ctanf.c: Likewise.
14990         * math/s_ctanh.c: Likewise.
14991         * math/s_ctanhf.c: Likewise.
14992         * math/s_ctanhl.c: Likewise.
14993         * math/s_ctanl.c: Likewise.
14994         * math/s_ldexp.c: Likewise.
14995         * math/s_ldexpf.c: Likewise.
14996         * math/s_ldexpl.c: Likewise.
14997         * math/s_significand.c: Likewise.
14998         * math/s_significandf.c: Likewise.
14999         * math/s_significandl.c: Likewise.
15000         * math/w_acos.c: Likewise.
15001         * math/w_acosf.c: Likewise.
15002         * math/w_acosh.c: Likewise.
15003         * math/w_acoshf.c: Likewise.
15004         * math/w_acoshl.c: Likewise.
15005         * math/w_acosl.c: Likewise.
15006         * math/w_asin.c: Likewise.
15007         * math/w_asinf.c: Likewise.
15008         * math/w_asinl.c: Likewise.
15009         * math/w_atan2.c: Likewise.
15010         * math/w_atan2f.c: Likewise.
15011         * math/w_atan2l.c: Likewise.
15012         * math/w_atanh.c: Likewise.
15013         * math/w_atanhf.c: Likewise.
15014         * math/w_atanhl.c: Likewise.
15015         * math/w_cosh.c: Likewise.
15016         * math/w_coshf.c: Likewise.
15017         * math/w_coshl.c: Likewise.
15018         * math/w_dremf.c: Likewise.
15019         * math/w_exp10.c: Likewise.
15020         * math/w_exp10f.c: Likewise.
15021         * math/w_exp10l.c: Likewise.
15022         * math/w_exp2.c: Likewise.
15023         * math/w_exp2f.c: Likewise.
15024         * math/w_fmod.c: Likewise.
15025         * math/w_fmodf.c: Likewise.
15026         * math/w_fmodl.c: Likewise.
15027         * math/w_hypot.c: Likewise.
15028         * math/w_hypotf.c: Likewise.
15029         * math/w_hypotl.c: Likewise.
15030         * math/w_j0.c: Likewise.
15031         * math/w_j0f.c: Likewise.
15032         * math/w_j0l.c: Likewise.
15033         * math/w_j1.c: Likewise.
15034         * math/w_j1f.c: Likewise.
15035         * math/w_j1l.c: Likewise.
15036         * math/w_jn.c: Likewise.
15037         * math/w_jnf.c: Likewise.
15038         * math/w_jnl.c: Likewise.
15039         * math/w_lgamma.c: Likewise.
15040         * math/w_lgamma_r.c: Likewise.
15041         * math/w_lgammaf.c: Likewise.
15042         * math/w_lgammaf_r.c: Likewise.
15043         * math/w_lgammal.c: Likewise.
15044         * math/w_lgammal_r.c: Likewise.
15045         * math/w_log.c: Likewise.
15046         * math/w_log10.c: Likewise.
15047         * math/w_log10f.c: Likewise.
15048         * math/w_log10l.c: Likewise.
15049         * math/w_log2.c: Likewise.
15050         * math/w_log2f.c: Likewise.
15051         * math/w_log2l.c: Likewise.
15052         * math/w_logf.c: Likewise.
15053         * math/w_logl.c: Likewise.
15054         * math/w_pow.c: Likewise.
15055         * math/w_powf.c: Likewise.
15056         * math/w_powl.c: Likewise.
15057         * math/w_remainder.c: Likewise.
15058         * math/w_remainderf.c: Likewise.
15059         * math/w_remainderl.c: Likewise.
15060         * math/w_scalb.c: Likewise.
15061         * math/w_scalbf.c: Likewise.
15062         * math/w_scalbl.c: Likewise.
15063         * math/w_sinh.c: Likewise.
15064         * math/w_sinhf.c: Likewise.
15065         * math/w_sinhl.c: Likewise.
15066         * math/w_sqrt.c: Likewise.
15067         * math/w_sqrtf.c: Likewise.
15068         * math/w_sqrtl.c: Likewise.
15069         * math/w_tgamma.c: Likewise.
15070         * math/w_tgammaf.c: Likewise.
15071         * math/w_tgammal.c: Likewise.
15073         * po/ja.po: Update from translation team.
15075 2011-09-29  Andreas Jaeger  <aj@suse.de>
15077         [BZ #13179]
15078         * sunrpc/netname.c (netname2host): Fix logic.
15080         [BZ #6779]
15081         [BZ #6783]
15082         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
15083         correctly.
15084         * math/w_remainder.c (__remainder): Likewise.
15085         * math/w_remainderf.c (__remainderf): Likewise.
15086         * math/libm-test.inc (remainder_test): Add test cases.
15088 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15090         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
15091         sdiv_qrnnd.
15093 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
15095         * string/test-memcmp.c: Avoid unncessary #defines.
15096         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
15098 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
15100         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
15101         Use new sse2 version for core i3 - i7 as it's faster
15102         than sse42 version.
15103         (bit_Prefer_PMINUB_for_stringop): New.
15104         * sysdeps/x86_64/rawmemchr.S: Update.
15105         Replace with faster SSE2 version.
15106         * sysdeps/x86_64/memrchr.S: New file.
15107         * sysdeps/x86_64/memchr.S: Update.
15108         Replace with faster SSE2 version.
15110 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
15112         * elf/dl-load.c (lose): Add cast to avoid warning.
15114 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
15116         * po/ca.po: Update from translation team.
15118         * inet/getnetgrent_r.c: Hook up nscd.
15119         * nscd/Makefile (routines): Add nscd_netgroup.
15120         (nscd-modules): Add netgroupcache.
15121         (CFLAGS-netgroupcache.c): Define.
15122         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
15123         (cache_search): Add const to second parameter.
15124         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
15125         INNETGR.
15126         (dbs): Add netgrdb entry.
15127         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
15128         (verify_persistent_db): Handle netgrdb.
15129         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
15130         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
15131         GETFDNETGR.
15132         (netgroup_response_header): Define.
15133         (innetgroup_response_header): Define.
15134         (datahead): Add netgroup_response_header and innetgroup_response_header
15135         elements.
15136         * nscd/nscd.conf: Add entries for netgroup cache.
15137         * nscd/nscd.h (dbtype): Add netgrdb.
15138         (_PATH_NSCD_NETGROUP_DB): Define.
15139         (netgroup_iov_disabled): Declare.
15140         (xmalloc, xcalloc, xrealloc): Move declarations here.
15141         (cache_search): Adjust prototype.
15142         Add netgroup-related prototypes.
15143         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
15144         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
15145         (__nscd_innetgr): Declare.
15146         * nscd/selinux.c (perms): Use access_vector_t as element type and
15147         add netgroup-related initializers.
15148         * nscd/netgroupcache.c: New file.
15149         * nscd/nscd_netgroup.c: New file.
15150         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
15151         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
15152         For four parameters use innetgr.
15153         * nss/nss_files/files-init.c: Add definition and callback for netgr.
15154         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
15155         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
15156         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
15158         * nscd/connections.c (register_traced_file): Don't register file
15159         for disabled databases.
15161 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
15163         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
15165         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
15166         from tree and freeing node.
15168 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
15170         * nss/nsswitch.c (__nss_database_lookup): Handle
15171         nss_parse_service_list out of memory case.
15173 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
15175         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
15176         out of memory case.
15178 2011-10-04  Andreas Schwab  <schwab@redhat.com>
15180         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
15181         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
15182         pass it down.
15183         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
15184         elf_machine_rela, elf_machine_lazy_rel.
15185         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
15186         (ELF_DYNAMIC_DO_REL): Likewise.
15187         (ELF_DYNAMIC_DO_RELA): Likewise.
15188         (ELF_DYNAMIC_RELOCATE): Likewise.
15189         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
15190         to ELF_DYNAMIC_DO_REL.
15191         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
15192         (dl_main): In trace mode always set __RTLD_NOIFUNC.
15193         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
15194         elf_machine_rela.
15195         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
15196         skip_ifunc, don't call ifunc function if non-zero.
15197         (elf_machine_rela): Likewise.
15198         (elf_machine_lazy_rel): Likewise.
15199         (elf_machine_lazy_rela): Likewise.
15200         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
15201         (elf_machine_lazy_rel): Likewise.
15202         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
15203         Likewise.
15204         (elf_machine_lazy_rel): Likewise.
15205         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
15206         Likewise.
15207         (elf_machine_lazy_rel): Likewise.
15208         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
15209         (elf_machine_lazy_rel): Likewise.
15210         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
15211         (elf_machine_lazy_rel): Likewise.
15212         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
15213         (elf_machine_lazy_rel): Likewise.
15214         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
15215         (elf_machine_lazy_rel): Likewise.
15216         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
15217         (elf_machine_lazy_rel): Likewise.
15218         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
15219         (elf_machine_lazy_rel): Likewise.
15221 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
15223         * nss/nss_files/files-init.c (_nss_files_init): Use static
15224         initialization for all the *_traced_file variables.
15226 2011-09-28  Andreas Schwab  <schwab@redhat.com>
15228         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
15230 2011-09-27  Roland McGrath  <roland@hack.frob.com>
15232         [BZ #13226]
15233         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
15235 2011-09-27  Andreas Schwab  <schwab@redhat.com>
15237         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
15238         Reread the line before reparsing it.
15240 2011-09-26  Andreas Schwab  <schwab@redhat.com>
15242         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
15244 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
15245             Maxim Kuvyrkov  <maxim@codesourcery.com>
15246             Joseph Myers  <joseph@codesourcery.com>
15248         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
15249         if needed for __stack_chk_guard.
15251 2011-09-19  Roland McGrath  <roland@hack.frob.com>
15253         * sysdeps/posix/spawni.c (script_execute): Always define it.
15254         It will be optimized away if unused.
15255         (maybe_script_execute): New function.
15256         (__spawni): Call it.
15258         * Makerules: Don't include tls.make.
15259         (config-tls): Always set to thread.
15260         * tls.make.c: File removed.
15262 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
15264         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
15265         * config.make.in (CPPFLAGS-config): New substituted variable.
15267 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
15269         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
15271         [BZ #13192]
15272         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
15273         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
15275 2011-09-15  Roland McGrath  <roland@hack.frob.com>
15277         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
15278         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
15279         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
15280         (CALL_FAIL): Likewise.
15281         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
15282         (CALL_FAIL): Macro removed.
15283         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
15285 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
15287         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
15288         for __FINITE_MATH_ONLY__ == 1.
15290 2011-09-15  Andreas Schwab  <schwab@redhat.com>
15292         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
15293         __ieee754_sqrt instead of sqrt.
15294         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
15295         __ieee754_sqrtf instead of sqrtf.
15296         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
15297         __floorf instead of floorf.
15298         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
15299         __floorf, __truncf instead of floorf, truncf.
15301 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
15303         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
15305         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
15306         __extern_always_inline.
15307         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
15308         32-bit.
15310 2011-09-14  Andreas Schwab  <schwab@redhat.com>
15312         * elf/rtld.c (dl_main): Also relocate in dependency order when
15313         doing symbol dependency testing.
15315 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
15317         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
15318         Always define `refsym'.
15320 2011-09-13  Andreas Schwab  <schwab@redhat.com>
15322         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
15323         (__FD_ELT): Renamed from __FDELT.
15324         * misc/bits/select2.h (__FD_ELT): Likewise.
15325         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
15326         __FD_MASK instead of __FDELT, __FDMASK.
15327         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
15328         Likewise.
15329         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
15330         Likewise.
15332         * elf/Makefile (gen-ldd): Fix pattern.
15334         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
15335         (init_tls): Likewise.
15337 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
15339         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
15341 2011-09-12  Andreas Schwab  <schwab@redhat.com>
15343         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
15344         `struct cmsghdr *' instead of `void *'.
15345         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
15346         Likewise.
15348 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
15350         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
15351         if non-absolute.
15352         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
15353         ldd_rewrite_script.
15355 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
15357         * configure.in: Remove --with-tls option.
15358         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
15359         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
15360         out in case it is missing.
15361         * sysdeps/ia64/elf/configure.in: Likewise.
15362         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
15363         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
15364         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
15365         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
15366         * sysdeps/sh/elf/configure.in: Likewise.
15367         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
15368         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
15369         * sysdeps/x86_64/elf/configure.in: Likewise.
15370         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
15371         * sysdeps/mach/hurd/tls.h: Likewise.
15373         [BZ #13067]
15374         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
15376         [BZ #13090]
15377         * configure.in: Fix use of AC_INIT.
15379         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
15381 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
15383         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
15384         __set_errno.
15385         * malloc/hooks.c: Likewise.
15387         [BZ #11929]
15388         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
15389         variables statically.
15390         (narenas): Initialize.
15391         (list_lock): Initialize.
15392         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
15393         initializtion of main_arena and list_lock.  Small cleanups.
15394         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
15395         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
15396         Add initializers to main_arena and mp_.
15397         (malloc_state): Remove pagesize member.  Change all users to use
15398         GLRO(dl_pagesize).
15400         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
15401         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
15402         is always initialized.
15404         * malloc/malloc.c: Removed unused configurations and dead code.
15405         * malloc/arena.c: Likewise.
15406         * malloc/hooks.c: Likewise.
15407         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
15409         * include/tls.h: Removed.  USE___THREAD must always be defined.
15410         * bits/libc-tsd.h: Don't handle !USE___THREAD.
15411         * elf/dl-libc.c: Likewise.
15412         * elf/dl-tsd.c: Likewise.
15413         * include/errno.h: Likewise.
15414         * include/netdb.h: Likewise.
15415         * include/resolv.h: Likewise.
15416         * inet/herrno-loc.c: Likewise.
15417         * inet/herrno.c: Likewise.
15418         * malloc/arena.c: Likewise.
15419         * malloc/hooks.c: Likewise.
15420         * malloc/malloc.c: Likewise.
15421         * resolv/res-state.c: Likewise.
15422         * resolv/res_libc.c: Likewise.
15423         * sysdeps/i386/dl-machine.h: Likewise.
15424         * sysdeps/ia64/dl-machine.h: Likewise.
15425         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
15426         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
15427         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
15428         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
15429         * sysdeps/sh/dl-machine.h: Likewise.
15430         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
15431         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
15432         * sysdeps/unix/i386/sysdep.S: Likewise.
15433         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
15434         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
15435         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
15436         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
15437         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
15438         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
15439         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
15440         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
15441         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
15442         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
15443         * sysdeps/unix/x86_64/sysdep.S: Likewise.
15444         * sysdeps/x86_64/dl-machine.h: Likewise.
15445         * tls.make.c: Likewise.
15447         * configure.in: Remove --with-__thread option.  Make tests for
15448         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
15449         tls_model attribute fail if no support is available.  Remove
15450         USE_IN_LIBIO.
15451         * Makeconfig: Adjust for dropped configure option.  All features are
15452         now mandatory.
15453         * Makerules: Likewise.
15454         * Versions.def: Likewise.
15455         * argp/argp-fmtstream.c: Likewise.
15456         * argp/argp-fmtstream.h: Likewise.
15457         * argp/argp-help.c: Likewise.
15458         * assert/assert.c: Likewise.
15459         * config.h.in: Likewise.
15460         * config.make.in: Likewise.
15461         * configure: Likewise.
15462         * configure.in: Likewise.
15463         * csu/Versions: Likewise.
15464         * csu/init.c: Likewise.
15465         * elf/tst-audit2.c: Likewise.
15466         * elf/tst-tls10.c: Likewise.
15467         * elf/tst-tls10.h: Likewise.
15468         * elf/tst-tls11.c: Likewise.
15469         * elf/tst-tls12.c: Likewise.
15470         * elf/tst-tls14.c: Likewise.
15471         * elf/tst-tlsmod11.c: Likewise.
15472         * elf/tst-tlsmod12.c: Likewise.
15473         * elf/tst-tlsmod13.c: Likewise.
15474         * elf/tst-tlsmod13a.c: Likewise.
15475         * elf/tst-tlsmod14a.c: Likewise.
15476         * elf/tst-tlsmod15b.c: Likewise.
15477         * elf/tst-tlsmod16a.c: Likewise.
15478         * elf/tst-tlsmod16b.c: Likewise.
15479         * elf/tst-tlsmod7.c: Likewise.
15480         * elf/tst-tlsmod8.c: Likewise.
15481         * elf/tst-tlsmod9.c: Likewise.
15482         * gmon/gmon.c: Likewise.
15483         * grp/fgetgrent_r.c: Likewise.
15484         * grp/putgrent.c: Likewise.
15485         * hurd/fopenport.c: Likewise.
15486         * include/libc-symbols.h: Likewise.
15487         * include/tls.h: Likewise.
15488         * intl/gettextP.h: Likewise.
15489         * intl/loadinfo.h: Likewise.
15490         * locale/global-locale.c: Likewise.
15491         * locale/localeinfo.h: Likewise.
15492         * mach/devstream.c: Likewise.
15493         * malloc/arena.c: Likewise.
15494         * malloc/set-freeres.c: Likewise.
15495         * misc/err.c: Likewise.
15496         * misc/getttyent.c: Likewise.
15497         * misc/mntent_r.c: Likewise.
15498         * posix/getopt.c: Likewise.
15499         * posix/wordexp.c: Likewise.
15500         * pwd/fgetpwent_r.c: Likewise.
15501         * resolv/Versions: Likewise.
15502         * resolv/res_hconf.c: Likewise.
15503         * shadow/fgetspent_r.c: Likewise.
15504         * shadow/putspent.c: Likewise.
15505         * stdio-common/printf_fphex.c: Likewise.
15506         * stdio-common/tmpfile.c: Likewise.
15507         * stdlib/abort.c: Likewise.
15508         * stdlib/fmtmsg.c: Likewise.
15509         * sunrpc/auth_unix.c: Likewise.
15510         * sunrpc/clnt_perr.c: Likewise.
15511         * sunrpc/clnt_tcp.c: Likewise.
15512         * sunrpc/clnt_udp.c: Likewise.
15513         * sunrpc/clnt_unix.c: Likewise.
15514         * sunrpc/openchild.c: Likewise.
15515         * sunrpc/svc_simple.c: Likewise.
15516         * sunrpc/svc_tcp.c: Likewise.
15517         * sunrpc/svc_udp.c: Likewise.
15518         * sunrpc/svc_unix.c: Likewise.
15519         * sunrpc/xdr.c: Likewise.
15520         * sunrpc/xdr_array.c: Likewise.
15521         * sunrpc/xdr_rec.c: Likewise.
15522         * sunrpc/xdr_ref.c: Likewise.
15523         * sunrpc/xdr_stdio.c: Likewise.
15525 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
15527         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
15529 2011-07-03  Andreas Jaeger  <aj@suse.de>
15531         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
15532         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
15533         regenerate with gen-libm-tests.pl.
15535 2010-05-12  Petr Baudis  <pasky@suse.cz>
15537         [BZ #11589]
15538         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
15539         around j0() zero points by switching to j1().
15540         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
15541         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
15542         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
15543         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
15545 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
15547         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
15548         instead of 0.
15549         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
15550         instead of 0.                              .
15551         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
15552         Patch in part by Pavel Roskin <proski@gnu.org>.
15554         [BZ #13138]
15555         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
15556         realloc.
15557         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
15558         Free memory block if necessary.
15560         [BZ #12847]
15561         * libio/genops.c (INTDEF): For string streams the _lock pointer can
15562         be NULL.  Don't lock in this case.
15564 2011-09-09  Roland McGrath  <roland@hack.frob.com>
15566         * elf/elf.h (ELFOSABI_GNU): New macro.
15567         (ELFOSABI_LINUX): Define to that.
15569 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
15571         * string/strncat.c (strncat): Undef the symbol in case it has been
15572         defined in bits/string.h.
15574 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
15576         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
15578         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
15579         link map.
15581 2011-08-17  Andreas Jaeger  <aj@suse.de>
15583         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
15585 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
15586             Ian Lance Taylor  <iant@google.com>
15588         * math/libm-test.inc (lround_test): New testcase.
15589         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
15591 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
15593         * Makefile: Remove support for automatic cvs check-ins.
15594         * Makerules: Likewise.
15595         * config.make.in: Likewise.
15596         * configure.in: Likewise.
15597         * intl/Makefile: Likewise.
15598         * locale/Makefile: Likewise.
15599         * po/Makefile: Likewise.
15600         * posix/Makefile: Likewise.
15601         * sysdeps/gnu/Makefile: Likewise.
15602         * sysdeps/mach/hurd/Makefile: Likewise.
15603         * sysdeps/sparc/sparc32/Makefile: Likewise.
15605         [BZ #13118]
15606         * posix/Makefile (bug-regex32-ENV): Define.
15607         Patch by John Stanley <jpsinthemix@verizon.net>.
15609         * misc/Makefile (headers): Add bits/select2.h.
15610         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
15611         * misc/bits/select2.h: New file.
15612         * include/bits/select2.h: New file.
15613         * debug/Makefile (routines): Add fdelt_chk.
15614         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
15615         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
15616         FD_ISSET.
15617         * debug/fdelt_chk.c: New file.
15619         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
15620         * wcsmbs/test-wmemcmp.c: Likewise.
15621         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
15622         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
15624 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
15626         * string/Makefile (strop-tests): Add memcmp.
15627         * string/test-wmemcmp.c: New file.
15628         * string/test-memcmp.c: Add wmemcmp support.
15630 2011-09-08  Roland McGrath  <roland@hack.frob.com>
15632         [BZ #13153]
15633         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
15634         2011-07-19 change.
15636         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
15637         garbage value in a __mach_port_mod_refs call in the cases of the
15638         task-self and thread-self ports.
15640 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15642         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
15644 2011-09-08  Andreas Schwab  <schwab@redhat.com>
15646         * elf/dl-load.c (lose): Check for non-null L.
15648 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
15650         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
15652         * elf/dl-libc.c (dlerror_run): Pass back error code from
15653         dl_catch_error.
15655         [BZ #13123]
15656         * elf/dl-load.c (lose): Free l_origin if it is valid.
15658         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
15659         names.
15660         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
15661         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
15662         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
15663         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
15664         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
15665         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
15667 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15669         * sysdeps/powerpc/fpu/e_hypot.c: New file.
15670         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
15671         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
15672         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
15673         * sysdeps/powerpc/fpu/k_cosf.c: New file.
15674         * sysdeps/powerpc/fpu/k_sinf.c: New file.
15675         * sysdeps/powerpc/fpu/s_cosf.c: New file.
15676         * sysdeps/powerpc/fpu/s_sinf.c: New file.
15677         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
15678         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
15680 2011-08-15  Alan Modra  <amodra@gmail.com>
15682         [BZ #13092]
15683         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
15684         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
15685         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
15686         ppc_mcount to static-only-routines.
15687         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
15688         __mcount_internal.
15689         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
15690         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
15692 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
15694         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
15695         for finite and infinity parameters.
15697 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
15699         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
15700         and add nop instructions for throughput optimization.
15701         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
15703 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
15705         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
15706         aligned copy for power7 with vector-scalar instructions.
15707         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
15709 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
15711         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
15712         AVX check.
15714 2011-09-07  Andreas Schwab  <schwab@redhat.com>
15716         [BZ #13144]
15717         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
15718         last change.
15720 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
15722         * sysdeps/unix/sysv/linux/x86_64/init-first.c
15723         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
15724         syscall wrapper around clock_gettime in __vdso_clock_gettime.
15725         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
15726         clock_gettime.
15728 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
15730         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
15731         Forgot to demangle the pointer.
15733         * sysdeps/i386/sysdep.h: Define atom_text_section.
15734         * sysdeps/x86_64/sysdep.h: Likewise.
15735         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
15736         section with atom_text_section.
15737         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
15738         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
15739         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
15740         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
15741         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
15743         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
15744         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
15745         already be defined.  Change to take two parameters and don't assign
15746         result to variable.  Adjust all users.
15747         Define INTERNAL_GETTIME if not already defined.
15748         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
15749         call.
15750         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
15751         HAVE_CLOCK_GETTIME_VSYSCALL.
15752         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
15754         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
15755         gettimeofday vsyscall, just use time.
15757 2011-09-06  Andreas Schwab  <schwab@redhat.com>
15759         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
15760         <errno.h>.
15762 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
15764         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
15765         syscall on x86-64.
15766         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
15767         syscall.
15768         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
15769         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
15770         syscall if possible.
15772 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
15774         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
15775         e_ident.  Don't pass to find_mapsXX.
15776         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
15778 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
15780         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
15781         strchr-sse2-no-bsf strrchr-sse2-no-bsf
15782         * sysdeps/x86_64/multiarch/strchr.S: Update.
15783         Check bit_slow_BSF bit.
15784         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
15785         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
15786         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
15788 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
15790         [BZ #13134]
15791         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
15792         before glibc 2.15.
15793         (tryshell): Define.
15794         (__spawni): Change last parameter to be flag.  Test
15795         SPAWN_XFLAGS_USE_PATH flag to use path or not.
15796         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
15797         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
15798         * posix/spawni.c: Likewise.
15799         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
15800         * posix/spawnp.c: Likewise.  Change normal version to use
15801         SPAWN_XFLAGS_USE_PATH.
15802         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
15803         SPAWN_XFLAGS_TRY_SHELL.
15805         [BZ #13150]
15806         * posix/glob.h: Remove gcc 1.x support.
15808         [BZ #13068]
15809         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
15811 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
15813         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
15814         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
15815         strrchr-sse2-bsf
15816         * sysdeps/i386/i686/multiarch/strchr.S: New file.
15817         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
15818         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
15819         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
15820         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
15821         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
15823 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
15825         * sysdeps/x86_64/wcscmp.S: New file.
15827         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
15828         wcscmp-c wcscmp-sse2
15829         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
15830         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
15831         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
15832         * wcsmbs/wcscmp.c: Allow renaming.
15834 2011-09-05  David S. Miller  <davem@davemloft.net>
15836         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
15837         stack slot, rather than the struct return pointer slot.
15838         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
15839         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
15840         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
15841         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
15843 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
15845         * po/ja.po: Update from translation team.
15847         [BZ #13144]
15848         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
15849         kernel in 64-bit binaries.
15851 2011-09-01  David S. Miller  <davem@davemloft.net>
15853         * elf/elf.h (HWCAP_SPARC_*): Move to..
15854         * sysdeps/sparc/sysdep.h: this new file and add new values.
15855         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
15856         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
15857         _DL_HWCAP_COUNT to 24.
15858         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
15859         entries.
15860         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
15861         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
15862         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
15863         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
15864         instead of magic constants.
15865         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
15867 2011-08-31  David S. Miller  <davem@davemloft.net>
15869         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
15870         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
15871         Reimplement to do errno handling inline.
15872         (SYSCALL_ERROR_HANDLER): New macro.
15873         (__SYSCALL_STRING): Do not do errno handling in asm.
15874         (__CLONE_SYSCALL_STRING): Delete.
15875         (__INTERNAL_SYSCALL_STRING): Delete.
15876         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
15877         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
15878         (PSEUDO): Reimplement to do errno handling inline.
15879         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
15880         (SYSCALL_ERROR_HANDLER): New macro.
15881         (__SYSCALL_STRING): Do not do errno handling in asm.
15882         (__CLONE_SYSCALL_STRING): Delete.
15883         (__INTERNAL_SYSCALL_STRING): Delete.
15884         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
15885         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
15886         i386.
15887         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
15888         (inline_syscall*): Add 'err' argument.
15889         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
15890         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
15891         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
15892         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
15894         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
15895         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
15897 2011-08-30  Andreas Schwab  <schwab@redhat.com>
15899         * elf/rtld.c (dl_main): Relocate objects in dependency order.
15901 2011-08-29  Jiri Olsa <jolsa@redhat.com>
15903         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
15904         directive.
15906 2011-08-24  David S. Miller  <davem@davemloft.net>
15908         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
15910 2011-08-24  Andreas Schwab  <schwab@redhat.com>
15912         * elf/Makefile: Add rules to build and run unload8 test.
15913         * elf/unload8.c: New file.
15914         * elf/unload8mod1.c: New file.
15915         * elf/unload8mod1x.c: New file.
15916         * elf/unload8mod2.c: New file.
15917         * elf/unload8mod3.c: New file.
15919         * elf/dl-close.c (_dl_close_worker): Reset private search list if
15920         it wasn't used.
15922 2011-08-23  David S. Miller  <davem@davemloft.net>
15924         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
15925         subtract stack bias.
15926         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
15927         %sp not %fp in calculations.
15928         (_JMPBUF_UNWINDS_ADJ): Likewise.
15930         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
15931         (aio_suspend): Call it to force an exception region around the
15932         AIO_MISC_WAIT() invocation.
15934 2011-08-23  Andreas Schwab  <schwab@redhat.com>
15936         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
15937         backslash.
15939 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
15941         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
15942         protection macro.
15943         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
15944         and <dl-machine.h>.
15945         (Elf64_FuncDesc): Remove.
15947 2011-08-22  David S. Miller  <davem@davemloft.net>
15949         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
15950         sigaltstack check, add missing cfi directives.
15951         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
15952         missing cfi directives, and sigaltstack handling.
15954 2011-08-16  Andreas Schwab  <schwab@redhat.com>
15956         [BZ #11724]
15957         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
15958         object is seen twice.
15959         * elf/dl-fini.c (_dl_sort_fini): Likewise.
15961         * elf/Makefile (distribute): Add tst-initorder2.c.
15962         (tests): Add tst-initorder2.
15963         (modules-names): Add tst-initorder2a tst-initorder2b
15964         tst-initorder2c tst-initorder2d.  Add rules to build them.
15965         ($(objpfx)tst-initorder2.out): New rule.
15966         * elf/tst-initorder2.c: New file.
15967         * elf/tst-initorder2.exp: New file.
15969 2011-08-22  Andreas Schwab  <schwab@redhat.com>
15971         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
15973         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
15974         dependencies back to end of function.
15976         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
15977         $(elfobjdir)/ld.so.
15979 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
15981         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
15982         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
15983         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
15984         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
15985         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
15986         of __vdso_gettimeofday.
15987         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
15988         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
15989         attribute_hidden.
15990         (_libc_vdso_platform_setup): Remove initialization of
15991         __vdso_gettimeofday and __vdso_time.
15993 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
15995         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
15996         and fgetc_unlocked.
15997         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
15998         getc_unlocked.
16000         * elf/dl-open.c (add_to_global): Report additions to the global scope
16001         for LD_DEBUG=scopes.
16002         (dl_open_worker): Also print scope of newly loaded dependencies.
16003         (_dl_show_scope): Indicate if there is no scope.
16005         [BZ #13114]
16006         * stdio-common/Makefile (tests): Add bug24.
16007         * stdio-common/bug24.c: New file.
16009 2011-08-19  Andreas Jaeger  <aj@suse.de>
16011         [BZ #13114]
16012         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
16013         non-existant file when using close-on-exec mode.
16015 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
16017         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
16018         the very first instruction.
16020         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
16021         the CFI state in the end.
16022         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
16023         inclusion of dl-trampoline.h.
16024         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
16026 2011-08-19  Andreas Schwab  <schwab@redhat.com>
16028         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
16029         expectations for long double.
16031         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
16032         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
16034 2011-08-14  David S. Miller  <davem@davemloft.net>
16036         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
16037         artificual limit depends upon the system page size.
16039 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
16041         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
16042         * resolv/Makefile: Define CFLAGS-libresolv.
16044 2011-08-17  Andreas Schwab  <schwab@redhat.com>
16046         * nss/makedb.c (compute_tables): Make variables used in nested
16047         function static.
16049 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
16051         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
16052         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
16053         if buffer was too small.
16055         * elf/pldd.c (main): Attach to all threads in the process.
16056         Rewrite /proc handling to use *at functions.
16058 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
16060         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
16061         specifies first scope to show.
16062         (dl_open_worker): Update callers.  Move printing scope of new
16063         object to before the relocation.
16064         * elf/rtld.c (dl_main): Update _dl_show_scope call.
16065         * sysdeps/generic/ldsodefs.h: Update declaration.
16067         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
16068         string for the scope number.
16070 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
16072         * nscd/servicescache.c (cache_addserv): Make sure written is always
16073         initialized.
16075 2011-08-14  Roland McGrath  <roland@hack.frob.com>
16077         * sysdeps/i386/i486/bits/atomic.h
16078         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
16079         statement expression, so as to suppress "set but not used" warning.
16080         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
16082         * string/strncat.c (STRNCAT): Use prototype definition.
16084         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
16085         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
16086         -Iprograms here.
16087         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
16088         (localedef-modules): Add localedef.
16089         (locale-modules): Add locale.
16091         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
16092         * elf/rtld.c (dl_main): Invert order of assignment in last change,
16093         to avoid a warning.
16095 2011-08-14  David S. Miller  <davem@davemloft.net>
16097         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
16098         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
16100 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
16102         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
16103         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
16104         * elf/rtld.c (dl_main): Set l_name of vDSO.
16105         Call _dl_show_scope when DL_DEBUG_SCOPES.
16106         (process_dl_debug): Recognize scopes flag and also set it for all.
16107         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
16108         Declare _dl_show_scope.
16110         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
16111         (do_dlopen): Pass caller_dlopen to dl_open.
16112         (__libc_dlopen_mode): Initialize caller_dlopen.
16114         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
16115         of libc.  Make tolower call locale-independent.  Optimize a bit by
16116         using isdigit instead of isalnum.
16117         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
16119 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
16121         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
16122         was a dependency or dynamically loaded.
16124 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
16126         * intl/l10nflist.c: Allow architecture-specific pop function.
16127         * sysdeps/x86_64/l10nflist.c: New file.
16129         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
16130         classification.
16132 2011-08-10  Andreas Schwab  <schwab@redhat.com>
16134         * include/dirent.h: Add libc_hidden_proto for scandirat and
16135         scandirat64.  Don't declare __scandirat64.
16136         * dirent/scandirat.c: Add libc_hidden_def.
16137         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
16138         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
16140 2011-08-10  David S. Miller  <davem@davemloft.net>
16142         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
16143         enum.
16144         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
16145         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
16146         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
16148 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
16150         * Versions.def [libc]: Add GLIBC_2.15.
16151         * dirent/Makefile (routines): Add scandirat and scandirat64.
16152         * dirent/Versions [libc]: Export scandirat and scandirat64 for
16153         GLIBC_2.15.
16154         * dirent/dirent.h: Declare scandirat and scandirat64.
16155         * dirent/scandirat.c: New file.
16156         * dirent/scandirat64.c: New file.
16157         * sysdeps/wordsize-64/scandirat.c: New file.
16158         * sysdeps/wordsize-64/scandirat64.c: New file.
16159         * dirent/opendir.c: Define opendirat.
16160         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
16161         using scandirat.
16162         * dirent/scandir64.c: Adjust for scandir.c change.
16163         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
16164         __scandirat64, and __scandir_cancel_handler.
16165         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
16166         additional parameter and use openat instead of open (outside of ld.so).
16167         Add new __opendir as wrapper around __opendirat.
16168         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
16169         here without requiring old scandirat implementation.
16171 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
16173         * dirent/scandir.c (cancel_handler): Renamed to
16174         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
16175         defined.  Adjust users.
16176         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
16177         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
16179 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
16181         * string/test-string.h (IMPL): Use __STRING to expand name and then
16182         stringify it.
16184         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
16185         of cleanups.
16187 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
16189         * string/Makefile: Update.
16190         (strop-tests): Append strncat.
16191         * string/test-wcscmp.c: New file.
16192         New comprehensive test for wcscmp.
16193         * string/test-strcmp.c: Update.
16194         (WIDE): New define.
16196 2011-07-22  Andreas Schwab  <schwab@redhat.com>
16198         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
16199         line.
16201 2011-07-26  Andreas Schwab  <schwab@redhat.com>
16203         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
16204         encoding to ACE if AI_IDN.
16206 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
16208         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
16209         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
16211 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
16213         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
16214         Fix overflow bug in strncat.
16215         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
16217         * string/test-strncat.c: Update.
16218         Add new tests for checking overflow bugs.
16220 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
16222         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
16223         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
16224         * sysdeps/i386/i686/multiarch/strcat.S: New file.
16225         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
16226         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
16227         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
16228         * sysdeps/i386/i686/multiarch/strncat.S: New file.
16229         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
16230         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
16232         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
16233         (USE_AS_STRCAT): Define.
16234         Add strcat and strncat support.
16235         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
16237 2011-07-25  Andreas Schwab  <schwab@redhat.com>
16239         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
16240         __n bigger than INT_MAX+1.
16241         (__strncmp_g): Likewise.
16243 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
16245         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
16246         * libio/stido.h: Likewise.
16248         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
16249         (AF_NFC): Define.
16250         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
16251         (AF_NFC): Define.
16253         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
16254         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
16255         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
16256         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
16257         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
16259         [BZ #13021]
16260         * scripts/test-installation.pl: Don't expect libnss_test1 to be
16261         installed.
16263         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
16264         typo.
16265         (_dl_x86_64_save_sse): Likewise.
16267 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
16269         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
16270         OSXSAVE.
16271         (_dl_x86_64_save_sse): Likewise.
16273         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
16275         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
16277 2011-07-21  Andreas Schwab  <schwab@redhat.com>
16279         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
16280         change.
16281         (_dl_x86_64_save_sse): Use correct AVX check.
16283 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
16285         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
16286         bug in strncpy/strncat.
16287         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
16289 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
16291         * string/tester.c (test_strcat): Add tests for different alignments
16292         of source and destination.
16293         (test_strncat): Likewise.
16295 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
16297         [BZ #12852]
16298         * posix/glob.c (glob): Check passed in values before using them in
16299         expressions to avoid some overflows.
16300         (glob_in_dir): Likewise.
16302         [BZ #13007]
16303         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
16304         check for AVX enablement so that we don't crash with old kernels and
16305         new hardware.
16306         * elf/tst-audit4.c: Add same checks here.
16307         * elf/tst-audit6.c: Likewise.
16309         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
16311 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
16313         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
16315 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
16317         * po/cs.po: Update from translation team.
16318         * po/bg.po: Likewise.
16320 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
16322         * misc/sys/cdefs.h: Add support for const attribute.
16323         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
16324         to gnu_dev_{major,minor,makedev} functions.
16326 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
16328         * intl/dcigettext.c (get_output_charset): Add missing bracket.
16330 2011-07-20  Andreas Schwab  <schwab@redhat.com>
16332         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
16333         strlen results.
16335 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16337         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
16338         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
16339         register in order to avoid conflicts with the soft frame pointer
16340         being held in r11 when necessary.
16341         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
16342         (INTERNAL_VSYSCALL_NCS): Likewise.
16344 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
16346         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
16347         * elf/dl-fini.c (_dl_fini): Adjust caller.
16348         * elf/dl-close.c (_dl_close_worker): Likewise.
16349         * sysdeps/generic/ldsodefs.h: Adjust declaration.
16351 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
16353         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
16354         "aux_cache->nlibs < 0".
16356         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
16357         in the reload-count case.
16359 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
16361         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
16362         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
16363         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
16364         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
16365         * sysdeps/x86_64/multiarch/strcat.S: New file.
16366         * sysdeps/x86_64/multiarch/strncat.S: New file.
16367         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
16368         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
16369         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
16370         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
16371         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
16372         (USE_AS_STRCAT): Define.
16373         Add strcat and strncat support.
16374         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
16375         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
16376         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
16377         * string/strncat.c: Update.
16378         (USE_AS_STRNCAT): Define.
16379         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
16380         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
16381         and i7.
16382         * sysdeps/x86_64/multiarch/init-arch.h
16383         (bit_Prefer_PMINUB_for_stringop): New.
16384         (index_Prefer_PMINUB_for_stringop): Likewise.
16385         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
16386         bit_Prefer_PMINUB_for_stringop.
16388 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
16390         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
16391         buffer64.
16392         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
16393         of casting of buffer.
16394         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
16395         buffer32 and buffer64.
16396         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
16397         writes instead of casting of buffer.
16398         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
16399         buffer32.
16400         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
16401         casting of buffer.
16403 2011-07-19  Andreas Schwab  <schwab@redhat.com>
16405         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
16407 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
16409         * nscd/nscd.c (termination_handler): Don't do anything for a database
16410         if it has not yet been initialized.
16412 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
16414         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
16416 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
16418         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
16420 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
16422         * po/nl.po: Update from translation team.
16423         * po/sv.po: Likewise.
16425 2011-07-16  Roland McGrath  <roland@hack.frob.com>
16427         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
16428         now disallowed by GCC.
16430         * configure.in (use-default-link): Default to yes if a test -shared
16431         link meets our qualifications.
16432         * configure: Regenerated.
16434         * config.make.in (output-format): New variable.
16435         * configure.in: Check for ld --print-output-format support.
16436         * configure: Regenerated.
16437         * Makerules ($(common-objpfx)format.lds)
16438         [$(output-format) != unknown]: Just use $(output-format),
16439         instead of the linker-script munging.
16441 2011-07-14  Roland McGrath  <roland@hack.frob.com>
16443         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
16444         of $(common-objpfx)shlib.lds.
16445         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
16447         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
16448         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
16450         * configure.in (-z relro check): Adjust test code to add a large
16451         writable data section after it.
16452         * configure: Regenerated.
16454 2011-07-11  Roland McGrath  <roland@hack.frob.com>
16456         * configure.in (-z relro check): Fix test code to make the variable
16457         truly const.
16458         * configure: Regenerated.
16460 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
16462         * nscd/nscd.h (struct traced_file): Define.
16463         (struct database_dyn): Remove inotify_descr, reset_res, and filename
16464         elements.  Add traced_files.
16465         (inotify_fd): Declare.
16466         (register_traced_file): Declare.
16467         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
16468         (inotify_fd): Export.
16469         (resolv_conf_descr): Remove.
16470         (nscd_init): Move inotify descriptor creation to main.
16471         Don't register files for notification here.
16472         (register_traced_file): New function.
16473         (invalidate_cache): Don't use reset_res to determine whether to call
16474         res_init, go through the list of registered files.
16475         (main_loop_poll): The inotify descriptors are now stored in the
16476         structures for the traced files.
16477         (main_loop_epoll): Likewise
16478         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
16479         to __nss_disable_nscd.
16480         * nscd/cache.c (prune_cache): There is no single inotify descriptor
16481         for a database anymore.  Check the records for all the registered
16482         files instead.
16483         * nss/Makefile (libnss_files-routines): Add files-init.
16484         (libnss_db-routines): Add db-init.
16485         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
16486         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
16487         * nss/nss_db/db-init.c: New file.
16488         * nss/nss_files/files-init.c: New file.
16489         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
16490         __nss_lookup_function.
16491         (__nss_lookup_function): Call nss_load_library.
16492         (nss_load_all_libraries): New function.
16493         (__nss_disable_nscd): Take parameter with callback function for files
16494         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
16495         used for the cached services.
16496         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
16497         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
16498         options for features to all the files in nscd.
16500         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
16502 2011-07-10  Roland McGrath  <roland@hack.frob.com>
16504         * csu/elf-init.c (__libc_csu_init): Comment typo.
16506 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
16508         * po/pl.po: Update from translation team.
16509         * po/ja.po: Likewise.
16510         * po/ru.po: Likewise.
16511         * po/ko.po: Likewise.
16512         * po/fr.po: Likewise.
16514 2011-07-09  Roland McGrath  <roland@hack.frob.com>
16516         * configure.in (.ctors/.dtors header and trailer check):
16517         Use an empirical test on a built program.
16518         * configure: Regenerated.
16520         * configure.in (-z relro check): Use an empirical test on a built DSO.
16521         Detect, but do not require, on ia64.
16522         * configure: Regenerated.
16524         * configure.in (READELF): Find it with AC_CHECK_TOOL.
16525         Update tests that use readelf to use $READELF instead.
16526         * configure: Regenerated.
16528 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
16530         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
16531         if the result is not used.
16533 2011-07-05  Andreas Jaeger  <aj@suse.de>
16535         [BZ#9696]
16536         * stdlib/tst-strtod.c: Add testcase.
16538 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
16540         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
16541         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
16542         The latter has a higher limit.  Take additional parameter to pass to
16543         the new function.
16544         (__pathconf): Pass file to __statfs_link_max.
16545         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
16546         __statfs_link_max.
16547         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
16548         __statfs_link_max.
16550         [BZ #12868]
16551         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
16552         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
16553         Handle Lustre.
16554         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
16555         (__statfs_filesize_max): Likewise.
16556         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
16558 2011-07-05  Andreas Jaeger  <aj@suse.de>
16560         * resolv/res_comp.c (dn_skipname): Remove unused variable.
16562 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
16564         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
16565         `status' variable.
16566         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
16567         Likewise.
16569 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
16571         * Makefile (strop-tests): Add strncat.
16572         * string/test-strncat.c: New file.
16574 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
16576         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
16578 2011-06-21  Andreas Jaeger  <aj@suse.de>
16580         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
16581         Copy rule from iconvdata/Makefile.
16583 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
16585         [BZ #12922]
16586         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
16587         but no long options are defined, just return 'W'.
16589 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
16591         [BZ #9696]
16592         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
16594 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
16596         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
16597         netgroups to read.
16598         (innetgr): Likewise.
16600 2011-07-05  Roland McGrath  <roland@hack.frob.com>
16602         * config.make.in (install_root): Default to $(DESTDIR).
16604 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
16606         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
16608 2011-07-02  Roland McGrath  <roland@hack.frob.com>
16610         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
16612         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
16613         containing directory rather than embedding absolute directory names.
16615         * scripts/check-local-headers.sh: Rewritten using awk.
16616         Match by word, not by line.  Print error messages for matches.
16617         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
16619         * Makerules [shlib-lds-flags empty]:
16620         ($(common-objpfx)libc_pic.opts): New target.
16621         ($(common-objpfx)libc_pic.os.clean): New target.
16622         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
16624         * config.make.in (OBJCOPY): New variable.
16625         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
16626         * configure: Regenerated.
16628         * config.make.in (use-default-link): New variable.
16629         * configure.in (use_default_link): Grok --with-default-link to set it.
16630         * configure: Regenerated.
16631         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
16632         (shlib-lds, shlib-lds-flags): Define to empty.
16634         * Makerules (shlib-lds): New variable.
16635         (shlib-lds-flags): New variable.
16636         (build-shlib, build-moduile, build-module-asneeded): Use it.
16637         ($(common-objpfx)libc.so): Use $(shlib-lds).
16638         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
16639         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
16641         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
16642         DT_FLAGS/DT_FLAGS_1 with zero flags.
16644         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
16645         linker script munging.
16647 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
16649         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
16650         as 128-bit value.
16651         * crypt/sha512.c (sha512_process_block): Perform total addition using
16652         128-bit if possible.
16653         (__sha512_finish_ctx): Likewise.
16654         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
16655         as 64-bit value.
16656         * crypt/sha256.c (SWAP64): Define.
16657         (sha256_process_block): Perform total addition using 64-bit if
16658         possible.
16659         (__sha256_finish_ctx): Likewise.
16661 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
16663         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
16664         * nscd/initgrcache.c (addinitgroupsX): Likewise.
16665         * nscd/hstcache.c (cache_addhst): Likewise.
16666         * nscd/grpcache.c (cache_addgr): Likewise.
16667         * nscd/aicache.c (addhstaiX): Likewise
16668         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
16670 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
16672         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
16673         * nscd/initgrcache.c (addinitgroupsX): Likewise.
16674         * nscd/hstcache.c (cache_addhst): Likewise.
16675         * nscd/grpcache.c (cache_addgr): Likewise.
16676         * nscd/aicache.c (addhstaiX): Likewise
16678 2011-07-01  Andreas Schwab  <schwab@redhat.com>
16680         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
16681         domain only when needed.
16683 2011-06-30  Andreas Schwab  <schwab@redhat.com>
16685         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
16686         is always restored.
16688 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
16690         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
16691         are re-adding the entry.
16692         * nscd/servicescache.c (cache_addserv): Likewise.
16694 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
16696         * sysdeps/generic/dl-irel.h: fix protection against multiple
16697         inclusions.
16698         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
16700 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
16702         [BZ #12935]
16703         * malloc/memusage.sh: Fix quoting in message.
16704         * debug/xtrace.sh: Likewise.
16706         * configure.in: Remove support for --experimental-malloc option, make
16707         it the default.
16708         * config.make.in: Likewise.
16709         * malloc/Makefile: Likewise.
16711 2011-06-27  Andreas Schwab  <schwab@redhat.com>
16713         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
16714         two-byte characters.
16716 2011-06-27  Roland McGrath  <roland@hack.frob.com>
16718         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
16719         AC_CACHE_CHECK invocation.
16720         * configure: Regenerated.
16722         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
16724 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
16726         [BZ #12350]
16727         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
16728         bit from old_res_options.
16730         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
16732         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
16733         value type for setfct.
16735 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
16737         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
16738         __gettimeofday instead of gettimeofday.
16740 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
16742         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
16744 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
16746         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
16748         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
16749         info.
16751 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
16753         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
16754         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
16755         strcpy-sse2-unaligned strncpy-sse2-unaligned
16756         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
16757         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
16758         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
16759         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
16760         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
16761         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
16762         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
16763         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
16764         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
16765         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
16766         (STRCPY): Support SSE2 and SSSE3 versions.
16768 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
16770         [BZ #12874]
16771         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
16772         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
16773         kernels which artificially limit size of requests.
16775 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
16777         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
16778         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
16779         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
16780         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
16781         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
16782         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
16783         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
16784         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
16785         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
16786         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
16787         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
16788         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
16789         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
16790         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
16791         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
16792         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
16793         Enable unaligned load optimization for Intel Core i3, i5 and i7
16794         processors.
16795         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
16796         Define.
16797         (index_Fast_Unaligned_Load): Define.
16798         (HAS_FAST_UNALIGNED_LOAD): Define.
16800 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
16802         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
16804 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
16806         [BZ #12907]
16807         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
16808         until it is clear that the information is realy needed.
16809         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
16811 2011-06-22  Andreas Schwab  <schwab@redhat.com>
16813         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
16815 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
16817         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
16818         /sys/devices/system/cpu/online if it is usable.
16820         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
16821         reading the information from the /proc filesystem to once a second.
16823 2011-06-21  Andreas Jaeger  <aj@suse.de>
16825         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
16826         NULL after inclusion of kernel headers.
16828 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
16830         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
16831         calls to internal_setent.
16833         [BZ #12885]
16834         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
16835         addresses using gethostbyname4_r ignore IPv4 addresses.
16837         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
16838         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
16840         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
16842 2011-06-20  David S. Miller  <davem@davemloft.net>
16844         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
16845         inclusions.
16846         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
16848         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
16849         (elf_irel): Use it.
16850         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
16851         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
16852         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
16853         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
16854         * sysdeps/x86_64/dl-irel.h: Likewise.
16856         * elf/dl-runtime.c: Use elf_ifunc_invoke.
16857         * elf/dl-sym.c: Likewise.
16859 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
16861         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
16862         need to dereference resplen2.
16864 2011-06-14  Andreas Schwab  <schwab@redhat.com>
16866         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
16868 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
16870         * Makeconfig: Define vardbdir and inst_vardbdir.
16871         * nss/Makefile: Add rules to install db-Makefile.
16873         * nss/nss_db/db-XXX.c: Cleanup.
16875         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
16876         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
16877         GLIBC_PRIVATE.
16878         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
16879         * nss/makedb.c: Implement -g option to specify that value strings
16880         are generated and should not be added to table iterated over for
16881         get*ent calls.
16882         * nss/nss_db/db-initgroups.c: New file.
16884         * nss/getent.c: Add support for initgroups lookups through getgrouplist
16885         interface.
16887         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
16888         (internal_getgrouplist): Adjust to name change.
16889         Update use_initgroups_entry if this is not the first call.
16890         * nss/databases.def: Add initgroups entry.
16892         * nss/makedb.c (compute_tables): Check result of multiple hash table
16893         sizes to minimize maximum chain length.
16895 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
16897         * Versions.def: Add entry for libnss_db.
16898         * shlib-versions: Likewise.
16899         * nss/Makefile: Add rules to build libnss_db.
16900         * nss/Versions: Add libnss_db information.  Organize libnss_files
16901         entries better.
16902         * nss/db-Makefile: Add gshadow support.  Change rules for the new
16903         makedb progra.  Some minor improvements to generate smaller files.
16904         * nss/nss_db/nss_db.h: Move NSS database header data structures to
16905         here from...
16906         * nss/makedb.c: ...here.
16907         Improve database format to be smaller and require less memory at
16908         runtime.
16909         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
16910         db anymore.
16911         * nss/nss_db/db-netgrp.c: Likewise.
16912         * nss/nss_db/db-open.c: Likewise.
16913         * nss/nss_files/flies-XXX.x: Adjust comments.
16914         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
16915         * nss/nss_files/files-grp.c: Likewise.
16916         * nss/nss_files/files-hosts.c: Likewise.
16917         * nss/nss_files/files-network.c: Likewise.
16918         * nss/nss_files/files-proto.c: Likewise.
16919         * nss/nss_files/files-pwd.c: Likewise.
16920         * nss/nss_files/files-rpc.c: Likewise.
16921         * nss/nss_files/files-service.c: Likewise.
16922         * nss/nss_files/files-sgrp.c: Likewise.
16923         * nss/nss_files/files-spwd.c: Likewise.
16924         * nss/nss_db/db-alias.c: Removed.
16925         * nss/nss_db/dummy-db.h: Removed.
16927 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
16929         * nss/makedb.c: Rewritten to not use database library.
16930         * nss/Makefile: Update to build new makedb program.
16932 2011-06-14  Andreas Jaeger  <aj@suse.de>
16934         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
16935         memset declaration.
16937 2011-06-10  Andreas Schwab  <schwab@redhat.com>
16939         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
16940         tmpbuf.
16942 2011-06-10  Roland McGrath  <roland@hack.frob.com>
16944         * Makerules (shlib.lds): Fail if the linker script comes out empty.
16945         * elf/Makefile ($(objpfx)ld.so): Likewise.
16947         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
16948         Don't list ld.so twice in dependencies.
16950         * posix/bug-regex31.c: Include <stdlib.h>.
16952         * nscd/hstcache.c (cache_addhst): Remove unused variable.
16954         * nis/nss_compat/compat-spwd.c
16955         (getspent_next_nss_netgr): Remove unused variable.
16956         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
16958         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
16959         nonmembers" output to use the right array.
16961         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
16963         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
16965         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
16966         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
16967         * catgets/gencat.c (read_input_file): Likewise.
16968         * locale/programs/locarchive.c (enlarge_archive): Likewise.
16970         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
16971         variable definition inside #if's controlling its use.
16973         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
16975         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
16977         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
16979         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
16980         unreachable code.
16982         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
16984         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
16985         * configure: Regenerated.
16987         * Makerules: Revert last change.
16988         * elf/Makefile: Likewise.
16990 2011-06-09  Roland McGrath  <roland@hack.frob.com>
16992         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
16993         * elf/Makefile ($(objpfx)librtld.os): Likewise.
16994         (reloc-link): Likewise.
16996 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
16998         * elf/Makefile: Add rules to build pldd.
16999         * elf/pldd.c: New file.
17000         * elf/pldd-xx.c: New file.
17002 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
17004         * version.h: Update for 2.15 development version.
17006 2011-06-07  David S. Miller  <davem@davemloft.net>
17008         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
17009         ifuncs.
17010         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
17011         elf_machine_lazy_rel): Likewise.
17012         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
17013         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
17014         elf_machine_lazy_rel): Likewise.
17015         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
17016         dl_hwcap via passed in argument.
17017         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
17018         Likewise.
17020 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17022         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
17024 2011-06-06  Roland McGrath  <roland@hack.frob.com>
17026         [BZ #12849]
17027         * manual/fdl-1.1.texi: New file, verbatim from:
17028         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
17029         * manual/lgpl-2.1.texi: New file, verbatim from:
17030         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
17031         * manual/Makefile (licenses): New variable, list those new file names.
17032         (texis): Use it.
17033         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
17035         * manual/fdl.texi: File removed.
17036         * manual/lesser.texi: File removed.
17037         * manual/libc.texinfo (Copying, Documentation License):
17038         Use new @include file names, put @appendix directive before @include.
17040 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
17042         [BZ #12841]
17043         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
17044         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
17045         (mq_open): Add __NTH.
17047 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
17049         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
17050         Assume Intel Core i3/i5/i7 processor if AVX is available.
17052 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
17054         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
17055         typo.
17057 2011-05-31  Andreas Schwab  <schwab@redhat.com>
17059         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
17060         memory.  Use alloca_account.  Fix memory leak when retrying.
17062 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
17064         * version.h (RELEASE): Bump for 2.14 release.
17065         * include/features.h (__GLIBC_MINOR__): Bump to 14.
17067         * config.make.in (RANLIB): Remove entry.
17069 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
17071         * po/Makefile (po-sed-cmd): Add ksh to extensions.
17072         (libc.pot): Work around missing support for .ksh extension in xgettext.
17074         [BZ #12684]
17075         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
17076         if both request failed.
17077         (send_dg): In case of server errors clear resplen or *resplen2.
17079         [BZ #12454]
17080         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
17081         when there are multiple maps.
17082         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
17083         (_dl_fini): Remove test here.
17085         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
17087 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
17089         [BZ #12350]
17090         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
17091         bit from old_res_options.
17092         (gaih_inet): Likewise.
17094         [BZ #11099]
17095         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
17096         as signed.
17098         * resolv/res_init.c (res_setoptions): Make the code more compact.
17100         [BZ #11558]
17101         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
17102         set RES_USEVC.
17104         [BZ #11634]
17105         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
17107         * malloc/malloc.h: Mark malloc hook variables as deprecated.
17109         [BZ #11781]
17110         * malloc/malloc.h: Declare malloc hook variables as volatile.
17112         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
17113         in last patch.
17115         [BZ #11799]
17116         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
17117         raise in the comment.
17118         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
17119         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
17120         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
17122 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
17124         [BZ #12811]
17125         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
17126         grow the buffers more if it already has to be sufficient.
17127         (build_wcs_upper_buffer): Likewise.
17128         * posix/regexec.c (check_matching): Likewise.
17129         (clean_state_log_if_needed): Likewise.
17130         (extend_buffers): Don't enlarge buffers beyond size of the input
17131         buffer.
17132         Patches mostly by Emil Wojak <emil@wojak.eu>.
17133         * posix/bug-regex32.c: New file.
17134         * posix/Makefile (tests): Add bug-regex32.
17136         * locale/findlocale.c (_nl_find_locale): Return right away if
17137         _nl_explode_name failed.
17138         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
17140         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
17142         * debug/xtrace.sh: Unify messages.
17143         * malloc/memusage.sh: Likewise.
17145         [BZ #12813]
17146         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
17147         time symbol from vDSO.  Substitute with vsyscall if not available.
17148         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
17149         __vdso_time.
17151         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
17152         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
17153         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
17154         Add sendmmsg and internal_sendmmsg.
17155         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
17156         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
17157         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
17159         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
17160         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
17161         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
17163 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
17165         [BZ #12813]
17166         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
17167         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
17168         available.
17169         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
17170         __vdso_getcpu.
17172         [BZ #12814]
17173         * iconvdata/Makefile (tests): Add bug-iconv9.
17174         * iconvdata/bug-iconv9.c: New file.
17176 2011-05-27  Andreas Schwab  <schwab@redhat.com>
17178         [BZ #12814]
17179         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
17181 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
17183         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
17184         (struct user_regs_struct): Change intcs field back to cs.
17186 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
17188         * po/ja.po: Update from translation team.
17190 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
17192         [BZ #12795]
17193         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
17194         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
17196 2011-05-20  Andreas Schwab  <schwab@redhat.com>
17198         * stdlib/longlong.h: Update from GCC.
17200 2011-05-23  Andreas Schwab  <schwab@redhat.com>
17202         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
17203         parameter name.
17204         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
17205         Add parameter name.
17206         (__sysconf): Pass it down.
17208 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
17210         [BZ #12671]
17211         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
17212         some situations.
17213         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
17214         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
17215         add in in __libc_use_alloca calls.  Adjust callers.
17216         (glob): Use malloc in some situations.
17218         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
17219         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
17220         pltexit.
17222 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
17224         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
17225         and CLOCK_BOOTTIME_ALARM.
17227         [BZ #12782]
17228         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
17229         is returned.
17231         * string/_strerror.c (__strerror_r): Print negative errors as signed
17232         numbers.
17234         [BZ #12777]
17235         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
17236         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
17237         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
17239         * configure.in: Fix typo in redirection and correct removal of test
17240         files in two cases.
17242         [BZ #12788]
17243         * locale/setlocale.c (new_composite_name): Fix test to check for
17244         identical name of all categories.
17246         [BZ #12792]
17247         * libio/filedoalloc.c (local_isatty): New function.
17248         (_IO_file_doallocate): Use local_isatty.
17249         * stdio-common/perror.c (perror): In case a new stream is used
17250         forward the stream error.
17251         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
17252         error flag.
17254 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
17256         [BZ #11869]
17257         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
17258         alloca.
17259         * include/alloca.h (extend_alloca_account): Define.
17261         [BZ #11857]
17262         * posix/regex.h: Fix comments with documentation of user-accessible
17263         fields after compilation and describe correct free'ing of pattern
17264         after re_compile_pattern.
17265         Patch by Reuben Thomas <rrt@sc3d.org>.
17267 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
17269         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
17270         and -mno-altivec to prevent the compiler from using Altivec and/or
17271         VSX instructions when the corresponding registers are not available.
17273 2011-05-19  Andreas Schwab  <schwab@redhat.com>
17275         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
17277 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
17279         * libio/freopen.c (freopen): Use __dup2, not dup2.
17280         * libio/freopen64.c (freopen64): Likewise.
17282 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
17284         [BZ #12775]
17285         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
17286         * math/Makefile (tests): Add test-powl.
17287         (CFLAGS-test-powl.c): Define.
17288         * math/test-powl.c: New file.
17290 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
17292         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
17294 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
17296         [BZ #11837]
17297         * iconvdata/gb18030.c: Update to GB18020-2005.
17299 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
17301         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
17302         RE_SYNTAX_POSIX_AWK): Update to match recent development.
17303         Patch by Aharon Robbins <arnold@skeeve.com>.
17305         [BZ #11892]
17306         * stdlib/putenv.c (putenv): Don't always create copy of the variable
17307         on the stack.
17309         [BZ #11895]
17310         * misc/pselect.c (__pselect): Handle timeout value errors hidden
17311         through underflows.
17313         [BZ #12766]
17314         * misc/error.c (error_at_line): Ensure file_name and old_file_name
17315         point to strings before performing equality test for error_one_per_line
17316         mode.
17318         [BZ #11697]
17319         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
17321         [BZ #11820]
17322         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
17323         (struct user_fpregs_struct): Avoid __uint*_t types.
17325         [BZ #6420]
17326         * malloc/mtrace.c (tr_where): Add additional parameter to point to
17327         symbol info.  Use it instead of calling _dl_addr locally.
17328         (lock_and_info): New function.
17329         (tr_freehook): Call lock_and_info and pass symbol info as additional
17330         parameter to tr_where.
17331         (tr_mallochook): Likewise.
17332         (tr_reallochook): Likewise.
17333         (tr_memalignhook): Likewise.
17335         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
17336         used and couldn't be at all thread-safe.
17338 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
17340         * libio/freopen.c (freopen): Don't close old file descriptor
17341         before the new one is opened.  Instead dup the new file descriptor
17342         to the old one after the new stream is created.
17343         * libio/freopen64.c (freopen64): Likewise.
17344         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
17345         * libio/fileops.c (_IO_new_file_close_it): Handle new
17346         _IO_FLAGS2_NOCLOSE flag.
17347         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
17348         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
17349         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
17350         _IO_FLAGS2_NOCLOSE flag.
17351         * include/unistd.h: Add hidden_proto for dup3.
17352         Define __have_dup3.
17353         * io/dup3.c: Define hidden symbol.
17354         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
17356         [BZ #7101]
17357         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
17358         when an incomplete long option is used.
17359         * posix/tst-getopt_long1.c: New file.
17360         * posix/Makefile (tests): Add tst-getopt_long1.
17362         [BZ #10138]
17363         * scripts/config.guess: Update from autoconf-2.68.
17364         * scripts/config.sub: Likewise.
17366         [BZ #10157]
17367         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
17368         tests into ...
17369         (has_cpuclock): ...this.  New function.
17370         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
17371         macro here based on has_cpuclock code.
17373         [BZ #10149]
17374         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
17375         First byte (not low byte) is now always NUL.
17376         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
17378         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
17379         Use non-cancelable interfaces.
17381         [BZ #9809]
17382         * locale/iso-639.def: Add entry for Sorani.
17384         [BZ #11901]
17385         * include/stdlib.h: Move include protection to the right place.
17386         Define abort_msg_s.  Declare __abort_msg with it.
17387         * stdlib/abort.c (__abort_msg): Adjust type.
17388         * assert/assert.c (__assert_fail_base): New function.  Majority
17389         of code from __assert_fail.  Allocate memory for __abort_msg with
17390         mmap.
17391         (__assert_fail): Now call __assert_fail_base.
17392         * assert/assert-perr.c: Remove bulk of implementation.  Use
17393         __assert_fail_base.
17394         * include/assert.hL Declare __assert_fail_base.
17395         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
17396         mmap.
17397         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
17399 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
17401         [BZ #11952]
17402         [BZ #12453]
17403         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
17404         until all modules are registered in the DTV.
17405         * elf/Makefile: Add rules to build and run tst-tls19.
17406         * elf/tst-tls19.c: New file.
17407         * elf/tst-tls19mod1.c: New file.
17408         * elf/tst-tls19mod2.c: New file.
17409         * elf/tst-tls19mod3.c: New file.
17410         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
17412         [BZ #12083]
17413         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
17414         correctly.
17416         [BZ #12601]
17417         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
17418         two-byte sequence errors.
17419         * iconvdata/Makefile (tests): Add bug-iconv8.
17420         * iconvdata/bug-iconv8.c: New file.
17422         [BZ #12626]
17423         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
17424         buf2 definition.
17426         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
17428         [BZ #12432]
17429         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
17430         (dummy_getcfa): New function.
17431         (init): Get _Unwind_GetCFA address, use dummy if not found.
17432         (backtrace_helper): In recursion check, also check whether CFA changes.
17433         (__backtrace): Completely initialize arg.
17435         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
17436         storing incomplete byte sequence in state object.  Avoid testing for
17437         guaranteed too small input if we know there is enough data available.
17439 2011-05-11  Andreas Schwab  <schwab@redhat.com>
17441         * Makeconfig (+link-pie): Indent.
17442         * Rules (binaries-pie): Define if $(have-fpie) and
17443         $(build-shared).
17444         (binaries-shared): Also filter out $(binaries-pie).
17445         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
17446         * nscd/Makefile (others-pie): Add nscd.
17447         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
17448         ($(objpfx)nscd): Remove command override.
17449         * login/Makefile (others-pie): Add pt_chown.
17450         ($(objpfx)pt_chown): Remove command override.
17451         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
17452         remove command overrides.
17454 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
17456         * libio/tst_putwc.c: Fix error messages.
17458         [BZ #12724]
17459         * libio/fileops.c (_IO_new_file_close_it): Always flush when
17460         currently writing and seek to current position when not.
17461         * libio/Makefile (tests): Add bug-fclose1.
17462         * libio/bug-fclose1.c: New file.
17464 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
17466         [BZ #12511]
17467         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
17468         don't set DF_1_NODELETE here.
17469         (do_lookup_x): When entering new entry test for copy relocation
17470         and if necessary set DF_1_NODELETE flag.
17471         * elf/tst-unique4.cc: New file.
17472         * elf/tst-unique4.h: New file.
17473         * elf/tst-unique4lib.cc: New file.
17474         * elf/Makefile: Add rules to build and run tst-unique4.
17475         Patch by Piotr Bury <pbury@goahead.com>.
17477 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
17479         [BZ #12052]
17480         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
17482         [BZ #12625]
17483         * misc/mntent_r.c (addmntent): Flush the stream after the output
17485         [BZ #12393]
17486         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
17487         (is_trusted_path_normalize): Skip initial colon.  Append slash
17488         to empty buffer.  Duplicate is_trusted_path code but allow
17489         constructed patch to be prefix.
17490         (is_dst): Allow $ORIGIN followed by /.
17491         (_dl_dst_substitute): Correct clearing of check_for_trusted.
17492         Correct testing of result of is_trusted_path_normalize
17493         (decompose_rpath): Fix warning.
17495 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
17497         [BZ #11257]
17498         * grp/initgroups.c (internal_getgrouplist): When we found the service
17499         list through the initgroups entry in nsswitch.conf do not always
17500         continue on a successful lookup.  Don't always use the
17501         __nss_group_database value if it is set.
17502         * nss/nsswitch.conf (initgroups): Change action for successful db
17503         lookup to continue for compatibility.
17505 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
17507         [BZ #11532]
17508         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
17509         and CP774 modules.
17510         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
17511         and CP774 modules.
17512         * iconvdata/tst-tables.sh: Likewise.
17513         * iconvdata/cp770.c: New file.
17514         * iconvdata/cp771.c: New file.
17515         * iconvdata/cp772.c: New file.
17516         * iconvdata/cp773.c: New file.
17517         * iconvdata/cp774.c: New file.
17518         * iconvdata/testdata/CP770: New file.
17519         * iconvdata/testdata/CP770..UTF8: New file.
17520         * iconvdata/testdata/CP771: New file.
17521         * iconvdata/testdata/CP771..UTF8: New file.
17522         * iconvdata/testdata/CP772: New file.
17523         * iconvdata/testdata/CP772..UTF8: New file.
17524         * iconvdata/testdata/CP773: New file.
17525         * iconvdata/testdata/CP773..UTF8: New file.
17526         * iconvdata/testdata/CP774: New file.
17527         * iconvdata/testdata/CP774..UTF8: New file.
17529         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
17530         END CHARMAP line.
17531         * iconvdata/gen-8bit-gap.sh: Likewise.
17532         * iconvdata/gen-8bit.sh: Likewise.
17534         * locale/iso-639.def: Add ary entry.
17536         [BZ #11258]
17537         * locale/C-translit.h.in: Add U20A1 transliteration.
17539         [BZ #12178]
17540         * locale/iso-639.def: Add wae entry.
17541         Patch by Kevin Bortis <bortis@translate-wae.ch>.
17543         [BZ #12545]
17544         * locale/programs/localedef.c (construct_output_path): Use ssize_t
17545         for n.
17547         [BZ #12711]
17548         * locale/C-translit.h.in: Add entry for U20B9.
17549         Patch by pravin.d.s@gmail.com.
17551 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
17553         [BZ #12713]
17554         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
17555         ENAMETOOLONG use generic getcwd.
17556         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
17557         in rtld.  Use *stat64.
17558         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
17559         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
17560         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
17561         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
17562         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
17563         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
17564         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
17565         __fstatat64 macros.
17566         * include/dirent.h: Add libc_hidden_proto for rewinddir.
17567         * dirent/rewinddir.c: Add libc_hidden_def.
17568         * sysdeps/mach/hurd/rewinddir.c: Likewise.
17569         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
17571         * include/dirent.h (__alloc_dir): Add flags parameter.
17572         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
17573         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
17574         __alloc_dir.
17575         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
17576         from fdopendir if O_CLOEXEC is already set.
17578 2011-03-15  Alan Modra  <amodra@gmail.com>
17580         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
17581         l_tls_firstbyte_offset non-zero.  Save padding offset in
17582         l_tls_firstbyte_offset for later use.
17583         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
17584         freeing static tls block.
17586 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
17588         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
17589         where #ifdef was intended.  The intent is to prevent ARG_MAX from
17590         being defined by the kernel headers.
17592 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
17594         [BZ #12734]
17595         * resolv/resolv.h: Define RES_NOTLDQUERY.
17596         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
17597         no-tld-query and set RES_NOTLDQUERY.
17598         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
17599         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
17600         modern BIND to search name as TLD unless forbidden.
17602 2011-05-07  Petr Baudis  <pasky@suse.cz>
17603             Ulrich Drepper  <drepper@gmail.com>
17605         [BZ #12393]
17606         * elf/dl-load.c (fillin_rpath): Move trusted path check...
17607         (is_trusted_path): ...to here.
17608         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
17609         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
17610         using is_trusted_path_normalize() in setuid scripts.
17612 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
17614         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
17615         __BEGIN/__END_DECLS.
17617 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
17619         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
17620         NSS_STATUS_NOTFOUND if no record was found.
17622 2011-05-05  Andreas Schwab  <schwab@redhat.com>
17624         * sunrpc/Makefile (headers): Add rpc/netdb.h.
17625         (headers-not-in-tirpc): Remove rpc/netdb.h
17626         * resolv/netdb.h: Revert last change.
17628 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
17630         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
17631         circular dependency between libgcc.a and libc.a.
17633 2011-05-05  Andreas Schwab  <schwab@redhat.com>
17635         * resolv/netdb.h: Don't include <rpc/netdb.h>.
17636         * nis/Makefile: Don't install rpcsvc/*.
17637         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
17638         instead of <rpc/types.h>.
17639         (MAXHOSTNAMELEN): Define.
17641 2011-05-03  Andreas Schwab  <schwab@redhat.com>
17643         * elf/ldconfig.c (add_dir): Don't crash on empty path.
17645 2011-04-28  Maciej Babinski  <mbabinski@google.com>
17647         [BZ #12714]
17648         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
17649         gethostbyname4_r when IPv6 results are possible.
17651 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
17653         [BZ #12723]
17654         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
17655         _PC_PIPE_BUF handling.
17657 2011-04-30  Bruno Haible  <bruno@clisp.org>
17659         [BZ #12717]
17660         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
17661         * resolv/netdb.h (getnameinfo): Change type of flags parameter
17662         to 'int'.
17663         * inet/getnameinfo.c (getnameinfo): Likewise.
17665 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
17667         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
17668         to groups setting in database lookup.
17669         * nss/nsswitch.conf: Add initgroups entry.
17671 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
17673         [BZ #12685]
17674         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
17675         mode string.
17676         Patch by Eric Blake <eblake@redhat.com>.
17678 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
17680         * sunrpc/Makefile (need-export-routines): Add svc_run.
17681         (routines): Remove svc_run.
17682         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
17683         * sunrpc/clnt_perr.c (clnt_perrno): Export.
17684         * sunrpc/svc_run.c (svc_run): Likewise.
17685         * sunrpc/svc_udp.c (svcudp_create): Likewise.
17687 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
17689         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
17690         problem in reallocation in last patch.
17692 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
17694         * sunrpc/Makefile: Move inclusion of Rules.
17696 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
17698         * nss/nss_files/files-initgroups.c: New file.
17699         * nss/Makefile (libnss_files-routines): Add files-initgroups.
17700         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
17701         _nss_files_initgroups_dyn.
17703 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
17705         * elf/elf.h (R_ARM_IRELATIVE): Define.
17707 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
17709         * po/ru.po: Update from translation team.
17711 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
17713         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
17714         dependencies.
17716 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
17718         [BZ #12653]
17719         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
17720         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
17721         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
17722         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
17723         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
17725 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
17727         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
17728         differing bytes.
17729         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
17730         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
17731         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
17733 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
17735         [BZ #12420]
17736         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
17737         storing it.
17738         * stdlib/bug-getcontext.c: New file.
17739         * stdlib/Makefile: Add rules to build and run bug-getcontext.
17741 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17743         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
17744         instructions into .machine "z9-109".
17745         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
17746         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
17748 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17750         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
17751         between environment variables and auxiliary vector.
17753 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
17755         * Makefile: Add rules to build linkobj/libc.so.
17756         * include/libc-symbols.h: Define libc_hidden_nolink.
17757         * include/rpc/auth.h: Mark functions which are to be hidden.
17758         * include/rpc/auth_des.h: Likewise.
17759         * include/rpc/auth_unix.h: Likewise.
17760         * include/rpc/clnt.h: Likewise.
17761         * include/rpc/des_crypt.h: Likewise.
17762         * include/rpc/key_prot.h: Likewise.
17763         * include/rpc/pmap_clnt.h: Likewise.
17764         * include/rpc/pmap_prot.h: Likewise.
17765         * include/rpc/pmap_rmt.h: Likewise.
17766         * include/rpc/rpc_msg.h: Likewise.
17767         * include/rpc/svc.h: Likewise.
17768         * include/rpc/svc_auth.h: Likewise.
17769         * include/rpc/xdr.h: Likewise.
17770         * nis/Makefile: Link all DSOs against linkobj/libc.so.
17771         * nss/Makefile: Likewise.
17772         * sunrpc/Makefile: Don't install headers.  Build library with normal
17773         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
17774         * sunrpc/auth_des.c: Hide exported symbols by default, export some
17775         for the compat linking library.  Remove use of INTDEF/INTUSE.
17776         * sunrpc/auth_none.c: Likewise.
17777         * sunrpc/auth_unix.c: Likewise.
17778         * sunrpc/authdes_prot.c: Likewise.
17779         * sunrpc/authuxprot.c: Likewise.
17780         * sunrpc/clnt_gen.c: Likewise.
17781         * sunrpc/clnt_perr.c: Likewise.
17782         * sunrpc/clnt_raw.c: Likewise.
17783         * sunrpc/clnt_simp.c: Likewise.
17784         * sunrpc/clnt_tcp.c: Likewise.
17785         * sunrpc/clnt_udp.c: Likewise.
17786         * sunrpc/clnt_unix.c: Likewise.
17787         * sunrpc/des_crypt.c: Likewise.
17788         * sunrpc/des_soft.c: Likewise.
17789         * sunrpc/get_myaddr.c: Likewise.
17790         * sunrpc/key_call.c: Likewise.
17791         * sunrpc/key_prot.c: Likewise.
17792         * sunrpc/netname.c: Likewise.
17793         * sunrpc/pm_getmaps.c: Likewise.
17794         * sunrpc/pm_getport.c: Likewise.
17795         * sunrpc/pmap_clnt.c: Likewise.
17796         * sunrpc/pmap_prot.c: Likewise.
17797         * sunrpc/pmap_prot2.c: Likewise.
17798         * sunrpc/pmap_rmt.c: Likewise.
17799         * sunrpc/publickey.c: Likewise.
17800         * sunrpc/rpc_cmsg.c: Likewise.
17801         * sunrpc/rpc_common.c: Likewise.
17802         * sunrpc/rpc_dtable.c: Likewise.
17803         * sunrpc/rpc_prot.c: Likewise.
17804         * sunrpc/rpc_thread.c: Likewise.
17805         * sunrpc/rtime.c: Likewise.
17806         * sunrpc/svc.c: Likewise.
17807         * sunrpc/svc_auth.c: Likewise.
17808         * sunrpc/svc_authux.c: Likewise.
17809         * sunrpc/svc_raw.c: Likewise.
17810         * sunrpc/svc_run.c: Likewise.
17811         * sunrpc/svc_simple.c: Likewise.
17812         * sunrpc/svc_tcp.c: Likewise.
17813         * sunrpc/svc_udp.c: Likewise.
17814         * sunrpc/svc_unix.c: Likewise.
17815         * sunrpc/svcauth_des.c: Likewise.
17816         * sunrpc/xcrypt.c: Likewise.
17817         * sunrpc/xdr.c: Likewise.
17818         * sunrpc/xdr_array.c: Likewise.
17819         * sunrpc/xdr_float.c: Likewise.
17820         * sunrpc/xdr_intXX_t.c: Likewise.
17821         * sunrpc/xdr_mem.c: Likewise.
17822         * sunrpc/xdr_rec.c: Likewise.
17823         * sunrpc/xdr_ref.c: Likewise.
17824         * sunrpc/xdr_sizeof.c: Likewise.
17825         * sunrpc/xdr_stdio.c: Likewise.
17827 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
17829         [BZ #12650]
17830         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
17831         * sysdeps/ia64/dl-tls.h: Likewise.
17832         * sysdeps/powerpc/dl-tls.h: Likewise.
17833         * sysdeps/s390/dl-tls.h: Likewise.
17834         * sysdeps/sh/dl-tls.h: Likewise.
17835         * sysdeps/sparc/dl-tls.h: Likewise.
17836         * sysdeps/x86_64/dl-tls.h: Likewise.
17837         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
17839 2011-03-14  Andreas Schwab  <schwab@redhat.com>
17841         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
17842         rpath element also skip the following colon.
17843         (expand_dynamic_string_token): Add is_path parameter and pass
17844         down to DL_DST_REQUIRED and _dl_dst_substitute.
17845         (decompose_rpath): Call expand_dynamic_string_token with
17846         non-zero is_path.  Ignore empty rpaths.
17847         (_dl_map_object_from_fd): Call expand_dynamic_string_token
17848         with zero is_path.
17850 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
17852         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
17853         Make cancelable.
17855 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
17857         [BZ #12655]
17858         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
17859         Patch by Filipe David Manana <fdmanana@apache.org>.
17861 2011-04-07  Andreas Schwab  <schwab@redhat.com>
17863         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
17864         Maintain aligned stack.
17865         (CHECK_RSP): Remove unused macro.
17867 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
17869         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
17870         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
17872 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
17874         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
17876         * include/features.h: Mention __USE_XOPEN2K8 in comment.
17878 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
17880         [BZ #12518]
17881         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
17882         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
17883         * sysdeps/x86_64/memmove.c: New file.
17884         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
17885         (memcpy): Renamed to ...
17886         (__new_memcpy): This.
17887         (memcpy): Provide GLIBC_2_14 memcpy.
17888         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
17889         (memcpy): Provide GLIBC_2_2_5 memcpy.
17891 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
17893         [BZ #12631]
17894         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
17896 2011-03-30  Andreas Schwab  <schwab@redhat.com>
17898         * misc/syncfs.c: New file.
17899         * misc/Makefile (routines): Add syncfs.
17900         * posix/unistd.h: Declare syncfs.
17901         * sysdeps/unix/syscalls.list: Add syncfs.
17903 2011-04-01  Andreas Schwab  <schwab@redhat.com>
17905         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
17906         open_by_handle_at.
17907         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
17908         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
17909         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
17910         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
17911         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
17912         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
17913         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
17915 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
17917         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
17918         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
17919         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
17920         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
17921         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
17922         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
17923         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
17925         * io/Makefile: Compile fallocate.c, fallocate64.c, and
17926         sync_file_range.c with -fexceptions.
17927         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
17928         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
17929         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
17930         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
17931         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
17932         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
17933         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
17934         sync_file_range as cancellation point
17935         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
17936         now a wrapper around __call_sync_file_range with cancellation handling.
17937         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
17938         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
17939         function name to __call_sync_file_range.
17940         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
17941         Add call_sync_file_range.
17943 2011-04-01  Andreas Schwab  <schwab@redhat.com>
17945         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
17946         bits/timex.h.
17948 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
17950         * iconv/iconv.h: Fix typo in comment.
17951         * io/fcntl.h: Likewise.
17952         * libio/stdio.h: Likewise.
17953         * posix/spawn.h: Likewise.
17954         * posix/unistd.h: Likewise.
17955         * stdlib/stdlib.h: Likewise.
17956         * time/time.h: Likewise.
17957         * wcsmbs/wchar.h: Likewise.
17959         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
17960         open_by_handle): Add.
17961         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
17962         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
17963         Augment a few comments.
17964         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
17965         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
17966         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
17967         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
17968         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
17969         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
17970         open_by_handle.
17972         * io/fcntl.h (AT_EMPTY_PATH): Define.
17974 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
17976         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
17977         * sysdeps/unix/sysv/linux/bits/time.h: New file.
17978         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
17979         to...
17980         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
17981         * Versions.def: Add GLIBC_2.14.
17982         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
17983         Export.
17985 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
17987         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
17988         round counter.
17989         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
17991 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
17993         [BZ #12597]
17994         * string/test-strncmp.c (do_page_test): New function.
17995         (check2): Likewise.
17996         (test_main): Call check2.
17997         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
17999 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
18001         [BZ #12587]
18002         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
18003         Handle cache information in CPU leaf 4.
18004         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
18006 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
18008         [BZ #12583]
18009         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
18010         character representation.
18011         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
18013 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
18015         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
18016         END(__isnan) to END(__isnanf) to match function entry point/label
18017         EALIGN(__isnanf,...).
18019 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
18021         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
18023 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
18025         [BZ #12510]
18026         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
18027         copy from the symbol referenced in the relocation to initialize the
18028         used variable.
18029         Patch by Piotr Bury <pbury@goahead.com>.
18030         * elf/Makefile: Add rules to build and tst-unique3.
18031         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
18032         * elf/tst-unique3.cc: New file.
18033         * elf/tst-unique3.h: New file.
18034         * elf/tst-unique3lib.cc: New file.
18035         * elf/tst-unique3lib2.cc: New file.
18037         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
18039 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
18041         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
18042         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
18043         to _start.
18045 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
18047         * elf/dl-load.c (_dl_map_object): If we are looking for the first
18048         to-be-loaded object along a path to loader is ld.so.
18050 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
18051             Ulrich Drepper  <drepper@gmail.com>
18053         * sysdeps/x86_64/memset.S: After aligning destination, code
18054         branches to different locations depending on the value of
18055         misalignment, when multiarch is enabled. Fix this.
18057 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
18059         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
18060         Set _x86_64_preferred_memory_instruction for AMD processsors.
18061         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
18062         Set bit_Prefer_SSE_for_memop for AMD processors.
18064 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
18066         * libio/fmemopen.c (fmemopen): Optimize a bit.
18068 2011-03-03  Andreas Schwab  <schwab@redhat.com>
18070         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
18072 2011-03-03  Roland McGrath  <roland@redhat.com>
18074         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
18076 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
18078         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
18079         __bzero_ultra1 instead of __memset_ultra1.
18081 2011-02-23  Andreas Schwab  <schwab@redhat.com>
18082             Ulrich Drepper  <drepper@gmail.com>
18084         [BZ #12509]
18085         * include/link.h (struct link_map): Add l_orig_initfini.
18086         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
18087         returning unsuccessfully.
18088         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
18089         close of a file loaded at startup, restore the original l_initfini
18090         list.
18091         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
18092         list, store the pointer.
18093         * elf/Makefile ($(objpfx)noload-mem): New rule.
18094         (noload-ENV): Define.
18095         (tests): Add $(objpfx)noload-mem.
18096         * elf/noload.c: Include <memcheck.h>.
18097         (main): Call mtrace.  Close all opened handles.
18099 2011-02-17  Andreas Schwab  <schwab@redhat.com>
18101         [BZ #12454]
18102         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
18103         dependencies are missing.
18105 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
18107         Fix __if_freereq crash: Unlike the generic version which uses free,
18108         Hurd needs munmap.
18109         * sysdeps/mach/hurd/ifreq.h: New file.
18111 2011-01-27  Petr Baudis  <pasky@suse.cz>
18112             Ulrich Drepper  <drepper@gmail.com>
18114         [BZ 12445]#
18115         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
18116         to extend_alloca().
18117         * stdio-common/bug23.c: New file.
18118         * stdio-common/Makefile (tests): Add bug23.
18120 2010-09-28  Andreas Schwab  <schwab@redhat.com>
18121             Ulrich Drepper  <drepper@gmail.com>
18123         [BZ #12489]
18124         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
18125         before performing relro protection.  At old place add assertion
18126         to make sure nothing changed.
18128 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
18129             Glauber de Oliveira Costa  <glommer@gmail.com>
18131         * elf/elf.h: Add new ARM TLS relocs.
18133 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
18135         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
18136         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
18137         cast from r3.
18138         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
18139         'tests' variable.
18140         * sysdeps/wordsize-64/tst-writev.c: New file.
18142 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
18144         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
18145         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
18146         insns in _dl_start to prevent a TOC reference before relocs are
18147         resolved.
18149 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
18151         [BZ #12469]
18152         * Makeconfig: Remove RANLIB definition.
18153         * Makerules: Don't use RANLIB.
18154         * aclocal.m4: Remove ranlib test.
18155         * configure.in: No need to check for ranlib.
18156         * elf/rtld-Rules: Don't use RANLIB.
18158 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
18160         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
18161         protection macro.
18162         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
18163         inclusion protection macro.
18165         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
18166         SIGRTMIN and SIGRTMAX and print information in that case only when
18167         SIGRTMIN is defined.
18169 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
18171         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
18172         arginfo fn returning -1.
18174         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
18175         and thousands string is zero terminated.
18177 2011-02-03  Andreas Schwab  <schwab@redhat.com>
18179         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
18180         sysdeps/unix/sysv/linux/bits/socket.h.
18182 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
18184         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
18185         (__CPU_COUNT): Remove old macros.
18186         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
18187         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
18188         (__CPU_ALLOC, __CPU_FREE): Add macros.
18189         (__sched_cpualloc, __sched_cpufree): Add declarations.
18191 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
18193         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
18194         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
18195         * nscd/aicache.c (addhstaiX): Return timeout of added value.
18196         (readdhstai): Return value of addhstaiX call.
18197         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
18198         (addgrbyX): Return value returned by cache_addgr.
18199         (readdgrbyname): Return value returned by addgrbyX.
18200         (readdgrbygid): Likewise.
18201         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
18202         (addpwbyX): Return value returned by cache_addpw.
18203         (readdpwbyname): Return value returned by addhstbyX.
18204         (readdpwbyuid): Likewise.
18205         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
18206         (addservbyX): Return value returned by cache_addserv.
18207         (readdservbyname): Return value returned by addservbyX:
18208         (readdservbyport): Likewise.
18209         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
18210         (addhstbyX): Return value returned by cache_addhst.
18211         (readdhstbyname): Return value returned by addhstbyX.
18212         (readdhstbyaddr): Likewise.
18213         (readdhstbynamev6): Likewise.
18214         (readdhstbyaddrv6): Likewise.
18215         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
18216         (readdinitgroups): Return value returned by addinitgroupsX.
18217         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
18218         (prune_cache): Keep track of timeout value of re-added entries.
18219         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
18220         * nscd/nscd.h: Adjust prototypes of readd* functions.
18222 2011-02-04  Roland McGrath  <roland@redhat.com>
18224         * nis/nis_server.c (nis_servstate): Use the right name for 0.
18225         (nis_stats): Likewise.
18226         * nis/nis_modify.c (nis_modify): Likewise.
18227         * nis/nis_remove.c (nis_remove): Likewise.
18228         * nis/nis_add.c (nis_add): Likewise.
18230         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
18232         * posix/fnmatch_loop.c: Add some consts.
18234         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
18236 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
18238         [BZ #12460]
18239         * config.make.in (config-cflags-novzeroupper): Define.
18240         * configure.in: Substitute libc_cv_cc_novzeroupper.
18241         * elf/Makefile (AVX-CFLAGS): Define.
18242         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
18243         (CFLAGS-tst-auditmod4a.c): Likewise.
18244         (CFLAGS-tst-auditmod4b.c): Likewise.
18245         (CFLAGS-tst-auditmod6b.c): Likewise.
18246         (CFLAGS-tst-auditmod6c.c): Likewise.
18247         (CFLAGS-tst-auditmod7b.c): Likewise.
18248         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
18250 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
18252         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
18253         function to the callback.
18254         Patch partly by Jiri Olsa <jolsa@redhat.com>.
18256 2011-02-02  Andreas Schwab  <schwab@redhat.com>
18258         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
18259         of errno.
18261 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
18263         [BZ #11724]
18264         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
18265         of constructors.
18266         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
18267         of destructors.
18268         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
18270         [BZ #11724]
18271         * elf/Makefile: Add rules to build and run new test.
18272         * elf/tst-initorder.c: New file.
18273         * elf/tst-initorder.exp: New file.
18274         * elf/tst-initordera1.c: New file.
18275         * elf/tst-initordera2.c: New file.
18276         * elf/tst-initordera3.c: New file.
18277         * elf/tst-initordera4.c: New file.
18278         * elf/tst-initorderb1.c: New file.
18279         * elf/tst-initorderb2.c: New file.
18280         * elf/tst-order-a1.c: New file.
18281         * elf/tst-order-a2.c: New file.
18282         * elf/tst-order-a3.c: New file.
18283         * elf/tst-order-a4.c: New file.
18284         * elf/tst-order-b1.c: New file.
18285         * elf/tst-order-b2.c: New file.
18286         * elf/tst-order-main.c: New file.
18287         New test case by George Gensure <werkt0@gmail.com>.
18289 2010-10-01  Andreas Schwab  <schwab@redhat.com>
18291         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
18292         decoding ACE if AI_CANONIDN.
18294 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
18296         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
18298 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
18300         * version.h (RELEASE): Bump for 2.13 release.
18301         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
18303         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
18305         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
18306         MADV_NOHUGEPAGE.
18307         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
18308         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
18309         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
18310         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
18311         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
18312         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
18314         * posix/getconf.c: Update copyright year.
18315         * catgets/gencat.c: Likewise.
18316         * csu/version.c: Likewise.
18317         * debug/catchsegv.sh: Likewise.
18318         * debug/xtrace.sh: Likewise.
18319         * elf/ldconfig.c: Likewise.
18320         * elf/ldd.bash.in: Likewise.
18321         * elf/sprof.c (print_version): Likewise.
18322         * iconv/iconv_prog.c: Likewise.
18323         * iconv/iconvconfig.c: Likewise.
18324         * locale/programs/locale.c: Likewise.
18325         * locale/programs/localedef.c: Likewise.
18326         * malloc/memusage.sh: Likewise.
18327         * malloc/mtrace.pl: Likewise.
18328         * nscd/nscd.c (print_version): Likewise.
18329         * nss/getent.c: Likewise.
18331         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
18332         PF_CAIF, and PF_ALG.
18333         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
18335 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
18337         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
18338         (modules-names): Use them.
18339         (ifunc-test-modules, ifunc-pie-tests): Define.
18340         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
18341         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
18342         (test-extras): Likewise.
18343         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
18344         $(compile-command.c).
18345         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
18346         (all-built-dso): Define.
18347         (check-textrel.out, check-execstack.out): Depend on it.
18349         * configure.in: Don't override --enable-multi-arch.
18351 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
18353         [BZ #6812]
18354         * nscd/hstcache.c (tryagain): Define.
18355         (cache_addhst): Return tryagain not notfound for temporary errors.
18356         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
18357         failed.
18359 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
18361         [BZ #10563]
18362         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
18363         to make the syscall.
18364         * sysdeps/unix/sysv/linux/setgroups.c: New file.
18366         [BZ #12378]
18367         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
18368         and fall back to matching as normal character if the string ends before
18369         the matching ']' is found.  This is what POSIX requires.
18370         * posix/testfnm.c: Adjust test result.
18371         * posix/globtest.sh: Adjust test result.  Add new test.
18372         * posix/tst-fnmatch.input: Likewise.
18373         * posix/tst-fnmatch2.c: Add new test.
18375 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
18377         * elf/Makefile (check-execstack): Revert last change.  Depend on
18378         check-execstack.h.
18379         (check-execstack.h): New target.
18380         (generated): Add check-execstack.h.
18381         * elf/check-execstack.c: Include "check-execstack.h".
18382         (main): Revert last change.
18383         (handle_file): Return zero if GNU_STACK is absent and
18384         DEFAULT_STACK_PERMS doesn't include PF_X.
18386 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
18388         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
18389         in child fails because the descriptor is already closed.
18390         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
18391         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
18392         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
18394         [BZ #12397]
18395         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
18396         syscall.
18398         [BZ #10484]
18399         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
18400         temporary buffer used to handle multi lookups locally.
18401         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
18403 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
18405         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
18406         loader is ld.so.
18408 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
18410         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
18411         alignment for SSE2.
18413 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
18415         [BZ #12394]
18416         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
18417         characters.  When rounding increased number of integer digits recompute
18418         number of groups.
18419         * stdio-common/tst-grouping.c: New file.
18420         * stdio-common/Makefile: Add rules to build and run tst-grouping.
18422 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
18424         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
18425         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
18427         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
18428         void.
18429         * bits/select.h: Likewise.
18431 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
18433         * po/ja.po: Update from translation team.
18435 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
18437         [BZ #11155]
18438         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
18439         implementation just like for lxstat, fxstatat, et al.
18441 2010-12-27  Jim Meyering  <meyering@redhat.com>
18443         [BZ #12348]
18444         * posix/regexec.c (build_trtable): Return failure indication upon
18445         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
18447 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
18449         [BZ #12201]
18450         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
18451         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
18452         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
18453         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
18455         [BZ #12207]
18456         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
18458         [BZ #12204]
18459         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
18460         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
18462 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
18464         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
18465         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
18466         script has SORT_BY_INIT_PRIORITY.
18467         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
18468         NO_CTORS_DTORS_SECTIONS is defined.
18469         * elf/soinit.c: Likewise.
18470         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
18471         NO_CTORS_DTORS_SECTIONS is defined.
18472         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
18473         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
18474         * sysdeps/sh/init-first.c: Likewise.
18475         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
18477 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
18479         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
18480         always use the slow path.
18482 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
18484         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
18485         similar rule which adds the sysdep directories to the header search in
18486         order to pick up the correct platform stackinfo.h.
18487         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
18488         perform test if it is, otherwise return successfully without testing.
18489         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
18490         DEFAULT_STACK_PERMS define in stackinfo.h.
18491         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
18492         defined in stackinfo.h.
18493         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
18494         DEFAULT_STACK_PERMS defined in stackinfo.h.
18495         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
18496         * sysdeps/ia64/stackinfo.h: Likewise.
18497         * sysdeps/s390/stackinfo.h: Likewise.
18498         * sysdeps/sh/stackinfo.h: Likewise.
18499         * sysdeps/sparc/stackinfo.h: Likewise.
18500         * sysdeps/x86_64/stackinfo.h: Likewise.
18501         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
18502         PF_X for powerpc64.  Retain PF_X for powerpc32.
18504 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
18506         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
18507         accurately.
18508         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
18509         GETDENTS_64BIT_ALIGNED.
18511 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
18513         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
18515 2010-12-10  Andreas Schwab  <schwab@redhat.com>
18517         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
18518         _GNU_SOURCE.
18520         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
18521         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
18522         Remove __restrict.
18523         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
18524         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
18526 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
18528         [BZ #11655]
18529         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
18530         are initialized.
18532 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
18534         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
18536 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
18538         * po/it.po: Update from translation team.
18540 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
18542         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
18543         unused codes.
18545 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
18547         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
18549 2010-11-24  Andreas Schwab  <schwab@redhat.com>
18551         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
18552         specially.
18553         (gaih_getanswer_slice): Likewise.
18555 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
18557         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
18559 2010-05-31  Petr Baudis  <pasky@suse.cz>
18561         [BZ #11149]
18562         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
18563         silently even in the chroot mode.
18565 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
18567         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
18568         last patch a bit.  Pretty printing
18570 2010-05-31  Petr Baudis <pasky@suse.cz>
18572         [BZ #10085]
18573         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
18574         initialization of skip_initgroups_dyn.
18576 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
18578         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
18579         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
18581 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
18583         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
18585 2010-11-11  Andreas Schwab  <schwab@redhat.com>
18587         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
18588         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
18589         (tst-fnmatch-ENV): Set MALLOC_TRACE.
18590         ($(objpfx)tst-fnmatch-mem): New rule.
18591         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
18592         * posix/tst-fnmatch.c (main): Call mtrace.
18594 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
18596         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
18597         Support Intel processor model 6 and model 0x2c.
18599 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
18601         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
18602           signed comparison.
18604 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
18606         [BZ #12205]
18607         * string/test-strncasecmp.c (check_result): New function.
18608         (do_one_test): Use it.
18609         (check1): New function.
18610         (test_main): Use it.
18611         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
18612         Support strcasecmp and strncasecmp.
18614 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
18616         [BZ #12194]
18617         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
18618         * sysdeps/x86_64/bits/byteswap.h: Likewise.
18620 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
18622         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
18623         IFUNC support.
18624         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
18625         memset-x86-64.
18626         * sysdeps/x86_64/multiarch/bzero.S: New file.
18627         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
18628         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
18629         * sysdeps/x86_64/multiarch/memset.S: New file.
18630         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
18631         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
18632         Set bit_Prefer_SSE_for_memop for Intel processors.
18633         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
18634         Define.
18635         (index_Prefer_SSE_for_memop): Define.
18636         (HAS_PREFER_SSE_FOR_MEMOP): Define.
18638 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
18640         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
18641         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
18643 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
18645         [BZ #12191]
18646         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
18647         (__x86_64_raw_data_cache_size_half): Likewise.
18648         (__x86_64_raw_shared_cache_size): Likewise.
18649         (__x86_64_raw_shared_cache_size_half): Likewise.
18651         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
18652         (__x86_64_raw_data_cache_size_half): Likewise.
18653         (__x86_64_raw_shared_cache_size): Likewise.
18654         (__x86_64_raw_shared_cache_size_half): Likewise.
18655         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
18656         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
18657         and __x86_64_raw_shared_cache_size_half.  Round
18658         __x86_64_data_cache_size_half, __x86_64_data_cache_size
18659         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
18660         to multiple of 256 bytes.
18662 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
18664         [BZ #12167]
18665         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
18666         of inacessible symlinks.  Verify result of symlink before returning it.
18667         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
18668         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
18670 2010-10-28  Erich Ritz  <erichritz@gmail.com>
18672         * math/math.h (isinf): Fix typo in comment.
18674 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
18676         * po/da.po: Update from translation team.
18678 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
18680         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
18681         is added to the list.
18683 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18684             Ulrich Drepper  <drepper@gmail.com>
18686         * elf/dl-object.c (_dl_new_object): Don't append the new object to
18687         the global list here.  Move code to...
18688         (_dl_add_to_namespace_list): ...here.  New function.
18689         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
18690         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
18691         * elf/dl-load.c (lose): Don't remove the element from the list.
18692         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
18693         (_dl_map_object): Likewise.
18695 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
18697         [BZ #12159]
18698         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
18699         into all bytes of SSE register.
18700         Patch by Richard Li <richardpku@gmail.com>.
18702 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
18704         [BZ #12140]
18705         * malloc/malloc.c (_int_free): Fill correct number of bytes when
18706         perturbing.
18708 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
18710         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
18711         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
18712         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
18713         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
18714         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
18715         submachine.
18716         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
18718 2010-10-22  Andreas Schwab  <schwab@redhat.com>
18720         * include/dlfcn.h (__RTLD_SECURE): Define.
18721         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
18722         mode & __RTLD_SECURE instead.
18723         (open_path): Rename preloaded parameter to secure.
18724         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
18725         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
18726         * elf/dl-deps.c (openaux): Likewise.
18727         * elf/rtld.c (struct map_args): Remove is_preloaded.
18728         (map_doit): Don't use it.
18729         (dl_main): Likewise.
18730         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
18731         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
18733 2010-09-09  Andreas Schwab  <schwab@redhat.com>
18735         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
18736         (sysd-rules-targets): Remove duplicates.
18737         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
18738         rtld-%.$o dependency.
18740 2010-10-18  Andreas Schwab  <schwab@redhat.com>
18742         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
18743         _dl_map_object do it.
18745 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
18747         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
18748         fast fma builtins, define the macros in the C99 standard.
18749         (FP_FAST_FMAF): Likewise.
18750         (FP_FAST_FMAL): Likewise.
18751         * sysdeps/x86_64/bits/mathdef.h: Likewise.
18753         * bits/mathdef.h: Update copyright year.
18754         * sysdeps/powerpc/bits/mathdef.h: Likewise.
18756 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
18758         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
18759         builtins, define the macros in the C99 standard.
18760         (FP_FAST_FMAF): Likewise.
18761         (FP_FAST_FMAL): Likewise.
18762         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
18763         multiply/add.
18764         (FP_FAST_FMAF): Likewise.
18766 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
18768         [BZ #3268]
18769         * math/libm-test.inc (fma_test): Some new testcases.
18770         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
18771         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
18772         y and infinite z.  Do multiplication by C already in long double.
18773         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
18774         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
18775         y and infinite z.  Do bitwise or of inexact bit into u.d.
18776         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
18777         * sysdeps/i386/fpu/s_fmaf.S: Removed.
18778         * sysdeps/i386/fpu/s_fma.S: Removed.
18779         * sysdeps/i386/fpu/s_fmal.S: Removed.
18781 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
18783         [BZ #3268]
18784         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
18785         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
18786         computation is not scheduled after fetestexcept.  Fix value
18787         of minimum denormal long double.
18789 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
18791         [BZ #3268]
18792         * math/libm-test.inc (fma_test): Add some more tests.
18793         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
18794         correctly.
18796 2010-10-15  Andreas Schwab  <schwab@redhat.com>
18798         * scripts/data/localplt-s390-linux-gnu.data: New file.
18799         * scripts/data/localplt-s390x-linux-gnu.data: New file.
18801 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
18803         [BZ #3268]
18804         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
18805         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
18806         instead of dbl-64.
18807         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
18808         inlines.
18809         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
18810         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
18811         if one of x and y is very large and the other is subnormal.
18812         * sysdeps/s390/fpu/s_fmaf.c: New file.
18813         * sysdeps/s390/fpu/s_fma.c: New file.
18814         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
18815         * sysdeps/powerpc/fpu/s_fma.S: New file.
18816         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
18817         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
18818         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
18820 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
18822         [BZ #3268]
18823         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
18824         fma tests.
18825         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
18826         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
18827         * sysdeps/i386/i686/multiarch/s_fma.c: Include
18828         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
18829         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
18830         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
18831         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
18833 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
18835         [BZ #12078]
18836         * posix/regcomp.c (parse_branch): One more memory leak plugged.
18837         * posix/bug-regex31.input: Add test case.
18839 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
18841         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
18842         * posix/bug-regex31.input: New file.
18844         [BZ #12078]
18845         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
18846         (parse_sub_exp): Fix last change, use postorder.
18848         * posix/bug-regex31.c: New file.
18849         * posix/Makefile: Add rules to build and run bug-regex31.
18851         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
18853         [BZ #12078]
18854         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
18856         [BZ #12108]
18857         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
18858         to have entries in sys_siglist.
18860         [BZ #12093]
18861         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
18862         be NULL.
18864 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
18866         [BZ #3268]
18867         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
18868         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
18869         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
18870         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
18871         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
18872         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
18873         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
18874         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
18875         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
18876         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
18877         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
18878         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
18879         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
18880         * math/ftestexcept.c (fetestexcept): Likewise.
18881         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
18882         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
18883         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
18884         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
18885         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
18886         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
18887         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
18889 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
18891         [BZ #12107]
18892         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
18893         newline.
18895 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
18897         * string/bug-strstr1.c: New file.
18898         * string/Makefile: Add rules to build and run bug-strstr1.
18900 2010-10-05  Eric Blake  <eblake@redhat.com>
18902         [BZ #12092]
18903         * string/str-two-way.h (two_way_long_needle): Always clear memory
18904         when skipping input due to the shift table.
18906 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
18908         [BZ #12005]
18909         * malloc/mcheck.c: Handle large requests.
18911         [BZ #12077]
18912         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
18913         for strncmp and strncasecmp.
18914         * string/stratcliff.c: Add tests for strcmp and strncmp.
18915         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
18917 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
18919         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
18920         __set_fpscr.
18922 2010-09-30  Andreas Jaeger  <aj@suse.de>
18924         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
18925         (CGROUP_SUPER_MAGIC): Define.
18926         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
18927         Handle btrfs and cgroup file systems.
18928         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
18929         Likewise.
18931 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
18933         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
18934         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
18936 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18938         [BZ #12067]
18939         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
18940         trying to locate the ELF header.
18942 2010-09-27  Andreas Schwab  <schwab@redhat.com>
18944         [BZ #11611]
18945         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
18946         Mask out sign-bit copies when constructing f_fsid.
18948 2010-09-24  Petr Baudis <pasky@suse.cz>
18950         * debug/stack_chk_fail_local.c: Add missing licence exception.
18951         * debug/warning-nop.c: Likewise.
18953 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
18955         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
18956         implementing getdents64 using getdents syscall, set d_type if
18957         __ASSUME_GETDENTS32_D_TYPE.
18959 2010-09-16  Andreas Schwab  <schwab@redhat.com>
18961         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
18962         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
18964 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
18966         [BZ #12037]
18967         * posix/unistd.h: Undo change of feature selection for ftruncate from
18968         2010-01-11.
18970 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
18972         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
18973         detection.
18975 2010-09-20  Andreas Schwab  <schwab@redhat.com>
18977         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
18978         fanotify_mark.
18979         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
18981 2010-09-14  Andreas Schwab  <schwab@redhat.com>
18983         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
18984         variables after CHECK_SP call.
18985         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
18987 2010-09-13  Andreas Schwab  <schwab@redhat.com>
18988             Ulrich Drepper  <drepper@redhat.com>
18990         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
18991         re-relocationg ld.so.
18992         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
18993         _dl_init_paths call.
18994         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
18995         here anymore.
18997 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
18999         * resolv/res_init.c (__res_vinit): Count the default server we added.
19001 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
19002             Ulrich Drepper  <drepper@redhat.com>
19004         [BZ #11968]
19005         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
19006         (____longjmp_chk): Use %ebx for saving value across system call.
19007         Add unwind info.
19009 2010-09-06  Andreas Schwab  <schwab@redhat.com>
19011         * manual/Makefile: Don't mix pattern rules with normal rules.
19013 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
19015         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
19016         operation.
19017         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
19018         * libio/iofopncook.c (_IO_cookie_init): Likewise.
19019         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
19020         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
19021         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
19022         Likewise.
19024 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
19026         [BZ #11979]
19027         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
19028         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
19030 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
19032         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
19033         * sysdeps/x86_64/addmul_1.S: Likewise.
19034         * sysdeps/x86_64/lshift.S: Likewise.
19035         * sysdeps/x86_64/mul_1.S: Likewise.
19036         * sysdeps/x86_64/rshift.S: Likewise.
19037         * sysdeps/x86_64/sub_n.S: Likewise.
19038         * sysdeps/x86_64/submul_1.S: Likewise.
19040 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
19042         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
19043         Define __sched_param instead of SCHED_* and sched_param when
19044         <bits/sched.h> is included with __need_schedparam defined.
19045         * bits/sched.h [__need_schedparam]
19046         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
19047         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
19048         (__defined_schedparam): Define to 1.
19049         (__sched_param): New structure, identical to sched_param.
19050         (__need_schedparam): Undefine.
19052 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
19054         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
19055         (epoll_create1): Declare.
19057         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
19059 2010-08-31  Andreas Schwab  <schwab@redhat.com>
19061         [BZ #7066]
19062         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
19063         shifting retval into place.
19065 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
19067         * nis/rpcsvc/nis.h: Update copyright notice.
19068         * nis/rpcsvc/nis.x: Likewise.
19069         * nis/rpcsvc/nis_callback.h: Likewise.
19070         * nis/rpcsvc/nis_callback.x: Likewise.
19071         * nis/rpcsvc/nis_object.x: Likewise.
19072         * nis/rpcsvc/nis_tags.h: Likewise.
19073         * nis/rpcsvc/yp.h: Likewise.
19074         * nis/rpcsvc/yp.x: Likewise.
19075         * nis/rpcsvc/ypupd.h: Likewise.
19076         * nis/yp_xdr.c: Likewise.
19077         * nis/ypupdate_xdr.c: Likewise.
19079         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
19080         mainly the body of pmap_getport.  Add parameters to specify timeouts.
19081         (pmap_getport): Use __libc_rpc_getport.
19082         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
19083         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
19084         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
19086 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
19088         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
19089         fanotify_mark.
19091 2010-08-27  Roland McGrath  <roland@redhat.com>
19093         * sysdeps/i386/i686/multiarch/Makefile
19094         (CFLAGS-varshift.c): New variable.
19096 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
19098         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
19099         * sysdeps/i386/i686/multiarch/varshift.c: New file.
19101         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
19103         * sysdeps/x86_64/strlen.S: Minimal code improvement.
19105 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
19107         * sysdeps/x86_64/strlen.S: Unroll the loop.
19108         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
19109         strlen-sse2 strlen-sse2-bsf.
19110         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
19111         __strlen_no_bsf if bit_Slow_BSF is set.
19112         (__strlen_sse42): Removed.
19113         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
19114         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
19116 2010-08-25  Roland McGrath  <roland@redhat.com>
19118         * sysdeps/x86_64/multiarch/varshift.S: File removed.
19119         * sysdeps/x86_64/multiarch/varshift.c: New file.
19120         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
19121         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
19122         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
19123         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
19125 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
19127         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
19128         strlen-sse2 strlen-sse2-bsf.
19129         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
19130         __strlen_sse2_bsf if bit_Slow_BSF is unset.
19131         (__strlen_sse2): Removed.
19132         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
19133         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
19134         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
19135         bit_Slow_BSF for Atom.
19136         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
19137         (index_Slow_BSF): Define.
19138         (HAS_SLOW_BSF): Define.
19140 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
19142         [BZ #10851]
19143         * resolv/res_init.c (__res_vinit): When no server address at all
19144         is given default to loopback.
19146 2010-08-24  Roland McGrath  <roland@redhat.com>
19148         * configure.in: Remove config-name.h generation.
19149         * configure: Regenerated.
19150         * config-name.in: File removed.
19151         * scripts/config-uname.sh: New file.
19152         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
19153         ($(objdir)config-name.h): New target.
19155         * sunrpc/rpc_parse.h: Avoid nested comment.
19157 2010-08-24  Richard Henderson  <rth@redhat.com>
19158             Ulrich Drepper  <drepper@redhat.com>
19159             H.J. Lu  <hongjiu.lu@intel.com>
19161         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
19162         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
19163         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
19164         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
19165         _mm_alignr_epi8 with _mm_loadu_si128.
19166         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
19167         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
19168         (__m128i_shift_right): Removed.
19169         * sysdeps/i386/i686/multiarch/varshift.h: New file.
19170         * sysdeps/i386/i686/multiarch/varshift.S: New file.
19171         * sysdeps/x86_64/multiarch/varshift.h: New file.
19172         * sysdeps/x86_64/multiarch/varshift.S: New file.
19174 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
19176         * configure.in: Move assembler checks to before sysdep dir checking.
19178 2010-08-20  Petr Baudis  <pasky@suse.cz>
19180         * LICENSES: Sync the sunrpc license.
19182 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
19184         * sunrpc/auth_des.c: Update copyright notice once again.
19185         * sunrpc/auth_none.c: Likewise.
19186         * sunrpc/auth_unix.c: Likewise.
19187         * sunrpc/authdes_prot.c: Likewise.
19188         * sunrpc/authuxprot.c: Likewise.
19189         * sunrpc/bindrsvprt.c: Likewise.
19190         * sunrpc/clnt_gen.c: Likewise.
19191         * sunrpc/clnt_perr.c: Likewise.
19192         * sunrpc/clnt_raw.c: Likewise.
19193         * sunrpc/clnt_simp.c: Likewise.
19194         * sunrpc/clnt_tcp.c: Likewise.
19195         * sunrpc/clnt_udp.c: Likewise.
19196         * sunrpc/clnt_unix.c: Likewise.
19197         * sunrpc/des_crypt.c: Likewise.
19198         * sunrpc/des_soft.c: Likewise.
19199         * sunrpc/get_myaddr.c: Likewise.
19200         * sunrpc/getrpcport.c: Likewise.
19201         * sunrpc/key_call.c: Likewise.
19202         * sunrpc/key_prot.c: Likewise.
19203         * sunrpc/openchild.c: Likewise.
19204         * sunrpc/pm_getmaps.c: Likewise.
19205         * sunrpc/pm_getport.c: Likewise.
19206         * sunrpc/pmap_clnt.c: Likewise.
19207         * sunrpc/pmap_prot.c: Likewise.
19208         * sunrpc/pmap_prot2.c: Likewise.
19209         * sunrpc/pmap_rmt.c: Likewise.
19210         * sunrpc/rpc/auth.h: Likewise.
19211         * sunrpc/rpc/auth_unix.h: Likewise.
19212         * sunrpc/rpc/clnt.h: Likewise.
19213         * sunrpc/rpc/des_crypt.h: Likewise.
19214         * sunrpc/rpc/key_prot.h: Likewise.
19215         * sunrpc/rpc/netdb.h: Likewise.
19216         * sunrpc/rpc/pmap_clnt.h: Likewise.
19217         * sunrpc/rpc/pmap_prot.h: Likewise.
19218         * sunrpc/rpc/pmap_rmt.h: Likewise.
19219         * sunrpc/rpc/rpc.h: Likewise.
19220         * sunrpc/rpc/rpc_des.h: Likewise.
19221         * sunrpc/rpc/rpc_msg.h: Likewise.
19222         * sunrpc/rpc/svc.h: Likewise.
19223         * sunrpc/rpc/svc_auth.h: Likewise.
19224         * sunrpc/rpc/types.h: Likewise.
19225         * sunrpc/rpc/xdr.h: Likewise.
19226         * sunrpc/rpc_clntout.c: Likewise.
19227         * sunrpc/rpc_cmsg.c: Likewise.
19228         * sunrpc/rpc_common.c: Likewise.
19229         * sunrpc/rpc_cout.c: Likewise.
19230         * sunrpc/rpc_dtable.c: Likewise.
19231         * sunrpc/rpc_hout.c: Likewise.
19232         * sunrpc/rpc_main.c: Likewise.
19233         * sunrpc/rpc_parse.c: Likewise.
19234         * sunrpc/rpc_parse.h: Likewise.
19235         * sunrpc/rpc_prot.c: Likewise.
19236         * sunrpc/rpc_sample.c: Likewise.
19237         * sunrpc/rpc_scan.c: Likewise.
19238         * sunrpc/rpc_scan.h: Likewise.
19239         * sunrpc/rpc_svcout.c: Likewise.
19240         * sunrpc/rpc_tblout.c: Likewise.
19241         * sunrpc/rpc_util.c: Likewise.
19242         * sunrpc/rpc_util.h: Likewise.
19243         * sunrpc/rpcinfo.c: Likewise.
19244         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
19245         * sunrpc/rpcsvc/key_prot.x: Likewise.
19246         * sunrpc/rpcsvc/klm_prot.x: Likewise.
19247         * sunrpc/rpcsvc/mount.x: Likewise.
19248         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
19249         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
19250         * sunrpc/rpcsvc/rex.x: Likewise.
19251         * sunrpc/rpcsvc/rstat.x: Likewise.
19252         * sunrpc/rpcsvc/rusers.x: Likewise.
19253         * sunrpc/rpcsvc/sm_inter.x: Likewise.
19254         * sunrpc/rpcsvc/spray.x: Likewise.
19255         * sunrpc/rpcsvc/yppasswd.x: Likewise.
19256         * sunrpc/rtime.c: Likewise.
19257         * sunrpc/svc.c: Likewise.
19258         * sunrpc/svc_auth.c: Likewise.
19259         * sunrpc/svc_authux.c: Likewise.
19260         * sunrpc/svc_raw.c: Likewise.
19261         * sunrpc/svc_run.c: Likewise.
19262         * sunrpc/svc_simple.c: Likewise.
19263         * sunrpc/svc_tcp.c: Likewise.
19264         * sunrpc/svc_udp.c: Likewise.
19265         * sunrpc/svc_unix.c: Likewise.
19266         * sunrpc/svcauth_des.c: Likewise.
19267         * sunrpc/xcrypt.c: Likewise.
19268         * sunrpc/xdr.c: Likewise.
19269         * sunrpc/xdr_array.c: Likewise.
19270         * sunrpc/xdr_float.c: Likewise.
19271         * sunrpc/xdr_mem.c: Likewise.
19272         * sunrpc/xdr_rec.c: Likewise.
19273         * sunrpc/xdr_ref.c: Likewise.
19274         * sunrpc/xdr_sizeof.c: Likewise.
19275         * sunrpc/xdr_stdio.c: Likewise.
19277         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
19278         handling.
19280 2010-08-19  Andreas Schwab  <schwab@redhat.com>
19282         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
19284 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
19286         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
19287         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
19288         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
19289         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
19290         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
19291         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
19292         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
19293         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
19294         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
19295         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
19296         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
19297         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
19298         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
19299         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
19301 2010-07-26  Anton Blanchard  <anton@samba.org>
19303         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
19304         * malloc/arena.c (heap_trim): Likewise.
19306 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
19308         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
19309         here.  Not...
19310         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
19311         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
19313 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
19315         * sysdeps/i386/elf/Makefile: New file.
19317 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
19319         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
19320         from fanotify_init.
19321         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
19322         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
19324 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
19326         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
19327         of strncasecmp_l.
19328         * sysdeps/multiarch/strcmp.S: Likewise.
19330 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
19332         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
19333         strncase_l-nonascii.
19334         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
19335         Add strncase_l-ssse3.
19336         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
19337         * sysdeps/x86_64/strcmp.S: Likewise.
19338         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
19339         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
19340         * sysdeps/x86_64/strncase.S: New file.
19341         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
19342         * sysdeps/x86_64/strncase_l.S: New file.
19343         * string/Makefile (strop-tests): Add strncasecmp.
19344         * string/test-strncasecmp.c: New file.
19346         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
19347         warning.
19349         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
19350         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
19352 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
19354         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
19356 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
19358         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
19359         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
19360         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
19362 2010-05-01  Alan Modra  <amodra@gmail.com>
19364         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
19365         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
19366         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
19367         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
19368         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
19369         tidying.  Don't tail-call __sigjmp_save for static lib.
19370         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
19371         save location.
19372         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
19373         (CALL_MCOUNT): Add eh info, and nop after bl.
19374         (TAIL_CALL_SYSCALL_ERROR): New macro.
19375         (PSEUDO_RET): Use it.
19376         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
19377         Correct save location of integer regs and cr.
19378         (_dl_profile_resolve): Correct cr save location.  Delete nops
19379         after bl when SHARED.  Reduce cfi size a little by better
19380         placement of cfi directives.
19381         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
19382         make a stack frame.  Instead use parm save area as a temp.
19383         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
19384         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
19385         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
19386         Don't make a stack frame for parent, use parm save area.
19387         Increase child stack frame to 112 bytes.  Don't save unused reg,
19388         and adjust reg usage.  Set up cfi on error recovery and
19389         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
19390         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
19391         (__makecontext): Add dummy nop after jump to exit.
19392         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
19393         Use correct parm save area and cr save, reduce stack frame.
19394         Correct cfi for possible PSEUDO_RET frame setup.
19395         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
19396         Branch to local label emitted by PSEUDO_RET rather than
19397         __syscall_error.
19399 2010-08-12  Andreas Schwab  <schwab@redhat.com>
19401         [BZ #11904]
19402         * locale/programs/locale.c (print_assignment): New function.
19403         (show_locale_vars): Use it.
19405 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
19407         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
19408         field.
19409         (struct statfs64): Likewise.
19410         (_STATFS_F_FLAGS): Define.
19411         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
19412         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
19413         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
19414         (ST_VALID): Define locally.
19415         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
19416         __statvfs_getflags, use the provided value.
19417         * sysdeps/unix/sysv/linux/kernel-features.h: Define
19418         __ASSUME_STATFS_F_FLAGS.
19420         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
19422         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
19423         Add sys/fanotify.h.
19424         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
19425         fanotify_mask for GLIBC_2.13.
19426         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
19427         fanotify_init and fanotify_mark.
19428         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
19429         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
19431         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
19432         Add prlimit.
19433         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
19434         prlimit64 for GLIBC_2.13.
19435         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
19436         prlimit64.
19437         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
19438         syscall.
19439         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
19440         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
19441         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
19442         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
19443         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
19444         add prlimit alias.
19445         * sysdeps/unix/sysv/linux/prlimit.c: New file.
19447         [BZ #11903]
19448         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
19449         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
19451         * nss/Makefile: Add rules to build and run tst-nss-test1.
19452         * shlib-versions: Add entry for libnss_test1.
19453         * nss/nss_test1.c: New file.
19454         * nss/tst-nss-test1.c: New file.
19456         * nss/nsswitch.c (__nss_database_custom): Define new variable.
19457         (__nss_configure_lookup): Set appropriate entry in
19458         __nss_configure_lookup to true.
19459         * nss/nsswitch.h: Define enum with indeces of databases in
19460         databases and __nss_database_custom arrays.  Declare
19461         __nss_database_custom.
19462         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
19463         to avoid using nscd when custom rules are installed.
19464         * nss/getXXbyYY_r.c: Likewise.
19465         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
19467         * nss/nss_files/files-parse.c: Whitespace fixes.
19469 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
19471         [BZ #11883]
19472         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
19473         * posix/fnmatch_loop.c: Likewise.
19475 2010-07-17  Andi Kleen  <ak@linux.intel.com>
19477         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
19478         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
19479         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
19480         * Versions.def [GLIBC_2.13]: Add.
19482 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
19484         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
19485         Also fail if tpwd after pwuid call is NULL.
19487 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
19489         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
19490         when converting to ms.
19492 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
19494         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
19495         EOPNOTSUPP errors with ENOTTY.
19496         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
19497         EOPNOTSUPP errors with ENOTTY.
19499 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
19501         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
19502         Add strcasecmp_l-ssse3.
19503         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
19504         strcasecmp.
19505         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
19506         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
19507         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
19509 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
19511         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
19513         * string/Makefile (strop-tests): Add strcasecmp.
19514         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
19515         strcasecmp_l-nonascii.
19516         (gen-as-const-headers): Add locale-defines.sym.
19517         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
19518         * sysdeps/x86_64/strcasecmp.S: New file.
19519         * sysdeps/x86_64/strcasecmp_l.S: New file.
19520         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
19521         * sysdeps/x86_64/locale-defines.sym: New file.
19522         * string/test-strcasecmp.c: New file.
19524         * string/test-strcasestr.c: Test both ends of the range of characters.
19525         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
19527 2010-07-29  Roland McGrath  <roland@redhat.com>
19529         [BZ #11856]
19530         * manual/locale.texi (Yes-or-No Questions): Fix example code.
19532 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
19534         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
19535         for ld.so.
19537 2010-07-27  Andreas Schwab  <schwab@redhat.com>
19539         * manual/memory.texi (Malloc Tunable Parameters): Document
19540         M_PERTURB.
19542 2010-07-26  Roland McGrath  <roland@redhat.com>
19544         [BZ #11840]
19545         * configure.in (-fgnu89-inline check): Set and substitute
19546         gnu89_inline, not libc_cv_gnu89_inline.
19547         * configure: Regenerated.
19548         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
19550 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
19552         * string/test-strnlen.c: New file.
19553         * string/Makefile (strop-tests): Add strnlen.
19554         * string/tester.c (test_strnlen): Add a few more test cases.
19555         * string/tst-strlen.c: Better error reporting.
19557         * sysdeps/x86_64/strnlen.S: New file.
19559 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
19561         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
19562         lower-latency instructions.
19564 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
19566         * string/test-strcasestr.c: New file.
19567         * string/test-strstr.c: New file.
19568         * string/Makefile (strop-tests): Add strstr and strcasestr.
19569         * string/str-two-way.h: Don't undefine MAX.
19570         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
19572 2010-07-21  Andreas Schwab  <schwab@redhat.com>
19574         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
19575         strcasestr-nonascii.
19576         (CFLAGS-strcasestr-nonascii.c): Define.
19577         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
19578         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
19579         Remove unused attribute.
19581 2010-07-20  Roland McGrath  <roland@redhat.com>
19583         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
19584         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
19585         ld.so.cache was broken.  With it, there is no way to disable dsocaps
19586         like LD_HWCAP_MASK can disable hwcaps.
19588 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
19590         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
19592 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
19594         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
19595         call in strcasestr.
19596         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
19597         __strcasestr_sse42_nonascii.
19598         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
19599         strcasestr-nonascii.c.
19600         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
19602 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
19604         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
19605         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
19606         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
19607         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
19609 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
19611         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
19612         fcntl.
19614 2010-07-06  Andreas Schwab  <schwab@redhat.com>
19616         [BZ #11577]
19617         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
19618         dl_signal_cerror.
19620 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
19622         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
19623         _PC_PIPE_BUF using F_GETPIPE_SZ.
19625 2010-07-05  Roland McGrath  <roland@redhat.com>
19627         * manual/arith.texi (Rounding Functions): Fix rint description
19628         implicit in round description.
19630 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
19632         * elf/Makefile: Fix linking for a few tests to make recent linker
19633         happy.
19635 2010-06-30  Andreas Schwab  <schwab@redhat.com>
19637         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
19638         $(common-objpfx)libc_nonshared.a.
19640 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
19642         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
19643         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
19644         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
19645         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
19646         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
19647         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
19648         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
19649         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
19650         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
19651         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
19652         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
19653         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
19654         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
19655         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
19656         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
19657         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
19658         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
19659         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
19660         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
19661         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
19662         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
19663         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
19664         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
19665         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
19666         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
19667         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
19668         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
19669         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
19670         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
19671         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
19672         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
19673         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
19674         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
19675         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
19676         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
19677         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
19678         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
19679         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
19680         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
19681         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
19682         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
19683         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
19684         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
19685         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
19686         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
19687         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
19688         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
19689         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
19691 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
19693         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
19694         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
19695         * string/memmove.c (memmove): Renamed to ...
19696         (MEMMOVE): ...this.  Default to memmove.
19697         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
19698         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
19699         (END_CHK): Define.
19700         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
19701         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
19702         mempcpy-ssse3-back memmove-ssse3-back.
19703         * sysdeps/x86_64/multiarch/bcopy.S: New file .
19704         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
19705         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
19706         * sysdeps/x86_64/multiarch/memcpy.S: New file.
19707         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
19708         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
19709         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
19710         * sysdeps/x86_64/multiarch/memmove.c: New file.
19711         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
19712         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
19713         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
19714         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
19715         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
19716         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
19717         Define.
19718         (index_Fast_Copy_Backward): Define.
19719         (HAS_ARCH_FEATURE): Define.
19720         (HAS_FAST_REP_STRING): Define.
19721         (HAS_FAST_COPY_BACKWARD): Define.
19723 2010-06-21  Andreas Schwab  <schwab@redhat.com>
19725         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
19726         Restore proper fallback handling.
19728 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
19730         [BZ #11701]
19731         * posix/group_member.c (__group_member): Correct checking loop.
19733         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
19734         OOM in getpwuid_r correctly.  Return error number when the caller
19735         should return, otherwise -1.
19736         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
19737         call returning > 0 value.
19738         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
19740 2010-06-07  Andreas Schwab  <schwab@redhat.com>
19742         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
19743         libc_nonshared.a from targets in modules-names.
19745 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
19747         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
19748         requires it.
19750 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
19752         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
19753         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
19754         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
19755         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
19757 2010-06-02  Andreas Schwab  <schwab@redhat.com>
19759         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
19761 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
19763         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
19764         and F_GETPIPE_SZ.
19765         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
19766         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
19767         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
19768         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
19769         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
19770         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
19772 2010-06-14  Roland McGrath  <roland@redhat.com>
19774         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
19776 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
19778         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
19779         __REDIRECT followed by __THROW.
19780         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
19781         * posix/getopt.h (getopt): Likewise.
19783 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
19785         * hurd/lookup-at.c (__file_name_lookup_at): Accept
19786         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
19787         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
19788         in AT_FLAGS.
19789         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
19790         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
19792 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
19794         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
19796 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
19798         [BZ #11640]
19799         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
19800         Properly check family and model.
19802 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
19804         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
19806 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
19808         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
19810 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
19812         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
19813         symbol reference.
19815 2010-05-19  Andreas Schwab  <schwab@redhat.com>
19817         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
19818         symbol reference.
19820 2010-05-21  Andreas Schwab  <schwab@redhat.com>
19822         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
19823         and internal_recvmmsg.
19824         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
19825         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
19826         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
19827         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
19829         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
19830         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
19831         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
19833 2010-05-20  Andreas Schwab  <schwab@redhat.com>
19835         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
19837 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
19839         POWER7 optimizations.
19840         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
19841         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
19843 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
19845         * version.h: Update for 2.13 development version.
19847 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
19849         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
19850         exceptions.  Return 0.
19852 2010-05-07  Roland McGrath  <roland@redhat.com>
19854         * elf/ldconfig.c (main): Add a const.
19856 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
19858         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
19859         (args_options): Add no-idn option.
19860         (ahosts_keys_int): Add idn_flags to ai_flags.
19861         (parse_option): Handle 'i' option to clear idn_flags.
19863         * malloc/malloc.c (_int_free): Possible race in the most recently
19864         added check.  Only act on the data if no current modification
19865         happened.
19867 See ChangeLog.17 for earlier changes.