1 2012-10-02 Roland McGrath <roland@hack.frob.com>
3 * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
4 Make 'mapoff' field ElfW(Off) rather than off_t.
6 2012-10-02 Dmitry V. Levin <ldv@altlinux.org>
8 * nscd/Makefile: Remove nscd-cflags and all its users.
9 (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
10 (CFLAGS-nonlib): Add compiler flags for nscd modules.
13 * malloc.c (malloc_printerr): Clarify error message.
15 2012-10-02 H.J. Lu <hongjiu.lu@intel.com>
18 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
19 Set bit_FMA_Usable if FMA is supported.
20 * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
22 (bit_FMA4_Usable): Updated.
23 (index_FMA_Usable): New macro.
25 (HAS_FMA): Defined with bit_FMA_Usable.
27 2012-10-01 Roland McGrath <roland@hack.frob.com>
29 * bits/types.h (__swblk_t): Type removed.
30 * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
31 * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
32 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
33 (__SWBLK_T_TYPE): Likewise.
34 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
35 (__SWBLK_T_TYPE): Likewise.
36 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
37 (__SWBLK_T_TYPE): Likewise.
38 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39 (__SWBLK_T_TYPE): Likewise.
41 2012-10-01 Patsy Franklin <pfrankli@redhat.com>
42 Honza Horak <hhorak@redhat.com>
44 * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
45 (xdr_mapname): Use YPMAXMAP as maxsize.
46 (xdr_peername): Use YPMAXPEER as maxsize.
47 (xdr_keydat): Use YPAXRECORD as maxsize.
48 (xdr_valdat): Use YPMAXRECORD as maxsize.
50 2012-10-01 Roland McGrath <roland@hack.frob.com>
52 * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
54 * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
55 * csu/init-first.c: ... here.
56 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
57 * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
58 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
59 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
60 * sysdeps/i386/init-first.c: File removed.
61 * sysdeps/sh/init-first.c: File removed.
63 2012-10-01 Joseph Myers <joseph@codesourcery.com>
66 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
67 if x * y might underflow to zero and z is zero.
68 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
69 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
70 * math/libm-test.inc (min_subnorm_value): New variable.
71 (fma_test): Add more tests.
72 (fma_test_towardzero): Likewise.
73 (fma_test_downward): Likewise
74 (fma_test_upward): Likewise.
75 (initialize): Set min_subnorm_value.
77 2012-09-29 Joseph Myers <joseph@codesourcery.com>
80 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
82 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
83 mode for addition resulting in exact zero.
84 * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
85 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
87 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
88 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
89 * math/libm-test.inc (fma_test): Add more tests.
90 (fma_test_towardzero): New function.
91 (fma_test_downward): Likewise.
92 (fma_test_upward): Likewise.
93 (main): Call the new functions.
95 2012-09-28 David S. Miller <davem@davemloft.net>
97 * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
99 2012-09-28 Roland McGrath <roland@hack.frob.com>
101 * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
104 * sysdeps/gnu/_G_config.h: Moved to ...
105 * sysdeps/unix/sysv/linux/_G_config.h: ... here.
106 * sysdeps/mach/hurd/_G_config.h: Moved to ...
107 * sysdeps/generic/_G_config.h: ... here.
109 * io/open.c (__open): Renamed to __libc_open. Make __open an alias.
111 * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
113 * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
114 Conditionalize target on [libnss_test1.so-version].
116 * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
118 * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
119 (elfobjdir): Move out of conditionals.
121 * nss/nsswitch.c (nss_new_service): Conditionalize definition and
122 declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
123 (__nss_lookup_function): Conditionalize label remove_from_tree on
124 [!DO_STATIC_NSS || SHARED], matching its only use.
126 2012-09-28 David S. Miller <davem@davemloft.net>
128 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
129 * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
131 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
133 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
134 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
135 when HWCAP_SPARC_CRYPTO is present.
137 2012-09-28 Pino Toscano <toscano.pino@tiscali.it>
139 * io/tst-mknodat.c: Create a FIFO instead of a socket.
141 2012-09-28 Andreas Schwab <schwab@linux-m68k.org>
144 * stdio-common/vfprintf.c (process_string_arg): Revert
147 2011-09-28 Jonathan Nieder <jrnieder@gmail.com>
149 * stdio-common/Makefile (tst-sprintf-ENV): Set environment
151 * stdio-common/tst-sprintf.c: Include <locale.h>
152 (main): Test sprintf's handling of incomplete multibyte
155 2012-09-28 H.J. Lu <hongjiu.lu@intel.com>
157 * elf/dl-runtime.c (VERSYMIDX): Removed.
158 * elf/dl-version.c (VERSYMIDX): Likewise.
159 * elf/do-rel.h (VERSYMIDX): Likewise.
161 * elf/dynamic-link.h (VERSYMIDX): Likewise.
162 * elf/rtld.c (VALIDX): Likewise.
164 * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
165 * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
166 * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
167 * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
171 2012-09-28 Pino Toscano <toscano.pino@tiscali.it>
173 * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
175 2012-09-28 Dmitry V. Levin <ldv@altlinux.org>
178 * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
180 * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
181 addresses are in the same scope as 192.0.2/24.
182 * posix/gai.conf: Document new scope table defaults.
184 2012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
187 * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
188 for ftell. Compute offsets from write pointers instead.
189 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
191 2012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
194 * libio/Makefile (tests): New test case tst-fseek.
195 * libio/tst-fseek.c: New test case to verify that fseek/ftell
196 combination works in wide mode.
197 * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
198 state when the external buffer state changes.
200 2012-09-27 David S. Miller <davem@davemloft.net>
203 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
204 pass reloc->r_addend in as the 'high' argument to
205 sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
207 * sysdeps/sparc/fpu/libm-test-ulps: Update.
209 2012-09-28 Pino Toscano <toscano.pino@tiscali.it>
211 * rt/tst-aio2.c: Include <pthread.h>.
212 * rt/tst-aio3.c: Likewise.
214 2012-09-27 Steve Ellcey <sellcey@mips.com>
216 * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
218 2012-09-27 H.J. Lu <hongjiu.lu@intel.com>
220 * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
221 contents on [SHARED].
223 2012-09-26 Marek Polacek <polacek@redhat.com>
227 * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
228 for C++ and GCC <4.3 as well as for non GCC compilers.
230 2012-09-26 Markus Trippelsdorf <markus@trippelsdorf.de>
232 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
234 2012-09-25 Roland McGrath <roland@hack.frob.com>
236 * Makefile.in (all, install): Declare with .PHONY.
237 Reported by Michael Hope <michael.hope@linaro.org>.
239 2012-09-25 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
241 * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
242 * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
244 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
246 (sydep_routines): Add the new and the internal functions.
247 * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
248 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
249 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
250 (GLIBC_2.17): Add the new function.
251 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
252 (GLIBC_2.17): Likewise.
253 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
254 (GLIBC_2.17): Likewise.
255 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
256 (GLIBC_2.17): Likewise.
257 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
259 2012-09-25 Alan Modra <amodra@gmail.com>
261 * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
262 Add release barrier before setting once_control to say
263 initialisation is done. Add hints on lwarx. Use macro in
265 (clear_once_control): Add release barrier.
267 2012-09-25 Joseph Myers <joseph@codesourcery.com>
270 * math/s_clog.c (__clog): Handle more values close to |z| = 1
272 * math/s_clog10.c (__clog10): Likewise.
273 * math/s_clog10f.c (__clog10f): Likewise.
274 * math/s_clog10l.c (__clog10l): Likewise.
275 * math/s_clogf.c (__clogf): Likewise.
276 * math/s_clogl.c (__clogl): Likewise.
277 * math/Makefile (libm-calls): Add x2y2m1.
278 * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
279 (__x2y2m1): Likewise.
280 (__x2y2m1l): Likewise.
281 * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
282 * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
283 * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
284 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
285 * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
286 * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
287 * math/libm-test.inc (clog_test, clog10_test): Add more tests.
288 * sysdeps/i386/fpu/libm-test-ulps: Update.
289 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
292 * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
293 int as type of variable DEPTH.
294 (glob): Use size_t instead of int as type of variables NEWCOUNT
297 2012-09-25 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
299 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
301 * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
302 * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
303 * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
304 macros for using routine as __sincosf_ia32.
305 Use macro for function declaration and weak_alias.
306 * sysdeps/i386/fpu/libm-test-ulps: Update.
308 * sysdeps/x86_64/fpu/s_sincosf.S: New file.
309 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
311 * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
313 * math/s_cexpf.c (__cexpf): Likewise.
314 * math/s_csinf.c (__csinf): Likewise.
315 * math/s_csinhf.c (__csinhf): Likewise.
316 * math/s_ctanf.c (__ctanf): Likewise.
317 * math/s_ctanhf.c (__ctanhf): Likewise.
318 * math/s_ccosh.c (__ccoshf): Likewise.
319 * math/s_cexp.c (__cexpl): Likewise.
320 * math/s_csin.c (__csin): Likewise.
321 * math/s_csinh.c (__csinh): Likewise.
322 * math/s_ctan.c (__ctan): Likewise.
323 * math/s_ctanh.c (ctanh): Likewise.
324 * math/s_ccoshl.c (__ccoshl): Likewise.
325 * math/s_cexpl.c (__cexpl): Likewise.
326 * math/s_csinl.c (__csinl): Likewise.
327 * math/s_csinhl.c (__csinhl): Likewise.
328 * math/s_ctanl.c (__ctanl): Likewise.
329 * math/s_ctanhl.c (__ctanhl): Likewise.
331 2012-09-25 Joseph Myers <joseph@codesourcery.com>
333 * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
334 (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
335 (_IO_off_t): Define to __off_t, not _G_off_t.
336 (_IO_pid_t): Define to __pid_t, not _G_pid_t.
337 (_IO_uid_t): Define to __uid_t, not _G_uid_t.
338 (_IO_wint_t): Define to wint_t, not _G_wint_t.
339 * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
340 type of __dummy and __dummy2 fields.
341 * sysdeps/generic/_G_config.h (_G_size_t): Remove.
342 (_G_ssize_t): Likewise.
343 (_G_off_t): Likewise.
344 (_G_pid_t): Likewise.
345 (_G_uid_t): Likewise.
346 (_G_wchar_t): Likewise.
347 (_G_wint_t): Likewise.
348 * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
349 (_G_ssize_t): Likewise.
350 (_G_off_t): Likewise.
351 (_G_pid_t): Likewise.
352 (_G_uid_t): Likewise.
353 (_G_wchar_t): Likewise.
354 (_G_wint_t): Likewise.
355 * sysdeps/mach/hurd/_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.
363 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
365 * malloc/arena.c: Include malloc-sysdep.h.
366 (shrink_heap): Use check_may_shrink_heap to decide if madvise
367 is sufficient to shrink the heap or an unmap is needed.
368 * sysdeps/generic/malloc-sysdep.h: New file. Define
369 new function check_may_shrink_heap.
370 * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file. Define
371 new function check_may_shrink_heap.
373 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
375 * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
378 2012-09-24 Dmitry V. Levin <ldv@altlinux.org>
380 * catgets/test-gencat.sh: Add "set -e".
381 * elf/tst-pathopt.sh: Likewise.
382 * grp/tst_fgetgrent.sh: Likewise.
383 * iconvdata/run-iconv-test.sh: Likewise.
384 * intl/tst-gettext.sh: Likewise.
385 * intl/tst-gettext2.sh: Likewise.
386 * intl/tst-gettext4.sh: Likewise.
387 * intl/tst-gettext6.sh: Likewise.
388 * intl/tst-translit.sh: Likewise.
389 * io/ftwtest-sh: Likewise.
390 * libio/test-freopen.sh: Likewise.
391 * malloc/tst-mtrace.sh: Likewise.
392 * posix/globtest.sh: Likewise.
393 * posix/tst-getconf.sh: Likewise.
394 * posix/wordexp-tst.sh: Likewise.
395 * stdio-common/tst-printf.sh: Likewise.
396 * stdio-common/tst-unbputc.sh: Likewise.
397 * stdlib/tst-fmtmsg.sh: Likewise.
398 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
399 * catgets/Makefile: Do not specify -e option when running
400 testsuite shell scripts.
401 * elf/Makefile: Likewise.
402 * grp/Makefile: Likewise.
403 * iconvdata/Makefile: Likewise.
404 * intl/Makefile: Likewise.
405 * io/Makefile: Likewise.
406 * libio/Makefile: Likewise.
407 * malloc/Makefile: Likewise.
408 * posix/Makefile: Likewise.
409 * stdio-common/Makefile: Likewise.
410 * stdlib/Makefile: Likewise.
411 * sysdeps/x86_64/Makefile: Likewise.
413 * io/ftwtest-sh: Add copyright header.
414 * posix/globtest.sh: Likewise.
415 * posix/tst-getconf.sh: Likewise.
416 * posix/wordexp-tst.sh: Likewise.
417 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
419 2012-09-24 H.J. Lu <hongjiu.lu@intel.com>
422 * Makeconfig (+link): Defined as $(+link-static) if
423 $(build-shared) isn't yes.
424 (link-tests): Defined as $(+link-static-tests) if $(build-shared)
426 (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
428 * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
431 * malloc/arena.c (heap_trim): Properly get fencepost and adjust
432 new chunk size with MALLOC_ALIGN_MASK.
434 2012-09-24 Joseph Myers <joseph@codesourcery.com>
437 * stdio-common/printf_fphex.c: Include <stdbool.h> and
439 (__printf_fphex): Determine rounding using get_rounding_mode and
441 * stdio-common/tst-printf-round.c (struct hex_test): New
443 (hex_tests): New variable.
444 (test_hex_in_one_mode): New function.
445 (do_test): Also run tests for hex float output.
447 2012-09-21 Joseph Myers <joseph@codesourcery.com>
449 * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
450 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
451 * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
452 * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
453 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
454 * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
455 * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
456 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
458 2012-09-20 Joseph Myers <joseph@codesourcery.com>
460 * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
461 * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
462 * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
463 * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
465 2012-09-19 Dmitry V. Levin <ldv@altlinux.org>
468 * elf/rtld.c (dl_main): Limit the check for self loading to normal
470 * elf/tst-rtld-load-self.sh: New test.
471 * elf/Makefile: Run it.
473 2012-09-18 Joseph Myers <joseph@codesourcery.com>
475 * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
476 (tst-writev-ENV): Remove.
477 * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
479 2012-09-17 Chris Metcalf <cmetcalf@tilera.com>
481 * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
483 2012-09-17 Joseph Myers <joseph@codesourcery.com>
485 * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
487 * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
489 * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
490 * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
491 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
494 2012-09-14 H.J. Lu <hongjiu.lu@intel.com>
497 * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
498 * config.make.in (have-cpp-asm-debuginfo): Removed.
499 * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
500 * configure: Regenerated.
502 2012-09-14 Joseph Myers <joseph@codesourcery.com>
505 * stdio-common/printf_fp.c: Include <stdbool.h> and
507 (___printf_fp): Determine rounding using get_rounding_mode and
509 * stdio-common/tst-printf-round.c: New file.
510 * stdio-common/Makefile (tests): Add tst-printf-round.
511 (link-libm): New variable.
512 ($(objpfx)tst-printf-round): Depend in $(link-libm).
514 2012-09-13 H.J. Lu <hongjiu.lu@intel.com>
517 * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
518 * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
520 * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
523 2012-09-13 Joseph Myers <joseph@codesourcery.com>
525 * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
526 * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
527 * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
528 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
530 2012-09-12 Joseph Myers <joseph@codesourcery.com>
533 * include/rounding-mode.h: New file.
534 * sysdeps/generic/get-rounding-mode.h: Likewise.
535 * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
536 * stdlib/strtod_l.c: Include <rounding-mode.h>.
537 (MAX_VALUE): New macro.
538 (MIN_VALUE): Likewise.
539 (overflow_value): New function.
540 (underflow_value): Likewise.
541 (round_and_return): Use overflow_value and underflow_value to
542 determine return values in overflow and underflow cases. Use
543 round_away to determine rounding depending on rounding mode.
544 (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
545 determine return values in overflow and underflow cases.
546 * stdlib/tst-strtod-round.c: Include <fenv.h>.
547 (struct test_results): New structure.
548 (struct test): Use struct test_results to store expected results
549 for all rounding modes.
550 (TEST): Include expected results for all rounding modes.
551 (test_in_one_mode): New function.
552 (do_test): Use test_in_one_mode to compute and check results.
553 Check results for all rounding modes.
554 * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
557 2012-12-09 Allan McRae <allan@archlinux.org>
559 * sysdeps/i386/fpu/libm-test-ulps: Update
561 2012-09-11 Joseph Myers <joseph@codesourcery.com>
563 * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
564 (_G_int32_t): Likewise.
565 (_G_uint16_t): Likewise.
566 (_G_uint32_t): Likewise.
567 (_G_HAVE_BOOL): Likewise.
568 (_G_HAVE_ATEXIT): Likewise.
569 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
570 (_G_HAVE_IO_FILE_OPEN): Likewise.
571 * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
572 (_G_int32_t): Likewise.
573 (_G_uint16_t): Likewise.
574 (_G_uint32_t): Likewise.
575 (_G_HAVE_BOOL): Likewise.
576 (_G_HAVE_ATEXIT): Likewise.
577 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
578 (_G_HAVE_IO_FILE_OPEN): Likewise.
579 * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
580 (_G_int32_t): Likewise.
581 (_G_uint16_t): Likewise.
582 (_G_uint32_t): Likewise.
583 (_G_HAVE_BOOL): Likewise.
584 (_G_HAVE_ATEXIT): Likewise.
585 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
586 (_G_HAVE_IO_FILE_OPEN): Likewise.
588 2012-09-11 H.J. Lu <hongjiu.lu@intel.com>
590 * csu/libc-tls.c: Update copyright years.
592 2012-09-10 Joseph Myers <joseph@codesourcery.com>
594 * libioP.h [_G_USING_THUNKS]: Make code unconditional.
595 [!_G_USING_THUNKS]: Remove conditional code.
596 * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
597 * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
599 * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
600 [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
601 * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
602 (_G_VTABLE_LABEL_PREFIX): Likewise.
603 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
604 * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
605 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
606 (_G_VTABLE_LABEL_PREFIX): Likewise.
607 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
608 * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
609 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
610 (_G_VTABLE_LABEL_PREFIX): Likewise.
611 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
613 2012-09-10 H.J. Lu <hongjiu.lu@intel.com>
615 * libio/Makefile: Include ../Makeconfig before tests.
616 (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
617 only if $(build-shared) is yes.
619 * iconv/gconv_db.c: Update copyright years.
621 2012-09-10 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
623 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
624 unwind info if defined PIC. Fix special cases description.
625 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
627 * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
629 * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
631 2012-09-07 H.J. Lu <hongjiu.lu@intel.com>
633 * scripts/check-local-headers.sh: Add "shopt -s nullglob".
635 * iconv/gconv_db.c (free_derivation): Check if deriv->steps
638 * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
639 (LDLIBS-tst-chk4): This.
640 (LDFLAGS-tst-chk5): Renamed to ...
641 (LDLIBS-tst-chk5): This.
642 (LDFLAGS-tst-chk6): Renamed to ...
643 (LDLIBS-tst-chk6): This.
644 (LDFLAGS-tst-lfschk4): Renamed to ...
645 (LDLIBS-tst-lfschk4): This.
646 (LDFLAGS-tst-lfschk5): Renamed to ...
647 (LDLIBS-tst-lfschk5): This.
648 (LDFLAGS-tst-lfschk6): Renamed to ...
649 (LDLIBS-tst-lfschk6): This.
651 * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
652 on $(common-objpfx)soversions.mk.
654 2012-09-07 Joseph Myers <joseph@codesourcery.com>
657 * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
660 2012-09-07 Siddhesh Poyarekar <siddhesh@redhat.com>
662 * malloc/arena.c (arena_get_retry): New function that gets
663 another arena for the caller to try its request on.
664 * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
665 current arena cannot fulfill the request.
666 (__libc_memalign): Likewise.
667 (__libc_memalign): Likewise.
668 (__libc_pvalloc): Likewise.
669 (__libc_calloc): Likewise.
671 2012-09-05 John Tobey <john.tobey@gmail.com>
674 * manual/arith.texi (Operations on Complex): Fix description
677 2012-09-06 Joseph Myers <joseph@codesourcery.com>
680 * manual/socket.texi (Host Addresses): Use www.gnu.org as example
684 * manual/memory.texi (Memory): Make order of menu items match
687 2012-09-06 H.J. Lu <hongjiu.lu@intel.com>
689 * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
690 (_dl_initial_dtv): New. Defined if SHARED isn't defined.
691 (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
693 2012-09-06 H.J. Lu <hongjiu.lu@intel.com>
695 * csu/libc-tls.c (static_dtv): Renamed to ...
696 (_dl_static_dtv): This. Make it global.
697 (_dl_initial_dtv): Removed.
698 (__libc_setup_tls): Updated.
699 * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
700 (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
703 2012-09-06 Petr Machata <pmachata@redhat.com>
705 * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
706 (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
707 (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
708 (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
710 2012-09-06 H.J. Lu <hongjiu.lu@intel.com>
713 * csu/libc-tls.c (_dl_initial_dtv): New variable.
714 * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
717 2012-09-06 H.J. Lu <hongjiu.lu@intel.com>
720 * Makeconfig (link-static-before-libc): Replace $(+prector)
722 (link-static-after-libc): Replace $(+postctor) with
724 (link-bounded): Replace $(+prector)/$(+postctor) with
725 $(+prectorT)/$(+postctorT).
726 (+prectorT): New macro.
727 (+postctorT): Likewise.
729 2012-09-06 Joseph Myers <joseph@codesourcery.com>
731 * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
732 (round_str): Handle values above the maximum for IBM long double
734 * stdlib/tst-strtod-round.c (tests): Regenerated.
736 2012-09-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
738 * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
740 * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
741 zarch_nohighgprs around the zarch optimized routines.
742 * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
743 * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
744 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
747 2012-09-05 David S. Miller <davem@davemloft.net>
749 * sysdeps/sparc/fpu/libm-test-ulps: Update.
751 * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE,
752 HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
753 * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
754 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
757 2012-09-05 Alexandre Oliva <aoliva@redhat.com>
759 * malloc/arena.c: Fold copyright years.
760 * malloc/mcheck.c, malloc/memusage.c: Likewise.
762 2012-09-05 Alexandre Oliva <aoliva@redhat.com>
764 * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
766 2012-09-05 Alexandre Oliva <aoliva@redhat.com>
768 * manual/contrib.texi (Contributors): Fix typo. Complete entry.
770 2012-09-05 Alexandre Oliva <aoliva@redhat.com>
772 * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
773 change internal state upon failure.
775 2012-09-05 Alexandre Oliva <aoliva@redhat.com>
777 * malloc/mcheck.c (mcheck_check_all): Fix typo.
778 * malloc/memusage.c (mmap): Likewise.
779 (mmap64, mremap): Likewise. Adjust name in comment.
781 2012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
783 * libio/fileops.c: Fix typos in comments.
784 * libio/oldfileops.c: Likewise.
785 * libio/wfileops.c: Likewise.
787 2012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
790 * malloc/Makefile (tests): Add tst-malloc-usable test case.
791 (tst-malloc-usable-ENV): Set environment for test case.
792 * malloc/hooks.c (malloc_check_get_size): New function to get
794 * malloc/malloc.c (musable): Use malloc_check_get_size.
795 * malloc/tst-malloc-usable.c: New test case.
797 2012-09-05 Andreas Schwab <schwab@linux-m68k.org>
799 * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
801 2012-09-05 Allan McRae <allan@archlinux.org>
804 * configure.in (CXX_SYSINCLUDES): Use compiler output to
805 determine header location.
806 * configure: Regenerated.
808 2012-09-05 Andreas Schwab <schwab@linux-m68k.org>
810 * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
812 * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
813 LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
817 2012-09-04 David S. Miller <davem@davemloft.net>
819 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
820 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
821 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
823 2012-09-04 Florian Weimer <fweimer@redhat.com>
825 * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
828 * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
830 2012-09-04 Joseph Myers <joseph@codesourcery.com>
833 * libio/iogetdelim.c: Include <limits.h>.
834 (_IO_getdelim): Avoid integer overflow in testing whether cur_len
835 + len + 1 would overflow.
837 2012-09-03 Andreas Jaeger <aj@suse.de>
839 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
840 * sysdeps/i386/fpu/libm-test-ulps: Update.
842 2012-09-03 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
844 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
845 Add s_sinf-sse2, s_conf-sse2.
847 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
848 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
849 * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
850 * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
852 * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
853 for using routine as __sinf_ia32.
854 Use macro for function declaration and weak_alias.
855 * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
856 for using routine as __cosf_ia32.
857 Use macro for function declaration and weak_alias.
859 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
860 * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
862 * sysdeps/x86_64/fpu/s_sinf.S: New file.
863 * sysdeps/x86_64/fpu/s_cosf.S: New file.
864 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
866 * math/libm-test.inc (cos_test): Add more test cases.
867 (sin_test): Likewise.
868 (sincos_test): Likewise.
870 2012-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
872 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
873 (IFUNC_RESOLVE): Make pointers to the specialized implementations
875 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
877 2012-09-02 H.J. Lu <hongjiu.lu@intel.com>
880 * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
881 first element of the GOT.
882 (elf_machine_load_address): Return the difference between
883 the runtime address of _DYNAMIC and elf_machine_dynamic ().
885 2012-09-01 Allan McRae <allan@archlinux.org>
888 * configure.in (AWK): Require gawk version 3.0 or later.
889 * configure: Regenerated.
891 2012-09-01 Joseph Myers <joseph@codesourcery.com>
893 * sysdeps/unix/sysv/linux/kernel-features.h
894 (__ASSUME_POSIX_CPU_TIMERS): Remove.
895 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
896 [__NR_clock_getres]: Make code unconditional.
897 [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
898 (clock_getcpuclockid): Remove code left unreachable by removal of
900 * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
902 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
903 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
904 * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
905 Make code unconditional.
906 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
907 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
908 * sysdeps/unix/sysv/linux/clock_settime.c
909 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
911 [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
912 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
914 2012-08-29 H.J. Lu <hongjiu.lu@intel.com>
917 * Makefile (install): Also pass LD_SO=$(ld.so-version) to
918 scripts/test-installation.pl.
920 * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
921 and $ld_so_version if it is set.
923 2012-08-29 Siddhesh Poyarekar <siddhesh@redhat.com>
926 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
927 failure if reading from procfs failed.
928 * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
930 2012-08-27 Joseph Myers <joseph@codesourcery.com>
932 * sysdeps/unix/sysv/linux/kernel-features.h
933 (__ASSUME_STAT64_SYSCALL): Remove all definitions.
934 * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
935 Remove conditional code.
936 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
937 * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
938 Remove conditional code.
939 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
940 * sysdeps/unix/sysv/linux/i386/fxstat.c
941 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
942 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
943 * sysdeps/unix/sysv/linux/i386/fxstatat.c
944 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
945 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
946 * sysdeps/unix/sysv/linux/i386/lxstat.c
947 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
948 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
949 * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
950 Remove conditional code.
951 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
952 * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
953 Remove conditional code.
954 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
955 * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
957 [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
959 * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
960 Remove conditional code.
961 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
962 * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
965 2012-08-27 Mike Frysinger <vapier@gentoo.org>
968 * NEWS: Add fixed bug number.
970 2012-08-27 Joseph Myers <joseph@codesourcery.com>
973 * stdlib/strtod_l.c (round_and_return): Return -0.0 for
974 underflowing exponent in case of negative sign.
975 * stdlib/tst-strtod-round-data: Add more tests.
976 * stdlib/tst-strtod-round.c (tests): Regenerated.
979 * stdlib/strtod_l.c (NDIG): Remove.
981 (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
982 smallest representable value.
983 (____STRTOF_INTERNAL): Use all fractional decimal digits that may
984 lie within an exact representation of 1/2 ulp of the result.
985 * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
987 (TENS_P9_IDX): Define unconditionally.
988 (TENS_P9_SIZE): Likewise.
989 (TENS_P10_IDX): Likewise.
990 (TENS_P10_SIZE): Likewise.
991 [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
992 to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
993 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
994 entries for 10^2^13 and 10^2^14.
995 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
996 (TENS_P13_IDX): Define.
997 (TENS_P13_SIZE): Likewise.
998 (TENS_P14_IDX): Likewise.
999 (TENS_P14_SIZE): Likewise.
1000 (_fpioconst_pow10): Change array size to
1001 FPIOCONST_POW10_ARRAY_SIZE. Make entries for 10^2^9 and 10^2^10
1003 (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
1004 1024]: Add entries for 10^2^13 and 10^2^14.
1005 [LAST_POW10 > _LAST_POW10]: Remove #error.
1006 * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
1007 (_fpioconst_pow10): Change array size to
1008 FPIOCONST_POW10_ARRAY_SIZE.
1009 * stdlib/gen-fpioconst.c: New file.
1010 * stdlib/gen-tst-strtod-round.c: Likewise.
1011 * stdlib/tst-strtod-round-data: Likewise.
1012 * stdlib/tst-strtod-round.c: Likewise.
1013 * stdlib/Makefile (tests): Add tst-strtod-round.
1016 * stdlib/strtod_l.c: Include <stdint.h>.
1017 (NDEBUG): Do not define.
1018 (round_and_return): Change EXPONENT parameter to type intmax_t.
1019 Rearrange calculations to avoid internal overflow possibilities.
1020 (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
1021 Rearrange calculations to avoid internal overflow possibilities.
1022 Assert that number fits inside MPNSIZE limbs.
1023 (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
1024 Change DIG_NO, INT_NO and LEAD_ZERO to type size_t. Rearrange
1025 calculations and add assertions to avoid internal overflow
1026 possibilities. Add casts to avoid signed/unsigned operations.
1027 * stdlib/tst-strtod-overflow.c: New file.
1028 * stdlib/Makefile (tests): Add tst-strtod-overflow.
1030 2012-08-25 Marek Polacek <polacek@redhat.com>
1032 * time/time.h: Fix some typos in comments.
1034 2012-08-23 Roland McGrath <roland@hack.frob.com>
1036 * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
1037 * posix/tst-rfc3484-2.c: Likewise.
1038 * posix/tst-rfc3484-3.c: Likewise.
1040 2012-08-23 Steve McIntyre <steve.mcintyre@linaro.org>
1042 * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
1043 (EF_ARM_ABI_FLOAT_HARD): Likewise.
1045 2012-08-23 Joseph Myers <joseph@codesourcery.com>
1047 * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
1048 #include of fxstatat64.c.
1050 2012-08-22 Roland McGrath <roland@hack.frob.com>
1052 * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
1053 * shadow/getspent_r.c: Likewise.
1054 * shadow/getspnam.c: Likewise.
1055 * shadow/getspnam_r.c: Likewise.
1056 * gshadow/getsgent.c: Likewise.
1057 * gshadow/getsgent_r.c: Likewise.
1058 * gshadow/getsgnam.c: Likewise.
1059 * gshadow/getsgnam_r.c: Likewise.
1060 * inet/getnetbyad.c: Likewise.
1061 * inet/getnetbyad_r.c: Likewise.
1062 * inet/getnetbynm.c: Likewise.
1063 * inet/getnetbynm_r.c: Likewise.
1064 * inet/getnetent.c: Likewise.
1065 * inet/getnetent_r.c: Likewise.
1066 * inet/getproto.c: Likewise.
1067 * inet/getproto_r.c: Likewise.
1068 * inet/getprtent.c: Likewise.
1069 * inet/getprtent_r.c: Likewise.
1070 * inet/getprtname.c: Likewise.
1071 * inet/getprtname_r.c: Likewise.
1072 * inet/getrpcbyname.c: Likewise.
1073 * inet/getrpcbyname_r.c: Likewise.
1074 * inet/getrpcbynumber.c: Likewise.
1075 * inet/getrpcbynumber_r.c: Likewise.
1076 * inet/getrpcent.c: Likewise.
1077 * inet/getrpcent_r.c: Likewise.
1078 * inet/getaliasent.c: Likewise.
1079 * inet/getaliasent_r.c: Likewise.
1080 * inet/getaliasname.c: Likewise.
1081 * inet/getaliasname_r.c: Likewise.
1082 * nscd/getgrgid_r.c: Likewise.
1083 * nscd/getgrnam_r.c: Likewise.
1084 * nscd/gethstbyad_r.c: Likewise.
1085 * nscd/gethstbynm3_r.c: Likewise.
1086 * nscd/getpwnam_r.c: Likewise.
1087 * nscd/getpwuid_r.c: Likewise.
1088 * nscd/getsrvbynm_r.c: Likewise.
1089 * nscd/getsrvbypt_r.c: Likewise.
1090 * nscd/gai.c: Likewise.
1092 * configure.in (build_nscd): New substituted variable, set
1093 by --disable-build-nscd and defaults to $use_nscd.
1094 * configure: Regenerated.
1095 * config.make.in (build-nscd): New substituted variable.
1096 * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
1097 Change conditional to require [$(build-nscd) = yes] as well.
1098 * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
1101 * configure.in (use_nscd): New substituted variable, set by
1102 --disable-nscd. If enabled, define USE_NSCD.
1103 * configure: Regenerated.
1104 * config.h.in: Add USE_NSCD.
1105 * config.make.in (use-nscd): New substituted variable.
1106 * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
1107 (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
1108 (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
1109 * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
1110 (CFLAGS-getgrnam_r.c): Likewise.
1111 (CFLAGS-initgroups.c): Likewise.
1112 * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
1113 * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
1115 * inet/getnetgrent_r.c
1116 (nscd_setnetgrent): New function, broken out of ...
1117 (setnetgrent): ... here. Call it.
1118 (innetgr): Conditionalize nscd bits on [USE_NSCD].
1119 (nscd_getnetgrent): Conditionalize on [USE_NSCD].
1120 (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
1121 * nscd/Makefile (routines, aux): Move definitions after include of
1122 Makeconfig. Conditionalize on [$(use-nscd) != no].
1123 * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
1124 Conditionalize on [USE_NSCD].
1125 (is_nscd, nscd_init_cb): Likewise.
1126 (nss_load_library): Conditionalize init callback on [USE_NSCD].
1127 * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
1128 * nss/nss_db/db-init.c: Likewise.
1129 * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
1131 * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
1132 (make_request): Use it.
1133 (cache_valid_p): New function.
1134 (__check_pf): Use it.
1135 * NEWS: Add item for --disable-nscd.
1137 2012-08-22 Dmitry V. Levin <ldv@altlinux.org>
1139 * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
1140 to support sed >= 4.2.1-20-ga9bf076.
1141 * configure: Regenerated.
1143 2012-08-22 Roland McGrath <roland@hack.frob.com>
1145 * csu/libc-start.c (apply_irel): Move extern declarations inside here.
1146 Conditionalize whole body on [IREL].
1148 2012-08-22 Jeff Law <law@redhat.com>
1151 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
1152 if the family is PF_UNSPEC.
1154 2012-08-22 Mike Frysinger <vapier@gentoo.org>
1156 * Makerules (lib-version): Rename from V.
1157 (install-lib-nosubdir): Change V to lib-version.
1159 2012-08-22 Will Schmidt <will_schmidt@vnet.ibm.com>
1162 * powerpc32/power6/wcschr.c: New file.
1163 * powerpc32/power6/wcscpy.c: New file.
1164 * powerpc32/power6/wcsrchr.c: New file.
1165 * powerpc64/power6/wcschr.c: New file.
1166 * powerpc64/power6/wcscpy.c: New file.
1167 * powerpc64/power6/wcsrchr.c: New file.
1169 2012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
1171 * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
1172 (two_way_short_needle): Use it.
1173 * string/strstr.c (AVAILABLE1_USES_J): Define.
1174 * string/strcasestr.c: Likewise.
1176 * string/str-two-way.h (two_way_short_needle): Use pointers instead of
1178 * string/strcasestr.c (TOLOWER): Make side-effect safe.
1181 * NEWS: Add an entry.
1182 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
1183 define their defaults.
1184 (two_way_short_needle): Detect end-of-string on-the-fly.
1185 * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
1186 (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
1187 * string/bug-strcasestr1.c: New test.
1188 * string/Makefile: Run it.
1190 2012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
1193 * string/str-two-way.h (two_way_short_needle): Optimize matching of
1194 the first character.
1196 2012-08-21 Roland McGrath <roland@hack.frob.com>
1198 * csu/elf-init.c (__libc_csu_irel): Function removed.
1199 * csu/libc-start.c (apply_irel): New function.
1200 (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
1202 2012-08-21 Joseph Myers <joseph@codesourcery.com>
1204 * sysdeps/unix/sysv/linux/kernel-features.h
1205 (__ASSUME_FADVISE64_64_SYSCALL): Remove.
1206 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
1207 <kernel-features.h>.
1208 [__NR_fadvise64_64]: Make code unconditional.
1209 [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
1210 [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
1211 !__NR_fadvise64_64)]: Likewise.
1212 [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
1213 !__NR_fadvise64_64))]: Likewise.
1214 [__NR_fadvise64]: Make code unconditional.
1215 [!__NR_fadvise64]: Remove conditional code.
1216 * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
1217 <kernel-features.h>.
1218 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
1220 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
1222 * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
1223 not include <kernel-features.h>.
1224 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
1226 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
1228 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
1229 include <kernel-features.h>.
1230 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
1232 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
1235 2012-08-21 Will Schmidt <will_schmidt@vnet.ibm.com>
1237 * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
1238 slight instruction rearrangements per scrollpipe analysis.
1239 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
1241 2012-08-20 Roland McGrath <roland@hack.frob.com>
1243 * manual/syslog.texi (syslog; vsyslog, closelog):
1244 Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
1245 Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
1247 * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
1248 DSOCAPS to match condition on defining it.
1250 2012-08-20 Joseph Myers <joseph@codesourcery.com>
1252 * sysdeps/unix/sysv/linux/kernel-features.h
1253 (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
1254 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
1255 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
1256 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
1257 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
1258 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
1259 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
1260 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
1261 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
1262 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
1264 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
1265 __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
1267 * sysdeps/unix/sysv/linux/kernel-features.h
1268 (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
1269 * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
1271 [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
1272 * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
1273 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
1274 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
1275 * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
1276 Make code unconditional.
1277 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
1278 (__mmap64) [!__NR_mmap2]: Likewise.
1279 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
1280 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
1281 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
1282 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
1283 [__NR_mmap2]: Make code unconditional.
1284 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
1285 (__mmap64) [!__NR_mmap2]: Likewise.
1287 2012-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1289 * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
1291 2012-08-18 Andreas Jaeger <aj@suse.de>
1293 * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
1295 2012-08-18 Mike Frysinger <vapier@gentoo.org>
1297 * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
1298 * include/unistd.h (__have_sock_cloexec): Likewise.
1299 (__have_pipe2): Likewise.
1300 (__have_dup3): Likewise.
1302 2012-08-18 Mike Frysinger <vapier@gentoo.org>
1305 * include/unistd.h (__have_pipe2): Change define into an extern int.
1306 (__have_dup3): Likewise.
1307 * socket/have_sock_cloexec.c: Include fcntl.h.
1308 (__have_pipe2): New variable.
1309 (__have_dup3): Likewise.
1311 2012-08-17 Mike Frysinger <vapier@gentoo.org>
1313 * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
1315 2012-08-17 Marek Polacek <polacek@redhat.com>
1317 * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
1318 ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
1320 2012-08-17 Roland McGrath <roland@hack.frob.com>
1322 * configure.in: Add AC_SUBST for sysheaders.
1323 * configure: Regenerated.
1324 * config.make.in (sysheaders): New substituted variable.
1326 * sysdeps/unix/mkfifo.c: Moved ...
1327 * sysdeps/posix/mkfifo.c: ... here.
1328 * sysdeps/unix/mkfifoat.c: Moved ...
1329 * sysdeps/posix/mkfifoat.c: ... here.
1331 * sysdeps/unix/utime.c: Moved ...
1332 * sysdeps/posix/utime.c: ... here.
1334 * sysdeps/unix/time.c: Moved ...
1335 * sysdeps/posix/time.c: ... here.
1336 * sysdeps/unix/sysv/linux/time.c: Adjust #include.
1337 * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
1339 * sysdeps/unix/nice.c: Moved ...
1340 * sysdeps/posix/nice.c: ... here.
1342 * sysdeps/unix/alarm.c: Moved ...
1343 * sysdeps/posix/alarm.c: ... here.
1345 * intl/Makefile ($(codeset_mo)): Depend on the input file.
1347 2012-08-17 Jeff Law <law@redhat.com>
1349 * intl/Makefile (codeset_mo): New variable.
1350 ($(codeset_mo)): New target.
1351 (tst-codeset.out): Depend on that. Remove explicit rule.
1352 (tst-gettext3.out, tst-gettext5.out): Likewise.
1353 (LOCPATH-ENV, tst-codeset-ENV): New variables.
1354 (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
1355 * intl/tst-codeset.sh: Remove.
1356 * intl/tst-gettext3.sh: Likewise.
1357 * intl/tst-gettext5.sh: Likewise.
1359 2012-08-17 Roland McGrath <roland@hack.frob.com>
1361 * sysdeps/unix/inet/syscalls.list: File removed. Move contents into ...
1362 * sysdeps/unix/syscalls.list: ... here.
1364 * sysdeps/posix/getaddrinfo.c
1365 (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
1366 (gaiconf_init, gaiconf_reload): Use them.
1368 (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
1369 Define using time_t rather than struct timespec.
1371 * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
1372 (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
1374 * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
1376 (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
1377 (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
1380 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
1381 __libc_cleanup_push argument.
1383 * bits/param.h: New file.
1384 * misc/sys/param.h: New file.
1385 * include/sys/param.h: New file.
1386 * misc/Makefile (headers): Add bits/param.h.
1387 * sysdeps/generic/sys/param.h: File removed.
1388 * sysdeps/unix/sysv/linux/bits/param.h: New file.
1389 * sysdeps/unix/sysv/linux/sys/param.h: File removed.
1390 * sysdeps/mach/hurd/bits/param.h: New file.
1391 * sysdeps/mach/hurd/sys/param.h: New file.
1393 * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
1396 * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
1398 * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
1399 (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
1402 * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
1403 * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
1404 rather than -D_IO_MTSAFE_IO conditionally.
1405 * stdio-common/Makefile (CPPFLAGS): Likewise.
1406 * wcsmbs/Makefile (CPPFLAGS): Likewise.
1407 * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
1408 Use $(libio-mtsafe).
1409 * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
1411 (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
1412 (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
1413 (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
1414 (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
1415 (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
1416 (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
1417 (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
1418 (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
1419 (CFLAGS-fread_u_chk.c): Likewise.
1420 (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
1421 (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
1422 (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
1423 (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
1424 * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
1425 * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
1426 * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
1427 * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
1428 * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
1430 * libio/Makefile: Test [$(libc-reentrant) = yes]
1431 instead of [$(filter %REENTRANT, $(defines)) nonempty].
1434 [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
1435 * sysdeps/pthread/configure: File removed.
1436 * sysdeps/pthread/Makeconfig: New file.
1437 * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
1438 * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
1440 2012-08-16 Gary Benson <gbenson@redhat.com>
1442 * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
1443 unmapping the first object in a namespace.
1445 2012-08-16 Roland McGrath <roland@hack.frob.com>
1447 * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
1448 (__internal_setnetgrent): ... this. Add internal_function to
1449 definition. Add libc_hidden_def.
1450 (setnetgrent): Update caller.
1451 (internal_endnetgrent): Renamed to ...
1452 (__internal_endnetgrent): ... this. Add internal_function to
1453 definition. Add libc_hidden_def.
1454 (endnetgrent): Update caller.
1455 (internal_getnetgrent_r): Renamed to ...
1456 (__internal_getnetgrent_r): ... this. Add internal_function to
1457 definition. Add libc_hidden_def.
1458 (__getnetgrent_r): Update caller.
1459 * inet/netgroup.h: Update declarations. Add libc_hidden_proto uses.
1461 2012-08-16 Joseph Myers <joseph@codesourcery.com>
1463 * stdlib/longlong.h: Update from GCC.
1465 2012-08-16 Roland McGrath <roland@hack.frob.com>
1467 * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
1468 on _QL, which is set by umul_ppmm but never used.
1469 * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
1470 variables, which are set by GMP macros but never used.
1471 * stdio-common/_itowa.c (_itowa): Likewise.
1472 * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
1473 * stdlib/mod_1.c (mpn_mod_1): Likewise.
1475 2012-08-16 Carlos O'Donell <carlos_odonell@mentor.com>
1477 * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
1478 struct La_sh_regs is not constant.
1479 * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
1480 <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
1481 and struct La_sparc64_regs are not constant.
1483 2012-08-16 Joseph Myers <joseph@codesourcery.com>
1485 * sysdeps/unix/sysv/linux/kernel-features.h
1486 (__ASSUME_POSIX_TIMERS): Remove.
1487 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
1488 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
1489 * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
1490 Make code unconditional.
1491 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
1492 * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
1493 Make code unconditional.
1494 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
1495 * sysdeps/unix/sysv/linux/clock_nanosleep.c
1496 [__ASSUME_POSIX_TIMERS]: Make code unconditional.
1497 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
1498 * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
1499 Make code unconditional.
1500 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
1501 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
1502 (__libc_missing_posix_timers): Remove.
1504 2012-08-15 Roland McGrath <roland@hack.frob.com>
1506 * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
1507 check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
1509 * bits/libc-lock.h (__rtld_lock_initialize): New macro.
1511 * elf/dl-sym.c: Include <stdlib.h>.
1513 * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
1514 constants, which avoids warnings in 32-bit builds.
1516 * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
1517 (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
1519 * misc/lseek.c: File moved to ...
1520 * io/lseek.c: ... here.
1522 * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
1524 * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
1525 shifting LEN more than 31 bits at once.
1527 2012-08-15 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
1530 * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
1531 segmentation fault for a case of two empty input strings.
1532 * string/test-strncasecmp.c (check1): Renamed to...
1534 (bz14195): Add new testcase for two empty input strings and N > 0.
1535 (test_main): Call new testcase, adapt for renamed function.
1537 2012-08-15 Andreas Jaeger <aj@suse.de>
1540 * crypt/md5test2.c: New test, based on test supplied by Serge
1541 Belyshev <belyshev@depni.sinp.msu.ru>.
1542 * crypt/Makefile (xtests): Add md5test-giant..
1543 * crypt/Makefile ($(objpfx)md5test-giant): Add.
1545 2012-08-15 Paul Eggert <eggert@cs.ucla.edu>
1548 * crypt/md5.c (md5_process_block): Don't assume the buffer
1549 length is less than 2**32.
1550 * crypt/sha512.c (sha512_process_block): Don't assume the buffer
1551 length is less than 2**64.
1553 2012-08-15 Roland McGrath <roland@hack.frob.com>
1555 * string/str-two-way.h: Include <sys/param.h>.
1556 (MAX): Macro removed.
1558 * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
1559 Move #define and #undef of memmove to just before and after
1560 including <string.h>.
1562 * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
1563 [!NOT_IN_libc]: Move #define and #undef of memmove to just before
1564 and after including <string.h>. Move declarations of
1565 __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
1566 to before #include "string/memmove.c".
1568 * include/dirent.h: Declare __getdirentries.
1570 * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
1571 using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
1573 2012-08-14 Mike Frysinger <vapier@gentoo.org>
1575 * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
1576 * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
1577 * sysdeps/i386/configure: Regenerated.
1578 * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
1579 STABS_CURRENT_FILE, and STABS_FUN.
1580 (END): Remove call to STABS_FUN_END.
1581 (STABS_CURRENT_FILE1): Delete.
1582 (STABS_CURRENT_FILE): Likewise.
1583 (STABS_FUN): Likewise.
1584 (STABS_FUN_END): Likewise.
1585 (STABS_FUN2): Likewise.
1586 * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
1587 * sysdeps/x86_64/configure: Regenerated.
1589 2012-08-14 Roland McGrath <roland@hack.frob.com>
1591 * elf/dl-open.c: Include <atomic.h>.
1592 * elf/dl-lookup.c: Likewise.
1594 2012-08-14 Joseph Myers <joseph@codesourcery.com>
1596 * sysdeps/unix/sysv/linux/kernel-features.h
1597 (__ASSUME_CLONE_THREAD_FLAGS): Remove.
1598 * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
1600 * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
1602 * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
1603 condition on __ASSUME_CLONE_THREAD_FLAGS.
1605 2012-08-14 Andreas Jaeger <aj@suse.de>
1607 * sysdeps/i386/fpu/libm-test-ulps: Update.
1609 2012-08-13 Maxim Kuvyrkov <maxim@codesourcery.com>
1611 * include/atomic.h (atomic_exchange_and_add): Split into ...
1612 (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
1615 2012-08-13 Markus Trippelsdorf <markus@trippelsdorf.de>
1617 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
1619 2012-08-13 Jeff Law <law@redhat.com>
1621 * manual/stdio.texi (snprintf): Clarify handling of the trailing
1622 null byte in the output string.
1624 2012-08-10 Joseph Myers <joseph@codesourcery.com>
1626 * sysdeps/unix/sysv/linux/kernel-features.h
1627 (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
1628 [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
1629 (__ASSUME_ARG_MAX_STACK_BASED): Define.
1630 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
1631 [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
1632 !__ASSUME_ARG_MAX_STACK_BASED. Compare version with
1633 __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
1635 2012-08-09 Jeff Law <law@redhat.com>
1638 * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
1639 When avoid_arena is set, don't retry in the that arena. Pick the
1640 next one, whatever it might be.
1641 (arena_get2): New parameter avoid_arena, pass through to reused_arena.
1642 (arena_lock): Pass in new parameter to arena_get2.
1643 * malloc/malloc.c (__libc_memalign): Pass in new parameter to
1645 (__libc_malloc): Unify retrying after main arena failure with
1646 __libc_memalign version.
1647 (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
1649 2012-08-09 H.J. Lu <hongjiu.lu@intel.com>
1652 * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
1653 to __redirect_strstr.
1654 (__strstr_sse42): Use typeof __redirect_strstr.
1655 (__strstr_ia32): Likewise.
1656 (__libc_strstr): New prototype.
1657 (strstr): Renamed to ...
1658 (__libc_strstr): This.
1659 (strstr): New strong alias of __libc_strstr.
1660 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
1661 * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
1664 (__libc_time): New prototype.
1665 (time_ifunc): Replace time with __libc_time.
1666 (time): New strong alias and hidden definition of __libc_time.
1667 (__GI_time): Remove strong alias.
1668 * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
1670 (memmove): Redefined to __redirect_memmove.
1671 (__memmove_sse2): Use typeof __redirect_memmove.
1672 (__memmove_ssse3): Likewise.
1673 (__memmove_ssse3_back): Likewise.
1674 (__libc_memmove): New prototype.
1675 (memmove): Renamed to ...
1676 (__libc_memmove): This.
1677 (memmove): New strong alias of __libc_memmove.
1679 2012-08-08 Mark Salter <msalter@redhat.com>
1682 (R_MN10300_TLS_GD): Define.
1683 (R_MN10300_TLS_LD): Likewise.
1684 (R_MN10300_TLS_LDO): Likewise.
1685 (R_MN10300_TLS_GOTIE): Likewise.
1686 (R_MN10300_TLS_IE): Likewise.
1687 (R_MN10300_TLS_LE): Likewise.
1688 (R_MN10300_TLS_DTPMOD): Likewise.
1689 (R_MN10300_TLS_DTPOFF): Likewise.
1690 (R_MN10300_TLS_TPOFF): Likewise.
1691 (R_MN10300_SYM_DIFF): Likewise.
1692 (R_MN10300_ALIGN): Likewise.
1693 (R_MN10300_NUM): Update.
1695 2012-08-08 Joseph Myers <joseph@codesourcery.com>
1697 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
1700 2012-08-08 Roland McGrath <roland@hack.frob.com>
1702 * sysdeps/posix/fdopendir.c: Include <stddef.h>.
1704 * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
1705 sysdeps/unix -> sysdeps/posix move.
1706 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
1708 2012-08-07 Allan McRae <allan@archlinux.org>
1711 * sunrpc/rpc_main.c (SVR4_CPP): Remove.
1712 (SUNOS_CPP): Likewise.
1713 (find_cpp): Fall back to selecting system cpp when /lib/cpp is
1715 (open_input): Call CPP using execvp.
1717 2012-08-07 Joseph Myers <joseph@codesourcery.com>
1719 * sysdeps/unix/sysv/linux/kernel-features.h
1720 (__ASSUME_PROT_GROWSUPDOWN): Remove.
1721 (__ASSUME_NO_CLONE_DETACHED): Likewise.
1722 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
1723 (__ASSUME_WAITID_SYSCALL): Likewise.
1724 * sysdeps/unix/sysv/linux/dl-execstack.c
1725 (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
1727 (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
1729 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
1730 [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
1731 (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
1733 * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
1735 [__ASSUME_WAITID_SYSCALL]: Likewise.
1736 [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
1738 2012-08-07 Roland McGrath <roland@hack.frob.com>
1740 * sysdeps/unix/closedir.c: Renamed to ...
1741 * sysdeps/posix/closedir.c: ... here.
1742 * sysdeps/unix/dirfd.c: Renamed to ...
1743 * sysdeps/posix/dirfd.c: ... here.
1744 * sysdeps/unix/dirstream.h: Renamed to ...
1745 * sysdeps/posix/dirstream.h: ... here.
1746 * sysdeps/unix/fdopendir.c: Renamed to ...
1747 * sysdeps/posix/fdopendir.c: ... here.
1748 * sysdeps/unix/opendir.c: Renamed to ...
1749 * sysdeps/posix/opendir.c: ... here.
1750 * sysdeps/unix/readdir.c: Renamed to ...
1751 * sysdeps/posix/readdir.c: ... here.
1752 * sysdeps/unix/readdir_r.c: Renamed to ...
1753 * sysdeps/posix/readdir_r.c: ... here.
1754 * sysdeps/unix/rewinddir.c: Renamed to ...
1755 * sysdeps/posix/rewinddir.c: ... here.
1756 * sysdeps/unix/seekdir.c: Renamed to ...
1757 * sysdeps/posix/seekdir.c: ... here.
1758 * sysdeps/unix/telldir.c: Renamed to ...
1759 * sysdeps/posix/telldir.c: ... here.
1760 * sysdeps/unix/sysv/linux/opendir.c: Update #include.
1761 * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
1762 * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
1763 * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
1765 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
1766 * bits/fcntl.h: ... here.
1768 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
1770 (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
1771 [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
1772 (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
1773 (struct flock): Move l_start, l_len to the beginning.
1774 Use __pid_t for l_pid.
1775 [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
1776 [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
1777 [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
1778 (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
1779 [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
1780 [__USE_LARGEFILE64] (struct flock64): New type.
1781 (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
1783 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
1784 * bits/dirent.h: ... here.
1786 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
1787 [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
1789 2012-08-07 Joseph Myers <joseph@codesourcery.com>
1791 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
1792 Change from 2.6.0 to 2.6.16.
1793 * sysdeps/unix/sysv/linux/configure: Regenerated.
1794 * sysdeps/unix/sysv/linux/kernel-features.h
1795 (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
1796 (__ASSUME_TGKILL): Define conditional on architectures, not kernel
1798 (__ASSUME_UTIMES): Likewise.
1799 (__ASSUME_CLONE_STOPPED): Remove.
1800 (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
1801 architectures, not kernel version.
1802 (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
1803 (__ASSUME_NO_CLONE_DETACHED): Likewise.
1804 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
1805 (__ASSUME_WAITID_SYSCALL): Likewise.
1806 [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
1807 condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
1808 * README: State 2.6.16 as minimum Linux kernel version. Do not
1809 refer to older versions.
1811 2012-08-06 Roland McGrath <roland@hack.frob.com>
1813 * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
1814 Define alphasort64 as an alias.
1815 * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
1816 Define versionsort64 as an alias.
1817 * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
1818 Define scandir64 as an alias.
1819 * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
1820 Define scandirat64 as an alias.
1821 * dirent/alphasort64.c (alphasort64):
1822 Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
1823 * dirent/versionsort64.c: Likewise.
1824 * dirent/scandir64.c: Likewise.
1825 * dirent/scandirat64.c: Likewise.
1826 * sysdeps/wordsize-64/alphasort.c: File removed.
1827 * sysdeps/wordsize-64/alphasort64.c: File removed.
1828 * sysdeps/wordsize-64/scandir.c: File removed.
1829 * sysdeps/wordsize-64/scandir64.c: File removed.
1830 * sysdeps/wordsize-64/scandirat.c: File removed.
1831 * sysdeps/wordsize-64/scandirat64.c: File removed.
1832 * sysdeps/wordsize-64/versionsort.c: File removed.
1833 * sysdeps/wordsize-64/versionsort64.c: File removed.
1834 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
1835 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
1836 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
1837 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
1838 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
1839 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
1840 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
1841 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
1843 * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
1844 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
1845 [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
1846 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
1847 [defined __arch64__ || defined __sparcv9]
1848 (__INO_T_MATCHES_INO64_T): New macro.
1849 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
1850 [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
1851 * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
1852 * sysdeps/unix/sysv/linux/bits/dirent.h
1853 [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
1854 (_DIRENT_MATCHES_DIRENT64): New macro.
1856 * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
1857 Define lockf64 as an alias.
1858 * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
1859 Define fseeko64 as an alias.
1860 * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
1861 Define ftello64 as an alias.
1862 * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
1863 Define _IO_fgetpos64 and fgetpos64 as aliases.
1864 * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
1865 Define _IO_fsetpos64 and fsetpos64 as aliases.
1866 * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
1867 Conditionalize body on this.
1868 * libio/fseeko64.c: Likewise.
1869 * libio/ftello64.c: Likewise.
1870 * libio/iofgetpos64.c: Likewise.
1871 * libio/iofsetpos64.c: Likewise.
1872 * sysdeps/wordsize-64/lockf.c: File removed.
1873 * sysdeps/wordsize-64/lockf64.c: File removed.
1874 * sysdeps/wordsize-64/fseeko.c: File removed.
1875 * sysdeps/wordsize-64/fseeko64.c: File removed.
1876 * sysdeps/wordsize-64/ftello.c: File removed.
1877 * sysdeps/wordsize-64/ftello64.c: File removed.
1878 * sysdeps/wordsize-64/iofgetpos.c: File removed.
1879 * sysdeps/wordsize-64/iofgetpos64.c: File removed.
1880 * sysdeps/wordsize-64/iofsetpos.c: File removed.
1881 * sysdeps/wordsize-64/iofsetpos64.c: File removed.
1882 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
1883 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
1884 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
1885 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
1886 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
1887 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
1888 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
1889 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
1890 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
1891 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
1893 * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
1894 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
1895 [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
1896 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
1897 [defined __arch64__ || defined __sparcv9]
1898 (__OFF_T_MATCHES_OFF64_T): New macro.
1899 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
1900 [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
1901 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
1902 (__OFF_T_MATCHES_OFF64_T): New macro.
1904 2012-08-06 H.J. Lu <hongjiu.lu@intel.com>
1906 * stdlib/secure-getenv.c (__secure_getenv): Replace
1907 GLIBC_2_16 with GLIBC_2_17.
1909 2012-08-06 H.J. Lu <hongjiu.lu@intel.com>
1911 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
1912 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
1914 2012-08-03 David S. Miller <davem@davemloft.net>
1916 * sysdeps/sparc/fpu/libm-test-ulps: Update.
1918 2012-08-03 Joseph Myers <joseph@codesourcery.com>
1920 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
1922 (__ASSUME_CORRECT_SI_PID): Likewise.
1923 (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
1924 (__ASSUME_TMPFS_NAME): Likewise.
1925 * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
1926 [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
1927 * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
1928 (HAVE_AUX_SECURE): Make definition unconditional.
1929 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
1930 [!__ASSUME_TMPFS_NAME]: Remove conditional code.
1932 2012-08-03 Roland McGrath <roland@hack.frob.com>
1934 * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
1935 * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
1936 * sysdeps/mach/hurd/eloop-threshold.h: New file.
1937 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
1938 __eloop_threshold instead of SYMLOOP_MAX.
1940 * sysdeps/generic/eloop-threshold.h: New file.
1941 * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
1943 * elf/chroot_canon.c (chroot_canon): Likewise.
1945 2012-08-03 Joseph Myers <joseph@codesourcery.com>
1948 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
1949 Change to 2.6.0 everywhere.
1950 * sysdeps/unix/sysv/linux/configure: Regenerated.
1951 * sysdeps/unix/sysv/linux/kernel-features.h
1952 (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
1953 (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
1955 (__ASSUME_POSIX_TIMERS): Define unconditionally.
1956 (__ASSUME_FUTEX_REQUEUE): Remove.
1957 (__ASSUME_STATFS64): Define unconditionally.
1958 (__ASSUME_AT_SECURE): Likewise.
1959 (__ASSUME_CORRECT_SI_PID): Likewise.
1960 (__ASSUME_TGKILL): Define without depending on kernel version for
1962 (__ASSUME_UTIMES): Likewise.
1963 (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
1965 (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
1966 (__ASSUME_TMPFS_NAME): Likewise.
1967 * README: Update reference to Linux kernel versions.
1969 2012-08-02 Marek Polacek <polacek@redhat.com>
1972 * configure.in (libc_cv_asm_type_prefix): Remove test. Replace
1973 libc_cv_asm_type_prefix with %.
1974 * configure: Regenerated.
1975 * include/libc-symbols.h: Remove comment about
1976 ASM_TYPE_DIRECTIVE_PREFIX. Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
1977 (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
1978 (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
1979 (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
1980 (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
1981 * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
1982 [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
1983 [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
1984 * elf/tst-unique2mod1.c: Likewise.
1985 * elf/tst-unique1mod2.c: Likewise.
1986 * elf/tst-unique1mod1.c: Likewise.
1987 * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
1988 * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
1989 Replace ASM_TYPE_DIRECTIVE with .type.
1990 * sysdeps/s390/s390-64/sysdep.h: Likewise.
1991 * sysdeps/i386/sysdep.h: Likewise.
1992 * sysdeps/x86_64/sysdep.h: Likewise.
1993 * sysdeps/sh/sysdep.h: Likewise.
1994 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
1995 Do not define ASM_TYPE_DIRECTIVE.
1996 * sysdeps/powerpc/sysdep.h: Likewise.
1997 * sysdeps/powerpc/powerpc32/sysdep.h:
1998 Replace ASM_TYPE_DIRECTIVE with .type.
1999 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
2000 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
2001 * sysdeps/i386/fpu/e_powf.S: Likewise.
2002 * sysdeps/i386/fpu/e_expl.S: Likewise.
2003 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
2004 * sysdeps/i386/fpu/e_acosh.S: Likewise.
2005 * sysdeps/i386/fpu/e_pow.S: Likewise.
2006 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
2007 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
2008 * sysdeps/i386/fpu/s_expm1.S: Likewise.
2009 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
2010 * sysdeps/i386/fpu/e_log2.S: Likewise.
2011 * sysdeps/i386/fpu/e_log2l.S: Likewise.
2012 * sysdeps/i386/fpu/e_scalb.S: Likewise.
2013 * sysdeps/i386/fpu/e_powl.S: Likewise.
2014 * sysdeps/i386/fpu/e_log10f.S: Likewise.
2015 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
2016 * sysdeps/i386/fpu/e_logl.S: Likewise.
2017 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
2018 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
2019 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
2020 * sysdeps/i386/fpu/e_log2f.S: Likewise.
2021 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
2022 * sysdeps/i386/fpu/e_log.S: Likewise.
2023 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
2024 * sysdeps/i386/fpu/e_logf.S: Likewise.
2025 * sysdeps/i386/fpu/e_log10l.S: Likewise.
2026 * sysdeps/i386/fpu/e_atanh.S: Likewise.
2027 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
2028 * sysdeps/i386/fpu/e_log10.S: Likewise.
2029 * sysdeps/i386/fpu/s_frexp.S: Likewise.
2030 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
2031 * sysdeps/i386/fpu/s_asinh.S: Likewise.
2032 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
2033 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
2034 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
2035 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
2036 * sysdeps/i386/i686/strtok.S: Likewise.
2037 * sysdeps/i386/i386-mcount.S: Likewise.
2038 * sysdeps/i386/strtok.S: Likewise.
2039 * sysdeps/x86_64/fpu/e_expl.S: Likewise.
2040 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
2041 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
2042 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
2043 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
2044 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
2045 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
2046 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
2047 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
2048 * sysdeps/x86_64/_mcount.S: Likewise.
2049 * sysdeps/x86_64/strtok.S: Likewise.
2050 * sysdeps/sh/_mcount.S: Likewise.
2052 2012-08-01 Roland McGrath <roland@hack.frob.com>
2054 * libio/iofopen.c: Include <fcntl.h>.
2055 [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
2056 (_IO_fopen64, fopen64): Define as aliases.
2057 * libio/iofopen64.c: Include <fcntl.h>.
2058 [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
2059 Conditionalize body on this.
2060 * sysdeps/wordsize-64/iofopen.c: File removed.
2061 * sysdeps/wordsize-64/iofopen64.c: File removed.
2063 2012-08-01 Marek Polacek <polacek@redhat.com>
2065 * libc/Makeconfig: Use elf in place of binfmt-subdir.
2066 Use dlfcn directly instead of a variable.
2067 (binfmt-subdir): Do not define.
2070 2012-08-01 Joseph Myers <joseph@codesourcery.com>
2072 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
2073 Remove all definitions.
2074 * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
2075 <kernel-features.h>.
2076 [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
2077 (miss_F_GETOWN_EX): Remove all definitions.
2078 [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
2080 [!__ASSUME_FCNTL64]: Remove conditional code.
2081 [__ASSUME_FCNTL64]: Make code unconditional.
2082 * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
2083 <kernel-features.h>.
2084 [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
2085 (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
2086 (lockf64) [__NR_fcntl64]: Make code unconditional.
2087 (lockf64) [__ASSUME_FCNTL64]: Likewise.
2089 * sysdeps/unix/sysv/linux/kernel-features.h
2090 (__ASSUME_VFORK_SYSCALL): Remove all definitions.
2091 * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
2092 Make code unconditional.
2093 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
2094 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
2095 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
2096 [__NR_vfork]: Make code unconditional.
2097 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
2098 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
2099 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
2100 [__NR_vfork]: Make code unconditional.
2101 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
2102 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
2104 2012-08-01 Roland McGrath <roland@hack.frob.com>
2106 * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
2107 (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
2109 * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
2110 Define mkstemp64 as an alias.
2111 * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
2112 Define mkstemps64 as an alias.
2113 * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
2114 Define mkostemp64 as an alias.
2115 * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
2116 Define mkostemps64 as an alias.
2117 * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
2118 Conditionalize body on this.
2119 * misc/mkostemp64.c: Likewise.
2120 * misc/mkostemps64.c: Likewise.
2121 * misc/mkstemps64.c: Likewise.
2122 * sysdeps/wordsize-64/mkstemp64.c: File removed.
2123 * sysdeps/wordsize-64/mkostemp64.c: File removed.
2124 * sysdeps/wordsize-64/mkostemp.c: File removed.
2125 * sysdeps/wordsize-64/mkstemp.c: File removed.
2126 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
2127 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
2128 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
2129 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
2132 * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
2133 * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
2134 * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
2135 * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
2137 * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
2138 compat_symbol macros from <shlib-compat.h> rather than the underlying
2139 default_symbol_version and symbol_version macros, so that DEFAULT
2140 lines in shlib-versions are respected.
2141 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
2143 2012-08-01 Florian Weimer <fweimer@redhat.com>
2145 * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
2146 Declare with warn_unused_result.
2147 (setgid, setregid, setegid, setresgid): Likewise.
2148 * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
2150 * WUR-REPORT: Remove set*id functions.
2152 2012-07-31 Pino Toscano <toscano.pino@tiscali.it>
2154 * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
2156 2012-07-31 Roland McGrath <roland@hack.frob.com>
2158 * include/sys/socket.h (__libc_accept, __libc_accept4):
2159 Add attribute_hidden.
2160 * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
2162 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
2164 * inet/getnetgrent_r.c (setup): Likewise.
2166 * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
2168 2012-07-31 David S. Miller <davem@davemloft.net>
2170 * sysdeps/sparc/fpu/libm-test-ulps: Update.
2172 2012-07-31 Joseph Myers <joseph@codesourcery.com>
2175 * math/s_clog.c (__clog): Use __log1p if larger part has absolute
2176 value between 1.0 and 2.0 and smaller part has absolute value less
2178 * math/s_clog10.c (__clog10): Likewise.
2179 * math/s_clog10f.c (__clog10f): Likewise.
2180 * math/s_clog10l.c (__clog10l): Likewise.
2181 * math/s_clogf.c (__clogf): Likewise.
2182 * math/s_clogl.c (__clogl): Likewise.
2183 * math/libm-test.inc (clog_test): Add more tests.
2184 (clog10_test): Likewise.
2185 * sysdeps/i386/fpu/libm-test-ulps: Update.
2186 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2188 2012-07-31 Florian Weimer <fweimer@redhat.com>
2190 * stdlib/tst-secure-getenv.c: Use printf for error reporting.
2191 Exit with zero in case no suitable GID is found, and write a
2192 message to standard error.
2194 2012-07-30 Roland McGrath <roland@hack.frob.com>
2196 * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
2198 (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
2199 (MAXPATHLEN): Removed.
2200 (NOGROUP, NODEV): New macros.
2201 (setbit, clrbit, isset, isclr): New macros.
2202 (howmany, roundup, powerof2): New macros.
2203 (DEV_BSIZE): New macro.
2205 * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
2206 * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
2208 * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
2209 definition on [!__NO_LONG_DOUBLE_MATH].
2211 * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
2212 PTR_MANGLE and PTR_DEMANGLE.
2214 * socket/accept4.c (accept4): Rename to __libc_accept4.
2215 Define accept4 as a weak alias.
2217 * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
2218 on [_DIRENT_HAVE_D_TYPE].
2219 * io/ftw.c (ftw_dir): Likewise.
2221 * io/xmknod.c (__xmknod): Don't check PATH for being null.
2223 * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
2225 * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
2226 Use the BSD numbers rather than the arbitrary ones we had.
2227 (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
2228 (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
2229 (SIGXCPU, SIGXFSZ): New macros.
2232 * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
2233 initializer on [_LIBC_REENTRANT].
2235 * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
2236 definitions inside [_POSIX_MAPPED_FILES].
2238 * posix/regex.c: Include <sys/param.h> for MIN/MAX.
2240 * dirent/opendir.c: Include <fcntl.h>.
2242 * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
2243 (__libc_getspecific): Likewise.
2244 (__libc_key_create): Likewise.
2246 * stdio-common/tmpfile64.c: Include <fcntl.h> first.
2247 [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
2248 * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
2249 (tmpfile64): Define as alias.
2250 * sysdeps/wordsize-64/tmpfile.c: File removed.
2251 * sysdeps/wordsize-64/tmpfile64.c: File removed.
2252 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
2253 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
2255 * stdio-common/vfscanf.c: Include <stdbool.h>.
2256 * nss/makedb.c: Likewise.
2257 * stdio-common/_i18n_number.h: Likewise.
2258 * argp/argp-help.c: Likewise.
2259 * posix/wordexp.c: Likewise.
2260 * sysdeps/posix/spawni.c: Likewise.
2261 * nss/nss_files/files-initgroups.c: Likewise.
2262 * stdio-common/reg-modifier.c: Include <stdlib.h>.
2263 * nss/nss_files/files-initgroups.c: Likewise.
2264 * nss/nss_db/db-netgrp.c: Likewise.
2265 * nss/nss_db/db-initgroups.c: Likewise.
2266 * io/fchmodat.c: Include <sys/stat.h>.
2268 * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
2269 __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
2271 * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
2274 * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
2275 Add multiple inclusion protection.
2277 2012-07-27 David S. Miller <davem@davemloft.net>
2279 * sysdeps/sparc/fpu/libm-test-ulps: Update.
2281 2012-07-27 Gary Benson <gbenson@redhat.com>
2284 * elf/rtld.c: Include <stap-probe.h>.
2285 (dl_main): Added static probes "init_start" and "init_complete".
2286 * elf/dl-load.c: Include <stap-probe.h>.
2287 (lose): Take new parameter "nsid".
2288 Added static probe "map_failed".
2289 (_dl_map_object_from_fd): Pass namespace id to lose.
2290 Added static probe "map_start".
2291 (open_verify): Pass namespace id to lose.
2292 * elf/dl-open.c: Include <stap-probe.h>.
2293 (dl_open_worker) Added static probes "map_complete", "reloc_start"
2294 and "reloc_complete".
2295 * elf/dl-close.c: Include <stap-probe.h>.
2296 (_dl_close_worker): Added static probes "unmap_start" and
2298 * elf/rtld-debugger-interface.txt: New file documenting the above.
2300 2012-07-26 Roland McGrath <roland@hack.frob.com>
2302 * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
2303 rather than a string variable.
2304 * sunrpc/rpc_main.c (h_output): Likewise.
2305 * sunrpc/rpc_svcout.c (write_real_program): Likewise.
2307 2012-07-26 Pino Toscano <toscano.pino@tiscali.it>
2309 * inet/check_native.c: New file.
2311 2012-07-26 Joseph Myers <joseph@codesourcery.com>
2314 * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
2315 if larger part has absolute value 1.0.
2316 * math/s_clog10.c (__clog10): Likewise.
2317 * math/s_clog10f.c (__clog10f): Likewise.
2318 * math/s_clog10l.c (__clog10l): Likewise.
2319 * math/s_clogf.c (__clogf): Likewise.
2320 * math/s_clogl.c (__clogl): Likewise.
2321 * math/libm-test.inc (clog_test): Add more tests.
2322 (clog10_test): Likewise.
2323 * sysdeps/i386/fpu/libm-test-ulps: Update.
2324 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2326 * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
2327 (pltexit): Likewise.
2328 (La_regs): Likewise.
2329 (La_retval): Likewise.
2330 (int_retval): Likewise.
2331 Update #error for removed macros to refer only to definitions in
2333 * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
2335 (pltexit): Likewise.
2336 (La_regs): Likewise.
2337 (La_retval): Likewise.
2338 (int_retval): Likewise.
2339 * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
2341 (pltexit): Likewise.
2342 (La_regs): Likewise.
2343 (La_retval): Likewise.
2344 (int_retval): Likewise.
2345 * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
2347 (pltexit): Likewise.
2348 (La_regs): Likewise.
2349 (La_retval): Likewise.
2350 (int_retval): Likewise.
2351 * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
2353 (pltexit): Likewise.
2354 (La_regs): Likewise.
2355 (La_retval): Likewise.
2356 (int_retval): Likewise.
2357 * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
2359 (pltexit): Likewise.
2360 (La_regs): Likewise.
2361 (La_retval): Likewise.
2362 (int_retval): Likewise.
2363 * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
2365 (pltexit): Likewise.
2366 (La_regs): Likewise.
2367 (La_retval): Likewise.
2368 (int_retval): Likewise.
2369 * sysdeps/generic/tst-audit.h: Update comment to refer only to
2370 macro definitions in tst-audit.h.
2371 * sysdeps/i386/tst-audit.h: New file.
2372 * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
2373 * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
2374 * sysdeps/s390/s390-32/tst-audit.h: Likewise.
2375 * sysdeps/s390/s390-64/tst-audit.h: Likewise.
2376 * sysdeps/sh/tst-audit.h: Likewise.
2377 * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
2378 * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
2379 * sysdeps/x86_64/tst-audit.h: Likewise.
2381 2012-07-26 Andreas Jaeger <aj@suse.de>
2383 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
2386 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
2387 new value PTRACE_EVENT_SECCOMP from Linux 3.5.
2388 (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
2390 * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
2391 * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
2392 * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
2394 * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
2397 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
2399 (si_call_addr, si_syscall, si_arch): Define new macro.
2400 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
2402 (si_call_addr, si_syscall, si_arch): Define new marcro.
2403 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
2405 (si_call_addr, si_syscall, si_arch): Define new macro.
2406 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
2408 (si_call_addr, si_syscall, si_arch): Define new macro.
2410 2012-07-25 Joseph Myers <joseph@codesourcery.com>
2413 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
2414 Change to 2.4.21 where previously 2.4.1.
2415 * sysdeps/unix/sysv/linux/configure: Regenerated.
2416 * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
2417 __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
2418 Linux kernel version.
2419 (__ASSUME_STD_AUXV): Remove.
2420 [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
2422 [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
2423 (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
2424 (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
2425 (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
2426 (__ASSUME_NETLINK_SUPPORT): Likewise.
2427 * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
2428 (__no_netlink_support): Remove conditional definition.
2429 * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
2431 (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
2432 [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
2433 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
2434 (if_nameindex_ioctl): Remove.
2435 (if_nameindex_netlink): Do not handle __no_netlink_support.
2436 (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
2438 * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
2439 Remove conditional code.
2440 (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
2442 (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
2444 [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
2445 [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
2446 * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
2448 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
2449 [!__ASSUME_STD_AUXV]: Remove conditional code.
2450 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
2451 [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
2452 [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
2453 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
2454 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
2455 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
2457 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
2458 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
2459 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
2460 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
2462 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
2463 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
2464 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
2466 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
2467 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
2469 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
2470 (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
2472 (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
2474 (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
2476 (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
2478 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
2479 (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
2481 (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
2483 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
2484 (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
2486 (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
2488 (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
2490 (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
2492 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
2493 (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
2495 (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
2497 (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
2499 (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
2502 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
2504 * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
2505 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
2506 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
2507 * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
2508 * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
2509 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
2510 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
2511 * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
2512 * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
2513 * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
2514 * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
2515 * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
2516 * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
2517 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
2518 * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
2519 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
2520 * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
2521 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
2522 * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
2523 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
2524 * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
2525 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
2526 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
2528 2012-07-25 Florian Weimer <fweimer@redhat.com>
2530 * Versions.def: Add GLIBC_2.17.
2531 * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
2532 * include/stdlib.h: Rename __secure_getenv to secure_getenv.
2533 Introduce __libc_secure_getenv.
2534 * stdlib/Versions (2.17): Add secure_getenv
2535 (GLIBC_PRIVATE): Add __libc_secure_getenv.
2536 * stdlib/secure-getenv.c: Rename __secure_getenv to
2537 __libc_secure_getenv. Add secure_getenv alias. Add compatibility
2538 symbol __secure_getenv for GLIBC_2.0.
2539 * stdlib/tst-secure-getenv.c: New.
2540 * stdlib/Makefile (tests): Add testcase.
2541 * manual/startup.texi (Environment Access): Document
2543 * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
2544 __libc_secure_getenv.
2545 * inet/ruserpass.c (ruserpass): Likewise.
2546 * malloc/mtrace.c (mtrace): Likewise.
2547 * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
2548 * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
2549 * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
2550 * sysdeps/posix/tempname.c: Likewise. Evaluate
2552 * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
2553 __secure_getenv to __libc_secure_getenv.
2554 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
2555 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
2557 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
2559 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
2560 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
2561 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
2562 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
2563 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
2564 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
2565 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
2567 2012-07-25 Joseph Myers <joseph@codesourcery.com>
2569 * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
2570 (struct La_i86_retval): Likewise.
2571 (struct La_x86_64_regs): Likewise.
2572 (struct La_x86_64_retval): Likewise.
2573 (struct La_x32_regs): Likewise.
2574 (struct La_x32_retval): Likewise.
2575 (struct La_ppc32_regs): Likewise.
2576 (struct La_ppc32_retval): Likewise.
2577 (struct La_ppc64_regs): Likewise.
2578 (struct La_ppc64_retval): Likewise.
2579 (struct La_sh_regs): Likewise.
2580 (struct La_sh_retval): Likewise.
2581 (struct La_s390_32_regs): Likewise.
2582 (struct La_s390_32_retval): Likewise.
2583 (struct La_s390_64_regs): Likewise.
2584 (struct La_s390_64_retval): Likewise.
2585 (struct La_sparc32_regs): Likewise.
2586 (struct La_sparc32_retval): Likewise.
2587 (struct La_sparc64_regs): Likewise.
2588 (struct La_sparc64_retval): Likewise.
2589 (struct audit_ifaces): Remove architecture-specific pltenter and
2591 * sysdeps/i386/ldsodefs.h: New file.
2592 * sysdeps/powerpc/ldsodefs.h: Likewise.
2593 * sysdeps/s390/ldsodefs.h: Likewise.
2594 * sysdeps/sh/ldsodefs.h: Likewise.
2595 * sysdeps/sparc/ldsodefs.h: Likewise.
2596 * sysdeps/x86_64/ldsodefs.h: Likewise.
2598 2012-07-25 Marek Polacek <polacek@redhat.com>
2601 * math/libm-test.inc (yn_test): Add another test.
2602 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
2603 to ERANGE when the result is +-Inf.
2604 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
2605 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
2606 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
2607 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
2609 2012-07-24 Joseph Myers <joseph@codesourcery.com>
2611 * conform/data/time.h-data (NULL): Use macro-constant. Require
2613 (CLOCKS_PER_SEC): Use macro instead of constant. Specify type as
2615 [ISO11] (TIME_UTC): Use macro-int-constant. Require value > 0.
2617 2012-07-23 Thomas Schwinge <thomas@codesourcery.com>
2619 * configure.in <sysdeps resolving>: Correct printing
2621 * configure: Regenerate.
2623 2012-07-22 Thomas Schwinge <thomas@codesourcery.com>
2625 * math/w_ilogb.c: Include <limits.h>.
2626 * math/w_ilogbl.c: Likewise.
2628 2012-07-20 Joseph Myers <joseph@codesourcery.com>
2630 * manual/lang.texi (__va_copy): Document primarily as ISO C99
2631 va_copy. Document allowing for unavailable va_copy only as
2632 pre-C99 compatibility.
2633 * manual/string.texi (Copying and Concatenation): Use va_copy
2634 instead of __va_copy in concat example.
2636 2012-07-20 Pino Toscano <toscano.pino@tiscali.it>
2638 * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
2639 (__sendto): Use create_address_port. Initialize APORT and deallocate
2642 * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
2643 with O_NOLINK passed to __file_name_lookup.
2645 * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
2646 with O_NOLINK passed to __file_name_lookup.
2648 * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
2649 negative N or less than NGIDS.
2651 * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
2652 type to string_t. Set ERANGE as errno and return it if NAME is not big
2653 enough. Use memcpy instead of strncpy.
2655 2012-07-20 Joseph Myers <joseph@codesourcery.com>
2657 * elf/Makefile (check-data): Remove.
2658 (localplt.data): New vpath directive.
2659 ($(objpfx)check-localplt.out): Use localplt.data from vpath
2660 instead of $(check-data).
2661 * scripts/data/localplt-generic.data: Move to ...
2662 * sysdeps/generic/localplt.data: ... here.
2663 * scripts/data/localplt-i386-linux-gnu.data: Move to ...
2664 * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
2665 * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
2666 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
2668 * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
2669 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
2671 * scripts/data/localplt-s390-linux-gnu.data: Move to ...
2672 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
2674 * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
2675 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
2677 * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
2678 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
2680 * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
2681 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
2684 2012-07-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2686 * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
2687 PPC32 and PPC64 files.
2688 * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
2689 * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
2691 2012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
2693 * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
2694 __makecontext_ret to ...
2695 * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
2696 ... here and call exit if uc_link is NULL. New file.
2697 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
2698 __makecontext_ret.S.
2699 * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
2700 __makecontext_ret to ...
2701 * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
2702 ... here and call exit if uc_link is NULL. New file.
2703 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
2704 __makecontext_ret.S.
2706 2012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
2708 * elf/elf.h (R_390_IRELATIVE): New definition.
2709 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
2710 resolver function for IFUNC symbols. Support R_390_IRELATIVE.
2711 (elf_machine_lazy_rel): Support R_390_IRELATIVE.
2712 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
2713 (elf_machine_lazy_rel): Likewise.
2714 * sysdeps/s390/dl-irel.h: New file.
2715 * sysdeps/s390/s390-64/memcpy.S: New asm code.
2716 * sysdeps/s390/s390-64/memset.S: New asm code.
2717 * sysdeps/s390/s390-64/memcmp.S: New asm code.
2718 * sysdeps/s390/s390-64/multiarch/memset.S: New file.
2719 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
2720 * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
2721 * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
2722 * sysdeps/s390/s390-64/multiarch/Makefile: New file.
2723 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
2724 * sysdeps/s390/s390-32/multiarch/Makefile: New file.
2725 * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
2726 * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
2727 * sysdeps/s390/s390-32/multiarch/memset.S: New file.
2728 * sysdeps/s390/s390-32/memcpy.S: New asm code.
2729 * sysdeps/s390/s390-32/memset.S: New asm code.
2730 * sysdeps/s390/s390-32/memcmp.S: New asm code.
2732 2012-07-17 Marek Polacek <polacek@redhat.com>
2735 * sysdeps/s390/s390-32/configure.in: Remove TLS check.
2736 * sysdeps/s390/s390-64/configure.in: Likewise.
2737 * sysdeps/sparc/configure.in: Likewise.
2738 * sysdeps/powerpc/powerpc32/configure.in: Likewise.
2739 * sysdeps/powerpc/powerpc64/configure.in: Likewise.
2740 * sysdeps/i386/configure.in: Likewise.
2741 * sysdeps/x86_64/configure.in: Likewise.
2742 * sysdeps/sh/configure.in: Likewise.
2743 * sysdeps/s390/s390-32/configure: Regenerated.
2744 * sysdeps/s390/s390-64/configure: Likewise.
2745 * sysdeps/x86_64/configure: Likewise.
2746 * sysdeps/sh/configure: Likewise.
2747 * sysdeps/powerpc/powerpc64/configure: Likewise.
2748 * sysdeps/powerpc/powerpc32/configure: Likewise.
2749 * sysdeps/sparc/configure: Likwise.
2750 * sysdeps/i386/configure: Likewise.
2752 * elf/dl-open.c: Comment fixes.
2754 2012-07-17 Joseph Myers <joseph@codesourcery.com>
2756 * Makefile [CXX] (check-data): Remove.
2757 [CXX] (c++-types.data): New vpath directive.
2758 [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
2759 vpath. Do not allow for C++ type data being missing.
2760 * scripts/data/c++-types-alpha-linux-gnu.data: Move to
2761 ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
2762 * scripts/data/c++-types-ia64-linux-gnu.data: Move to
2763 ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
2764 * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
2765 * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
2766 * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
2767 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
2769 * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
2770 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
2772 * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
2773 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
2775 * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
2776 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
2778 * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
2779 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
2781 * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
2782 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
2784 * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
2785 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
2787 * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
2788 * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
2790 * elf/tls-macros.h (TLS_LE): Move architecture-specific
2791 definitions to architecture-specific files.
2795 * sysdeps/i386/tls-macros.h: New file.
2796 * sysdeps/powerpc/tls-macros.h: Likewise.
2797 * sysdeps/s390/s390-32/tls-macros.h: Likewise.
2798 * sysdeps/s390/s390-64/tls-macros.h: Likewise.
2799 * sysdeps/sh/tls-macros.h: Likewise.
2800 * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
2801 * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
2802 * sysdeps/x86_64/tls-macros.h: Likewise.
2804 2012-07-17 Thomas Schwinge <thomas@codesourcery.com>
2806 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
2807 zero value for regular exit case.
2809 * sysdeps/unix/sysv/linux/x86_64/__start_context.S
2810 (__start_context): Preserve zero value for regular exit case.
2812 2012-07-17 Thomas Schwinge <thomas@codesourcery.com>
2813 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
2815 * manual/setjmp.texi (setcontext): Clarify normal process
2816 termination when uc_link is the null pointer.
2817 * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
2820 2012-07-16 Andreas Schwab <schwab@linux-m68k.org>
2822 * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
2823 preprocessor. Test for each exception mask separately.
2825 2012-07-16 Andreas Jaeger <aj@suse.de>
2827 * po/ru.po: Update from translation team.
2829 2012-07-15 Joseph Myers <joseph@codesourcery.com>
2831 * conform/data/string.h-data (NULL): Use macro-constant. Require
2833 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
2834 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
2835 (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
2836 (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
2837 [ISO || ISO99 || ISO11] (*_t): Do not allow.
2839 2012-07-13 Andreas Jaeger <aj@suse.de>
2841 * po/fr.po: Update from translation team.
2843 2012-07-12 Marek Polacek <polacek@redhat.com>
2846 * math/libm-test.inc (yn_test): Add test for BZ #14173.
2847 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
2850 2012-07-12 Joseph Myers <joseph@codesourcery.com>
2853 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
2854 Change to 2.4.1 where previously 2.4.0.
2855 * sysdeps/unix/sysv/linux/configure: Regenerated.
2856 * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
2857 (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
2859 [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
2860 (__ASSUME_AT_CLKTCK): Remove.
2861 (__ASSUME_AT_PAGESIZE): Likewise.
2862 (__ASSUME_AT_XID): Likewise.
2863 (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
2864 [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
2865 * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
2867 (HAVE_AUX_PAGESIZE): Likewise.
2868 * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
2869 [__ASSUME_AT_CLKTCK]: Make code unconditional.
2870 [!__ASSUME_AT_CLKTCK]: Remove conditional code.
2872 2012-07-12 Jeroen van Bemmel <jvb127@gmail.com>
2875 * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
2876 the temporary buffer used to invoke __gethostbyname2_r,
2877 __gethostbyaddr_r and gethostbyname4_r to make room for struct
2878 host_data / struct gaih_addrtuple.
2879 * resolv/nss_dns/dns-host.c (global scope): Move definition of
2880 implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
2881 header file nss/nsswitch.h.
2882 * nss/nsswitch.h (global scope): Add definition of implementation
2883 constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
2884 resolv/nss_dns/dns-host.c).
2886 2012-07-11 Andreas Jaeger <aj@suse.de>
2888 * po/fr.po: Update from translation team.
2890 * po/sv.po: Update from translation team
2891 * po/fr.po: Another update from translation team.
2893 2012-07-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2895 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
2896 for subnormals or multiply small sinh result by itself.
2897 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
2898 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2900 2012-07-11 David S. Miller <davem@davemloft.net>
2902 * sysdeps/sparc/fpu/libm-test-ulps: Update.
2904 2012-07-10 Andreas Schwab <schwab@linux-m68k.org>
2907 * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
2908 (INTERNAL_MARK): Shift it here.
2910 2012-07-10 Marek Polacek <polacek@redhat.com>
2913 * configure.in (libc_cv_asm_global_directive): Remove test. Replace
2914 libc_cv_asm_global_directive with .globl.
2915 * configure: Regenerated.
2916 * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
2918 * sysdeps/i386/configure: Regenerated.
2919 * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
2921 * sysdeps/x86_64/configure: Regenerated.
2922 * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
2923 * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
2924 * elf/tst-unique2mod2.c: Likewise.
2925 * elf/tst-unique2mod1.c: Likewise.
2926 * elf/tst-unique1mod2.c: Likewise.
2927 * elf/tst-unique1mod1.c: Likewise.
2928 * sysdeps/s390/s390-32/sysdep.h: Likewise.
2929 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
2930 * sysdeps/s390/s390-64/sysdep.h: Likewise.
2931 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
2932 * sysdeps/mach/sysdep.h: Likewise.
2933 * sysdeps/i386/sysdep.h: Likewise.
2934 * sysdeps/i386/i386-mcount.S: Likewise.
2935 * sysdeps/x86_64/_mcount.S: Likewise.
2936 * sysdeps/x86_64/sysdep.h: Likewise.
2937 * sysdeps/sh/_mcount.S: Likewise.
2938 * sysdeps/sh/sysdep.h: Likewise.
2939 * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
2940 * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
2941 * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
2942 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
2943 * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
2944 * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
2945 * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
2946 * locale/localeinfo.h: Likewise.
2947 (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
2948 (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
2950 2012-07-09 Roland McGrath <roland@hack.frob.com>
2953 * manual/charset.texi (Extended Char Intro): Word use fix, "operating
2955 * manual/message.texi (The Uniforum approach): Likewise.
2956 * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
2957 (glibc iconv Implementation): Likewise.
2959 2012-07-09 Joseph Myers <joseph@codesourcery.com>
2962 * math/s_clog.c (__clog): Avoid scaling a value down where that
2963 could result in underflow.
2964 * math/s_clog10.c (__clog10): Likewise.
2965 * math/s_clog10f.c (__clog10f): Likewise.
2966 * math/s_clog10l.c (__clog10l): Likewise.
2967 * math/s_clogf.c (__clogf): Likewise.
2968 * math/s_clogl.c (__clogl): Likewise.
2969 * math/libm-test.inc (clog_test): Add more tests.
2970 (clog10_test): Likewise.
2971 * sysdeps/i386/fpu/libm-test-ulps: Update.
2972 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2974 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
2977 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
2978 by 7 not 8 to examine high bit of fractional part.
2981 * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
2982 for call to __mcount_internal.
2983 * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
2984 (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
2985 * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
2987 2012-07-06 Joseph Myers <joseph@codesourcery.com>
2990 * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
2991 approximation for values within 0x1p-13f of an odd multiple of
2993 * math/libm-test.inc (tan_test): Do not allow spurious underflow
2994 exception. Add more tests.
2995 * sysdeps/i386/fpu/libm-test-ulps: Update.
2998 * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
2999 inputs and return -1 for them. Do not check for +Inf in case not
3001 * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
3002 * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
3003 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
3004 and return -1 for them. Do not check for +Inf in case not
3006 * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
3008 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
3009 and return -1 for them. Do not check for +Inf in case not
3011 * math/libm-test.inc (expm1_test): Add more tests. Do not allow
3013 * sysdeps/i386/fpu/libm-test-ulps: Update.
3014 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3016 2012-07-06 Mike Frysinger <vapier@gentoo.org>
3018 * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
3020 2012-07-05 Joseph Myers <joseph@codesourcery.com>
3024 * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
3025 could result in spurious underflow. Scale down values above
3026 DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
3027 * math/s_csqrtf.c (__csqrtf): Likewise.
3028 * math/s_csqrtl.c (__csqrtl): Likewise.
3029 * math/libm-test.inc (csqrt_test): Add more tests. Do not allow
3031 * sysdeps/i386/fpu/libm-test-ulps: Update.
3032 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3034 2012-07-04 Andreas Schwab <schwab@linux-m68k.org>
3036 * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
3038 * catgets/xopen-msg.awk: New file.
3039 * catgets/xopen-msg.sed: Removed.
3041 * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
3043 * intl/po2test.awk: New file.
3044 * intl/po2test.sed: Removed.
3046 2012-07-04 Joseph Myers <joseph@codesourcery.com>
3049 * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
3050 or multiply small sinh result by itself.
3051 * math/s_ctanf.c (__ctanf): Likewise.
3052 * math/s_ctanh.c (__ctanh): Likewise.
3053 * math/s_ctanhf.c (__ctanhf): Likewise.
3054 * math/s_ctanhl.c (__ctanhl): Likewise.
3055 * math/s_ctanl.c (__ctanl): Likewise.
3056 * math/libm-test.inc (ctan_test_tonearest): New function.
3057 (ctan_test_towardzero): Likewise.
3058 (ctan_test_downward): Likewise.
3059 (ctan_test_upward): Likewise.
3060 (ctanh_test_tonearest): Likewise.
3061 (ctanh_test_towardzero): Likewise.
3062 (ctanh_test_downward): Likewise.
3063 (ctanh_test_upward): Likewise.
3064 (main): Call these new functions.
3065 * sysdeps/i386/fpu/libm-test-ulps: Update.
3066 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3068 2012-07-03 Mike Frysinger <vapier@gentoo.org>
3070 * .gitignore: Delete /ports entry.
3072 2012-07-03 Andreas Jaeger <aj@suse.de>
3074 * po/bg.po: Update from translation team.
3075 * po/cs.po: Likewise.
3076 * po/de.po: Likewise.
3077 * po/hr.po: Likewise.
3078 * po/nl.pl: Likewise.
3079 * po/pl.po: Likewise.
3080 * po/vi.po: Likewise.
3082 2012-07-03 Joseph Myers <joseph@codesourcery.com>
3084 * Makeconfig [!+link] (+link-before-libc): New variable.
3085 [!+link] (+link-after-libc): Likewise.
3086 [!+link] (+link-tests): Likewise.
3087 [!+link] (+link): Define in terms of $(+link-before-libc) and
3088 $(+link-after-libc).
3089 [!+link-static] (+link-static-before-libc): New variable.
3090 [!+link-static] (+link-static-after-libc): Likewise.
3091 [!+link-static] (+link-static-tests): Likewise.
3092 [!+link-static] (+link-static): Define in terms of
3093 $(+link-static-before-libc) and $(+link-static-after-libc).
3094 [build-shared] (link-libc-before-gnulib): New variable.
3095 [build-shared] (link-libc-tests): Likewise.
3096 [build-shared] (link-libc): Define in terms of
3097 $(link-libc-before-gnulib).
3098 [!build-shared] (link-libc-tests): New variable.
3099 (link-libc-static-tests): New variable.
3100 [!gnulib] (gnulib-arch): New variable.
3101 [!gnulib] (gnulib-tests): Likewise.
3102 [!gnulib] (static-gnulib-arch): Likewise.
3103 [!gnulib] (static-gnulib-tests): Likewise.
3104 [!gnulib] (gnulib): Use $(gnulib-arch). Do not use $(libgcc_eh).
3105 Define with "=" instead of ":=".
3106 [!gnulib] (static-gnulib): Use $(static-gnulib-arch). Do not use
3107 -lgcc_eh $(libunwind). Define with "=" instead of ":=".
3108 * Rules (binaries-all-notests): New variable.
3109 (binaries-all-tests): Likewise.
3110 (binaries-static-notests): Likewise.
3111 (binaries-static-tests): Likewise.
3112 (binaries-all): Define using $(binaries-all-notests) and
3113 $(binaries-all-tests).
3114 (binaries-static): Define using $(binaries-static-notests) and
3115 $(binaries-static-tests).
3116 (binaries-shared-tests): New variable.
3117 (binaries-shared-notests): Likewise.
3118 (binaries-shared): Remove variable.
3119 ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
3120 ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
3121 ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
3122 ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
3123 ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
3124 ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
3125 * elf/Makefile (sln-modules): New variable.
3126 (extra-objs): Add $(sln-modules:=.o).
3127 (ldconfig-modules): Add static-stubs.
3128 ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
3129 * elf/static-stubs.c: New file.
3132 * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
3133 by 7 not 8 to examine high bit of fractional part. Use volatile
3134 variables when splitting into final array of floats if
3135 __FLT_EVAL_METHOD__ != 0.
3136 * math/libm-test.inc (cos_test): Add another test.
3137 (sin_test): Likewise.
3138 * sysdeps/i386/fpu/libm-test-ulps: Update.
3141 * math/libm-test.inc (cosh_test): Add more tests.
3143 * version.h (RELEASE): Set to "development".
3144 (VERSION): Set to "2.16.90".
3146 2012-06-30 Carlos O'Donell <carlos_odonell@mentor.com>
3148 * NEWS: Update copyright. Remove last-updated date.
3149 Mention math library bug fixes and timezone data changes.
3150 * README: Mention GNU/Hurd, x32, and HPPA support status.
3152 2012-06-28 Thomas Schwinge <thomas@codesourcery.com>
3154 * manual/contrib.texi (Contributors): Sort alphabetically by last name.
3156 2012-06-27 Andreas Jaeger <aj@suse.de>
3158 * manual/contrib.texi (Contributors): Add Samuel Thibault.
3160 2012-06-25 Andreas Jaeger <aj@suse.de>
3162 * sysdeps/s390/fpu/libm-test-ulps: Update.
3164 2012-06-23 Andreas Schwab <schwab@linux-m68k.org>
3165 Thomas Schwinge <thomas@codesourcery.com>
3167 * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
3168 * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
3169 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
3172 2012-06-23 Thomas Schwinge <thomas@codesourcery.com>
3174 * sysdeps/mach/start.c: Remove file.
3175 * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
3176 * sysdeps/i386/init-first.c: Fix comment regarding start.S.
3177 * sysdeps/sh/init-first.c: Likewise.
3179 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
3180 registers for frame unwinding purposes, add CFI directives.
3181 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
3182 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
3183 * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
3186 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
3187 __fortify_fail returning.
3188 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
3190 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
3191 sysdeps/sh/____longjmp_chk.S.
3192 * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
3193 on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
3194 * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
3195 (gen-as-const-headers): Append sigaltstack-offsets.sym.
3197 * sysdeps/sh/abort-instr.h: New file.
3198 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
3199 process in case exit returns.
3201 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
3202 initialize the GOT register before use.
3204 * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
3205 calculation of ARGC > 4.
3207 * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
3208 meaningful names to some local labels.
3210 2012-06-22 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3211 Kaz Kojima <kkojima@rr.iij4u.or.jp>
3213 * sysdeps/unix/sysv/linux/sh/bits/atomic.h
3214 (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
3215 (__arch_compare_and_exchange_val_16_acq): Likewise.
3216 (__arch_compare_and_exchange_val_32_acq): Likewise.
3217 (atomic_exchange_and_add): Fix gUSA sequence.
3218 (atomic_add): Likewise.
3219 (atomic_add_negative): Likewise.
3220 (atomic_add_zero): Likewise.
3221 (atomic_bit_test_set): Likewise.
3223 2012-06-22 Andreas Schwab <schwab@redhat.com>
3226 * include/link.h (struct link_map): Add l_free_initfini.
3227 * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
3229 * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
3230 * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
3231 * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
3234 2012-06-22 Carlos O'Donell <carlos_odonell@mentor.com>
3236 * configure.in: Use AC_LANG_SOURCE.
3237 * configure: Regenerate.
3239 2012-06-22 Roland McGrath <roland@hack.frob.com>
3241 * configure.in (libc_cv_localstatedir): New substituted variable.
3242 * configure: Regenerated.
3243 * config.make.in (localstatedir): New variable, substituted from
3244 libc_cv_localstatedir.
3245 * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
3246 * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
3247 ${prefix}/var to /var when we change ${prefix}/etc to /etc.
3248 * sysdeps/gnu/configure: Regenerated.
3250 2012-06-21 Jeff Law <law@redhat.com>
3253 * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
3254 free. Simplify list management for _LIBC case.
3256 2012-06-21 Joseph Myers <joseph@codesourcery.com>
3259 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
3260 Clear sign bit of 64-bit integer value before comparing against
3263 * sysdeps/mach/configure: Regenerated.
3265 2012-06-21 H.J. Lu <hongjiu.lu@intel.com>
3268 * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
3270 2012-06-21 Jeff Law <law@redhat.com>
3273 * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection. Use
3274 uint16_t for elements in the "seen" array to avoid char overflows.
3275 * elf/dl-fini.c (_dl_sort_fini): Likewise.
3276 * elf/dl-open.c (dl_open_worker): Likewise.
3278 2012-06-21 Carlos O'Donell <carlos_odonell@mentor.com>
3280 * scripts/list-sources.sh: Scan PORTS for translations.
3281 * po/libc.pot: Regenerated.
3283 2012-06-21 Andreas Jaeger <aj@suse.de>
3286 * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
3288 * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
3289 * bits/byteswap-16.h (__bswap_16): Likewise.
3290 * bits/byteswap.h (__bswap_constant_16): Likewise.
3292 2012-06-18 H.J. Lu <hongjiu.lu@intel.com>
3295 * sysdeps/i386/fpu_control.h: Removed.
3296 * sysdeps/x86_64/fpu_control.h: Moved to ...
3297 * sysdeps/x86/fpu_control.h: Here.
3299 * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
3300 (_FPU_SETCW): Likewise.
3302 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
3305 * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
3306 * sysdeps/x86/fpu/bits/mathinline.h: This.
3307 * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
3311 * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
3312 functions if __x86_64__ is defined.
3314 2012-06-15 Chung-Lin Tang <cltang@codesourcery.com>
3316 * string/endian.h: Add !__ASSEMBLER__ condition for including
3317 conversion interfaces.
3319 2012-06-15 Joseph Myers <joseph@codesourcery.com>
3322 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
3323 of ABS(x) in calculating zero to negative powers other than odd
3325 * math/libm-test.inc (pow_test): Add more tests.
3327 2012-06-15 Andreas Jaeger <aj@suse.de>
3329 * manual/contrib.texi (Contributors): Update entry of Liubov
3330 Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
3333 2012-06-15 Cyril Hrubis <metan@ucw.cz>
3335 * string/string.h: Add __wur to GNU version of strerror_r.
3337 2012-06-14 H.J. Lu <hongjiu.lu@intel.com>
3340 * string/Makefile (tests): Add tst-strtok_r.
3341 * string/tst-strtok_r.c: New file.
3342 * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
3343 RAX_LP/RDX_LP on SAVE_PTR.
3345 2012-06-14 Roland McGrath <roland@hack.frob.com>
3347 * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
3349 2012-06-14 Joseph Myers <joseph@codesourcery.com>
3351 * libm_test.inc (csqrt_test): Allow more spurious underflow
3353 (j0_test): Likewise.
3354 (j1_test): Likewise.
3355 (y0_test): Likewise.
3356 (y1_test): Likewise.
3358 2012-06-13 Carlos O'Donell <carlos_odonell@mentor.com>
3360 * po/Makefile (libc.pot): Use UTF-8 charset.
3362 2012-06-13 Paul Pluzhnikov <ppluzhnikov@google.com>
3365 Suppress sign-conversion warning from FD_SET.
3366 See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
3367 * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
3368 not unsigned long int.
3369 * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
3371 2012-06-12 H.J. Lu <hongjiu.lu@intel.com>
3375 * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
3376 __extern_always_inline instead of __extern_inline.
3377 (__signbitf): Support __SSE2_MATH__ and C++ namespace.
3378 (__signbit): Likewise.
3379 (__signbitl): Support C++ namespace.
3380 (lrintf): New inline function.
3382 (llrintf): Likewise.
3394 (nearbyint): Likewise.
3395 (nearbyintf): Likewise.
3397 2012-06-12 Thomas Schwinge <thomas@codesourcery.com>
3399 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
3400 non-default versions.
3402 2012-06-11 Roland McGrath <roland@hack.frob.com>
3405 * manual/argp.texi (Argp): Reword argp_parse description slightly.
3407 2012-06-09 Thomas Schwinge <thomas@codesourcery.com>
3409 * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
3410 (FE_UPWARD, FE_DOWNWARD): Don't define.
3411 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
3412 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
3414 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
3416 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
3417 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
3419 2012-06-09 Kaz Kojima <kkojima@rr.iij4u.or.jp>
3421 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
3422 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
3423 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
3424 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
3426 2012-06-06 H.J. Lu <hongjiu.lu@intel.com>
3429 * sysdeps/i386/fpu/bits/fenv.h: Removed.
3430 * sysdeps/i386/fpu/Implies: New file.
3431 * sysdeps/x86_64/fpu/Implies: Likewise.
3432 * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
3433 * sysdeps/x86/fpu/bits/fenv.h: This.
3435 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
3438 2012-06-06 Siddhesh Poyarekar <siddhesh@redhat.com>
3441 * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
3442 character 0xffff that matches the last element of the
3445 2012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3447 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
3450 2012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3452 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
3453 values higher than 25.6283.
3455 2012-06-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3457 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
3458 subnormal exponent extraction and add some __builtin_expect.
3459 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
3460 Fix for subnormal mantissa calculation.
3462 2012-06-04 Mike Frysinger <vapier@gentoo.org>
3464 * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
3465 cpu2 is -1 and errno is not ENOSYS.
3467 2012-06-04 H.J. Lu <hongjiu.lu@intel.com>
3470 * sysdeps/i386/i486/bits/string.h: Renamed to ...
3471 * sysdeps/x86/bits/string.h: This.
3472 * sysdeps/x86_64/bits/string.h: Removed.
3474 * sysdeps/i386/i486/bits/string.h: Define inline functions only
3475 if not compiling for x86-64, but compiling for >= i486.
3477 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
3478 * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
3480 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
3481 New macro from Linux kernel 3.4.0.
3482 (FP_XSTATE_MAGIC2): Likewise.
3483 (FP_XSTATE_MAGIC2_SIZE): Likewise.
3484 (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
3485 (struct _fpx_sw_bytes): New struct.
3486 (struct _xsave_hdr): Likewise.
3487 (struct _ymmh_state): Likewise.
3488 (struct _xstate): Likewise.
3490 * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
3491 * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
3492 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
3493 * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
3494 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
3495 * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
3497 * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
3498 * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
3499 * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
3500 * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
3501 * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
3502 * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
3504 2012-06-04 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
3507 * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
3508 * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
3509 (sysdep_headers): Include sys/platform/ppc.h.
3510 * sysdeps/powerpc/test-gettimebase.c: Test for
3511 __ppc_get_timebase() to catch future ISA opcode/insn changes.
3512 * manual/Makefile (appendices): Include platform.texi.
3513 * manual/contrib.texi (Contributors): Update @node pointers.
3514 * manual/maint.texi (Maintenance): Likewise.
3515 (Platform): New node.
3516 * manual/platform.texi: New file. Document the new features.
3518 2012-06-04 Siddhesh Poyarekar <siddhesh@redhat.com>
3519 Jakub Jelinek <jakub@redhat.com>
3522 * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
3523 where __builtin_expect is unavailable.
3525 2012-06-03 David S. Miller <davem@davemloft.net>
3527 * stdlib/longlong.h: Updated from GCC.
3529 2012-06-02 Andreas Schwab <schwab@linux-m68k.org>
3532 * sysdeps/powerpc/powerpc32/mcount.c: New file.
3533 * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
3535 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
3536 (GLIBC_2.16): Likewise.
3538 2012-06-01 H.J. Lu <hongjiu.lu@intel.com>
3540 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
3542 2012-06-01 Joseph Myers <joseph@codesourcery.com>
3544 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
3545 (default-abi): New variable.
3546 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
3547 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
3549 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
3551 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
3553 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
3556 * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
3557 definition. Document in comment.
3559 2012-06-01 David S. Miller <davem@davemloft.net>
3561 * stdlib/longlong.h: Updated from GCC.
3563 2012-06-01 H.J. Lu <hongjiu.lu@intel.com>
3566 * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
3567 Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
3568 sys/debugreg.h sys/io.h here.
3569 * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
3570 sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
3572 * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
3573 Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
3574 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
3575 * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
3576 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
3577 * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
3579 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
3580 Define only if __x86_64__ is defined.
3582 2012-06-01 Joseph Myers <joseph@codesourcery.com>
3585 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
3586 Use int64_t for variable i.
3587 * math/libm-test.inc (fmod_test): Add more tests.
3589 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
3590 z computation is not scheduled after fetestexcept.
3591 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
3592 Use math_force_eval instead of asm to ensure calculation scheduled
3593 before exception test.
3594 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
3595 Ensure a1 + u.d computation is not scheduled after fetestexcept.
3597 2012-06-01 Aurelien Jarno <aurelien@aurel32.net>
3599 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
3600 computation is not scheduled after fetestexcept.
3602 2012-06-01 H.J. Lu <hongjiu.lu@intel.com>
3605 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
3606 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
3608 2012-06-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3610 * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
3611 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
3613 2012-05-31 H.J. Lu <hongjiu.lu@intel.com>
3616 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
3618 (__WCHAR_MIN): Support __WORDSIZE == 64.
3619 (__WCHAR_MAX): Likewise.
3621 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
3622 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
3625 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
3626 Defined with __SWORD_TYPE if __x86_64__ isn't defined.
3629 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
3630 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
3632 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
3633 * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
3635 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
3636 Defined to 1 if __x86_64__ isn't defined.
3637 (_STAT_VER_LINUX_OLD): New.
3638 (st_atime): Remove duplicate.
3639 (st_mtime): Likewise.
3640 (st_ctime): Likewise.
3642 2012-05-31 David S. Miller <davem@davemloft.net>
3644 * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
3647 2012-06-01 Andreas Schwab <schwab@linux-m68k.org>
3649 * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
3653 * elf/dl-reloc.c: Include <_itoa.h>.
3654 (_dl_reloc_bad_type): Remove use of INTUSE.
3655 * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
3656 * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
3657 * stdio-common/psiginfo.c (psiginfo): Likewise.
3658 * stdio-common/psignal.c (psignal): Likewise.
3659 * string/strsignal.c (strsignal): Likewise.
3660 * include/signal.h (_sys_siglist): Declare hidden proto.
3661 * stdio-common/itoa-digits.c: Include <_itoa.h>. Replace
3662 INTVARDEF with libc_hidden_data_def.
3663 * stdio-common/itoa-udigits.c: Likewise.
3664 * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
3665 (_itoa_lower_digits_internal): Remove declaration.
3666 (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
3667 * sysdeps/gnu/siglist.c (_sys_siglist_internal)
3668 (_sys_sigabbrev_internal): Remove aliases.
3669 (_sys_siglist): Define hidden alias.
3671 2012-05-31 Markus Trippelsdorf <markus@trippelsdorf.de>
3673 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
3676 2012-05-31 H.J. Lu <hongjiu.lu@intel.com>
3679 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
3680 * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
3682 * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
3683 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
3684 * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
3685 * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
3686 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
3687 * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
3689 * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
3690 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
3691 * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
3693 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
3701 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
3702 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
3703 * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
3705 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
3706 * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
3707 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
3708 * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
3709 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
3710 * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
3712 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
3713 * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
3715 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
3716 * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
3718 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
3719 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
3720 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
3722 * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
3723 * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
3725 * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
3727 * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
3728 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
3729 * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
3731 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
3733 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
3735 2012-05-31 Joseph Myers <joseph@codesourcery.com>
3737 * math/math.h (M_El): Use two more decimal places.
3738 (M_LOG2El): Likewise.
3739 (M_LOG10El): Likewise.
3741 (M_LN10l): Likewise.
3743 (M_PI_2l): Likewise.
3744 (M_PI_4l): Likewise.
3745 (M_1_PIl): Likewise.
3746 (M_2_PIl): Likewise.
3747 (M_2_SQRTPIl): Likewise.
3748 (M_SQRT2l): Likewise.
3749 (M_SQRT1_2l): Likewise.
3751 2012-05-31 David S. Miller <davem@davemloft.net>
3753 * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
3754 values between float registers.
3755 * sysdeps/sparc/sparc64/memset.S: Likewise.
3756 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
3758 2012-05-31 Mike Frysinger <vapier@gentoo.org>
3760 * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
3761 -D_FORTIFY_SOURCE=1.
3762 (CPPFLAGS-tst-longjmp_chk.c): Define.
3763 (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
3764 (CPPFLAGS-tst-longjmp_chk2.c): Define.
3765 * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
3766 CFLAGS-tst-wchar-h.c.
3768 2012-05-31 Marek Polacek <polacek@redhat.com>
3771 * include/mntent.h (__setmntent_internal, __getmntent_r_internal
3772 __endmntent_internal): Remove declaration.
3773 (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
3774 (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
3775 * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
3777 2012-05-30 David S. Miller <davem@davemloft.net>
3779 * sysdeps/sparc/sparc32/soft-fp/q_util.c
3780 (___Q_simulate_exceptions): Use real FP ops rather than writing
3782 * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
3785 2012-05-30 H.J. Lu <hongjiu.lu@intel.com>
3788 * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
3789 * sysdeps/x86/bits/xtitypes.h: This.
3791 * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
3792 * sysdeps/x86/bits/wordsize.h: This.
3794 * sysdeps/i386/bits/huge_vall.h: Renamed to ...
3795 * sysdeps/x86/bits/huge_vall.h: This.
3797 * sysdeps/i386/bits/select.h: Removed.
3798 * sysdeps/x86_64/bits/select.h: Renamed to ...
3799 * sysdeps/x86/bits/select.h: This.
3801 * sysdeps/i386/bits/setjmp.h: Removed.
3802 * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
3803 * sysdeps/x86/bits/setjmp.h: This.
3805 * sysdeps/i386/bits/mathdef.h: Removed.
3806 * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
3807 * sysdeps/x86/bits/mathdef.h: This.
3809 2012-05-30 Andreas Schwab <schwab@linux-m68k.org>
3812 * include/sys/socket.h (__connect_internal)
3813 (__libc_sa_len_internal): Remove declaration.
3814 (__connect, __libc_sa_len): Declare hidden_proto.
3815 (SA_LEN): Remove use of INTUSE.
3816 * socket/connect.c: Add libc_hidden_def.
3817 * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
3818 * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
3819 * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
3821 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3822 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3823 * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
3824 of adding _internal alias.
3826 2012-05-30 H.J. Lu <hongjiu.lu@intel.com>
3829 * sysdeps/i386/bits/link.h: Removed.
3830 * sysdeps/i386/bits/linkmap.h: Likewise.
3831 * sysdeps/x86_64/bits/link.h: Renamed to ...
3832 * sysdeps/x86/bits/link.h: This.
3833 * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
3834 * sysdeps/x86/bits/linkmap.h: This.
3836 * sysdeps/i386/bits/endian.h: Removed.
3837 * sysdeps/x86_64/bits/endian.h: Renamed to ...
3838 * sysdeps/x86/bits/endian.h: This.
3840 * sysdeps/i386/bits/byteswap.h: Removed.
3841 * sysdeps/i386/bits/byteswap-16.h: Likewise.
3842 * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
3843 * sysdeps/x86/bits/byteswap.h: This.
3844 * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
3845 * sysdeps/x86/bits/byteswap-16.h: This.
3846 * sysdeps/i386/Implies: Add x86.
3847 * sysdeps/x86_64/Implies: Likewise.
3849 2012-05-30 David S. Miller <davem@davemloft.net>
3851 * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
3852 (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
3853 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
3854 (FP_TRAPPING_EXCEPTIONS): Define.
3855 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
3856 (FP_TRAPPING_EXCEPTIONS): Define.
3857 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
3858 subnormals only when inexact has been signalled or underflow
3859 exceptions are enabled.
3860 (_FP_PACK_CANONICAL): Likewise.
3862 2012-05-30 H.J. Lu <hongjiu.lu@intel.com>
3865 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
3866 Defined with __UWORD_TYPE if __x86_64__ isn't defined.
3868 2012-05-30 Richard Henderson <rth@twiddle.net>
3870 * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
3871 with #ifndef NOT_IN_libc.
3873 * scripts/abilist.awk: Accept 8 fields. Handle Alpha functions
3874 marked to avoid plt entry.
3876 2012-05-30 H.J. Lu <hongjiu.lu@intel.com>
3879 * Makeconfig (default-abi): New macro.
3880 (abi-includes): Likewise.
3881 ($(common-objpfx)soversions.mk): Remove WORDSIZE check. Use
3882 $(abi-$(default-abi)-lib-soname) for soname if defined.
3883 ($(common-objpfx)gnu/lib-names.stmp): Generate from
3885 * Makefile (installed-stubs): Likewise.
3886 * include/stubs-biarch.h: Removed.
3887 * scripts/lib-names.awk: Only handle one library at a time.
3888 * scripts/soversions.awk: Remove WORDSIZE support.
3889 * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
3891 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
3893 (syscall-list-default-condition): Likewise.
3894 (syscall-list-default-condition): Likewise.
3895 (syscall-list-includes): Likewise.
3896 ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
3897 syscall-list-* with abi-*. Handle undefined abi-variants.
3898 * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
3899 * sysdeps/unix/sysv/linux/i386/Implies: New file.
3900 * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
3901 * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
3902 * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
3903 * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
3905 (syscall-list-32-options): Likewise.
3906 (syscall-list-32-condition): Likewise.
3907 (syscall-list-64-options): Likewise.
3908 (syscall-list-64-condition): Likewise.
3909 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
3911 * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
3914 (abi-64-ld-soname): New macro.
3915 * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
3916 * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
3919 * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
3920 * sysdeps/x86_64/x32/shlib-versions: Likewise.
3922 2012-05-30 Joseph Myers <joseph@codesourcery.com>
3924 * sysdeps/unix/sysv/linux/kernel-features.h
3925 (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
3926 * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
3927 include <kernel-features.h>.
3928 [!__NR_ftruncate64]: Remove conditional code.
3929 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
3930 [__NR_ftruncate64]: Make code unconditional.
3931 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
3932 * sysdeps/unix/sysv/linux/truncate64.c: Do not
3933 include <kernel-features.h>.
3934 [!__NR_ftruncate64]: Remove conditional code.
3935 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
3936 [__NR_ftruncate64]: Make code unconditional.
3937 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
3938 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
3939 include <kernel-features.h>.
3940 [!__NR_ftruncate64]: Remove conditional code.
3941 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
3942 [__NR_ftruncate64]: Make code unconditional.
3943 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
3944 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
3945 include <kernel-features.h>.
3946 [!__NR_ftruncate64]: Remove conditional code.
3947 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
3948 [__NR_ftruncate64]: Make code unconditional.
3949 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
3951 * configure.in (libc_cv_fpie): Weaken to a compile test using
3953 * configure: Regenerated.
3955 2012-05-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
3957 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
3958 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
3959 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
3960 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
3962 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
3963 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
3964 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
3965 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
3966 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
3967 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
3970 2012-05-27 David S. Miller <davem@davemloft.net>
3972 * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
3974 (__Q_simulate_exceptions): Return void. Change to simulate
3975 exceptions by writing into the %fsr.
3976 * sysdeps/sparc/sparc64/soft-fp/qp_util.c
3977 (__Qp_handle_exceptions): Likewise.
3979 * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
3980 __Qp_handle_exceptions.
3981 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
3982 __Qp_handle_exceptions.
3983 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
3984 as unused and give dummy FP_RND_NEAREST initializer.
3985 (FP_INHIBIT_RESULTS): Define.
3986 (___Q_simulate_exceptions): Update declaration.
3987 (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
3989 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
3990 as unused and give dummy FP_RND_NEAREST initializer.
3991 (__Qp_handle_exceptions): Update declaration.
3992 (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
3995 2012-05-27 Thomas Schwinge <thomas@codesourcery.com>
3997 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
3998 the temporary FPU control word.
3999 * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
4000 * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
4001 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
4002 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
4003 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
4004 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
4005 * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
4006 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
4007 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
4008 * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
4009 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
4011 2012-05-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
4013 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
4016 2012-05-27 Chung-Lin Tang <cltang@codesourcery.com>
4018 * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
4019 * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
4020 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
4021 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
4023 * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
4024 * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
4027 2012-05-27 Ulrich Drepper <drepper@gmail.com>
4029 * po/h.po: Update from translation team.
4031 2012-05-26 Andreas Schwab <schwab@linux-m68k.org>
4033 * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
4035 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
4036 handling of denormals.
4037 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
4038 * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
4039 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
4040 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
4041 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
4042 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
4043 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
4046 2012-05-26 Marek Polacek <polacek@redhat.com>
4049 * math/libm-test.inc (fma_test): Don't always expect underflow
4052 2012-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
4055 * elf/tst-execstack.c: Include stackinfo.h.
4056 (do_test): Adjust test case to ensure that pthread_getattr_np
4057 behaviour remains the same after marking stack executable.
4059 2012-05-25 Joseph Myers <joseph@codesourcery.com>
4061 * sysdeps/unix/sysv/linux/kernel-features.h
4062 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
4063 * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
4065 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
4066 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
4067 * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
4069 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
4070 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
4072 2012-05-25 H.J. Lu <hongjiu.lu@intel.com>
4074 * configure.in: Define the default includes to being none.
4075 * configure: Regenerated.
4077 2012-05-25 Roland McGrath <roland@hack.frob.com>
4079 * sysdeps/x86_64/__longjmp.S: Add a static probe here.
4080 * sysdeps/x86_64/setjmp.S: Likewise.
4081 * sysdeps/i386/bsd-setjmp.S: Likewise.
4082 * sysdeps/i386/bsd-_setjmp.S: Likewise.
4083 * sysdeps/i386/setjmp.S: Likewise.
4084 * sysdeps/i386/__longjmp.S: Likewise.
4085 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
4086 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
4088 * include/stap-probe.h: New file.
4089 * configure.in: Handle --enable-systemtap.
4090 * configure: Regenerated.
4091 * config.h.in (USE_STAP_PROBE): New #undef.
4092 * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
4093 * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
4094 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
4096 2012-05-25 Joseph Myers <joseph@codesourcery.com>
4099 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
4100 to 2.4.0 where earlier.
4101 * sysdeps/unix/sysv/linux/configure: Regenerated.
4102 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
4103 <kernel-features.h>.
4104 [__ASSUME_32BITUIDS]: Make code unconditional.
4105 [!__ASSUME_32BITUIDS]: Remove conditional code.
4106 * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
4107 <kernel-features.h>.
4108 [__ASSUME_32BITUIDS]: Make code unconditional.
4109 [!__ASSUME_32BITUIDS]: Remove conditional code.
4110 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
4111 [__ASSUME_32BITUIDS]: Make code unconditional.
4112 (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
4113 * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
4114 <kernel-features.h>.
4115 [__ASSUME_32BITUIDS]: Make code unconditional.
4116 [!__ASSUME_32BITUIDS]: Remove conditional code.
4117 * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
4118 <kernel-features.h>.
4119 [__ASSUME_32BITUIDS]: Make code unconditional.
4120 [!__ASSUME_32BITUIDS]: Remove conditional code.
4121 * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
4122 <kernel-features.h>.
4123 [__ASSUME_32BITUIDS]: Make code unconditional.
4124 [!__ASSUME_32BITUIDS]: Remove conditional code.
4125 * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
4126 <kernel-features.h>.
4127 [__ASSUME_32BITUIDS]: Make code unconditional.
4128 [!__ASSUME_32BITUIDS]: Remove conditional code.
4129 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
4130 <kernel-features.h>.
4131 [__ASSUME_32BITUIDS]: Make code unconditional.
4132 [!__ASSUME_32BITUIDS]: Remove conditional code.
4133 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
4134 <kernel-features.h>.
4135 [__ASSUME_32BITUIDS]: Make code unconditional.
4136 [!__ASSUME_32BITUIDS]: Remove conditional code.
4137 * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
4138 <kernel-features.h>.
4139 [__ASSUME_32BITUIDS]: Make code unconditional.
4140 [!__ASSUME_32BITUIDS]: Remove conditional code.
4141 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
4142 <kernel-features.h>.
4143 [__ASSUME_32BITUIDS]: Make code unconditional.
4144 [!__ASSUME_32BITUIDS]: Remove conditional code.
4145 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
4146 <kernel-features.h>.
4147 [__ASSUME_32BITUIDS]: Make code unconditional.
4148 [!__ASSUME_32BITUIDS]: Remove conditional code.
4149 * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
4150 <kernel-features.h>.
4151 [__ASSUME_32BITUIDS]: Make code unconditional.
4152 [!__ASSUME_32BITUIDS]: Remove conditional code.
4153 * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
4154 <kernel-features.h>.
4155 [__NR_setresgid] (__setresgid): Do not declare.
4156 [__ASSUME_32BITUIDS]: Make code unconditional.
4157 [!__ASSUME_32BITUIDS]: Remove conditional code.
4158 * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
4159 <kernel-features.h>.
4160 [__NR_setresuid] (__setresuid): Do not declare.
4161 [__ASSUME_32BITUIDS]: Make code unconditional.
4162 [!__ASSUME_32BITUIDS]: Remove conditional code.
4163 * sysdeps/unix/sysv/linux/i386/setfsgid.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/setfsuid.c: Do not include
4168 <kernel-features.h>.
4169 [__ASSUME_32BITUIDS]: Make code unconditional.
4170 [!__ASSUME_32BITUIDS]: Remove conditional code.
4171 * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
4172 <kernel-features.h>.
4173 [__ASSUME_32BITUIDS]: Make code unconditional.
4174 [!__ASSUME_32BITUIDS]: Remove conditional code.
4175 * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
4176 <kernel-features.h>.
4177 [__ASSUME_32BITUIDS]: Make code unconditional.
4178 [!__ASSUME_32BITUIDS]: Remove conditional code.
4179 * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
4180 <kernel-features.h>.
4181 [__ASSUME_32BITUIDS]: Make code unconditional.
4182 [!__ASSUME_32BITUIDS]: Remove conditional code.
4183 * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
4184 <kernel-features.h>.
4185 [__ASSUME_32BITUIDS]: Make code unconditional.
4186 [!__ASSUME_32BITUIDS]: Remove conditional code.
4187 * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
4188 <kernel-features.h>.
4189 [__ASSUME_32BITUIDS]: Make code unconditional.
4190 [!__ASSUME_32BITUIDS]: Remove conditional code.
4191 * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
4192 <kernel-features.h>.
4193 [__ASSUME_32BITUIDS]: Make code unconditional.
4194 [!__ASSUME_32BITUIDS]: Remove conditional code.
4195 * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
4196 <kernel-features.h>.
4197 [__ASSUME_32BITUIDS]: Make code unconditional.
4198 [!__ASSUME_32BITUIDS]: Remove conditional code.
4199 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
4200 <kernel-features.h>.
4201 [__ASSUME_32BITUIDS]: Make code unconditional.
4202 [!__ASSUME_32BITUIDS]: Remove conditional code.
4203 * sysdeps/unix/sysv/linux/kernel-features.h
4204 (__ASSUME_SETRESUID_SYSCALL): Remove.
4205 (__ASSUME_SETRESGID_SYSCALL): Likewise.
4206 (__ASSUME_32BITUIDS): Likewise.
4207 (__ASSUME_LDT_WORKS): Likewise.
4208 (__ASSUME_O_DIRECTORY): Likewise.
4209 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
4210 architecture but not kernel version.
4211 (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
4212 (__ASSUME_MMAP2_SYSCALL): Likewise.
4213 (__ASSUME_STAT64_SYSCALL): Likewise.
4214 (__ASSUME_IPC64): Likewise.
4215 * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
4216 <kernel-features.h>.
4217 [__ASSUME_32BITUIDS]: Make code unconditional.
4218 [!__ASSUME_32BITUIDS]: Remove conditional code.
4219 * sysdeps/unix/sysv/linux/opendir.c: Do not include
4220 <kernel-features.h>.
4221 [__ASSUME_O_DIRECTORY]: Make code unconditional.
4222 * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
4223 132096]: Remove conditional code.
4224 [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
4225 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
4226 <kernel-features.h>.
4227 [__ASSUME_32BITUIDS]: Make code unconditional.
4228 [!__ASSUME_32BITUIDS]: Remove conditional code.
4229 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
4230 <kernel-features.h>.
4231 [__ASSUME_32BITUIDS]: Make code unconditional.
4232 [!__ASSUME_32BITUIDS]: Remove conditional code.
4233 * sysdeps/unix/sysv/linux/setegid.c: Do not include
4234 <kernel-features.h>.
4235 [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
4237 (__setresgid): Do not declare.
4238 [__ASSUME_32BITUIDS]: Make code unconditional.
4239 [!__ASSUME_32BITUIDS]: Remove conditional code.
4240 * sysdeps/unix/sysv/linux/seteuid.c: Do not include
4241 <kernel-features.h>.
4242 [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
4244 (__setresuid): Do not declare.
4245 [__ASSUME_32BITUIDS]: Make code unconditional.
4246 [!__ASSUME_32BITUIDS]: Remove conditional code.
4247 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
4248 <kernel-features.h>.
4249 [__ASSUME_32BITUIDS]: Make code unconditional.
4250 [!__ASSUME_32BITUIDS]: Remove conditional code.
4251 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
4252 <kernel-features.h>.
4253 [__ASSUME_32BITUIDS]: Make code unconditional.
4254 [!__ASSUME_32BITUIDS]: Remove conditional code.
4256 2012-05-25 Richard Henderson <rth@twiddle.net>
4258 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
4259 dl_hwcap to ifunc resolver.
4260 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
4262 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
4263 dl_hwcap to ifunc resolver.
4264 * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
4266 2012-05-24 Joseph Myers <joseph@codesourcery.com>
4269 * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
4270 for |x| <= 2**-26, not 2**-57.
4271 * math/libm-test.inc (acos_test): Do not allow spurious underflow
4274 2012-05-24 Jeff Law <law@redhat.com>
4276 * stdio-common/Makefile (tests): Add bug25.
4277 * stdio-common/bug25.c: New test.
4279 2012-05-24 H.J. Lu <hongjiu.lu@intel.com>
4282 * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
4283 multiple of MALLOC_ALIGNMENT in size.
4284 (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
4286 2012-05-24 Joseph Myers <joseph@codesourcery.com>
4288 * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
4290 (FILENAME_MAX): Use macro-int-constant.
4291 (FOPEN_MAX): Use macro-int-constant. Require >= 8.
4292 (_IOFBF): Use macro-int-constant.
4295 (SEEK_CUR): Likewise.
4296 (SEEK_END): Likewise.
4297 (SEEK_SET): Likewise.
4298 (TMP_MAX): Likewise.
4299 (EOF): Use macro-int-constant. Require < 0.
4300 (NULL): Use macro-constant. Require == 0.
4301 (stdin): Require type to be FILE *.
4304 * conform/data/stdlib.h-data (EXIT_FAILURE): Use
4306 (EXIT_SUCCESS): Likewise.
4307 (NULL): Use macro-constant. Require == 0.
4308 (RAND_MAX): Use macro-int-constant.
4309 [ISO99 || ISO11] (lldiv_t): Require also for these standards.
4310 [C99-based standards] (strtof): Require function.
4311 [C99-based standards] (strtold): Likewise.
4312 [C99-based standards] (strtoll): Likewise.
4313 [C99-based standards] (strtoull): Likewise.
4314 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
4315 [ISO || ISO99 || ISO11] (limits.h): Likewise.
4316 [ISO || ISO99 || ISO11] (math.h): Likewise.
4317 [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
4318 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
4319 [ISO || ISO99 || ISO11] (*_t): Do not allow.
4321 2012-05-24 Andreas Schwab <schwab@linux-m68k.org>
4324 * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
4325 * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
4326 * intl/dgettext.c (DCGETTEXT): Likewise.
4327 * intl/gettext.c (DCGETTEXT): Likewise.
4328 * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
4329 * posix/regex_internal.h (gettext): Likewise.
4330 * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
4332 * include/argz.h (__argz_count_internal)
4333 (__argz_stringify_internal): Remove declaration.
4334 (__argz_count, __argz_stringify): Declare hidden proto.
4335 * intl/dcgettext.c: Remove use of INTDEF.
4336 * string/argz-count.c: Replace INTDEF with libc_hidden_def.
4337 * string/argz-stringify.c: Likewise.
4338 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
4339 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
4340 Declare hidden proto.
4341 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
4342 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
4343 Declare hidden proto.
4344 * include/stdio.h (__asprintf_internal): Don't declare.
4345 (__asprintf): Don't define as macro. Declare hidden proto.
4346 * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
4347 (__fsetlocking): Declare hidden proto.
4348 * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
4349 (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
4351 (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
4352 (_IO_setlinebuf): Remove use of INTUSE.
4353 (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
4354 (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
4355 (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
4357 * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
4358 (_IO_do_flush): Remove use of INTUSE.
4359 (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
4360 (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
4361 (_IO_adjust_column, _IO_least_wmarker)
4362 (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
4363 (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
4364 (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
4365 (_IO_default_doallocate, _IO_wdefault_doallocate)
4366 (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
4367 (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
4368 (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
4369 (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
4370 (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
4371 (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
4372 (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
4373 (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
4374 (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
4375 (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
4376 (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
4377 (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
4378 (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
4380 (_IO_flush_all_internal, _IO_adjust_column_internal)
4381 (_IO_default_uflow_internal, _IO_default_finish_internal)
4382 (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
4383 (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
4384 (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
4385 (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
4386 (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
4387 (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
4388 (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
4389 (_IO_file_xsgetn_internal, _IO_file_stat_internal)
4390 (_IO_file_close_internal, _IO_file_close_it_internal)
4391 (_IO_file_underflow_internal, _IO_file_overflow_internal)
4392 (_IO_file_init_internal, _IO_file_attach_internal)
4393 (_IO_file_fopen_internal, _IO_file_read_internal)
4394 (_IO_file_sync_internal, _IO_file_seek_internal)
4395 (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
4396 (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
4397 (_IO_str_underflow_internal, _IO_str_overflow_internal)
4398 (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
4399 (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
4400 (_IO_list_all_internal, _IO_link_in_internal)
4401 (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
4402 (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
4403 (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
4404 (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
4405 (_IO_do_write_internal, _IO_padn_internal)
4406 (_IO_getline_info_internal, _IO_getline_internal)
4407 (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
4408 (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
4409 (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
4410 (_IO_vfscanf_internal, _IO_vfprintf_internal)
4411 (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
4412 (_IO_init_internal, _IO_un_link_internal): Don't declare.
4413 * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
4414 with libc_hidden_ver, remove use of INTUSE.
4415 * libio/genops.c: Likewise.
4416 * libio/freopen.c: Likewise.
4417 * libio/freopen64.c: Likewise.
4418 * libio/iofclose.c: Likewise.
4419 * libio/iofdopen.c: Likewise.
4420 * libio/iofflush.c: Likewise.
4421 * libio/iofflush_u.c: Likewise.
4422 * libio/iofgets.c: Likewise.
4423 * libio/iofgets_u.c: Likewise.
4424 * libio/iofopen.c: Likewise.
4425 * libio/iofopncook.c: Likewise.
4426 * libio/iofread.c: Likewise.
4427 * libio/iofread_u.c: Likewise.
4428 * libio/ioftell.c: Likewise.
4429 * libio/iofwrite.c: Likewise.
4430 * libio/iogetline.c: Likewise.
4431 * libio/iogets.c: Likewise.
4432 * libio/iogetwline.c: Likewise.
4433 * libio/iopadn.c: Likewise.
4434 * libio/iopopen.c: Likewise.
4435 * libio/ioseekoff.c: Likewise.
4436 * libio/ioseekpos.c: Likewise.
4437 * libio/iosetbuffer.c: Likewise.
4438 * libio/iosetvbuf.c: Likewise.
4439 * libio/ioungetc.c: Likewise.
4440 * libio/ioungetwc.c: Likewise.
4441 * libio/iovdprintf.c: Likewise.
4442 * libio/iovsprintf.c: Likewise.
4443 * libio/iovsscanf.c: Likewise.
4444 * libio/memstream.c: Likewise.
4445 * libio/obprintf.c: Likewise.
4446 * libio/oldfileops.c: Likewise.
4447 * libio/oldiofclose.c: Likewise.
4448 * libio/oldiofdopen.c: Likewise.
4449 * libio/oldiofopen.c: Likewise.
4450 * libio/oldiopopen.c: Likewise.
4451 * libio/oldstdfiles.c: Likewise.
4452 * libio/putc.c: Likewise.
4453 * libio/setbuf.c: Likewise.
4454 * libio/setlinebuf.c: Likewise.
4455 * libio/stdfiles.c: Likewise.
4456 * libio/strops.c: Likewise.
4457 * libio/vasprintf.c: Likewise.
4458 * libio/vscanf.c: Likewise.
4459 * libio/vsnprintf.c: Likewise.
4460 * libio/vswprintf.c: Likewise.
4461 * libio/wfiledoalloc.c: Likewise.
4462 * libio/wfileops.c: Likewise.
4463 * libio/wgenops.c: Likewise.
4464 * libio/wmemstream.c: Likewise.
4465 * libio/wstrops.c: Likewise.
4466 * libio/__fpurge.c: Likewise.
4467 * libio/__fsetlocking.c: Likewise.
4468 * assert/assert.c: Likewise.
4469 * debug/fgets_chk.c: Likewise.
4470 * debug/fgets_u_chk.c: Likewise.
4471 * debug/fread_chk.c: Likewise.
4472 * debug/fread_u_chk.c: Likewise.
4473 * debug/gets_chk.c: Likewise.
4474 * debug/obprintf_chk.c: Likewise.
4475 * debug/vasprintf_chk.c: Likewise.
4476 * debug/vdprintf_chk.c: Likewise.
4477 * debug/vsnprintf_chk.c: Likewise.
4478 * debug/vsprintf_chk.c: Likewise.
4479 * malloc/mtrace.c: Likewise.
4480 * misc/error.c: Likewise.
4481 * misc/syslog.c: Likewise.
4482 * stdio-common/asprintf.c: Likewise.
4483 * stdio-common/fxprintf.c: Likewise.
4484 * stdio-common/getw.c: Likewise.
4485 * stdio-common/isoc99_fscanf.c: Likewise.
4486 * stdio-common/isoc99_scanf.c: Likewise.
4487 * stdio-common/isoc99_vfscanf.c: Likewise.
4488 * stdio-common/isoc99_vscanf.c: Likewise.
4489 * stdio-common/isoc99_vsscanf.c: Likewise.
4490 * stdio-common/printf-prs.c: Likewise.
4491 * stdio-common/printf_fp.c: Likewise.
4492 * stdio-common/printf_fphex.c: Likewise.
4493 * stdio-common/printf_size.c: Likewise.
4494 * stdio-common/putw.c: Likewise.
4495 * stdio-common/scanf.c: Likewise.
4496 * stdio-common/sprintf.c: Likewise.
4497 * stdio-common/tmpfile.c: Likewise.
4498 * stdio-common/vfprintf.c: Likewise.
4499 * stdio-common/vfscanf.c: Likewise.
4500 * stdlib/strfmon_l.c: Likewise.
4501 * sunrpc/openchild.c: Likewise.
4502 * sunrpc/xdr_stdio.c: Likewise.
4503 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
4504 * sysdeps/mach/hurd/tmpfile.c: Likewise.
4506 2012-05-24 Roland McGrath <roland@hack.frob.com>
4508 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
4510 * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
4511 in the third column, to generate for the shared library an IFUNC
4512 that uses _dl_vdso_vsym.
4513 * Makerules (COMPILE.c, compile-stdin.c): New variables.
4514 * Makeconfig (object-suffixes-noshared): New variable.
4516 * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
4517 (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
4518 (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
4519 (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
4522 * include/sys/time.h (__gettimeofday): Remove macro.
4523 (__gettimeofday, gettimeofday): Add libc_hidden_proto.
4524 * time/gettimeofday.c (__gettimeofday): Remove #undef.
4526 (__gettimeofday): Add libc_hidden_def.
4527 (gettimeofday): Add libc_hidden_weak.
4528 * sysdeps/mach/gettimeofday.c: Likewise.
4529 * sysdeps/posix/gettimeofday.c: Likewise.
4530 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
4531 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
4532 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
4533 (__gettimeofday_internal): Remove strong_alias.
4534 (__gettimeofday): Add libc_hidden_def.
4535 (gettimeofday): Add libc_hidden_weak.
4536 * sysdeps/unix/syscalls.list (gettimeofday):
4537 Remove __gettimeofday_internal alias.
4539 2012-05-24 Daniel Jacobowitz <drow@false.org>
4540 H.J. Lu <hongjiu.lu@intel.com>
4543 * malloc/malloc.c (SMALLBIN_CORRECTION): New.
4544 (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
4545 (largebin_index_32_big): New.
4546 (largebin_index): Use it for 16-byte alignment.
4547 (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ. Don't update
4548 correction with front_misalign.
4550 2012-05-24 H.J. Lu <hongjiu.lu@intel.com>
4552 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
4553 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
4555 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
4557 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
4559 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
4561 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
4563 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
4565 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
4567 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
4569 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
4571 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
4573 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
4575 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
4578 * scripts/data/c++-types-x32-linux-gnu.data: New file.
4579 * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
4581 2012-05-24 Joseph Myers <joseph@codesourcery.com>
4585 * math/libm-test.inc (exp_test): Add test from bug 14036.
4586 (pow_test): Add test from bug 10846.
4588 * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
4590 (special_function): Do not include flags in test name.
4591 (parse_args): Likewise.
4592 * sysdeps/i386/fpu/libm-test-ulps: Update.
4593 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
4594 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
4595 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
4596 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4598 * math/gen-libm-test.pl (%beautify): Add entries for underflow
4600 * math/libm-test.inc ("Philosophy"): Update comment about
4602 (UNDERFLOW_EXCEPTION): New macro.
4603 (UNDERFLOW_EXCEPTION_OK): Likewise.
4604 (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
4605 (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
4606 (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
4607 (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
4608 (INVALID_EXCEPTION_OK): Update value.
4609 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
4610 (OVERFLOW_EXCEPTION_OK): Likewise.
4611 (IGNORE_ZERO_INF_SIGN): Likewise.
4612 (test_exceptions): Handle underflow exceptions.
4613 (acos_test): Update for underflow exception expectations.
4614 (cexp_test): Likewise.
4615 (clog_test): Likewise.
4616 (clog10_test): Likewise.
4617 (csqrt_test): Likewise.
4618 (ctan_test): Likewise.
4619 (ctanh_test): Likewise.
4620 (exp_test): Likewise.
4621 (exp10_test): Likewise.
4622 (exp2_test): Likewise.
4623 (expm1_test): Likewise.
4624 (fma_test): Likewise.
4625 (j0_test): Likewise.
4626 (jn_test): Likewise.
4627 (nexttoward_test): Likewise.
4628 (pow_test): Likewise.
4629 (scalbn_test): Likewise.
4630 (scalbln_test): Likewise.
4631 (tan_test): Likewise.
4632 (y1_test): Likewise.
4633 * sysdeps/i386/fpu/libm-test-ulps: Update.
4634 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4636 2012-05-23 David S. Miller <davem@davemloft.net>
4638 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
4639 (__libc_sigaction): Remove unused local variables.
4641 2012-05-23 H.J. Lu <hongjiu.lu@intel.com>
4643 * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
4645 2012-05-23 Paul Eggert <eggert@cs.ucla.edu>
4647 mktime: avoid signed integer overflow
4648 * time/mktime.c (__mktime_internal): Do not mishandle the case
4649 where diff == INT_MIN.
4651 mktime: simplify computation of average
4652 * time/mktime.c (ranged_convert): Use new time_t_avg function
4653 instead of rolling our own (probably-slower) code.
4655 mktime: do not assume signed right shift propagates sign bit
4656 * time/mktime.c (isdst_differ): New static function.
4657 (__mktime_internal): No need to normalize tm_isdst now.
4658 (__mktime_internal, not_equal_tm): Use isdst_differ to compare
4661 mktime: merge another wrapv change from gnulib
4662 * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
4663 from some compilers.
4665 mktime: remove incorrect attempt at unusual arithmetics
4666 * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
4667 The code didn't really work on such machines anyway.
4668 (TYPE_MINIMUM): Assume two's complement.
4669 (twos_complement_arithmetic): Verify that long_int and time_t
4670 are two's complement (or unsigned, in the latter case).
4672 mktime: check signed shifts on long_int and time_t, too
4673 * time/mktime.c (SHR): Check that shifts work as desired
4674 on the types long_int and time_t too, as SHR is used on
4677 mktime: do not assume 'long' is wide enough
4678 * time/mktime.c (verify): Move decl up.
4679 (long_int): New type.
4680 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
4681 to remove assumption in the code that 'long' is wide enough to
4682 store year values. This assumption is not true on x32 and on
4683 some non-glibc platforms.
4685 mktime: merge wrapv change from gnulib
4686 * time/mktime.c (WRAPV): New macro.
4687 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
4688 (guess_time_tm, __mktime_internal): Do not assume that signed
4689 integer overflow wraps around; modern compilers generate code
4690 where this assumption is no longer valid.
4692 2012-05-23 H.J. Lu <hongjiu.lu@intel.com>
4694 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
4695 Replace "jmp L(pseudo_end)" with "ret".
4696 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
4699 2012-05-23 Andreas Jaeger <aj@suse.de>
4701 * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
4702 * sysdeps/unix/sysv/linux/poll.c: Remove file.
4704 2012-05-23 Andreas Jaeger <aj@suse.de>
4705 Maximilian Attems <max@stro.at>
4707 * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
4710 2012-05-23 H.J. Lu <hongjiu.lu@intel.com>
4712 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
4713 code so that pseudo_end is just ret and the stack pointer is
4714 correct also for static library in error case.
4716 2012-05-23 Joseph Myers <joseph@codesourcery.com>
4718 * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
4719 move to syscalls.list.
4720 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
4721 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
4722 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
4723 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
4725 * manual/install.texi (Running make install): Do not mention Linux
4726 kernel version for which pt_chown is not needed.
4727 (Linux): Do not mention problems with nscd with 2.0 kernels.
4728 * INSTALL: Regenerated.
4730 2012-05-23 Andreas Jaeger <aj@suse.de>
4732 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
4733 (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
4735 * sysdeps/unix/sysv/linux/s390/bits/mman.h
4736 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
4737 * sysdeps/unix/sysv/linux/sh/bits/mman.h
4738 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
4739 * sysdeps/unix/sysv/linux/i386/bits/mman.h
4740 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
4741 * sysdeps/unix/sysv/linux/sparc/bits/mman.h
4742 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
4743 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
4744 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
4745 * sysdeps/unix/sysv/linux/bits/in.h
4746 (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
4748 2012-05-22 Roland McGrath <roland@hack.frob.com>
4750 * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
4751 (PREPARE_VERSION): Just use assert instead, it will be elided
4752 under [NDEBUG] anyway.
4754 2012-05-22 H.J. Lu <hongjiu.lu@intel.com>
4756 * sysdeps/unix/sysv/linux/Makefile: Include
4757 $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
4758 (sysdep_routines): Remove sysctl.
4759 * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
4760 * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
4761 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
4762 * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
4763 * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
4765 2012-05-22 Andreas Jaeger <aj@suse.de>
4767 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
4768 that pseudo_end is just ret and the stack pointer is correct also
4769 for static library in error case.
4771 2012-05-22 Paul Pluzhnikov <ppluzhnikov@google.com>
4774 * nss/nsswitch.c (defconfig_entries): New variable.
4775 (__nss_database_lookup): Don't leak defconfig entries.
4776 (nss_parse_service_list): Don't leak on error paths.
4777 (free_database_entries): New function.
4778 (free_defconfig): New function.
4779 (free_mem): Move common code to free_database_entries.
4781 2012-05-22 H.J. Lu <hongjiu.lu@intel.com>
4783 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
4785 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
4787 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
4788 (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
4789 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
4791 (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
4792 (INTERNAL_SYSCALL_TYPES): Likewise.
4793 (LOAD_ARGS_TYPES_[1-6]): Likewise.
4794 (LOAD_REGS_TYPES_[1-6]): Likewise.
4795 (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
4796 (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
4798 2012-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4800 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
4801 copysignl for GLIBC_2_0.
4802 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
4803 finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
4804 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
4805 logbl for GLIBC_2_0.
4806 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
4807 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
4809 2012-05-22 H.J. Lu <hongjiu.lu@intel.com>
4811 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
4812 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
4814 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
4817 * time/mktime.c: Update copyright years.
4819 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
4821 mktime: merge comment-quoting-style change from gnulib
4822 * time/mktime.c: Quote 'like this' in comments.
4823 The GNU coding standards suggest that we no longer quote `like this',
4824 as "`" and "'" are typically rendered asymmetrically nowadays.
4825 The typical gnulib style is to quote 'like this' when quoting
4826 code, and "like this" when quoting English.
4828 * time/mktime.c (compile-command): Add "-I.".
4830 mktime: merge mktime-internal.h change from gnulib
4831 * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
4833 mktime: merge time_r change from gnulib
4834 * time/mktime.c [!_LIBC]: Do not include "time_r.h".
4836 mktime: merge DEBUG change from gnulib
4837 * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
4838 case system <time.h> has a #define.
4840 mktime: merge <sys/types.h> change from gnulib
4841 * time/mktime.c: Do not include <sys/types.h>; no longer needed,
4842 since <time.t> is now guaranteed to define time_t.
4844 mktime: merge HAVE_CONFIG_H change from gnulib
4845 * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
4847 2012-05-22 H.J. Lu <hongjiu.lu@intel.com>
4849 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
4852 * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
4854 (struct rusage): Use anonymous union to pad each field to
4857 2012-05-21 David S. Miller <davem@davemloft.net>
4859 * Makefules (o-iterator): Remove .s cases.
4860 (compile-command.s): Delete.
4861 (COMPILE.s): Delete.
4862 * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
4864 2012-05-21 Joseph Myers <joseph@codesourcery.com>
4866 * configure.in (libc_cv_predef_stack_protector): Only consider
4867 "foobar" and "__stack_chk_fail" lines in libc_undefs.
4868 * configure: Regenerated.
4870 2012-05-21 H.J. Lu <hongjiu.lu@intel.com>
4872 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
4873 New macro. Use R*LP on int and pointer.
4874 (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
4875 * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
4876 * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
4877 * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
4879 * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
4880 [__WORDSIZE_TIME64_COMPAT32] instead of
4881 [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
4882 (struct utmp): Likewise.
4883 * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
4884 * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
4886 (__WORDSIZE_TIME64_COMPAT32): This.
4887 * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
4888 * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
4889 * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
4890 * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
4891 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
4892 (__WORDSIZE_TIME64_COMPAT32): New macro.
4894 2012-05-21 Andreas Jaeger <aj@suse.de>
4896 * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
4897 only if [SHARED]. Add prototype for __wcschr_ia32.
4899 2012-05-21 Roland McGrath <roland@hack.frob.com>
4901 * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
4902 of %rbp unmolested in the jmp_buf while mangling the low bits.
4903 * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
4904 unmolested high bits of %rbp while demangling the low bits.
4905 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
4907 2012-05-21 Andreas Jaeger <aj@suse.de>
4909 * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
4910 * sunrpc/svc_simple.c: Use it for registerrpc.
4911 * sunrpc/xcrypt.c: Use it for passwd2des.
4913 * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
4915 2012-05-21 H.J. Lu <hongjiu.lu@intel.com>
4917 * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
4918 Don't define if [__SYSCALL_WORDSIZE != 32].
4919 * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
4922 2012-05-21 Bruno Haible <bruno@clisp.org>
4923 Andreas Jaeger <aj@suse.de>
4925 [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
4926 * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
4927 inptr and inend for must_buffer_ch.
4928 * wcsmbs/tst-mbsnrtowcs.c: Remove file.
4929 * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
4930 * stdio-common/Makefile (tests): Remove bug15.
4931 (bug15-ENV): Remove macro.
4932 * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
4935 2012-05-19 Andreas Jaeger <aj@suse.de>
4936 Roland McGrath <roland@hack.frob.com>
4938 * manual/contrib.texi: Completely rewritten. It contains now an
4939 alphabetical list of contributors and their contributions.
4941 2012-05-21 Richard Henderson <rth@twiddle.net>
4943 * misc/getauxval.c (__getauxval): Use unsigned long int.
4944 * misc/sys/auxv.h: Include <sys/cdefs.h>.
4945 (getauxval): Use unsigned long int.
4947 2012-05-21 H.J. Lu <hongjiu.lu@intel.com>
4949 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
4951 2012-05-21 Roland McGrath <roland@hack.frob.com>
4953 * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
4954 (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
4955 __alignof__ (long double).
4957 2012-05-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4959 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4961 2012-05-20 Richard Henderson <rth@twiddle.net>
4963 * misc/getauxval.c: New file.
4964 * misc/sys/auxv.h: New file.
4965 * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
4966 (routines): Add getauxval.
4967 * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
4968 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
4969 * elf/dl-sysdep.c (_dl_auxv): Remove.
4970 (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
4971 * elf/dl-support.c (_dl_auxv): New variable.
4972 (_dl_aux_init): Initialize it.
4973 * manual/startup.texi (Auxiliary Vector): New node.
4974 * sysdeps/generic/bits/hwcap.h: New file.
4975 * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
4976 * sysdeps/powerpc/sysdep.h: ... here. Include it.
4977 * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
4978 * sysdeps/sparc/sysdep.h: ... here. Include it.
4979 * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
4980 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
4981 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
4983 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
4984 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
4985 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
4986 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
4987 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
4988 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
4989 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
4990 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
4992 2012-05-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4994 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4996 2012-05-19 David S. Miller <davem@davemloft.net>
4998 * sysdeps/sparc/fpu/libm-test-ulps: Update.
5000 2012-05-19 Joseph Myers <joseph@codesourcery.com>
5003 * math/s_ccosh.c: Include <float.h>
5004 (__ccosh): Avoid internal overflow calculating sinh and cosh
5005 values before multiplying by sin and cos values.
5006 * math/s_ccoshf.c: Likewise.
5007 * math/s_ccoshl.c: Likewise.
5008 * math/s_csin.c: Likewise.
5009 * math/s_csinf.c: Likewise.
5010 * math/s_csinl.c: Likewise.
5011 * math/s_csinh.c: Likewise.
5012 * math/s_csinhf.c: Likewise.
5013 * math/s_csinhl.c: Likewise.
5014 * math/libm-test.inc (ccos_test): Add more tests.
5015 (ccosh_test): Likewise.
5016 (csin_test): Likewise.
5017 (csinh_test): Likewise.
5018 * sysdeps/i386/fpu/libm-test-ulps: Update.
5019 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5021 2012-05-19 H.J. Lu <hongjiu.lu@intel.com>
5023 * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
5024 * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
5026 * sysdeps/x86_64/x32/_itoa.h: Add comment.
5028 2012-05-19 Joseph Myers <joseph@codesourcery.com>
5030 * sysdeps/powerpc/soft-fp/Makefile: Remove file.
5031 * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
5032 * sysdeps/powerpc/soft-fp/Versions: Likewise.
5033 * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
5034 * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
5035 * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
5036 * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
5037 * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
5038 * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
5039 * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
5040 * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
5041 * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
5042 * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
5043 * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
5044 * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
5045 * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
5046 * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
5047 * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
5048 * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
5049 * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
5050 * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
5051 * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
5052 * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
5053 * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
5054 * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
5055 * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
5056 * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
5057 * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
5058 * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
5059 * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
5060 * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
5062 2012-05-18 Andreas Jaeger <aj@suse.de>
5064 * csu/.gitignore: Delete.
5066 2012-05-18 H.J. Lu <hongjiu.lu@intel.com>
5068 * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
5069 (timex): Use __syscall_slong_t.
5071 2012-05-18 Andreas Jaeger <aj@suse.de>
5072 Carlos O'Donell <carlos_odonell@mentor.com>
5074 * manual/install.texi (Configuring and compiling): Update
5075 description about files modified in the source directory.
5076 * INSTALL: Regenerated.
5078 2012-05-18 H.J. Lu <hongjiu.lu@intel.com>
5080 * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
5081 value. Use "or" to set return value to -1.
5082 * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
5083 negate return value.
5085 2012-05-18 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
5087 * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c,
5088 CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
5089 failure if the compiler has Graphite support disabled.
5090 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
5092 * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c,
5093 CFLAGS-memmove.c): Likewise.
5094 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
5097 2012-05-18 H.J. Lu <hongjiu.lu@intel.com>
5099 * sysdeps/x86_64/x32/_itoa.h: New file.
5101 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
5102 getdents system call only if kernel and user dirents have the
5103 same d_ino and d_off.
5105 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
5106 LLONG_MAX != LONG_MAX.
5107 (_itoa_word): Use _ITOA_WORD_TYPE on value.
5108 (_fitoa_word): Likewise.
5110 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
5112 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
5113 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
5114 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
5116 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
5117 include <bits/wordsize.h>. Check __x86_64__ instead of
5119 (sigcontext): Use "__uint64_t" instead of "unsigned long int"
5120 if __x86_64__ is defined. Use anonymous union on fpstate.
5122 * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
5125 2012-05-18 Andreas Schwab <schwab@linux-m68k.org>
5127 * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
5128 INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
5129 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
5130 Refer to _rtld_local_ro instead of _rtld_global_ro.
5131 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
5133 * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
5135 * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
5137 * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
5138 * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
5139 of _rtld_global, and rtld_progname instead of _dl_argv[0].
5141 * sysdeps/powerpc/powerpc32/dl-machine.c
5142 (__elf_machine_runtime_setup) [PROF]: Don't reference
5145 2012-05-18 Andreas Jaeger <aj@suse.de>
5147 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
5148 function only available for GCCs before 3.4 since GCC 3.4
5149 introduced a builtin.
5151 (llrintf): Likewise.
5159 (nearbyint): Likewise.
5160 (nearbyintf): Likewise.
5166 2012-05-17 H.J. Lu <hongjiu.lu@intel.com>
5168 * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
5169 on both fields and cast pointer to __syscall_ulong_t.
5171 * bits/types.h (__fsword_t): New type.
5172 * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
5173 sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
5174 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
5175 (__FSWORD_T_TYPE): Likewise.
5176 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
5177 (__FSWORD_T_TYPE): Likewise.
5178 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
5179 (__FSWORD_T_TYPE): Likewise.
5180 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
5181 (__FSWORD_T_TYPE): Likewise.
5182 * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
5183 __SWORD_TYPE with __fsword_t.
5184 (statfs64): Likewise.
5186 2012-05-17 David S. Miller <davem@davemloft.net>
5188 * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
5190 2012-05-17 Andreas Jaeger <aj@suse.de>
5192 * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
5195 2012-05-17 H.J. Lu <hongjiu.lu@intel.com>
5197 * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
5199 2012-05-17 Andreas Jaeger <aj@suse.de>
5201 * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
5204 2012-05-17 Chris Metcalf <cmetcalf@tilera.com>
5206 * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
5208 2012-05-17 H.J. Lu <hongjiu.lu@intel.com>
5210 * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
5211 * sysdeps/x86_64/tst-mallocalign1.c: New file.
5213 2012-05-17 Andreas Jaeger <aj@suse.de>
5214 Carlos O'Donell <carlos_odonell@mentor.com>
5217 * sysdeps/x86_64/multiarch/init-arch.h
5218 (bit_YMM_Usable): Rename to...
5219 (bit_AVX_Usable): ... this.
5220 (bit_FMA4_Usable): New macro.
5221 (bit_XMM_state): New macro.
5222 (bit_YMM_state): New macro.
5223 [__ASSEMBLER__] (index_YMM_Usable): Rename to...
5224 [__ASSEMBLER__] (index_AVX_Usable): ... this.
5225 [__ASSEMBLER__] (index_FMA4_Usable): New macro.
5226 (CPUID_OSXSAVE): New macro.
5227 (CPUID_AVX): New macro.
5228 (CPUID_FMA4): New macro.
5229 (index_YMM_Usable): Rename to...
5230 (index_AVX_Usable): ... this.
5231 (HAS_AVX): Use HAS_ARCH_FEATURE.
5232 (HAS_FMA4): Likewise.
5233 (HAS_YMM_USABLE): Remove.
5234 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
5235 Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
5237 * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
5238 * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
5239 * sysdeps/x86_64/multiarch/Makefile: Likewise.
5240 * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
5241 * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
5243 2012-05-17 Chris Metcalf <cmetcalf@tilera.com>
5245 * math/libm-test.c: Support platforms without multiple rounding modes.
5246 * math/bug-nextafter.c: Support platforms without FP exceptions.
5247 * math/bug-nexttoward.c: Likewise.
5248 * math/test-fenv.c: Likewise.
5249 * math/test-misc.c: Likewise.
5250 * stdlib/bug-getcontext.c: Likewise.
5252 2012-05-17 Andreas Jaeger <aj@suse.de>
5254 * manual/examples/search.c (critter_cmp): Change signature to
5256 * manual/string.texi (Collation Functions): Likewise.
5258 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
5260 * bits/types.h: Fold copyright years.
5261 * bits/typesizes.h: Likewise.
5262 * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
5263 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
5264 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
5265 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
5266 * time/time.h: Likewise.
5268 2012-05-16 Paul Pluzhnikov <ppluzhnikov@google.com>
5271 * malloc.c (int_mallinfo): Add parameter to accumulate statistics
5272 in instead of returning them. Return void.
5273 (__libc_mallinfo): Accumulate over all arenas.
5274 (__malloc_stats): Adjust for change in int_mallinfo interface.
5276 2012-05-16 Roland McGrath <roland@hack.frob.com>
5279 * configure.in (NM): Add AC_CHECK_TOOL for it.
5280 (libc_extra_cflags): New substituted variable.
5281 Check for -fstack-protector being used implicitly.
5282 * configure: Regenerated.
5283 * config.make.in (config-extra-cflags): New variable,
5284 gets @libc_extra_cflags@.
5285 * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
5288 * configure.in: Check for _FORTIFY_SOURCE being predefined.
5289 (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
5290 * configure: Regenerated.
5291 * config.make.in (CPPUNDEFS): New substituted variable.
5292 * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
5293 * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
5294 * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
5296 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
5298 * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
5299 (mq_attr): Use __syscall_slong_t.
5301 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
5303 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
5304 Check __x86_64__ instead of __WORDSIZE.
5305 (_STAT_VER_LINUX): Likewise.
5306 (stat): Check __x86_64__ instead of __WORDSIZE. Use
5307 __syscall_ulong_t and __syscall_slong_t.
5310 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
5312 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
5314 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
5316 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
5318 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
5320 * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
5323 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
5324 include <bits/wordsize.h>. Check __x86_64__ instead of
5326 (greg_t): Use "__extension__ long long int" if __x86_64__ is
5328 (mcontext_t): Replace "unsigned long" with "unsigned long long".
5330 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
5331 include <bits/wordsize.h>. Check __x86_64__ instead of
5333 (user_regs_struct): Use "__extension__ unsigned long long"
5334 instead of "unsigned long" if __x86_64__ is defined.
5335 (user): Likewise. Pad after pointer field if __ILP32__ is
5338 2012-05-16 Joseph Myers <joseph@codesourcery.com>
5340 * configure.in (makeinfo): Require version 4.5 or later. Allow
5342 * configure: Regenerated.
5343 * manual/install.texi (texinfo): Increase version requirement to
5345 * INSTALL: Regenerated.
5347 * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
5349 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
5351 * sysdeps/x86_64/x32/gmp-mparam.h: New file.
5353 * sysdeps/x86_64/x32/ffs.c: New file.
5355 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
5357 (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
5358 defined. Use __syscall_ulong_t.
5359 (shminfo): Use __syscall_ulong_t.
5360 (shm_info): Likewise.
5362 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
5365 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
5367 (msgqnum_t): Use __syscall_ulong_t.
5368 (msglen_t): Likewise.
5369 (msqid_ds): Check __x86_64__ instead of __WORDSIZE. Use
5372 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
5373 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
5375 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
5377 * sysdeps/x86_64/x32/divdi3.c: New dummy file.
5378 * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
5380 * sysvipc/sys/msg.h (msgbuf): Replace long int with
5383 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
5384 include <bits/wordsize.h>. Check __x86_64__ instead of
5387 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
5388 "unsigned long long int" if __x86_64__ is defined.
5389 (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
5391 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
5392 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
5393 (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
5395 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
5397 (GET_PC): Cast to uintptr_t first.
5398 (GET_FRAME): Likewise.
5399 (GET_STACK): Likewise.
5401 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
5402 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
5403 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
5404 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
5405 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
5406 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
5407 * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
5408 * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
5409 * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
5410 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
5411 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
5412 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
5413 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
5414 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
5415 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
5416 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
5417 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
5418 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
5419 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
5420 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
5421 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
5422 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
5423 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
5424 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
5425 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
5426 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
5427 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
5428 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
5429 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
5431 2012-05-16 Andreas Schwab <schwab@linux-m68k.org>
5433 * Makerules (+depfiles): Also collect depfiles from .oS in
5435 * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
5436 .oS, $(libnldbl-routines)).
5438 * Makerules (native-compile-mkdep-flags): Define.
5439 * sunrpc/Makefile (extra-objs): Add $(addprefix
5440 cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
5441 ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
5442 of $(compile-mkdep-flags). Depend on $(before-compile) instead of
5443 calling $(make-target-directory).
5445 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
5447 * bits/types.h (__snseconds_t): Removed.
5448 * time/time.h (struct timespec): Replace __snseconds_t with
5450 * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
5451 * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
5453 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
5454 (__SNSECONDS_T_TYPE): Likewise.
5455 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
5456 (__SNSECONDS_T_TYPE): Likewise.
5457 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
5458 (__SNSECONDS_T_TYPE): Likewise.
5460 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
5462 * sysdeps/mach/hurd/bits/typesizes.h
5463 (__SYSCALL_SLONG_TYPE): New macro.
5464 (__SYSCALL_ULONG_TYPE): Likewise.
5466 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
5468 * bits/types.h (__syscall_slong_t): New type.
5469 (__syscall_ulong_t): Likewise.
5471 * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
5472 (__SYSCALL_ULONG_TYPE): Likewise.
5473 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
5474 (__SYSCALL_SLONG_TYPE): Likewise.
5475 (__SYSCALL_ULONG_TYPE): Likewise.
5476 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
5477 (__SYSCALL_SLONG_TYPE): Likewise.
5478 (__SYSCALL_ULONG_TYPE): Likewise.
5479 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
5480 (__SYSCALL_SLONG_TYPE): Likewise.
5481 (__SYSCALL_ULONG_TYPE): Likewise.
5483 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
5485 * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
5486 Add sigaltstack-offsets.sym.
5487 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
5488 <sigaltstack-offsets.h>.
5489 (CALL_FAIL): Use RSP_LP to operate on stack. Use RDI_LP on
5490 longjmp_msg pointer.
5491 (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC. Use
5492 R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
5494 * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
5496 2012-05-15 Joseph Myers <joseph@codesourcery.com>
5498 * elf/stackguard-macros.h: Remove file.
5499 * sysdeps/generic/stackguard-macros.h: New file.
5500 * sysdeps/i386/stackguard-macros.h: Likewise.
5501 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
5502 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
5503 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
5504 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
5505 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
5506 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
5507 * sysdeps/x86_64/stackguard-macros.h: Likewise.
5508 * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
5509 <elf/stackguard-macros.h>.
5512 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
5513 __aligned__ in attribute.
5514 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
5515 (gregset_t): Likewise.
5517 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
5519 * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
5520 * sysdeps/x86_64/64/Implies-after: Here. New file.
5521 * sysdeps/x86_64/x32/Implies-after: New file.
5523 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
5525 * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
5526 and access return value for _dl_profile_fixup. Use R10_LP to
5529 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
5531 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
5533 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
5535 * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
5536 * sysdeps/x86_64/x32/sysdep.h: New file.
5538 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
5540 * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
5541 * sysdeps/x86_64/setjmp.S: Likewise.
5543 2012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5545 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
5546 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
5547 * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
5548 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
5549 remove unused global constant.
5551 2012-05-15 Chris Metcalf <cmetcalf@tilera.com>
5553 * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
5554 include of <not-cancel.h>.
5556 2012-05-15 Roland McGrath <roland@hack.frob.com>
5558 * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
5560 2012-05-15 Jeff Law <law@redhat.com>
5561 Andreas Jaeger <aj@suse.de>
5564 * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
5566 * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
5567 * nscd/nscd-client.h: Add __nscd_acquire_maplock.
5568 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
5569 code changing __hst_map_handle.map.
5571 2012-05-15 Roland McGrath <roland@hack.frob.com>
5573 * configure.in (sysnames): Look for Implies-before and Implies-after
5575 * configure: Regenerated.
5577 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
5579 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
5580 8-byte data alignment with LP_SIZE alignment.
5582 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
5584 * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
5587 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
5589 * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
5591 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
5593 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
5594 * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
5595 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
5597 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
5599 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
5601 * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
5602 (stackinfo_sub_sp): Likewise.
5604 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
5606 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
5609 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
5611 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
5614 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
5616 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
5619 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
5621 * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
5623 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
5625 * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
5626 into R11_LP and load __x86_64_shared_cache_size_half into
5629 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
5631 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
5634 2012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5636 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
5638 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
5640 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
5642 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
5643 powerpc32/power7/fpu/s_logb.c via #include.
5644 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
5645 powerpc32/power7/fpu/s_logbf.c via #include.
5646 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
5647 powerpc32/power7/fpu/s_logbl.c via #include.
5649 2012-05-15 Joseph Myers <joseph@codesourcery.com>
5651 * README.libm: Remove file.
5653 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
5655 * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
5656 count for x32. Use R*_LP and omit operand-size suffix.
5658 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
5660 * shlib-versions: Move x86_64-.*-linux.* entries to ...
5661 * sysdeps/x86_64/64/shlib-versions: Here. New file.
5662 * sysdeps/x86_64/x32/shlib-versions: New file.
5664 2012-05-14 Roland McGrath <roland@hack.frob.com>
5666 * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
5667 * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
5668 Use _dl_fatal_printf instead.
5670 2012-05-14 Joseph Myers <joseph@codesourcery.com>
5672 * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
5673 set if not set by the user. Do not allow for being unset.
5674 * sysdeps/unix/sysv/linux/configure: Regenerated.
5676 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
5678 * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
5679 the `q' suffix from lea and replace .quad with ASM_ADDR.
5681 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
5683 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
5684 the `q' suffix from xor/rol instructions. Use $2*LP_SIZE+1
5686 (PTR_DEMANGLE): Likewise.
5688 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
5690 * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
5692 (ASM_ADDR): Likewise.
5710 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
5712 * sysdeps/x86_64/x32/dl-machine.h: New file.
5714 2012-05-14 Andreas Jaeger <aj@suse.de>
5716 * manual/Makefile (subdir): Remove export of subdir.
5717 (all): Remove target.
5718 (.PHONY): Remove all from list.
5719 (mkinstalldirs): Remove.
5720 (.PHONY): Remove installdirs from list.
5721 ($(inst_infodir)/libc.info): Use make-target-directory.
5722 (installdirs): Remove.
5724 (glibc-targets): Remove.
5727 ($(objpfx)stubs ../po/manual.pot): Remove.
5728 ($(objpfx)stamp%): Remove.
5729 (make-target-directory): Remove.
5730 (subdir_install): Remove.
5738 * manual/.gitignore: Remove, it's not needed anymore.
5739 * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
5741 * manual/Makefile (dvi, pdf, info, html): Depend on files in build
5743 (texis): Renamed to $(objpfx)texis.
5744 (texis-path): New, contains path to generated files.
5745 (chapters.%): Use texis-path for complete path, add extra argument
5747 (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
5748 (libc/index.html, summary.texi): Add $(objpfx) as prefix.
5749 (summary,texi, stamp-summary): Use complete path of
5750 files. Generate files in build dir.
5751 (dir-add.texi): Build in build dir.
5752 (libm-err.texi,stamp-libm-err): Likewise.
5753 (version.texi, stamp-version): Likewise.
5754 (.%c.texi): Likewise.
5755 (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
5756 (mostlyclean): Remove target.
5757 (realclean): Remove target.
5758 (generated): Add new variable with contents from mostlyclean and
5759 realclean, remove entries duplicated in common-mostlyclean, add
5760 stamp-libm-err and stamp-version.
5761 (generated-dirs): Add libc directory.
5762 ($(inst_infodir)/libc.info): Install files from build dir.
5764 * manual/install.texi (Configuring and compiling): Adjust since
5765 the info files are not part of the tar ball anymore.
5767 2012-05-14 Andreas Jaeger <aj@suse.de>
5769 * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
5772 2012-05-14 Joseph Myers <joseph@codesourcery.com>
5775 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
5776 to 2.2.0 where earlier.
5777 * sysdeps/unix/sysv/linux/configure: Regenerated.
5778 * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
5779 Remove conditional code.
5780 [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
5781 * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
5782 Remove conditional code.
5783 [!__NR_lchown]: Likewise.
5784 [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
5785 [__NR_lchown]: Likewise.
5786 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
5787 comment referencing __ASSUME_LCHOWN_SYSCALL.
5788 * sysdeps/unix/sysv/linux/i386/sigaction.c
5789 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
5790 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
5791 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
5792 Remove conditional code.
5793 [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
5794 (__protocol_available): Remove #if 0 code.
5795 * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
5797 [__ASSUME_SIOCGIFNAME]: Make code unconditional.
5798 * sysdeps/unix/sysv/linux/kernel-features.h
5799 (__ASSUME_GETCWD_SYSCALL): Don't define.
5800 (__ASSUME_REALTIME_SIGNALS): Likewise.
5801 (__ASSUME_PREAD_SYSCALL): Likewise.
5802 (__ASSUME_PWRITE_SYSCALL): Likewise.
5803 (__ASSUME_POLL_SYSCALL): Likewise.
5804 (__ASSUME_LCHOWN_SYSCALL): Likewise.
5805 (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
5807 (__ASSUME_SIOCGIFNAME): Don't define.
5808 (__ASSUME_MSG_NOSIGNAL): Likewise.
5809 (__ASSUME_SENDFILE): Define unconditionally.
5810 (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
5811 * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
5813 [__ASSUME_POLL_SYSCALL]: Make code unconditional.
5814 * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
5815 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
5816 (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
5817 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
5818 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
5819 (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
5820 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
5821 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
5822 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
5823 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
5824 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
5825 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
5826 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
5827 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
5828 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
5829 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
5830 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
5831 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
5832 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
5833 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
5834 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
5835 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
5836 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
5837 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
5838 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
5839 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
5840 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
5841 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
5842 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
5843 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
5844 * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
5845 Remove conditional code.
5846 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
5847 * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
5848 Remove conditional code.
5849 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
5850 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
5851 [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
5852 * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
5853 Remove conditional code.
5854 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
5855 * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
5856 Remove conditional code.
5857 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
5858 * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
5859 Remove conditional code.
5860 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
5861 * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
5862 Remove conditional code.
5863 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
5864 * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
5865 Remove conditional code.
5866 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
5867 * sysdeps/unix/sysv/linux/sh/pwrite64.c
5868 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
5869 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
5870 * sysdeps/unix/sysv/linux/sigaction.c
5871 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
5872 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
5873 * sysdeps/unix/sysv/linux/sigpending.c
5874 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
5875 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
5876 * sysdeps/unix/sysv/linux/sigprocmask.c
5877 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
5878 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
5879 * sysdeps/unix/sysv/linux/sigsuspend.c
5880 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
5881 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
5882 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
5883 (__libc_missing_rt_sigs): Remove.
5884 (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
5885 (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
5886 * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
5887 Remove conditional code.
5888 [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
5889 * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
5891 * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
5892 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
5893 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
5894 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
5896 2012-05-14 Andreas Jaeger <aj@suse.de>
5898 * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
5899 it's not used in glibc.
5900 (__coshm1): Likewise.
5901 (__acosh1p): Likewise.
5904 * manual/string.texi (Copying and Concatenation): Add missing
5905 variable in concat example.
5906 Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
5908 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
5911 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
5912 __builtin_clzl with __builtin_clzll.
5914 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
5917 * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
5920 2012-05-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
5922 * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
5923 * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
5924 * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
5925 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
5927 2012-05-14 Mike Frysinger <vapier@gentoo.org>
5929 * NEWS: Update ia64 info.
5931 2012-05-12 Andreas Schwab <schwab@linux-m68k.org>
5933 * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
5936 2012-05-12 Thomas Schwinge <thomas@codesourcery.com>
5938 * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
5939 * sysdeps/unix/syscalls.list (dup3): Likewise.
5940 * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
5941 * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
5943 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5945 * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
5946 "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
5948 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
5950 * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
5952 (TLS_IE): Use mov/add instead of movq/addq to load thread
5954 (TLS_GD_PREFIX): New.
5957 2012-05-11 David S. Miller <davem@davemloft.net>
5959 * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
5960 * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
5961 (_FPU_SETCW): Likewise.
5963 2012-05-10 H.J. Lu <hongjiu.lu@intel.com>
5965 * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
5968 2012-05-11 Andreas Schwab <schwab@linux-m68k.org>
5971 * iconvdata/gb18030.c: Update tables.
5972 (BODY for FROM_LOOP): Update. Handle two-byte encoded non-BMP
5973 characters specially.
5974 (BODY for TO_LOOP): Add encoding of missing ranges.
5976 2012-05-11 Thomas Schwinge <thomas@codesourcery.com>
5979 * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
5980 * sysdeps/mach/hurd/dup3.c: Likewise.
5981 * sysdeps/mach/hurd/readlinkat.c: Likewise.
5982 * sysdeps/powerpc/memmove.c:: Likewise.
5984 2012-05-10 H.J. Lu <hongjiu.lu@intel.com>
5986 * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
5987 R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
5989 2012-05-10 H.J. Lu <hongjiu.lu@intel.com>
5991 * elf/elf.h (R_X86_64_RELATIVE64): New.
5992 (R_X86_64_NUM): Updated.
5993 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
5994 R_X86_64_RELATIVE64. Always use Elf64_Addr with R_X86_64_64.
5995 (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
5996 * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
5997 tst-quad1pie tst-quad2pie
5998 (modules-names): Add tst-quadmod1 tst-quadmod2.
5999 ($(objpfx)tst-quad1): New dependency.
6000 ($(objpfx)tst-quad2): Likewise.
6001 ($(objpfx)tst-quad1pie): Likewise.
6002 ($(objpfx)tst-quad2pie): Likewise.
6003 * sysdeps/x86_64/tst-quad1.c: New file.
6004 * sysdeps/x86_64/tst-quad1pie.c: New file.
6005 * sysdeps/x86_64/tst-quad2.c: Likewise.
6006 * sysdeps/x86_64/tst-quad2pie.c: Likewise.
6007 * sysdeps/x86_64/tst-quadmod1.S: Likewise.
6008 * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
6009 * sysdeps/x86_64/tst-quadmod2.S: Likewise.
6010 * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
6012 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
6014 * io/fcntl.h (mode_t, off_t, pid_t): Define types.
6015 (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
6016 * streams/stropts.h (t_scalar_t): Define type.
6018 * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
6019 (_PATH_PRESERVE): Set to "/var/lib".
6020 (_PATH_RWHODIR): Set to "/var/spool/rwho".
6022 * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
6025 * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
6026 if __dir_mkfile succeeded.
6028 * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
6029 checking for _hurd_dtablesize. Unlock it right after having
6030 finished _hurd_dtable allocation.
6032 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
6034 * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
6035 * sysdeps/mach/hurd/configure: Regenerated.
6036 * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
6037 special-casing to...
6038 * sysdeps/gnu/configure.in: ... this new file.
6039 * sysdeps/unix/sysv/linux/configure: Regenerated.
6040 * sysdeps/gnu/configure: New generated file.
6042 * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
6043 for Linux: use nsec instead of usec, as well as:
6044 [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
6045 members of type struct timespec.
6046 [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
6048 (struct stat64): Likewise.
6049 (_STATBUF_ST_NSEC): New macro.
6050 * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
6052 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
6053 __strtoul_internal rather than strtoul.
6055 2012-05-10 Pino Toscano <toscano.pino@tiscali.it>
6057 * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
6060 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
6062 * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
6063 which preserves existing values.
6064 * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
6066 2012-05-10 Pino Toscano <toscano.pino@tiscali.it>
6068 * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
6069 TIMEOUT values. Return EINVAL for NFDS values either negative or
6070 greater than FD_SETSIZE.
6072 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
6074 * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
6075 allocated, call __vm_protect to finish enabling the existing space, and
6076 pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
6077 allocate the remainder.
6079 2012-05-10 Pino Toscano <toscano.pino@tiscali.it>
6081 * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
6082 address port. Set ADDR_LEN to 0 when not filling ADDRARG.
6084 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
6086 * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
6087 sysdeps/mach/hurd/readlink.c.
6089 * posix/tst-sysconf.c (posix_options): Only use
6090 _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
6091 _POSIX_SYNCHRONIZED_IO when they are defined
6092 * sysdeps/mach/hurd/bits/posix_opt.h:
6093 (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
6094 (_XOPEN_REALTIME): Undefine macro.
6095 (_XOPEN_REALTIME_THREADS): Undefine macro.
6096 (_XOPEN_SHM): Undefine macro.
6097 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
6099 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
6101 (_POSIX_ASYNC_IO): Undefine macro.
6102 (_POSIX_PRIORITIZED_IO): Undefine macro.
6103 (_POSIX_SPIN_LOCKS): Define macro to -1.
6105 * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
6106 SA_NODEFER, SA_RESETHAND.
6107 * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
6108 O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
6111 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
6113 * elf/Makefile (pldd-modules): Define unconditionally.
6115 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
6117 * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
6119 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
6121 * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
6122 Return ENOENT when name is empty.
6123 * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
6125 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
6127 * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
6129 * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
6131 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
6133 Fix mlock in all cases except non-readable pages.
6134 * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
6135 instead of VM_PROT_ALL as parameter to __vm_wire function.
6137 * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
6138 (__mkdir): When path is `/', just fail with EEXIST.
6139 * sysdeps/mach/hurd/mkdirat.c: Likewise.
6141 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
6143 * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
6144 <sys/uio.h> (for writev).
6145 * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
6146 and <sys/param.h> (for MIN).
6148 2012-05-10 Pino Toscano <toscano.pino@tiscali.it>
6150 * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
6151 REQUESTED_TIME. Properly set the remaining time and return EINTR
6154 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
6156 * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
6157 Depend on against $(link-rpcuserlibs).
6159 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
6161 * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
6162 (__libc_stack_end): Do not use attribute_relro.
6163 * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
6164 * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
6165 to libthread-provided value.
6166 * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
6169 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
6172 * bits/libc-lock.h (__libc_once_get): New macro.
6173 * sysdeps/mach/bits/libc-lock.h: Likewise.
6174 * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
6175 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
6176 instead of using implementation details.
6178 * libio/fileops.c: Unconditionally include <kernel-features.h>.
6179 * libio/freopen.c: Likewise.
6180 * libio/freopen64.c: Likewise.
6181 * misc/syslog.c: Likewise.
6182 * nscd/connections.c: Likewise.
6183 * nscd/netgroupcache.c: Likewise.
6184 * sysdeps/posix/getcwd.c: Likewise.
6186 2012-05-10 Roland McGrath <roland@hack.frob.com>
6188 * math/w_ilogbf.c: Add #include <limits.h>.
6190 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
6192 * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
6193 path instead of returning without unlocking.
6195 * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
6196 immediate-write ioctls.
6197 * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
6199 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
6201 * sysdeps/mach/hurd/i386/init-first.c (init): Use
6202 __builtin_frame_address instead of making assumptions about the
6203 location of the return address relative to DATA. Force early load of
6205 (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
6206 __builtin_frame_address.
6209 * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
6210 * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c. Evolve it to
6211 implement dup3 and do some further code clean-ups.
6212 * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
6213 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
6215 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
6217 * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
6219 * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
6220 HURD_CRITICAL_END around holding _hurd_dtable_lock.
6221 * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
6222 * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
6223 HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
6226 * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
6227 instead of setjmp/longjmp to restore the signal mask. Call sigsetjmp
6228 when handler == SIG_ERR, not when handler != SIG_ERR.
6230 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
6232 * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
6233 (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
6236 accept4 for GNU Hurd.
6237 * include/sys/socket.h (__libc_accept4): New prototype.
6238 * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c. Evolve it
6239 to implement __libc_accept4.
6240 * sysdeps/mach/hurd/accept.c (accept): Reimplement using
6242 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
6244 * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
6245 * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
6246 * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
6249 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
6251 * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
6253 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
6255 * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
6256 assertion on O_CLOEXEC flag.
6257 * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
6258 * hurd/intern-fd.c: Likewise.
6259 * hurd/port2fd.c: Likewise.
6261 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
6264 * bits/in.h (IPV6_PKTINFO): Define new macro.
6265 (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
6267 2012-05-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6272 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
6273 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
6274 * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
6275 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
6276 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
6277 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
6278 * math/libm-test.inc (logb_test) : Additional logb tests.
6280 2012-05-09 Andreas Schwab <schwab@linux-m68k.org>
6281 Andreas Jaeger <aj@suse.de>
6283 * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
6284 * configure: Regenerated.
6285 * config.h.in (LINK_OBSOLETE_RPC): New macro.
6286 * config.make.in (link-obsolete-rpc): New substituted variable.
6287 * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
6288 libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
6289 * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
6290 (shared-only-routines): Don't set it under [link-obsolete-rpc],
6291 so that libc.a contains the symbols.
6292 * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
6293 * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
6294 * sunrpc/auth_none.c: Likewise.
6295 * sunrpc/auth_unix.c: Likewise.
6296 * sunrpc/authdes_prot.c: Likewise.
6297 * sunrpc/authuxprot.c: Likewise.
6298 * sunrpc/clnt_gen.c: Likewise.
6299 * sunrpc/clnt_perr.c: Likewise.
6300 * sunrpc/clnt_raw.c: Likewise.
6301 * sunrpc/clnt_simp.c: Likewise.
6302 * sunrpc/clnt_tcp.c: Likewise.
6303 * sunrpc/clnt_udp.c: Likewise.
6304 * sunrpc/clnt_unix.c: Likewise.
6305 * sunrpc/des_crypt.c: Likewise.
6306 * sunrpc/des_soft.c: Likewise.
6307 * sunrpc/get_myaddr.c: Likewise.
6308 * sunrpc/key_call.c: Likewise.
6309 * sunrpc/key_prot.c: Likewise.
6310 * sunrpc/netname.c: Likewise.
6311 * sunrpc/pm_getmaps.c: Likewise.
6312 * sunrpc/pm_getport.c: Likewise.
6313 * sunrpc/pmap_clnt.c: Likewise.
6314 * sunrpc/pmap_prot.c: Likewise.
6315 * sunrpc/pmap_prot2.c: Likewise.
6316 * sunrpc/pmap_rmt.c: Likewise.
6317 * sunrpc/publickey.c: Likewise.
6318 * sunrpc/rpc_cmsg.c: Likewise.
6319 * sunrpc/rpc_common.c: Likewise.
6320 * sunrpc/rpc_dtable.c: Likewise.
6321 * sunrpc/rpc_prot.c: Likewise.
6322 * sunrpc/rpc_thread.c: Likewise.
6323 * sunrpc/rtime.c: Likewise.
6324 * sunrpc/svc.c: Likewise.
6325 * sunrpc/svc_auth.c: Likewise.
6326 * sunrpc/svc_raw.c: Likewise.
6327 * sunrpc/svc_run.c: Likewise.
6328 * sunrpc/svc_tcp.c: Likewise.
6329 * sunrpc/svc_udp.c: Likewise.
6330 * sunrpc/svc_unix.c: Likewise.
6331 * sunrpc/svcauth_des.c: Likewise.
6332 * sunrpc/xcrypt.c: Likewise.
6333 * sunrpc/xdr.c: Likewise.
6334 * sunrpc/xdr_array.c: Likewise.
6335 * sunrpc/xdr_float.c: Likewise.
6336 * sunrpc/xdr_intXX_t.c: Likewise.
6337 * sunrpc/xdr_mem.c: Likewise.
6338 * sunrpc/xdr_rec.c: Likewise.
6339 * sunrpc/xdr_ref.c: Likewise.
6340 * sunrpc/xdr_sizeof.c: Likewise.
6341 * sunrpc/xdr_stdio.c: Likewise.
6343 2012-05-10 Roland McGrath <roland@hack.frob.com>
6345 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
6346 change. Update copyright years.
6348 2012-05-10 Joseph Myers <joseph@codesourcery.com>
6350 * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
6352 2012-05-10 Maxim Kuvyrkov <maxim@codesourcery.com>
6353 Joseph Myers <joseph@codesourcery.com>
6354 Paul Pluzhnikov <ppluzhnikov@google.com>
6357 * sunrpc/Makefile [cross-compiling] (headers): Enable additions
6359 [cross-compiling] (extra-libs): Likewise.
6360 [cross-compiling] (extra-libs-others): Likewise.
6361 [cross-compiling] (librpcsvc-routines): Likewise.
6362 [cross-compiling] (librpcsvc-inhibit-o): Likewise.
6363 [cross-compiling] (omit-deps): Likewise.
6364 (sunrpc-CPPFLAGS): New variable.
6365 (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
6366 (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
6367 (cross-rpcgen-objs): New variable.
6368 (extra-objs): Append $(cross-rpcgen-objs).
6369 ($(cross-rpcgen-objs)): New rule.
6370 ($(objpfx)cross-rpcgen): Likewise.
6371 (rpcgen-cmd): Define to use $(built-program-file). Expand
6373 ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
6374 ($(objpfx)x%.stmp): Likewise.
6375 * sunrpc/proto.h [IS_IN_build] (_): Define.
6376 [IS_IN_build] (_libc_intl_domainname): Likewise.
6378 2012-05-10 H.J. Lu <hongjiu.lu@intel.com>
6380 * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
6381 Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
6382 and R_X86_64_TPOFF64.
6384 2012-05-10 Joseph Myers <joseph@codesourcery.com>
6386 * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
6387 sysdeps/unix/sysv/syscalls.list.
6390 * sysdeps/unix/sysv/syscalls.list: Remove file.
6392 2012-05-10 Paul Eggert <eggert@cs.ucla.edu>
6395 * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
6396 (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
6397 (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
6398 (__LC_IDENTIFICATION): Make these macros useful in #if
6399 expressions, as required by C99.
6401 2012-05-10 Andreas Schwab <schwab@linux-m68k.org>
6403 * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
6404 $(addsuffix .os,$(rpc-compat-routines)). Move include ../Rules
6407 2012-05-09 H.J. Lu <hongjiu.lu@intel.com>
6409 * stdlib/longlong.h: Updated from GCC.
6411 2012-05-09 Andreas Jaeger <aj@suse.de>
6413 * nscd/nscd.c (run_modes): Make named enum, reorder so that
6414 default is first entry.
6415 (run_mode): Set type.
6416 (main): Remove informal message about syslog.
6417 (options): Fix typo.
6420 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
6423 (llrintf): Likewise.
6427 (nearbyint): Likewise.
6428 (nearbyintf): Likewise.
6430 2012-05-09 Andreas Jaeger <aj@suse.de>
6431 Pedro Alves <palves@redhat.com>
6433 * nscd/nscd.c (run_mode): Use enum.
6434 (main): Cleanup coding style issue.
6436 2012-05-09 Alexandre Oliva <aoliva@redhat.com>
6437 Andreas Jaeger <aj@suse.de>
6439 * nscd/nscd.c (go_background): Replaced with...
6440 (run_mode): ... this.
6441 (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
6442 (options): Add -F --foreground.
6443 (main): Implement it.
6444 (parse_opt): Parse it.
6446 2012-05-09 Andreas Jaeger <aj@suse.de>
6449 * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
6450 !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
6451 -Wconversion warning.
6452 (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
6455 2012-05-09 Joseph Myers <joseph@codesourcery.com>
6457 * conform/data/locale.h-data (NULL): Use macro-constant. Require
6459 (LC_ALL): Use macro-int-constant.
6460 (LC_COLLATE): Likewise.
6461 (LC_CTYPE): Likewise.
6462 (LC_MESSAGES): Likewise.
6463 (LC_MONETARY): Likewise.
6464 (LC_NUMERIC): Likewise.
6465 (LC_TIME): Likewise.
6466 [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
6467 (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
6468 [ISO || ISO99 || ISO11] (*_t): Do not allow.
6469 * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
6471 [C99-based standards] (float_t): Expect type.
6472 [C99-based standards] (double_t): Expect type.
6473 [C99-based standards] (HUGE_VALF): Use macro-constant. Specify
6475 [C99-based standards] (HUGE_VALL): Likewise.
6476 [C99-based standards] (INFINITY): Likewise.
6477 [C99-based standards] (NAN): Likewise.
6478 [C99-based standards] (FP_INFINITE): Use macro-int-constant.
6479 [C99-based standards] (FP_NAN): Likewise.
6480 [C99-based standards] (FP_NORMAL): Likewise.
6481 [C99-based standards] (FP_SUBNORMAL): Likewise.
6482 [C99-based standards] (FP_ZERO): Likewise.
6483 [C99-based standards] (FP_FAST_FMA): Use
6484 optional-macro-int-constant. Specify type. Require == 1.
6485 [C99-based standards] (FP_FAST_FMAF): Likewise.
6486 [C99-based standards] (FP_FAST_FMAL): Likewise.
6487 [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
6488 [C99-based standards] (FP_ILOGBNAN): Likewise.
6489 [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
6491 [C99-based standards] (MATH_ERREXCEPT): Likewise.
6492 [C99-based standards] (math_errhandling): Specify type.
6493 [ISO99 || ISO11] (signgam): Do not allow.
6494 [non-C99-based standards] (copysignf): Do not allow.
6495 [non-C99-based standards] (exp2f): Likewise.
6496 [non-C99-based standards] (log2f): Likewise.
6497 [non-C99-based standards] (modff): Allow.
6498 [non-C99-based standards] (erff): Do not allow.
6499 [non-C99-based standards] (erfcf): Likewise.
6500 [non-C99-based standards] (gammaf): Likewise.
6501 [non-C99-based standards] (hypotf): Likewise.
6502 [non-C99-based standards] (j0f): Likewise.
6503 [non-C99-based standards] (j1f): Likewise.
6504 [non-C99-based standards] (jnf): Likewise.
6505 [non-C99-based standards] (lgammaf): Likewise.
6506 [non-C99-based standards] (tgammaf): Likewise.
6507 [non-C99-based standards] (y0f): Likewise.
6508 [non-C99-based standards] (y1f): Likewise.
6509 [non-C99-based standards] (ynf): Likewise.
6510 [non-C99-based standards] (isnanf): Likewise.
6511 [non-C99-based standards] (acoshf): Likewise.
6512 [non-C99-based standards] (asinhf): Likewise.
6513 [non-C99-based standards] (atanhf): Likewise.
6514 [non-C99-based standards] (cbrtf): Likewise.
6515 [non-C99-based standards] (expm1f): Likewise.
6516 [non-C99-based standards] (ilogbf): Likewise.
6517 [non-C99-based standards] (log1pf): Likewise.
6518 [non-C99-based standards] (logbf): Likewise.
6519 [non-C99-based standards] (nextafterf): Likewise.
6520 [non-C99-based standards] (remainderf): Likewise.
6521 [non-C99-based standards] (rintf): Likewise.
6522 [non-C99-based standards] (scalbf): Likewise.
6523 [non-C99-based standards] (copysignl): Likewise.
6524 [non-C99-based standards] (exp2l): Likewise.
6525 [non-C99-based standards] (log2l): Likewise.
6526 [non-C99-based standards] (modfl): Allow.
6527 [non-C99-based standards] (erfl): Do not allow.
6528 [non-C99-based standards] (erfcl): Likewise.
6529 [non-C99-based standards] (gammal): Likewise.
6530 [non-C99-based standards] (hypotl): Likewise.
6531 [non-C99-based standards] (j0l): Likewise.
6532 [non-C99-based standards] (j1l): Likewise.
6533 [non-C99-based standards] (jnl): Likewise.
6534 [non-C99-based standards] (lgammal): Likewise.
6535 [non-C99-based standards] (tgammal): Likewise.
6536 [non-C99-based standards] (y0l): Likewise.
6537 [non-C99-based standards] (y1l): Likewise.
6538 [non-C99-based standards] (ynl): Likewise.
6539 [non-C99-based standards] (isnanl): Likewise.
6540 [non-C99-based standards] (acoshl): Likewise.
6541 [non-C99-based standards] (asinhl): Likewise.
6542 [non-C99-based standards] (atanhl): Likewise.
6543 [non-C99-based standards] (cbrtl): Likewise.
6544 [non-C99-based standards] (expm1l): Likewise.
6545 [non-C99-based standards] (ilogbl): Likewise.
6546 [non-C99-based standards] (log1pl): Likewise.
6547 [non-C99-based standards] (logbl): Likewise.
6548 [non-C99-based standards] (nextafterl): Likewise.
6549 [non-C99-based standards] (remainderl): Likewise.
6550 [non-C99-based standards] (rintl): Likewise.
6551 [non-C99-based standards] (scalbl): Likewise.
6552 [ISO || ISO99 || ISO11] (*_t): Do not allow.
6553 [non-C99-based standards] (FP_*): Do not allow.
6554 [C99-based standards] (FP_*): Change to
6555 FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
6556 * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
6558 * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
6559 (SIG_ERR): Likewise.
6560 [X/Open-based standards] (SIG_HOLD): Likewise.
6561 (SIG_IGN): Likewise.
6562 (SIGABRT): Use macro-int-constant. Specify type. Require
6567 (SIGSEGV): Likewise.
6569 [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
6570 [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
6571 [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
6572 [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
6573 [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
6574 [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
6575 [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
6576 [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
6577 [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
6578 [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
6579 [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
6580 [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
6581 [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
6582 [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
6583 [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
6584 [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
6585 [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
6586 [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
6587 [X/Open-based standards] (SIGTRAP): Likewise.
6588 [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
6589 [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
6590 [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
6591 [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
6592 * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
6595 2012-05-08 Ian Wienand <ianw@vmware.com>
6598 * time/tzset.c (__tzset_parse_tz): Update default rules for
6599 daylight time changes in the Energy Policy Act of 2005.
6601 2012-05-09 Andreas Jaeger <aj@suse.de>
6604 * elf/ldconfig.c (parse_conf): Change string to make clear that
6605 ldconfig only issued a warning if ld.so.conf does not exist.
6607 2012-05-08 David S. Miller <davem@davemloft.net>
6609 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
6610 movxtod instead of popping the value on the stack.
6612 * sysdeps/sparc/fpu/libm-test-ulps: Update.
6614 2012-05-08 Carlos O'Donell <carlos_odonell@mentor.com>
6616 * config.h.in: Add HAVE_ARM_PCS_VFP.
6618 2012-05-08 Roland Mc Grath <roland@hack.frob.com>
6621 * include/features.h: Warn if user requests __FORTIFY_SOURCE
6622 checking but the checks are disabled for any reason.
6624 2012-05-08 H.J. Lu <hongjiu.lu@intel.com>
6626 * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
6627 and ELF64_R_TYPE with ELFW(R_TYPE).
6629 2012-05-08 Joseph Myers <joseph@codesourcery.com>
6631 * sysdeps/unix/sysv/syscalls.list (pause): Remove.
6634 * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
6635 (settimeofday): Likewise.
6637 2012-05-08 Mike Frysinger <vapier@gentoo.org>
6639 * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1. Add
6640 a struct th_u2 inside the union, and move tu_block/tu_code into
6641 a new th_u3 union of tu_block/tu_code inside of that. Move
6642 th_data[1] into the th_u2 as tu_data[0]. Change tu_stuff[1] to
6643 tu_stuff[0]. Add a new tu_padding[4] to keep sizeof() the same.
6644 (th_block): Change to th_u1.th_u2.th_u3.tu_block.
6645 (th_code): Change to th_u1.th_u2.th_u3.tu_code.
6646 (th_stuff): Change to th_u1.tu_stuff.
6648 (th_msg): Change to th_u1.th_u2.tu_data.
6650 2012-05-07 David S. Miller <davem@davemloft.net>
6652 * sysdeps/sparc/fpu/libm-test-ulps: Update.
6655 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
6656 (SETUP_PIC_REG): Use it.
6657 (SETUP_PIC_REG_LEAF): Use it.
6659 2012-05-07 Joseph Myers <joseph@codesourcery.com>
6663 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
6665 (EXPL_FINITE): Likewise.
6667 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
6668 * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
6670 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
6672 (EXPL_FINITE): Likewise.
6674 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
6675 * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
6677 * math/libm-test.inc (expm1_test): Add more tests. Do not disable
6678 test of -max_value argument for long double.
6679 * sysdeps/i386/fpu/libm-test-ulps: Update.
6680 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6682 2012-05-06 David S. Miller <davem@davemloft.net>
6684 * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
6685 quad soft-float symbols whose references which are compiler
6687 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
6689 2012-05-06 Joseph Myers <joseph@codesourcery.com>
6693 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
6695 (EXPL_FINITE): Likewise.
6699 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
6700 Adjust comments for base varying.
6701 (__expl_finite): Change alias to EXPL_FINITE.
6702 * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
6704 * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
6705 * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
6706 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
6707 * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
6708 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
6710 (EXPL_FINITE): Likewise.
6714 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
6715 Adjust comments for base varying.
6716 (__expl_finite): Change alias to EXPL_FINITE.
6717 * math/libm-test.inc (exp10_test): Add more tests. Do not disable
6719 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
6722 * math/libm-test.inc (check_float_internal): Correct ulp
6723 calculation for subnormal expected results.
6725 2012-05-06 Andreas Jaeger <aj@suse.de>
6727 * Makeconfig (+math-flags): New, set to -frounding-math.
6728 (+cflags): Add +math-flags so that all of glibc gets compiled with
6731 * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
6733 2012-05-05 Joseph Myers <joseph@codesourcery.com>
6735 * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
6741 * sysdeps/i386/fpu/e_expl.S (csat): New constant.
6742 (__ieee754_expl): Allow for and saturate large arguments.
6743 * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
6744 (u_threshold): Likewise.
6745 (__exp): Call __ieee754_exp before checking for overflow and
6747 * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
6748 (u_threshold): Likewise.
6749 (__expf): Call __ieee754_expf before checking for overflow and
6751 * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
6752 (u_threshold): Likewise.
6753 (__expl): Call __ieee754_expl before checking for overflow and
6755 * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
6756 (__ieee754_expl): Allow for and saturate large arguments.
6757 * math/libm-test.inc (exp_test): Add another test. Do not allow
6758 missing overflow exception on overflow.
6759 (expm1_test): Do not allow missing overflow exception on overflow.
6761 * sysdeps/i386/fpu/e_expl.c: Move to ...
6762 * sysdeps/i386/fpu/e_expl.S: ... here. Write directly in assembly
6763 rather than using inline asm.
6764 * sysdeps/x86_64/fpu/e_expl.c: Remove file.
6765 * sysdeps/x86_64/fpu/e_expl.S: Copy from
6766 sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
6768 * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
6775 2012-05-04 Joseph Myers <joseph@codesourcery.com>
6777 * sysdeps/unix/syscalls.list (adjtime): Add entry from
6778 sysdeps/unix/common/syscalls.list.
6781 (ftruncate): Likewise.
6782 (getrusage): Likewise.
6783 (gettimeofday): Likewise.
6784 (setpgid): Likewise.
6785 (setregid): Likewise.
6786 (setreuid): Likewise.
6787 (sigaction): Likewise.
6788 (truncate): Likewise.
6789 (vhangup): Likewise.
6790 * sysdeps/unix/common/syscalls.list: Remove file.
6791 * sysdeps/unix/bsd/Implies: Don't include unix/common.
6792 * sysdeps/unix/sysv/linux/Implies: Likewise.
6794 2012-05-04 H.J. Lu <hongjiu.lu@intel.com>
6796 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
6797 * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
6798 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
6800 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
6802 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
6804 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
6805 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
6807 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
6808 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
6810 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
6811 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
6813 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
6814 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
6816 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
6817 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
6819 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
6820 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
6822 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
6824 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
6826 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
6828 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
6830 * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
6831 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
6833 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
6835 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
6837 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
6839 2012-05-04 Joseph Myers <joseph@codesourcery.com>
6841 * sysdeps/unix/common/bits/dirent.h: Remove file.
6842 * sysdeps/unix/common/bits/fcntl.h: Likewise.
6844 * sysdeps/unix/bsd/bits/dirent.h: Remove file.
6845 * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
6846 * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
6847 * sysdeps/unix/bsd/isatty.c: Likewise.
6848 * sysdeps/unix/bsd/tcdrain.c: Likewise.
6849 * sysdeps/unix/bsd/tcgetattr.c: Likewise.
6850 * sysdeps/unix/bsd/tcsetattr.c: Likewise.
6852 2012-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6855 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
6856 long double comparison inaccuracies.
6857 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
6858 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6860 2012-05-04 Andreas Schwab <schwab@linux-m68k.org>
6862 * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
6863 * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
6865 2012-05-04 Joseph Myers <joseph@codesourcery.com>
6868 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
6869 nonzero digits before rounding a hex value.
6870 * stdlib/tst-strtod.c (tests): Add another test.
6872 2012-05-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
6874 * sysdeps/s390/fpu/libm-test-ulps: Update.
6876 2012-05-03 Andreas Jaeger <aj@suse.de>
6878 * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
6879 does not get optimized out.
6880 (malloc_opt_barrier): New.
6882 2012-05-03 Andreas Jaeger <aj@suse.de>
6883 Roland McGrath <roland@hack.frob.com>
6885 * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
6886 intermediate file deletion.
6887 (generated): Add .symlist files.
6889 2012-05-03 Joseph Myers <joseph@codesourcery.com>
6892 * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
6893 Redirect under this condition.
6894 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
6895 [__USE_GNU] (__dprintf_chk): Not under this condition.
6896 [__USE_GNU] (__vdprintf_chk): Likewise.
6897 * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
6898 under this condition.
6899 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
6900 [__USE_XOPEN2K8] (dprintf): Define under this condition.
6901 [__USE_XOPEN2K8] (vdprintf): Likewise.
6902 [__USE_GNU] (__dprintf_chk): Not under this condition.
6903 [__USE_GNU] (__vdprintf_chk): Likewise.
6904 [__USE_GNU] (dprintf): Likewise.
6905 [__USE_GNU] (vdprintf): Likewise.
6907 2012-05-03 Roland McGrath <roland@hack.frob.com>
6909 * elf/Makefile (common-generated): Set this instead of generated for
6910 .dyn, .phdr, .jmprel files. Remove $(common-objpfx) from the
6911 $(all-built-dso)-derived lists.
6913 2012-05-03 Andreas Jaeger <aj@suse.de>
6915 * sysdeps/i386/fpu/libm-test-ulps: Update.
6919 * scripts/gen-FAQ.pl: Likewise.
6920 * manual/install.texi (Installation): Point to online location of
6922 * Makefile (files-for-dist): Remove FAQ.
6925 2012-05-02 Allan McRae <allan@archlinux.org>
6927 * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
6928 (LDFLAGS-reldepmod5.so): Likewise.
6929 (LDFLAGS-reldep6mod1.so): Likewise.
6930 (LDFLAGS-reldep6mod4.so): Likewise.
6931 (LDFLAGS-reldep8mod3.so): Likewise.
6932 (LDFLAGS-unload4mod1.so): Likewise.
6933 (LDFLAGS-unload4mod2.so): Likewise.
6934 (LDFLAGS-tst-initorder): Likewise.
6935 (LDFLAGS-tst-initordera2.so): Likewise.
6936 (LDFLAGS-tst-initordera3.so): Likewise.
6937 (LDFLAGS-tst-initordera4.so): Likewise.
6938 (LDFLAGS-tst-initorderb2.so): Likewise.
6939 (LDFLAGS-noload): Likewise.
6940 (LDFLAGS-next): Likewise.
6941 (LDFLAGS-order2mod1.so): Likewise.
6942 (LDFLAGS-order2mod2.so): Likewise.
6943 (LDFLAGS-tst-initorder2): Likewise.
6944 (LDFLAGS-tst-initorder2a.so): Likewise.
6945 (LDFLAGS-tst-initorder2b.so): Likewise.
6946 (LDFLAGS-tst-initorder2c.so): Likewise.
6947 * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
6949 2012-05-02 David S. Miller <davem@davemloft.net>
6951 * sysdeps/sparc/fpu/libm-test-ulps: Update.
6953 2012-05-02 Paul Pluzhnikov <ppluzhnikov@google.com>
6956 * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
6958 2012-05-02 Andreas Jaeger <aj@suse.de>
6960 * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
6961 since we manipulate rounding mode.
6962 (CPPFLAGS-test-idouble.c): Likewise.
6963 (CPPFLAGS-test-ifloat.c): Likewise.
6964 (CFLAGS-test-ldouble.c): Likewise.
6965 (CFLAGS-test-double.c): Likewise.
6966 (CFLAGS-test-float.c): Likewise.
6967 (CFLAGS-test-misc.c): Likewise.
6968 (CFLAGS-test-test-fenv.c): Likewise.
6970 2012-05-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6974 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
6975 comparisons to determine direction to adjust input.
6977 2012-05-01 Roland McGrath <roland@hack.frob.com>
6979 * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
6980 output to the target.
6982 * scripts/localplt.awk: New file.
6983 * elf/Makefile ($(objpfx)check-localplt): Target removed.
6984 (check-localplt-CFLAGS): Variable removed.
6985 ($(all-built-dso:=.jmprel)): New static pattern rule.
6986 (generated): Add those targets.
6987 (localplt-built-dso): New variable.
6988 ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
6990 * elf/check-localplt.c: File removed.
6992 * scripts/check-execstack.awk: New file.
6993 * elf/Makefile ($(objpfx)check-execstack): Target removed.
6994 (check-execstack-CFLAGS): Variable removed.
6995 ($(objpfx)check-execstack.h): Target removed.
6996 ($(objpfx)execstack-default): New target.
6997 (generated): Add that instead of check-execstack.h.
6998 ($(all-built-dso:=.phdr)): New static pattern rule.
6999 (generated): Add those targets.
7000 * elf/check-execstack.c: File removed.
7002 * scripts/check-textrel.awk: New file.
7003 * elf/Makefile ($(objpfx)check-textrel): Target removed.
7004 (check-textrel-CFLAGS): Variable removed.
7005 (all-built-dso): Use := to define.o
7006 ($(all-built-dso:=.dyn)): New static pattern rule.
7007 (generated): Add those targets.
7008 ($(objpfx)check-textrel.out): Use the script on the .dyn files.
7009 * config.make.in (READELF): New substituted variable.
7010 * elf/check-textrel.c: File removed.
7012 2012-05-01 Joseph Myers <joseph@codesourcery.com>
7014 * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
7016 * conform/data/ctype.h-data [C99-based standards] (isblank):
7018 (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
7019 (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
7020 [ISO || ISO99 || ISO11] (*_t): Do not allow.
7021 * conform/data/errno.h-data (EDOM): Use macro-int-constant.
7022 Specify type. Require positive value.
7025 [ISO || POSIX] (EILSEQ): Do not expect.
7026 [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
7027 Specify type. Require positive value.
7028 [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
7029 [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
7030 [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
7031 [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
7032 [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
7033 [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
7034 [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
7035 [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
7036 [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
7037 [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
7038 [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
7039 [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
7040 [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
7041 [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
7042 [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
7043 [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
7044 [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
7045 [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
7046 [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
7047 [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
7048 [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
7049 [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
7050 [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
7051 [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
7052 [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
7053 [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
7054 [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
7055 [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
7056 [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
7057 [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
7058 [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
7059 [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
7060 [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
7061 [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
7062 [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
7063 [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
7064 [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
7065 [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
7066 [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
7067 [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
7068 [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
7069 [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
7070 [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
7071 [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
7072 [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
7073 [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
7074 [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
7075 [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
7076 [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
7077 [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
7078 [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
7079 [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
7080 [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
7081 [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
7082 [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
7083 [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
7084 [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
7085 [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
7086 [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
7087 [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
7088 [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
7089 [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
7090 [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
7091 [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
7092 [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
7093 [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
7094 [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
7095 [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
7096 [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
7097 [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
7098 [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
7099 [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
7100 [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
7101 [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
7102 [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
7103 [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
7104 * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
7106 (FLT_ROUNDS): Expect as macro, not constant.
7107 (FLT_MANT_DIG): Use macro-int-constant.
7108 (DBL_MANT_DIG): Likewise.
7109 (LDBL_MANT_DIG): Likewise.
7110 (FLT_DIG): Likewise.
7111 (DBL_DIG): Likewise.
7112 (LDBL_DIG): Likewise.
7113 (FLT_MIN_EXP): Use macro-int-constant. Require < 0.
7114 (DBL_MIN_EXP): Likewise.
7115 (LDBL_MIN_EXP): Likewise.
7116 (FLT_MAX_EXP): Use macro-int-constant.
7117 (DBL_MAX_EXP): Likewise.
7118 (LDBL_MAX_EXP): Likewise.
7119 (FLT_MAX_10_EXP): Likewise.
7120 (DBL_MAX_10_EXP): Likewise.
7121 (LDBL_MAX_10_EXP): Likewise.
7122 (FLT_MAX): Use macro-constant.
7123 (DBL_MAX): Likewise.
7124 (LDBL_MAX): Likewise.
7125 (FLT_EPSILON): Use macro-constant. Give upper bound.
7126 (DBL_EPSILON): Likewise.
7127 (LDBL_EPSILON): Likewise.
7128 (FLT_MIN): Likewise.
7129 (DBL_MIN): Likewise.
7130 (LDBL_MIN): Likewise.
7131 [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
7132 [C99-based standards] (FLT_EVAL_METHOD): Likewise.
7133 [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
7134 [ISO11] (FLT_HAS_SUBNORM): Likewise.
7135 [ISO11] (LDBL_HAS_SUBNORM): Likewise.
7136 [ISO11] (DBL_DECIMAL_DIG): Likewise.
7137 [ISO11] (FLT_DECIMAL_DIG): Likewise.
7138 [ISO11] (LDBL_DECIMAL_DIG): Likewise.
7139 [ISO11] (DBL_TRUE_MIN): Use macro-constant.
7140 [ISO11] (FLT_TRUE_MIN): Likewise.
7141 [ISO11] (LDBL_TRUE_MIN): Likewise.
7142 [ISO || ISO99 || ISO11] (*_t): Do not allow.
7143 * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
7144 (SCHAR_MIN): Use macro-int-constant. Specify type.
7145 (SCHAR_MAX): Likewise.
7146 (UCHAR_MAX): Likewise.
7147 (CHAR_MIN): Likewise.
7148 (CHAR_MAX): Likewise.
7149 (MB_LEN_MAX): Use macro-int-constant.
7150 (SHRT_MIN): Use macro-int-constant. Specify type.
7151 (SHRT_MAX): Likewise.
7152 (USHRT_MAX): Likewise.
7153 (INT_MAX): Likewise.
7154 (INT_MIN): Use macro-int-constant. Specify type. Make upper
7156 (UINT_MAX): Use macro-int-constant. Specify type. Suffix lower
7158 (LONG_MAX): Use macro-int-constant. Specify type. Suffix lower
7160 (LONG_MIN): Use macro-int-constant. Specify type. Make upper
7161 bound negative. Suffix upper bound with "L".
7162 (ULONG_MAX): Use macro-int-constant. Specify type. Suffix lower
7164 [C99-based standards] (LLONG_MIN): Use macro-int-constant.
7166 [C99-based standards] (LLONG_MAX): Likewise.
7167 [C99-based standards] (ULLONG_MAX): Likewise.
7168 * conform/data/stddef.h-data (NULL): Use macro-constant. Require
7170 [ISO11] (max_align_t): Require type.
7171 [ISO || ISO99 || ISO11] (*_t): Do not allow.
7173 * conform/conformtest.pl ($CFLAGS_namespace): Define separately
7174 from $CFLAGS, without defining away __attribute__ calls.
7175 (checknamespace): Use $CFLAGS_namespace.
7177 * conform/conformtest.pl (@keywords): Only include C99 keywords
7178 for standards based on C99 or C11.
7180 * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
7182 * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
7185 * conform/conformtest.pl: Handle "macro-int-constant" and test for
7186 usability of symbols in #if.
7188 * conform/conformtest.pl: If macro or constant types start
7189 "promoted:", expect the symbol to be of the following type
7190 promoted by the integer promotions.
7192 * conform/conformtest.pl: Parse all "constant" and "macro" lines
7193 in one place. Also handle "macro-constant".
7195 * conform/conformtest.pl: Only accept expected macro values with
7196 "==". Parse all "macro" lines in one place.
7197 * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
7199 * conform/conformtest.pl: Handle braced types on "constant" lines
7200 instead of handling "typed-constant".
7201 * conform/data/signal.h-data: Use "constant" instead of
7204 * conform/conformtest.pl: Handle "optional-" at start of lines in
7205 one place rather than duplicating several cases. Handle each
7206 format of "macro" line with initial "optional-".
7208 * conform/conformtest.pl: Only accept expected constant or
7209 optional-constant values with "==". Parse all "constant" lines in
7210 one place. Parse all "optional-constant" lines in one place.
7211 * conform/data/cpio.h-data: Use "==" form on "constant" lines.
7212 * conform/data/fmtmsg.h-data: Likewise.
7213 * conform/data/netinet/in.h-data: Likewise.
7214 * conform/data/tar.h-data: Likewise.
7215 * conform/data/limits.h-data: Use "==" form on "constant" and
7216 "optional-constant" lines.
7218 * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
7219 Use -std=c99 for XOPEN2K.
7220 (@knownproblems): Remove.
7221 (newtoken): Don't check %isknown.
7223 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
7224 Do not expect macro.
7225 [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
7226 [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
7227 [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
7228 [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
7229 [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
7230 [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
7231 [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
7232 [XPG3 || XPG4 || UNIX98] (isless): Likewise.
7233 [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
7234 [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
7235 [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
7236 [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
7237 [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
7238 [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
7239 [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
7240 [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
7241 [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
7242 [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
7243 [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
7244 [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
7245 [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
7246 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
7247 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
7248 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
7249 [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
7250 [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
7251 [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
7252 [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
7253 [XPG3 || XPG4 || UNIX98] (log2): Likewise.
7254 [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
7255 [XPG3] (acosh): Likewise.
7256 [XPG3] (asinh): Likewise.
7257 [XPG3] (atanh): Likewise.
7258 [XPG3] (cbrt): Likewise.
7259 [XPG3] (expm1): Likewise.
7260 [XPG3] (ilogb): Likewise.
7261 [XPG3] (log1p): Likewise.
7262 [XPG3] (logb): Likewise.
7263 [XPG3] (nextafter): Likewise.
7264 [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
7265 [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
7266 [XPG3] (remainder): Likewise.
7267 [XPG3] (rint): Likewise.
7268 [XPG3 || XPG4 || UNIX98] (round): Likewise.
7269 [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
7270 [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
7271 [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
7272 [XPG3 || XPG4 || UNIX98] (lround): Likewise.
7273 [XPG3 || XPG4 || UNIX98] (llround): Likewise.
7274 [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
7275 [UNIX98 || XOPEN2K] (scalb): Expect.
7276 [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
7277 [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
7278 [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
7279 [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
7280 [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
7281 [XPG3 || XPG4 || UNIX98] (fma): Likewise.
7282 [XPG3 || XPG4 || UNIX98] (nan): Likewise.
7283 [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
7284 [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
7285 [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
7286 [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
7287 [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
7288 [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
7289 [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
7290 [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
7291 [XPG3 || XPG4 || UNIX98] (expf): Likewise.
7292 [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
7293 [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
7294 [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
7295 [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
7296 [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
7297 [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
7298 [XPG3 || XPG4 || UNIX98] (logf): Likewise.
7299 [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
7300 [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
7301 [XPG3 || XPG4 || UNIX98] (modff): Likewise.
7302 [XPG3 || XPG4 || UNIX98] (powf): Likewise.
7303 [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
7304 [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
7305 [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
7306 [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
7307 [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
7308 [XPG3 || XPG4 || UNIX98] (erff): Likewise.
7309 [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
7310 [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
7311 [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
7312 [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
7313 [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
7314 [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
7315 [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
7316 [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
7317 [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
7318 [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
7319 [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
7320 [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
7321 [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
7322 [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
7323 [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
7324 [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
7325 [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
7326 [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
7327 [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
7328 [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
7329 [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
7330 [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
7331 [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
7332 [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
7333 [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
7334 [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
7335 [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
7336 [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
7337 [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
7338 [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
7339 [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
7340 [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
7341 [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
7342 [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
7343 [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
7344 [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
7345 [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
7346 [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
7347 [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
7348 [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
7349 [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
7350 [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
7351 [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
7352 [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
7353 [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
7354 [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
7355 [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
7356 [XPG3 || XPG4 || UNIX98] (expl): Likewise.
7357 [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
7358 [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
7359 [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
7360 [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
7361 [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
7362 [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
7363 [XPG3 || XPG4 || UNIX98] (logl): Likewise.
7364 [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
7365 [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
7366 [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
7367 [XPG3 || XPG4 || UNIX98] (powl): Likewise.
7368 [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
7369 [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
7370 [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
7371 [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
7372 [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
7373 [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
7374 [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
7375 [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
7376 [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
7377 [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
7378 [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
7379 [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
7380 [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
7381 [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
7382 [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
7383 [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
7384 [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
7385 [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
7386 [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
7387 [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
7388 [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
7389 [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
7390 [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
7391 [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
7392 [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
7393 [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
7394 [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
7395 [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
7396 [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
7397 [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
7398 [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
7399 [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
7400 [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
7401 [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
7402 [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
7403 [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
7404 [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
7405 [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
7406 [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
7407 [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
7408 [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
7409 [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
7410 [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
7411 [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
7412 [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
7414 * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
7415 _XOPEN_SOURCE_EXTENDED for XPG4.
7417 * conform/conformtest.pl: Handle "symbol" lines for allow-header.
7419 * Makeconfig (localtime): Remove variable.
7420 (inst_localtime-file): Likewise.
7422 2012-05-01 Andreas Schwab <schwab@linux-m68k.org>
7424 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
7426 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
7428 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
7430 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
7432 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
7434 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
7436 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
7438 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
7440 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
7443 2012-05-01 Joseph Myers <joseph@codesourcery.com>
7447 * math/s_nexttowardf.c (__nexttowardf): Use floating-point
7448 comparisons to determine direction to adjust input.
7449 * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
7450 * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
7451 * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
7453 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
7455 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
7457 * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
7458 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
7460 * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
7462 * math/libm-test.inc (nexttoward_test): Add more tests.
7464 2012-05-01 Andreas Schwab <schwab@linux-m68k.org>
7467 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
7468 in version GLIBC_2.1, not GLIBC_2.0.
7469 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
7472 2012-04-30 Joseph Myers <joseph@codesourcery.com>
7475 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
7477 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
7478 * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
7479 * math/libm-test.inc (acos_test): Add more tests.
7480 (asin_test): Likewise.
7481 * sysdeps/i386/fpu/libm-test-ulps: Update.
7482 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7485 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
7487 * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
7488 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
7489 * math/libm-test.inc (acos_test_tonearest): New function.
7490 (acos_test_towardzero): Likewise.
7491 (acos_test_downward): Likewise.
7492 (acos_test_upward): Likewise.
7493 (asin_test_tonearest): Likewise.
7494 (asin_test_towardzero): Likewise.
7495 (asin_test_downward): Likewise.
7496 (asin_test_upward): Likewise.
7497 (main): Call the new functions.
7498 * sysdeps/i386/fpu/libm-test-ulps: Update.
7499 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
7503 * math/e_exp10.c: Include <float.h>.
7504 (__ieee754_exp10): Handle underflow here rather than multiplying
7505 large negative argument by M_LN10.
7506 * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
7508 * math/e_exp10l.c: Include <float.h>.
7509 (__ieee754_exp10l): Handle underflow here rather than multiplying
7510 large negative argument by M_LN10l.
7511 * math/libm-test.inc (exp10_test): Add another test. Do not allow
7512 spurious overflow exception on underflow.
7514 2012-04-29 Marek Polacek <polacek@redhat.com>
7516 * misc/sys/cdefs.h (__attribute_artificial__): New macro.
7517 (__fortify_function): New macro.
7518 (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
7519 * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
7520 __extern_always_inline.
7521 * libio/bits/stdio2.h: Likewise.
7522 * libio/bits/stdio.h: Likewise.
7523 * string/string.h: Likewise.
7524 * string/bits/string3.h: Likewise.
7525 * include/stdio.h: Likewise.
7526 * stdlib/bits/stdlib.h: Likewise.
7527 * stdlib/stdlib.h: Likewise.
7528 * rt/bits/mqueue2.h: Likewise.
7529 * rt/mqueue.h: Likewise.
7530 * posix/bits/unistd.h: Likewise.
7531 * posix/unistd.h: Likewise.
7532 * io/bits/poll2.h: Likewise.
7533 * io/bits/fcntl2.h: Likewise.
7534 * io/fcntl.h: Likewise.
7535 * io/sys/poll.h: Likewise.
7536 * misc/bits/syslog.h: Likewise.
7537 * misc/bits/syslog-ldbl.h: Likewise.
7538 * misc/sys/syslog.h: Likewise.
7539 * socket/bits/socket2.h: Likewise.
7540 * socket/sys/socket.h: Likewise.
7541 * debug/tst-chk1.c: Likewise.
7542 * wcsmbs/bits/wchar2.h: Likewise.
7543 * wcsmbs/bits/wchar-ldbl.h: Likewise.
7544 * wcsmbs/wchar.h: Likewise.
7546 2012-04-29 Andreas Jaeger <aj@suse.de>
7548 * Makerules (tests): Remove enable-check-abi protection.
7549 (check-abi-warn): Remove.
7550 (check-abi-%): Remove check-abi-warn usage.
7552 * configure.in: Remove check-abi configure option.
7553 * configure: Regenerated.
7554 * config.make.in (enable-check-abi): Remove.
7556 2012-04-28 Andreas Schwab <schwab@linux-m68k.org>
7559 * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
7560 double functions to double *_finite functions.
7563 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
7564 (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
7566 * stdio-common/Makefile (tests): Add tst-sprintf3.
7567 * stdio-common/tst-sprintf3.c: New file.
7569 * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
7570 ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
7572 2012-04-28 Joseph Myers <joseph@codesourcery.com>
7574 * conform/conformtest.pl: Remove duplicate typed-constant
7577 2012-04-28 David S. Miller <davem@davemloft.net>
7579 * Makerules (%.abilist): Add vpath on sysdep_dirs.
7580 (check-abi-%): Remove AWK script prerequisite and explicit
7582 (check-abi): Rewrite to just diff the symlist with the abilist.
7583 (config-tls, config-abi-config): Delete, no longer used.
7584 (update-abi-%): Remove AWK script and explicit abilist directory.
7585 (update-abi): Rewrite to simply compare and conditionally copy the
7586 symlist and the sysdep abilist file. Remove update-abi-config
7588 * abilist/ld.abilist: Remove.
7589 * abilist/libBrokenLocale.abilist: Remove.
7590 * abilist/libanl.abilist: Remove.
7591 * abilist/libcrypt.abilist: Remove.
7592 * abilist/libdl.abilist: Remove.
7593 * abilist/librt.abilist: Remove.
7594 * abilist/libthread_db.abilist: Remove.
7595 * abilist/libutil.abilist: Remove.
7596 * scripts/extract-abilist.awk: Remove.
7597 * scripts/merge-abilist.awk: Remove.
7598 * sysdeps/generic/libcidn.abilist: New file.
7599 * sysdeps/generic/libnss_compat.abilist: New file.
7600 * sysdeps/generic/libnss_db.abilist: New file.
7601 * sysdeps/generic/libnss_dns.abilist: New file.
7602 * sysdeps/generic/libnss_files.abilist: New file.
7603 * sysdeps/generic/libnss_hesiod.abilist: New file.
7604 * sysdeps/generic/libnss_nis.abilist: New file.
7605 * sysdeps/generic/libnss_nisplus.abilist: New file.
7606 * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
7607 * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
7608 * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
7610 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
7611 * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
7612 * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
7613 * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
7614 * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
7615 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
7616 * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
7617 * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
7618 * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
7620 * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
7621 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
7622 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
7623 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
7625 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
7626 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
7627 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
7628 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
7629 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
7630 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
7632 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
7633 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
7634 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
7636 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
7637 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
7639 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
7641 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
7643 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
7645 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
7647 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
7649 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
7651 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
7653 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
7655 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
7657 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
7659 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
7661 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
7663 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
7665 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
7667 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
7669 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
7671 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
7673 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
7675 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
7677 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
7679 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
7681 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
7683 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
7685 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
7687 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
7689 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
7690 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
7692 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
7694 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
7696 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
7698 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
7700 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
7702 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
7704 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
7706 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
7708 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
7710 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
7712 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
7714 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
7715 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
7717 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
7719 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
7721 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
7723 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
7725 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
7727 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
7729 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
7731 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
7733 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
7735 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
7737 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
7739 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
7740 * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
7741 * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
7743 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
7744 * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
7745 * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
7746 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
7747 * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
7748 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
7749 * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
7750 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
7751 * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
7752 * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
7753 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
7754 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
7756 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
7758 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
7760 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
7762 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
7764 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
7766 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
7768 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
7770 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
7772 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
7774 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
7776 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
7778 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
7779 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
7781 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
7783 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
7785 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
7787 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
7789 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
7791 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
7793 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
7795 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
7797 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
7799 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
7801 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
7804 2012-04-28 Joseph Myers <joseph@codesourcery.com>
7806 * conform/conformtest.pl: Fix typo in handling typed-constant from
7809 2012-04-27 Joseph Myers <joseph@codesourcery.com>
7811 * README: Cut down references to pre-2.6 Linux kernels and
7812 Linuxthreads. Update lists of configurations in libc and ports
7813 and sort alphabetically. Say "or newer" with Linux kernel version
7816 * config.h.in [IS_IN_build]: Allow compiling without optimization.
7818 2012-04-27 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
7821 * math/libm-test.inc (logb_test_downward): New test to expose
7822 erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
7825 2012-04-27 Joseph Myers <joseph@codesourcery.com>
7828 * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
7830 * math/fraiseexcpt.c (__feraiseexcept): Likewise.
7831 * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
7833 2012-04-26 Joseph Myers <joseph@codesourcery.com>
7835 * sysdeps/unix/i386/brk.S: Remove file.
7836 * sysdeps/unix/i386/dl-brk.S: Likewise.
7837 * sysdeps/unix/i386/pipe.S: Likewise.
7838 * sysdeps/unix/i386/sigreturn.S: Likewise.
7839 * sysdeps/unix/i386/syscall.S: Likewise.
7840 * sysdeps/unix/i386/vfork.S: Likewise.
7841 * sysdeps/unix/i386/wait.S: Likewise.
7843 * sysdeps/unix/common/tcsendbrk.c: Move to ...
7844 * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
7846 * configure.in (arm*-none*): Do not allow without
7847 --enable-hacker-mode.
7848 (netbsd*): Remove case setting base_os.
7849 (386bsd*): Likewise.
7850 (freebsd*): Likewise.
7854 (ultrix*): Likewise.
7855 (newsos*): Likewise.
7865 (solaris[2-9]*): Likewise.
7867 * configure: Regenerated.
7869 2012-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7872 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
7873 overflow or cancellation in calculating denominator.
7874 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
7875 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
7876 down expression to avoid unexpected rounding in newer GCCs.
7877 * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
7879 2012-04-26 David S. Miller <davem@davemloft.net>
7881 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
7882 long-double compat symbols.
7883 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
7884 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
7885 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
7886 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
7887 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
7888 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
7889 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
7890 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
7891 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
7892 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
7893 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
7894 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
7895 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
7897 2012-04-25 David S. Miller <davem@davemloft.net>
7899 * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
7900 HWCAP_* values only after the memory barriers have been defined.
7901 (atomic_full_barrier): Define.
7902 (atomic_read_barrier): Define.
7903 (atomic_write_barrier): Define.
7905 2012-04-26 Siddhesh Poyarekar <siddhesh@redhat.com>
7907 * shlib-versions: Add libgcc_s version information.
7908 * sysdeps/generic/libgcc_s.h: Remove.
7909 * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
7911 * sysdeps/gnu/unwind-resume.c: Likewise.
7912 * scripts/test-installation.pl: Remove libgcc_s from link_libs.
7914 2012-04-25 David S. Miller <davem@davemloft.net>
7916 * sysdeps/unix/sparc/brk.S: Delete.
7917 * sysdeps/unix/sparc/dl-brk.S: Delete.
7918 * sysdeps/unix/sparc/pipe.S: Delete.
7919 * sysdeps/unix/sparc/sysdep.S: Delete.
7920 * sysdeps/unix/sparc/sysdep.h: Delete.
7921 * sysdeps/unix/sparc/vfork.S: Delete.
7922 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG,
7923 SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
7924 * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO,
7925 ret_ERRVAL, r0, r1, MOVE): Define.
7926 (JUMPTARGET): Remove.
7927 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
7928 sysdeps/unix/sparc/sysdep.h
7929 (ENTRY, END): Remove.
7930 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
7932 2012-04-25 Joseph Myers <joseph@codesourcery.com>
7934 * Makerules (native-compile): Use $(BUILD_LDFLAGS).
7935 (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
7938 * timezone/README: Update upstream location and email address for
7940 * timezone/zdump.c: Update from tzcode 2012b.
7941 * timezone/zic.c: Likewise.
7943 * configure.in (libc_cv_as_needed): Remove test.
7944 * configure: Regenerated.
7945 * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
7946 conditional definition.
7947 [$(have-as-needed) != yes] (no-as-needed): Likewise.
7948 [$(have-as-needed) != yes] (libgcc_eh): Likewise.
7949 * config.make.in (have-as-needed): Remove variable.
7951 2012-04-25 Siddhesh Poyarekar <siddhesh@redhat.com>
7952 Paul Pluzhnikov <ppluzhnikov@google.com>
7954 * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
7957 2012-04-25 Chung-Lin Tang <cltang@codesourcery.com>
7959 * sysdeps/sh/memcpy.S: Remove include of endian.h, change
7960 preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
7961 * sysdeps/sh/strlen.S: Likewise.
7963 2012-04-24 Joseph Myers <joseph@codesourcery.com>
7965 * sysdeps/unix/fork.S: Remove file.
7966 * sysdeps/unix/i386/fork.S: Likewise.
7967 * sysdeps/unix/sparc/fork.S: Likewise.
7969 * sysdeps/unix/system.c: Remove file.
7970 * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
7972 * sysdeps/unix/getegid.S: Remove file.
7973 * sysdeps/unix/geteuid.S: Likewise.
7975 2012-04-24 Roland McGrath <roland@hack.frob.com>
7977 * scripts/check-localplt.awk: New file.
7978 * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
7980 * scripts/data/localplt-generic.data: Add a comment.
7982 * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
7983 NODE when __dir_mkfile failed.
7984 * sysdeps/mach/hurd/symlinkat.c: Likewise.
7985 Reported by Ludovic Courtès <ludo@gnu.org>.
7987 2012-04-24 Andreas Jaeger <aj@suse.de>
7989 * Makerules (common-clean): Also remove gen-as-const-headers
7992 2012-04-24 Joseph Myers <joseph@codesourcery.com>
7994 * Makerules (native-compile): Do not change working directory for
7995 build. Use $(OUTPUT_OPTION) in command.
7996 (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
7998 2012-04-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8001 * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
8002 sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
8003 * math/libm-test.inc (floor_test): Add more tests.
8004 * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
8006 2012-04-24 Joseph Myers <joseph@codesourcery.com>
8008 * sysdeps/unix/getdents.c: Remove file.
8009 * sysdeps/unix/sysv/getdents.c: Likewise.
8010 * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
8012 * sysdeps/unix/syscalls.list (madvise): Add syscall from
8013 sysdeps/unix/mman/syscalls.list.
8015 (mprotect): Likewise.
8018 * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
8019 * sysdeps/unix/mman/syscalls.list: Remove.
8020 * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
8022 * configure.in (libc_cv_libgcc_s_suffix): Remove test.
8023 (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
8024 * configure: Regenerated.
8025 * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
8027 * config.make.in (libgcc_s_suffix): Remove variable.
8029 2012-04-23 Joseph Myers <joseph@codesourcery.com>
8031 * sysdeps/unix/sysv/gethostname.c: Move to ...
8032 * sysdeps/posix/gethostname.c: ... here.
8034 * sysdeps/unix/execve.S: Remove file.
8036 * sysdeps/unix/_exit.S: Remove file.
8038 2012-04-23 Andreas Jaeger <aj@suse.de>
8041 * manual/Makefile: Remove make dist support, there's no
8042 need for a stand-alone documentation tar ball.
8043 (TEXI2DVI): Define always, it's not in Makeconfig.
8047 (glibc-doc-$(edition).tar): Removed
8051 (ETAGS): Remove, it's in Makeconfig.
8052 (move-if-change): Remove, it's in Makeconfig.
8054 2013-04-23 Paul Eggert <eggert@cs.ucla.edu>
8057 * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
8058 (strtod, strtof, strtold, strtol, strtoul, strtoq)
8059 (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
8060 (strtod_l, strtof_l, strtold_l): Remove __wur.
8061 It is not necessarily an error to ignore strtol's return value.
8062 One can reliably look at the stored endptr to decide whether
8063 the number had valid syntax.
8065 2012-04-21 Andreas Jaeger <aj@suse.de>
8068 * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
8070 2012-04-21 Joseph Myers <joseph@codesourcery.com>
8072 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
8073 * sysdeps/unix/sysv/Versions: Remove file.
8075 2012-04-21 Markus Trippelsdorf <markus@trippelsdorf.de>
8078 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
8080 2012-04-21 Nick Alcock <nick.alcock@oracle.com>
8083 * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
8084 version from __vm86.
8086 2012-04-20 Joseph Myers <joseph@codesourcery.com>
8088 * sysdeps/unix/common/lxstat.c: Remove file.
8089 * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
8091 * sysdeps/unix/sysv/Makefile: Remove file.
8093 * sysdeps/unix/sysv/direct.h: Remove file.
8095 * sysdeps/unix/sysv/bits/dirent.h: Remove file.
8096 * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
8097 * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
8098 * sysdeps/unix/sysv/bits/signum.h: Likewise.
8099 * sysdeps/unix/sysv/bits/stat.h: Likewise.
8100 * sysdeps/unix/sysv/bits/utmp.h: Likewise.
8101 * sysdeps/unix/sysv/bits/utsname.h: Likewise.
8103 * sysdeps/unix/sysv/setrlimit.c: Remove file.
8105 * sysdeps/unix/xmknod.c: Remove file.
8106 * sysdeps/unix/syscalls.list (sys_mknod): Remove.
8108 * sysdeps/unix/sysv/settimeofday.c: Remove file.
8110 * sysdeps/unix/sysv/i386/time.S: Remove file.
8112 * sysdeps/unix/fxstat.c: Remove file.
8113 * sysdeps/unix/xstat.c: Likewise.
8114 * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
8116 * sysdeps/unix/sysv/sigaction.c: Remove file.
8118 * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
8119 (sysdep_headers): Remove variable.
8120 [termio.h not in sysdep_headers] (generated): Likewise.
8121 [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
8122 * sysdeps/unix/sysv/sysv_termio.h: Remove file.
8123 * sysdeps/unix/sysv/tcdrain.c: Likewise.
8124 * sysdeps/unix/sysv/tcflow.c: Likewise.
8125 * sysdeps/unix/sysv/tcflush.c: Likewise.
8126 * sysdeps/unix/sysv/tcgetattr.c: Likewise.
8127 * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
8128 * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
8129 * sysdeps/unix/sysv/tcsetattr.c: Likewise.
8130 * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
8132 * sysdeps/unix/siglist.c: Remove file.
8134 * sysdeps/unix/getppid.S: Remove file.
8136 * sysdeps/unix/mkdir.c: Remove file.
8137 * sysdeps/unix/rmdir.c: Likewise.
8139 2012-04-19 Andreas Schwab <schwab@linux-m68k.org>
8141 * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
8143 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
8144 errlist-compat value.
8146 2012-04-18 David S. Miller <davem@davemloft.net>
8148 * sysdeps/generic/memcopy.h (reg_char): Delete.
8149 * debug/strcat_chk.c: Use char, not reg_char.
8150 * debug/strcpy_chk.c: Likewise.
8151 * debug/strncat_chk.c: Likewise.
8152 * debug/strncpy_chk.c: Likewise.
8153 * string/memchr.c: Likewise.
8154 * string/memrchr.c: Likewise.
8155 * string/rawmemchr.c: Likewise.
8156 * string/strcat.c: Likewise.
8157 * string/strchr.c: Likewise.
8158 * string/strchrnul.c: Likewise.
8159 * string/strcmp.c: Likewise.
8160 * string/strcpy.c: Likewise.
8161 * string/strncat.c: Likewise.
8162 * string/strncmp.c: Likewise.
8163 * string/strncpy.c: Likewise.
8165 2012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
8167 * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
8168 __builtin_memcopy is called when src and dest ranges are known to not
8171 2012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
8173 * sysdeps/powerpc/powerpc64/power6/wordcopy.c
8174 (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
8175 fwd_align_merge macro call.
8176 (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
8177 bwd_align_merge macro call.
8178 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
8180 2012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
8182 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
8183 bwd_align_merge macros.
8184 (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
8185 (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
8186 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
8188 2012-04-18 David S. Miller <davem@davemloft.net>
8190 * sysdeps/sparc/sparc64/memcopy.h: Delete.
8192 2012-04-18 Andreas Jaeger <aj@suse.de>
8195 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
8196 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
8197 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
8199 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
8200 * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
8201 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
8203 * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
8204 * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
8205 Adjust for changed ldbl-128 files.
8207 * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
8208 * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
8209 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
8211 2012-04-17 David S. Miller <davem@davemloft.net>
8213 * sysdeps/sparc/sparc32/memcopy.h: Delete.
8215 2012-04-17 Andreas Schwab <schwab@linux-m68k.org>
8217 * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
8218 * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
8219 * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
8220 * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
8221 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
8222 * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
8224 2012-04-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8227 * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
8228 * math/libm-test.inc: Add ilogb errno and exception tests.
8229 * math/w_ilogb.c: New file: ilogb wrapper.
8230 * math/w_ilogbf.c: New file: ilogbf wrapper.
8231 * math/w_ilogbl.c: New file: ilogbl wrapper.
8232 * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
8233 * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
8234 * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
8235 exception being thrown with 0.0 as argument.
8236 * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
8237 * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
8238 exception being thrown with 0.0 as argument.
8239 * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
8240 * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
8241 exception being thrown with 0.0 as argument.
8242 * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
8243 * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
8244 exception being thrown with 0.0 as argument.
8245 * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
8246 * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
8247 * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
8248 * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
8249 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
8250 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
8251 * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
8252 * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
8253 * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
8255 2012-04-17 Petr Baudis <pasky@ucw.cz>
8257 * include/sys/uio.h: Change __vector to __iovec to avoid clash
8260 2012-04-16 Marek Polacek <polacek@redhat.com>
8262 * elf/pldd-xx.c: Rename static_assert to pldd_assert.
8264 2012-04-16 Marek Polacek <polacek@redhat.com>
8266 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
8267 operands of fdivp instruction.
8269 2012-04-13 H.J. Lu <hongjiu.lu@intel.com>
8271 * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
8272 * elf/tst-auditmod3b.c: Likewise.
8273 * elf/tst-auditmod4b.c: Likewise.
8274 * elf/tst-auditmod5b.c: Likewise.
8275 * elf/tst-auditmod6b.c: Likewise.
8276 * elf/tst-auditmod6c.c: Likewise.
8277 * elf/tst-auditmod7b.c: Likewise.
8278 * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
8279 * sysdeps/x86_64/preconfigure.in: Likewise.
8280 * sysdeps/x86_64/preconfigure: Regenerated.
8282 2012-04-13 H.J. Lu <hongjiu.lu@intel.com>
8284 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
8287 2012-04-13 Antoine Balestrat <merkil33@gmail.com>
8289 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
8290 (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
8292 2012-04-13 Chris Leonard <cjlhomeaddress@gmail.com>
8295 * locale/iso-639.def: Fix gl language name. Spotted by
8298 2012-04-12 Roland McGrath <roland@hack.frob.com>
8301 * libio/libio.h (__io_write_fn): Update comment.
8303 2012-04-12 Petr Baudis <pasky@ucw.cz>
8306 * stdio.texi (Hook Functions): The user provided writer function
8307 is not allowed to return -1.
8309 2012-04-11 David S. Miller <davem@davemloft.net>
8311 * sysdeps/sparc/fpu/libm-test-ulps: Update.
8313 2012-04-11 Mike Frysinger <vapier@gentoo.org>
8315 * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
8316 Add a leading slash to rtkaio.
8318 2012-04-11 Jim Meyering <meyering@redhat.com>
8321 * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
8322 It is not necessarily an error to ignore fwrite's return
8323 value. One can reliably use ferror to test for errors after
8326 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
8328 * bits/types.h (__snseconds_t): New type.
8329 * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
8331 * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
8332 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
8333 (__SNSECONDS_T_TYPE): Likewise.
8334 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
8335 (__SNSECONDS_T_TYPE): Likewise.
8336 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
8337 (__SNSECONDS_T_TYPE): Likewise.
8339 2012-04-10 Andreas Jaeger <aj@suse.de>
8342 * manual/time.texi (Processor Time): Return type of times is
8343 elapsed real time since an arbitrary point in the past.
8344 (CPU Time): Move CLK_TCK from here...
8345 (Processor Time): ...to here. Correct description.
8346 * manual/conf.texi (Constants for Sysconf): Correct description of
8349 2012-04-10 David S. Miller <davem@davemloft.net>
8352 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
8353 where the is a gap between DT_REL(A) and DT_JMPREL.
8355 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
8357 * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
8358 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
8359 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
8361 2012-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
8363 * elf/dl-support.c (_dl_inhibit_cache): New variable.
8364 * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
8365 (dl_main): Handle --inhibit-cache.
8366 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
8368 * elf/dl-load.c (_dl_map_object): Use it.
8369 * elf/Makefile: Define SYSCONFDIR when building rtld.c.
8371 2012-04-09 Joseph Myers <joseph@codesourcery.com>
8374 * sysdeps/i386/fpu/e_powl.S (p78): New object.
8375 (__ieee754_powl): Saturate large exponents rather than testing for
8376 overflow of y*log2(x).
8377 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
8378 * math/libm-test.inc (pow_test): Do not permit spurious overflow
8382 * math/s_ctan.c: Include <float.h>.
8383 (__ctan): Avoid internal overflow or cancellation in calculating
8385 * math/s_ctanf.c: Likewise.
8386 * math/s_ctanl.c: Likewise.
8387 * math/s_ctanh.c: Likewise.
8388 * math/s_ctanhf.c: Likewise.
8389 * math/s_ctanhl.c: Likewise.
8390 * math/libm-test.inc (ctan_test): Add more tests.
8391 (ctanh_test): Likewise.
8392 * sysdeps/i386/fpu/libm-test-ulps: Update.
8393 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8395 2012-04-09 Andreas Jaeger <aj@suse.de>
8398 * manual/filesys.texi (Directory Entries): Mention that d_namlen
8399 is an optional BSD extension.
8402 * manual/stdio.texi (Opening Streams): Document additional fopen
8405 2012-04-09 Roland McGrath <roland@hack.frob.com>
8407 * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
8408 %eax without telling the compiler.
8410 2012-04-09 Carlos O'Donell <carlos_odonell@mentor.com>
8413 * manual/install.texi: Use sourceware.org.
8415 2012-04-09 Joseph Myers <joseph@codesourcery.com>
8418 * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
8419 (__ieee754_pow): Generate overflow and underflow using huge*huge
8420 and tiny*tiny rather than just returning constant infinity or zero
8421 for large exponents.
8422 * math/libm-test.inc (pow_test): Require overflow exceptions for
8423 applicable cases of large exponents.
8426 * sysdeps/i386/fpu/e_pow.S (p10): New object.
8427 (__ieee754_pow): Use iterative multiplication algorithm only for
8428 integer exponents with absolute value below 1024. Check for odd
8429 integer exponents when using algorithm for real exponents.
8430 * math/libm-test.inc (pow_test): Add more tests.
8431 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
8433 2012-04-08 Joseph Myers <joseph@codesourcery.com>
8436 * math/libm-test.inc (exp_test): Do not allow overflow exception
8439 2012-04-08 Aurelien Jarno <aurelien@aurel32.net>
8442 * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
8443 instead of __kernel_standard_f.
8445 2012-04-08 Mike Frysinger <vapier@gentoo.org>
8447 * sysdeps/i386/i686/memset_chk.S: Update copyright year.
8448 * sysdeps/x86_64/memset_chk.S: Likewise.
8450 2012-04-08 Andreas Jaeger <aj@suse.de>
8453 * manual/startup.texi (Environment Access): Describe return value
8454 for putenv and setenv.
8457 * manual/filesys.texi (Directory Entries): Add description for
8461 * manual/filesys.texi (Directory Entries): Clarify that it's file
8462 system not operating system in the description of DT_UNKNOWN.
8465 * manual/syslog.texi (closelog): Fix reference, it's openlog.
8467 2012-04-08 Stephen Compall <s11@member.fsf.org>
8470 * manual/llio.texi (Opening and Closing Files): Add cross
8471 reference to explain mode argument.
8473 2012-04-07 Mike Frysinger <vapier@gentoo.org>
8475 * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
8476 * sysdeps/x86_64/memset_chk.S: Likewise.
8478 2012-04-07 David S. Miller <davem@davemloft.net>
8480 * elf/elf.h (R_SPARC_WDISP10): Define.
8481 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
8483 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
8484 R_SPARC_SIZE64 and R_SPARC_H34.
8486 2012-04-07 Carlos O'Donell <carlos_odonell@mentor.com>
8488 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
8489 conditions and remove no longer applicable assertion.
8491 2012-04-06 H.J. Lu <hongjiu.lu@intel.com>
8493 * bits/byteswap.h: Include <features.h>.
8494 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
8495 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
8497 2012-04-06 H.J. Lu <hongjiu.lu@intel.com>
8499 * bits/byteswap.h (__bswap_16): Removed.
8500 Include <bits/byteswap-16.h> to get __bswap_16.
8501 * sysdeps/i386/bits/byteswap.h: Likewise.
8502 * sysdeps/s390/bits/byteswap.h: Likewise.
8503 * sysdeps/x86_64/bits/byteswap.h: Likewise.
8504 * bits/byteswap-16.h: New file.
8505 * sysdeps/i386/bits/byteswap-16.h: Likewise.
8506 * sysdeps/s390/bits/byteswap-16.h: Likewise.
8507 * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
8508 * string/Makefile (headers): Add bits/byteswap-16.h.
8510 2012-04-06 Paul Pluzhnikov <ppluzhnikov@google.com>
8513 * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
8515 * nss/Makefile (tests-static, tests): Add tst-nss-static.
8516 * nss/tst-nss-static.c: New.
8518 2012-04-06 Robert Millan <rmh@gnu.org>
8521 * manual/llio.texi (File Position Primitive): lseek
8522 refers to WHENCE when it really means OFFSET.
8524 2012-04-06 Andreas Jaeger <aj@suse.de>
8526 * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
8527 strncmp declarations.
8529 * abilist/libc.abilist: Add __poll and __ppoll.
8531 2012-04-05 David S. Miller <davem@davemloft.net>
8533 * scripts/check-local-headers.sh: Accept a host triplet in the
8534 path matched by the exclude regexp.
8536 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
8538 * sysdeps/powerpc/powerpc32/dl-machine.h
8539 (ELF_MACHINE_PLTREL_OVERLAP): Delete.
8540 * sysdeps/s390/s390-32/dl-machine.h
8541 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
8542 * sysdeps/sparc/sparc32/dl-machine.h
8543 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
8544 * sysdeps/sparc/sparc64/dl-machine.h
8545 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
8547 * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
8549 * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
8550 undefined symbol errors.
8552 * elf/rtld.c (dl_main): Skip VDSO when checking for unused
8555 2012-04-05 Michael Matz <matz@suse.de>
8558 * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
8560 2012-04-05 Andreas Jaeger <aj@suse.de>
8563 * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
8566 2012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8568 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
8569 which ROUND is no valid rounding mode.
8571 2012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8573 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
8575 * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
8577 2012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8579 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
8580 an exception using FPU order intentionally.
8582 2012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8584 * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
8585 * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
8586 * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
8587 * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
8589 2012-04-05 Simon Josefsson <simon@josefsson.org>
8592 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
8593 EINVAL when BUFLEN is too smal.
8595 2012-04-05 Thomas Schwinge <thomas@codesourcery.com>
8598 * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
8599 * sysdeps/mach/powerpc/machine-lock.h: Likewise.
8601 2012-04-03 Andreas Jaeger <aj@suse.de>
8604 * manual/setjmp.texi (System V contexts): Fix sentence.
8607 * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
8608 New macro for this case.
8609 [!__GNUC__] (__bswap_64): New inline function for this case.
8610 * sysdeps/x86_64/bits/byteswap.h: Likewise.
8611 * bits/byteswap.h: Likewise.
8612 * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
8613 ull, guard with __GLIBC_HAVE_LONG_LONG.
8615 * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
8616 __GLIBC_HAVE_LONG_LONG.
8618 * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
8619 Include <features.h> for __GLIBC_HAVE_LONG_LONG.
8621 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
8624 * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
8625 inptr and inend, rather than using last_ch.
8627 2012-04-02 David S. Miller <davem@davemloft.net>
8629 With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
8630 * stdio-common/printf-parse.h (read_int): Change return type to
8631 'int', return -1 on INT_MAX overflow.
8632 * stdio-common/vfprintf.c (vfprintf): Validate width and precision
8633 against overflow of INT_MAX. Set errno to EOVERFLOW when 'done'
8634 overflows INT_MAX. Check for overflow of in-format-string precision
8635 values properly. Use EOVERFLOW rather than ERANGE throughout. Use
8636 SIZE_MAX not INT_MAX for integer overflow test.
8637 * stdio-common/printf-parsemb.c: If read_int signals an overflow,
8638 skip the construct in the format string but do not record anything.
8639 * stdio-common/bug22.c: Adjust to test both width/prevision
8640 INT_MAX overflow as well as total length INT_MAX overflow. Check
8641 explicitly for proper errno values.
8643 2012-04-02 Thomas Schwinge <thomas@codesourcery.com>
8645 * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
8647 * string/test-strcmp.c [! WIDE]: Likewise.
8648 * time/tst-mktime2.c: Likewise for INT_MAX.
8649 * string/test-string.h: #include <sys/param.h> for MIN.
8651 * csu/init-first.c (__libc_init_first): Call __ctype_init.
8652 * sysdeps/i386/init-first.c (init): Likewise.
8653 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
8654 * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
8655 * sysdeps/sh/init-first.c (init): Likewise.
8657 2012-04-01 Ulrich Drepper <drepper@gmail.com>
8659 * po/ru.po: Update from translation team.
8660 * po/vi.po: Likewise.
8662 2012-03-31 Siddhesh Poyarekar <siddhesh@redhat.com>
8664 * resolv/nss_dns/dns-host.c: Merge copyright years.
8666 2012-03-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
8668 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
8669 Optimize memcpy with prefetch if
8670 DATA_CACHE_SIZE_HALF <= len < SHARED_CACHE_SIZE_HALF and
8671 src, dst pointers have unequal 16 byte alignments.
8673 2012-03-30 Siddhesh Poyarekar <siddhesh@redhat.com>
8676 * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
8677 from a CNAME entry and return the minimum ttl for the query.
8678 (gaih_getanswer_slice): Likewise.
8680 2012-03-30 Jeff Law <law@redhat.com>
8682 * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
8684 * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
8685 * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
8687 * resolv/nss_dns/dns-host.c: Update copyright year.
8689 2012-03-30 Ulrich Drepper <drepper@gmail.com>
8691 * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
8692 requests to save a system call. Fix check that all bytes are sent.
8694 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
8695 comments for sendmmsg.
8697 2012-03-30 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
8700 * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
8701 with only 1 character between 0x0041 and 0x01b0.
8702 * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
8703 * wcsmbs/tst-mbsnrtowcs.c: New file.
8705 2012-03-29 David S. Miller <davem@davemloft.net>
8707 * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
8708 small copies by hand.
8710 2012-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
8713 * nis/nss_compat/compat-initgroups.c (getgrent_next_nss,
8714 _nss_compat_initgroups_dyn): Fall back to malloc/free
8715 for large group memberships.
8717 2012-03-28 David S. Miller <davem@davemloft.net>
8719 * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
8720 that branches into memcpy.
8721 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
8722 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
8723 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
8724 * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
8725 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
8727 * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
8729 * sysdeps/sparc/mempcpy.S: New file.
8731 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
8732 the IFUNC routine in the libc case.
8733 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
8735 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
8736 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
8737 * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
8738 * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
8739 * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
8740 * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
8741 * sysdeps/sparc/sparc64/rtld-memset.c: New file.
8742 * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
8744 * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
8745 loop to 256 bytes instead of 64 bytes and fix test signedness.
8747 * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
8748 * sysdeps/sparc/sparc32/Makefile: rather than here...
8749 * sysdeps/sparc/sparc64/Makefile: and here.
8751 2012-03-28 Ulrich Drepper <drepper@gmail.com>
8753 * malloc/mallocbug.c: Avoid warnings about unused variables.
8755 2012-02-22 Siddhesh Poyarekar <siddhesh@redhat.com>
8758 * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
8759 in the right place. Discard and retry query if response is
8760 larger than input buffer size.
8762 2012-03-28 Joseph Myers <joseph@codesourcery.com>
8767 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
8768 x for large integer exponent.
8769 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
8770 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise. Adjust
8771 sign of result as needed afterwards.
8772 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
8773 * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
8774 result for underflowing pow the same as for overflow.
8775 (__kernel_standard_l): Handle powl overflow and underflow here
8776 rather than calling __kernel_standard.
8777 * math/libm-test.inc (pow_test): Add more tests.
8792 * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
8793 * sysdeps/ieee754/k_standard.c: Include <float.h>.
8794 (__kernel_standard_l): New function.
8795 * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
8797 * math/w_acosl.c (__acosl): Likewise.
8798 * math/w_asinl.c (__asinl): Likewise.
8799 * math/w_atan2l.c (__atan2l): Likewise.
8800 * math/w_atanhl.c (__atanhl): Likewise.
8801 * math/w_coshl.c (__coshl): Likewise.
8802 * math/w_exp10l.c (__exp10l): Likewise.
8803 * math/w_exp2l.c (__exp2l): Likewise.
8804 * math/w_fmodl.c (__fmodl): Likewise.
8805 * math/w_hypotl.c (__hypotl): Likewise.
8806 * math/w_j0l.c (__j0l, __y0l): Likewise.
8807 * math/w_j1l.c (__j1l, __y1l): Likewise.
8808 * math/w_jnl.c (__jnl, __ynl): Likewise.
8809 * math/w_lgammal.c (__lgammal): Likewise.
8810 * math/w_log10l.c (__log10l): Likewise.
8811 * math/w_log2l.c (__log2l): Likewise.
8812 * math/w_logl.c (__logl): Likewise.
8813 * math/w_powl.c (__powl): Likewise.
8814 * math/w_remainderl.c (__remainderl): Likewise.
8815 * math/w_scalbl.c (sysv_scalbl): Likewise.
8816 * math/w_sinhl.c (__sinhl): Likewise.
8817 * math/w_sqrtl.c (__sqrtl): Likewise.
8818 * math/w_tgammal.c (__tgammal): Likewise.
8819 * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
8820 * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
8821 * math/libm-test.inc (acos_test): Add more tests.
8822 (acosh_test): Likewise.
8823 (asin_test): Likewise.
8824 (atanh_test): Likewise.
8825 (exp_test): Likewise.
8826 (exp10_test): Likewise.
8827 (exp2_test): Likewise.
8828 (expm1_test): Likewise.
8829 (lgamma_test): Likewise.
8830 (log_test): Likewise.
8831 (log10_test): Likewise.
8832 (log1p_test): Likewise.
8833 (log2_test): Likewise.
8834 (pow_test): Do not allow some spurious overflow exceptions.
8835 (sqrt_test): Add more tests.
8836 (tgamma_test): Likewise.
8837 (y0_test): Likewise.
8838 (y1_test): Likewise.
8839 (yn_test): Likewise.
8841 2012-03-27 Anton Blanchard <anton@samba.org>
8843 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
8845 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
8846 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
8847 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
8849 2012-03-27 David S. Miller <davem@davemloft.net>
8851 * conform/Makefile: Run run-conformtest.sh using $(BASH).
8853 * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
8856 2012-03-27 Andreas Jaeger <aj@suse.de>
8858 * sysdeps/x86_64/elf/configure.in: Moved to ...
8859 * sysdeps/x86_64/configure.in: ... here.
8860 * sysdeps/x86_64/elf/start.S: Moved to ...
8861 * sysdeps/x86_64/start.S: ... here.
8862 * sysdeps/x86_64/elf/configure: Delete.
8864 * sysdeps/x86_64/configure.in: Merge contents from
8865 sysdeps/i386/configure.in (without i686 check).
8867 * sysdeps/i386/elf/Versions: Merge into ...
8868 * sysdeps/i386/Versions: ... this.
8869 * sysdeps/i386/elf/Versions: Delete file.
8870 * sysdeps/i386/elf/start.S: Moved to ...
8871 * sysdeps/i386/start.S: ...here.
8872 * sysdeps/i386/elf/configure.in: Merge into...
8873 * sysdeps/i386/configure.in: ...here.
8874 * sysdeps/i386/elf/configure.in: Delete file.
8875 * sysdeps/i386/elf/configure: Delete file.
8877 * sysdeps/generic/elf/backtracesyms.c: Moved to ...
8878 * debug/backtracesyms.c: ... here.
8879 * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
8880 * debug/backtracesymsfd.c: ... here.
8881 * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
8882 * sysdeps/generic/ifunc-sel.h: ... here.
8884 * sysdeps/unix/i386/start.c: Delete file.
8885 * sysdeps/unix/sparc/start.c: Delete file.
8886 * sysdeps/unix/start.c: Delete file.
8888 * sysdeps/sh/elf/configure.in: Moved to ...
8889 * sysdeps/sh/configure.in: ... here.
8890 * sysdeps/sh/elf/start.S: Moved to ...
8891 * sysdeps/sh/start.S: ... here.
8892 * sysdeps/sh/elf/configure: Delete file.
8894 * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
8895 * sysdeps/powerpc/powerpc64/bzero.S: ... here.
8896 * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
8897 * sysdeps/powerpc/powerpc64/entry.h: ... here.
8898 * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
8899 * sysdeps/powerpc/powerpc64/start.S: here.
8900 * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
8901 * sysdeps/powerpc/powerpc64/Makefile: ... this.
8902 * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
8903 * sysdeps/powerpc/powerpc64/configure.in: ... this.
8904 * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
8906 * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
8907 * sysdeps/powerpc/powerpc32/bzero.S: ... here.
8908 * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
8909 * sysdeps/powerpc/powerpc32/start.S: ... here.
8910 * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
8911 * sysdeps/powerpc/powerpc32/configure.in: ... this.
8912 * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
8914 * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
8915 * sysdeps/powerpc/ifunc-sel.h: ... here.
8916 * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
8917 * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
8919 * sysdeps/sparc/elf/configure.in: Moved to ...
8920 * sysdeps/sparc/configure.in: ... here.
8921 * sysdeps/sparc/elf/configure: Delete file.
8922 * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
8923 * sysdeps/sparc/sparc32/start.S: ... here.
8924 * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
8925 * sysdeps/sparc/sparc64/start.S: ... here.
8926 * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
8927 * sysdeps/sparc/sparc32/Makefile: ... this.
8928 * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
8929 * sysdeps/sparc/sparc64/Makefile: ... this.
8931 * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
8932 * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
8933 * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
8934 * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
8935 * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
8936 * sysdeps/s390/s390-32/setjmp.S: ... here.
8937 * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
8938 * sysdeps/s390/s390-32/configure.in: ... here.
8939 * sysdeps/s390/s390-32/elf/configure: Delete file.
8940 * sysdeps/s390/s390-32/elf/start.S: Moved to ...
8941 * sysdeps/s390/s390-32/start.S: ... here.
8943 * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
8944 * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
8945 * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
8946 * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
8947 * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
8948 * sysdeps/s390/s390-64/setjmp.S: ... here.
8949 * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
8950 * sysdeps/s390/s390-64/configure.in: ... here
8951 * sysdeps/s390/s390-64/elf/configure: Delete file.
8952 * sysdeps/s390/s390-64/elf/start.S: Moved to ...
8953 * sysdeps/s390/s390-64/start.S: ... here.
8954 * sysdeps/s390/s390-64/elf/configure: Delete.
8956 * configure.in: Remove support for elf directories in sysdeps.
8958 * configure: Regenerated.
8959 * sysdeps/i386/configure: Regenerated.
8960 * sysdeps/powerpc/powerpc32/configure: Regenerated.
8961 * sysdeps/powerpc/powerpc64/configure: Regenerated.
8962 * sysdeps/s390/s390-32/configure: Regenerated.
8963 * sysdeps/s390/s390-64/configure: Regenerated.
8964 * sysdeps/sh/configure: Regenerated.
8965 * sysdeps/sparc/configure: Regenerated.
8966 * sysdeps/x86_64/configure: Regenerated.
8968 2012-03-26 Andreas Schwab <schwab@linux-m68k.org>
8970 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8972 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
8973 denormal result into account.
8975 2012-03-25 Roland McGrath <roland@hack.frob.com>
8977 * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
8978 Reported by Allan McRae <allan@archlinux.org>.
8980 2012-03-23 Jeff Law <law@redhat.com>
8982 * nss/getnssent.c (__nss_getent): Fix typo.
8984 2012-03-23 David S. Miller <davem@davemloft.net>
8986 * sysdeps/sparc/fpu/libm-test-ulps: Update.
8988 2012-03-23 H.J. Lu <hongjiu.lu@intel.com>
8990 * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
8991 to pad to uint64_t for each field.
8992 (dl_tls_index): Replace unsigned long with uint64_t.
8994 2012-03-23 Daniel Jacobowitz <dmj@google.com>
8995 Paul Pluzhnikov <ppluzhnikov@google.com>
8998 * grp/Makefile (otherlibs): Don't set it.
8999 * inet/Makefile (otherlibs): Likewise.
9000 * login/Makefile (otherlibs): Likewise.
9001 * nscd/Makefile (otherlibs): Likewise.
9002 * posix/Makefile (otherlibs): Likewise.
9003 * pwd/Makefile (otherlibs): Likewise.
9004 * rt/Makefile (otherlibs): Likewise.
9005 * sunrpc/Makefile (otherlibs): Likewise.
9006 * nss/Makefile (otherlibs): Likewise.
9007 Add libnss_files to routines and static-only-routines.
9008 ($(objpfx)getent): Remove rule.
9009 * resolv/Makefile: Add libnss_dns and libresolv to routines and
9010 static-only-routines.
9012 2012-03-22 Joseph Myers <joseph@codesourcery.com>
9015 * math/s_cexp.c: Include <float.h>.
9016 (__cexp): Handle exp result overflowing not necessarily
9017 overflowing both real and imaginary parts of result.
9018 * math/s_cexpf.c: Likewise.
9019 * math/s_cexpl.c: Likewise.
9020 * math/libm-test.inc (cexp_test): Add more tests.
9021 * sysdeps/i386/fpu/libm-test-ulps: Update.
9022 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9024 2012-03-22 H.J. Lu <hongjiu.lu@intel.com>
9026 * include/link.h (ELFW): New macro.
9027 * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
9028 Replace ELF64_R_TYPE with ELFW(R_TYPE).
9030 2012-03-22 H.J. Lu <hongjiu.lu@intel.com>
9032 * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
9035 2012-03-22 H.J. Lu <hongjiu.lu@intel.com>
9037 * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
9039 (struct La_x32_retval): Likewise.
9041 2012-03-22 H.J. Lu <hongjiu.lu@intel.com>
9043 * sysdeps/x86_64/preconfigure.in: New file.
9044 * sysdeps/x86_64/preconfigure: New generated file.
9046 2012-03-22 Joseph Myers <joseph@codesourcery.com>
9049 * math/e_exp2l.c: Include <float.h>.
9050 (__ieee754_exp2l): Handle overflow and underflow cases
9051 separately. Only pass fractional part of argument to
9053 * math/libm-test.inc (exp2_test): Add more tests.
9055 * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
9056 negating x to take absolute value.
9057 * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
9059 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
9060 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
9062 * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
9063 computing low part if x was negated.
9064 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
9066 2012-03-21 H.J. Lu <hongjiu.lu@intel.com>
9068 * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
9070 (pltexit): Cast int_retval to ptrdiff_t.
9071 * elf/tst-auditmod3b.c: Likewise.
9072 * elf/tst-auditmod4b.c: Likewise.
9073 * elf/tst-auditmod5b.c: Likewise.
9074 * elf/tst-auditmod6b.c: Likewise.
9075 * elf/tst-auditmod6c.c: Likewise.
9076 * elf/tst-auditmod7b.c: Likewise.
9078 * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
9079 and x32_gnu_pltexit.
9081 * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
9083 (La_x32_regs): New macro.
9084 (La_x32_retval): Likewise.
9085 (la_x32_gnu_pltenter): New function prototype.
9086 (la_x32_gnu_pltexit): Likewise.
9088 2012-03-21 Andreas Schwab <schwab@linux-m68k.org>
9090 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
9093 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9095 * configure.in (libc_cv_cc_nofma): Check for option to disable
9096 generation of FMA instructions.
9097 * configure: Regenerate.
9098 * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
9099 * sysdeps/ieee754/dbl-64/Makefile: New file.
9100 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
9101 Remove brandred-fma4.
9102 (CFLAGS-brandred-fma4.c): Remove.
9103 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
9104 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
9106 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
9109 2012-03-21 H.J. Lu <hongjiu.lu@intel.com>
9111 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
9112 LLONG_MAX != LONG_MAX.
9113 (_itoa_word): Use _ITOA_WORD_TYPE on value.
9114 (_fitoa_word): Likewise.
9115 * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
9116 LLONG_MAX != LONG_MAX.
9117 * stdio-common/_itowa.h: Include <_itoa.h>.
9118 (_itowa_word): Use _ITOA_WORD_TYPE on value.
9119 (_itowa): New macro. Defined only if _ITOA_NEEDED is false.
9120 * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro. Defined
9121 only if not defined.
9122 (_ITOA_WORD_TYPE): Likewise.
9123 (_itoa_word): Use _ITOA_WORD_TYPE on value.
9124 Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
9126 2012-03-21 David S. Miller <davem@davemloft.net>
9128 * sysdeps/sparc/fpu/libm-test-ulps: Update.
9130 2012-03-21 H.J. Lu <hongjiu.lu@intel.com>
9132 * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
9133 of x86_64 when setting libc_cv_slibdir, libdir and
9135 * sysdeps/unix/sysv/linux/configure: Regenerated.
9137 2012-03-21 Joseph Myers <joseph@codesourcery.com>
9139 * manual/lang.texi (Old Varargs): Remove section.
9140 (How Variadic): Update menu.
9141 (va_start): Do not mention varargs.h.
9143 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
9144 Joseph Myers <joseph@codesourcery.com>
9146 * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
9148 * configure: Regenerated.
9150 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
9152 * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
9153 * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
9156 2012-03-21 Joseph Myers <joseph@codesourcery.com>
9159 * Makefile (files-for-dist): Remove NOTES.
9160 (NOTES): Remove rule.
9161 * README: Don't refer to NOTES.
9162 * manual/creature.texi: Don't include macros.texi.
9163 * manual/intro.texi (creature.texi): Remove comment referring to
9166 * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
9167 * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
9168 * configure: Regenerated.
9169 * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
9171 (libc_cv_as_i686): Likewise.
9172 (libc_cv_cc_avx): Likewise.
9173 (libc_cv_cc_sse2avx): Likewise.
9174 (libc_cv_cc_fma4): Likewise.
9175 (libc_cv_cc_novzeroupper): Likewise.
9176 * sysdeps/i386/configure: Regenerated.
9179 * sysdeps/i386/fpu/s_cexp.S: Remove.
9180 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
9181 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
9182 * math/libm-test.inc (cexp_test): Add more tests.
9183 * sysdeps/i386/fpu/libm-test-ulps: Update.
9184 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9186 2012-03-21 Allan McRae <allan@archlinux.org>
9188 * timezone/Makefile: Do not install iso3166.tab and zone.tab
9190 2012-03-21 Joseph Myers <joseph@codesourcery.com>
9193 * math/w_exp2.c: Do not include <float.h>.
9194 (o_threshold, u_threshold): Remove.
9195 (__exp2): Calculate result before checking finiteness and calling
9197 * math/w_exp2f.c: Likewise.
9198 * math/w_exp2l.c: Likewise.
9199 * math/libm-test.inc (exp2_test): Require overflow exception for
9203 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
9204 range of signed 64-bit integers before using fistpll. Remove
9205 checks for whether integers fit in mantissa bits.
9206 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
9207 the range of signed 32-bit integers before using fistpl. Remove
9208 checks for whether integers fit in mantissa bits.
9209 * sysdeps/i386/fpu/e_powl.S (p64): New object.
9210 (__ieee754_powl): Test for y outside the range of signed 64-bit
9211 integers before using fistpll. Reduce 64-bit values to 63-bit
9213 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
9214 divide-by-zero is raised for zero to large negative powers.
9215 * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
9216 (__ieee754_powl): Test for y outside the range of signed 64-bit
9217 integers before using fistpll. Reduce 64-bit values to 63-bit
9219 * math/libm-test.inc (pow_test): Add more tests.
9221 2012-03-20 H.J. Lu <hongjiu.lu@intel.com>
9223 * debug/backtracesymsfd.c: Include <_itoa.h> instead of
9224 <stdio-common/_itoa.h>.
9225 * debug/segfault.c: Likewise.
9226 * elf/dl-cache.c: Likewise.
9227 * elf/dl-minimal.c: Likewise.
9228 * elf/dl-misc.c: Likewise.
9229 * elf/dl-sysdep.c: Likewise.
9230 * elf/dl-version.c: Likewise.
9231 * elf/rtld.c: Likewise.
9232 * hurd/hurdsock.c: Likewise.
9233 * hurd/lookup-retry.c: Likewise.
9234 * malloc/malloc.c: Likewise.
9235 * malloc/mtrace.c: Likewise.
9236 * nscd/nscd_getgr_r.c: Likewise.
9237 * nscd/nscd_getpw_r.c: Likewise.
9238 * nscd/nscd_getserv_r.c: Likewise.
9239 * posix/getopt_init.c: Likewise.
9240 * posix/wordexp.c: Likewise.
9241 * stdio-common/_itoa.c: Likewise.
9242 * stdio-common/printf_fphex.c: Likewise.
9243 * stdio-common/vfprintf.c: Likewise.
9244 * string/_strerror.c: Likewise.
9245 * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
9246 * sysdeps/i386/i686/hp-timing.h: Likewise.
9247 * sysdeps/mach/_strerror.c: Likewise.
9248 * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
9249 * sysdeps/mach/hurd/sethostid.c: Likewise.
9250 * sysdeps/mach/hurd/xmknodat.c: Likewise.
9251 * sysdeps/mach/xpg-strerror.c: Likewise.
9252 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
9253 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
9254 * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
9255 * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
9256 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
9257 * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
9258 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
9259 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
9260 * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
9261 * sysdeps/unix/sysv/linux/futimes.c: Likewise.
9262 * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
9263 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
9264 * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
9265 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
9266 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
9267 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
9268 * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
9269 * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
9270 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
9271 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
9272 * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
9274 * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
9276 * stdio-common/_itoa.h: Moved to ...
9277 * sysdeps/generic/_itoa.h: Here.
9279 * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
9281 * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
9282 instead of "_itoa.h" and "_itowa.h".
9283 * stdio-common/vfprintf.: Likewise.
9285 2012-03-20 H.J. Lu <hongjiu.lu@intel.com>
9287 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
9289 (__signbitf): Check __x86_64__ instead of __WORDSIZE.
9290 (__signbit): Likwise.
9294 2012-03-20 H.J. Lu <hongjiu.lu@intel.com>
9296 * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
9299 2012-03-20 Joseph Myers <joseph@codesourcery.com>
9301 * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
9302 OVERFLOW_EXCEPTION_OK.
9303 * math/libm-test.inc ("Philosophy"): Update comment about
9305 (OVERFLOW_EXCEPTION): Define.
9306 (OVERFLOW_EXCEPTION_OK): Likewise.
9307 (INVALID_EXCEPTION_OK): Renumber.
9308 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
9309 (IGNORE_ZERO_INF_SIGN): Likewise.
9310 (test_exceptions): Handle FE_OVERFLOW.
9311 (exp10_test): Expect overflow exceptions.
9312 (exp2_test): Likewise.
9313 (expm1_test): Likewise.
9314 (nextafter_test): Likewise.
9315 (pow_test): Likewise.
9316 (scalbn_test): Likewise.
9317 (scalbln_test): Likewise.
9319 2012-03-19 H.J. Lu <hongjiu.lu@intel.com>
9321 * sysdeps/x86_64/bits/atomic.h
9322 (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
9324 (atomic_exchange_acq): Likewise.
9325 (__arch_exchange_and_add_body): Likewise.
9326 (__arch_add_body): Likewise.
9327 (atomic_add_negative): Likewise.
9328 (atomic_add_zero): Likewise.
9330 2012-03-19 H.J. Lu <hongjiu.lu@intel.com>
9332 * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
9333 (fenv_t): Check __x86_64__ instead of __WORDSIZE.
9335 2012-03-19 H.J. Lu <hongjiu.lu@intel.com>
9337 * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
9338 Check __x86_64__ instead of __WORDSIZE.
9340 2012-03-19 H.J. Lu <hongjiu.lu@intel.com>
9342 * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
9344 2012-03-19 David S. Miller <davem@davemloft.net>
9346 * sysdeps/sparc/fpu/libm-test-ulps: Update.
9348 * sysdeps/sparc/fpu/fenv_private.h: New file.
9349 * sysdeps/sparc/fpu/math_private.h: Use it.
9350 (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
9352 (libc_feholdexcept_setround, libc_feholdexcept_setroundf,
9353 (libc_feholdexcept_setroundl): Remove.
9354 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
9356 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
9357 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
9359 2012-03-19 H.J. Lu <hongjiu.lu@intel.com>
9361 * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
9362 int64_t instead of long int.
9363 (INSERT_WORDS64): Likwise.
9365 2012-03-19 H.J. Lu <hongjiu.lu@intel.com>
9367 * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
9368 _Unwind_GetCFA return to _Unwind_Ptr first.
9370 2012-03-19 Joseph Myers <joseph@codesourcery.com>
9373 * math/s_clog.c: Include <float.h>.
9374 (__clog): Scale large or subnormal inputs.
9375 * math/s_clogf.c: Likewise.
9376 * math/s_clogl.c: Likewise.
9377 * math/s_clog10.c: Include <float.h>.
9378 (M_LOG10_2): Define.
9379 (__clog10): Scale large or subnormal inputs.
9380 * math/s_clog10f.c: Likewise.
9381 * math/s_clog10l.c: Likewise.
9382 * math/libm-test.inc (clog_test): Add more tests.
9383 (clog10_test): Likewise.
9384 * sysdeps/i386/fpu/libm-test-ulps: Update.
9385 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9388 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
9390 * math/libm-test.inc (atan2_test): Add another test.
9392 * Makerules (common-objdir-compile): Remove.
9393 * sysdeps/unix/Makefile (config-generated): Do not add
9394 $(unix-generated) to variable.
9395 [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
9396 [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
9398 [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
9400 [generic bits/local_lim.h] (before-compile): Do not append to
9402 [generic bits/local_lim.h] (common-generated): Likewise.
9403 [generic sys/param.h] (before-compile): Do not append to variable.
9404 [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
9405 [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
9406 [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
9407 [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
9409 [generic sys/param.h] (sys/param.h-includes): Remove variable.
9410 [generic sys/param.h] (sys/param.h-includes): Remove rule.
9411 [generic sys/param.h] ($(addprefix
9412 $(common-objpfx),$(sys/param.h-includes))): Likewise.
9413 [generic sys/param.h] (common-generated): Do not append to
9415 [generic sys/param.h] (sysdep_headers): Likewise.
9416 [generic bits/errno.h] (before-compile): Do not append to
9418 [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
9420 [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
9421 [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
9422 [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
9423 [generic bits/errno.h] (common-generated): Do not append to
9425 [generic bits/ioctls.h] (before-compile): Do not append to
9427 [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
9429 [generic bits/ioctls.h] (ioctl-includes): Remove variable.
9430 [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
9431 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
9433 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
9434 [generic bits/ioctls.h] (bits_termios.h): Remove variable.
9435 [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
9436 [generic bits/ioctls.h] (common-generated): Do not append to
9438 [generic sys/syscall.h] (syscall.h): Remove variable.
9439 [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
9441 [generic sys/syscall.h] (before-compile): Do not append to
9443 [generic sys/syscall.h] (common-generated): Likewise.
9444 * sysdeps/unix/errnos-tmpl.c: Remove file.
9445 * sysdeps/unix/errnos.awk: Likewise.
9446 * sysdeps/unix/ioctls-tmpl.c: Likewise.
9447 * sysdeps/unix/ioctls.awk: Likewise.
9448 * sysdeps/unix/mk-local_lim.c: Likewise.
9449 * sysdeps/unix/snarf-ioctls: Likewise.
9451 2012-03-19 Richard Henderson <rth@twiddle.net>
9453 * sysdeps/i386/fpu/fenv_private.h: New file.
9454 * sysdeps/i386/fpu/math_private.h: Use it.
9455 (math_opt_barrier, math_force_eval): Remove.
9456 (libc_feholdexcept_setround_53bit): Remove.
9457 (libc_feupdateenv_53bit): Remove.
9458 * sysdeps/x86_64/fpu/math_private.h: Likewise.
9459 (math_opt_barrier, math_force_eval): Remove.
9460 (libc_feholdexcept): Remove.
9461 (libc_feholdexcept_setround): Remove.
9462 (libc_fetestexcept, libc_fesetenv): Remove.
9463 (libc_feupdateenv_test): Remove.
9464 (libc_feupdateenv, libc_feholdsetround): Remove.
9465 (libc_feresetround): Remove.
9467 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
9468 * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
9470 * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
9471 (libc_feupdateenv_test, libc_feupdateenv_testf): New.
9472 (libc_feupdateenv_testl): New.
9473 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
9474 (libc_feupdateenv_testf): New.
9475 (libc_feupdateenv): Use libc_feupdateenv_test.
9476 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
9477 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
9479 * sysdeps/generic/math_private.h (libc_feholdsetround): New.
9480 (libc_feholdsetroundf, libc_feholdsetroundl): New.
9481 (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
9482 (libc_feresetround_noex): New.
9483 (libc_feresetround_noexf): New.
9484 (libc_feresetround_noexl): New.
9485 (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
9486 (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
9487 (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
9488 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
9490 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
9491 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
9493 * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
9494 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
9495 SET_RESTORE_ROUND_NOEX.
9496 * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
9497 SET_RESTORE_ROUND_NOEXF.
9498 * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
9499 * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
9500 (libc_feholdsetroundf): New.
9501 (libc_feresetround, libc_feresetroundf): New.
9503 * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
9504 (libc_feholdexcept_setround_53bit): Convert from macro to function.
9505 (libc_feupdateenv_53bit): Likewise. Don't force _FPU_EXTENDED.
9507 * sysdeps/generic/math_private.h: Include <fenv.h>.
9508 (default_libc_feholdexcept): New.
9509 (default_libc_feholdexcept_setround): New.
9510 (default_libc_fesetenv, default_libc_feupdateenv): New.
9511 (libc_feholdexcept): Only define if undefined.
9512 (libc_feholdexceptf, libc_feholdexceptl): Likewise.
9513 (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
9514 (libc_feholdexcept_setroundl): Likewise.
9515 (libc_feholdexcept_setround_53bit): Likewise.
9516 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
9517 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
9518 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
9519 (libc_feupdateenv_53bit): Likewise.
9520 * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
9521 (libc_feholdexcept): Convert from macro to inline function.
9522 (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
9523 (libc_fesetenv, libc_feupdateenv): Likewise.
9525 * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
9526 not previously defined.
9527 (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
9528 (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
9529 (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
9530 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
9531 * sysdeps/ieee754/flt-32/math_private.h: New file.
9532 * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
9533 math_private.h below SET_FLOAT_WORD.
9534 (__isnan, __isinf_ns, __finite): Remove.
9535 (__isnanf, __isinf_nsf, __finitef): Remove.
9537 2012-03-18 Andreas Schwab <schwab@linux-m68k.org>
9539 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9541 2012-03-17 David S. Miller <davem@davemloft.net>
9544 * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
9547 2012-03-16 David S. Miller <davem@davemloft.net>
9549 * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
9553 * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
9555 * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
9556 * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
9557 sysdep_routines when subdir is sysvipc.
9558 * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
9561 * sysdeps/sparc/fpu/libm-test/ulps: Update.
9563 2012-03-16 H.J. Lu <hongjiu.lu@intel.com>
9565 * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
9568 2012-03-16 H.J. Lu <hongjiu.lu@intel.com>
9570 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
9571 * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
9572 (__lround): Renamed to ...
9573 (__llround): This. Replace long int with long long int.
9574 Define lround functions as aliases of llround functions.
9575 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
9577 2012-03-16 H.J. Lu <hongjiu.lu@intel.com>
9579 * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
9580 Use greg_t on sp. Use unsigned int on idx_uc_link. Cast
9581 adresses to uintptr_t. Replace "long int" and "unsigned long
9582 int" with "greg_t" on va_arg.
9584 2012-03-16 H.J. Lu <hongjiu.lu@intel.com>
9586 * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
9587 * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
9589 * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
9590 Move e_machine check before EI_CLASS check. Handle x32
9591 libraries. Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
9592 * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
9593 SKIP_EM_IA_64 and include
9594 <sysdeps/unix/sysv/linux/i386/readelflib.c>.
9596 * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
9597 Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
9598 (add_system_dir): New macro.
9600 * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
9601 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
9603 2012-03-16 Joseph Myers <joseph@codesourcery.com>
9614 * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
9616 * math/w_j0f.c (j0f): Likewise.
9618 * math/w_j0l.c (__j0l): Likewise.
9620 * math/w_j1.c (j1): Likewise.
9622 * math/w_j1f.c (j1f): Likewise.
9624 * math/w_j1l.c (__j1l): Likewise.
9626 * math/w_jn.c (jn): Likewise.
9628 * math/w_jnf.c (jnf): Likewise.
9630 * math/w_jnl.c (__jnl): Likewise.
9632 * math/libm-test.inc (j0_test): Add more tests.
9633 (j1_test): Likewise.
9634 (jn_test): Likewise. Add trailing semicolon to existing test.
9635 (y0_test): Likewise.
9636 (y1_test): Likewise.
9637 * sysdeps/i386/fpu/libm-test-ulps: Update.
9638 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9642 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
9643 libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
9644 * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
9645 * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
9646 (__tanl): Set errno for infinite argument.
9647 * sysdeps/i386/fpu/mptan.c: Remove.
9648 * sysdeps/i386/fpu/s_tan.S: Likewise.
9649 * sysdeps/i386/fpu/s_tanl.S: Likewise.
9650 * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
9651 * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
9652 * math/libm-test.inc (tan_test): Add more tests and enable more
9653 tests for double and long double.
9654 * sysdeps/i386/fpu/libm-test-ulps: Update.
9655 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9657 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9659 * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
9660 (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
9662 2012-03-16 Roland McGrath <roland@hack.frob.com>
9664 * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
9665 * configure.in: Use it for both main tree and add-ons.
9666 * configure: Regenerated.
9668 2012-03-16 H.J. Lu <hongjiu.lu@intel.com>
9670 * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
9672 2012-03-16 Joseph Myers <joseph@codesourcery.com>
9674 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
9678 * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
9679 * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
9680 * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
9681 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
9682 * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
9684 * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
9685 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
9687 * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
9688 * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
9689 * sysdeps/i386/fpu/s_cosl.S: Likewise.
9690 * sysdeps/i386/fpu/s_sincosl.S: Likewise.
9691 * sysdeps/i386/fpu/s_sinl.S: Likewise.
9692 * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
9693 * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
9694 * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
9695 * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
9696 * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
9697 * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
9698 * math/libm-test.inc (cos_test): Add more tests and enable more
9699 tests for long double.
9700 (sin_test): Likewise.
9701 (sincos_test): Likewise.
9702 * sysdeps/i386/fpu/libm-test-ulps: Update.
9703 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9705 2012-03-16 David S. Miller <davem@davemloft.net>
9707 * sysdeps/sparc/fpu/math_private.h: New file.
9709 2012-03-15 David S. Miller <davem@davemloft.net>
9711 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
9713 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
9714 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
9716 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
9717 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
9718 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
9719 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
9720 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
9721 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
9723 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
9725 * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
9726 * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
9728 * sysdeps/sparc/sparc-ifunc.h: New file.
9729 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
9731 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
9732 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
9734 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
9736 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
9737 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
9738 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
9739 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
9741 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
9742 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
9743 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
9744 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
9745 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
9747 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
9749 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
9750 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
9751 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
9752 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
9753 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
9754 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
9755 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
9756 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
9757 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
9758 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
9759 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
9760 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
9761 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
9762 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
9763 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
9764 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
9765 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
9766 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
9767 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
9768 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
9769 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
9770 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
9771 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
9772 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
9774 2012-03-15 Andreas Schwab <schwab@linux-m68k.org>
9776 * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
9778 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9780 2012-03-15 Andreas Jaeger <aj@suse.de>
9783 * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
9784 ieee754/flt-32 implementation for sin, cos and sincos.
9785 * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
9786 * sysdeps/i386/fpu/s_cosf.S: Likewise.
9787 * sysdeps/i386/fpu/s_sincosf.S: Likewise.
9788 * sysdeps/i386/fpu/s_sinf.S: Likewise.
9789 * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
9790 ieee754/flt-32 implementation for tan.
9792 * math/libm-test.inc (cos_test): Enable some large input tests for
9794 (sin_test): Likewise.
9795 (sincos_test): Likewise.
9796 (tan_test): Add tests for large input.
9798 * sysdeps/i386/fpu/libm-test-ulps: Update.
9800 2012-03-15 Andreas Jaeger <aj@suse.de>
9803 * math/libm-test.inc (cos_test): Add more test cases.
9804 (sin_test): Likewise.
9805 (sincos_test): Likewise.
9807 2012-03-15 Andreas Jaeger <aj@suse.de>
9810 * math/libm-test.inc (cos_test): Add a test case for large input
9812 (sin_test): Likewise.
9813 (sincos_test): Likewise.
9815 2012-03-15 Andreas Jaeger <aj@suse.de>,
9816 Joseph Myers <joseph@codesourcery.com>
9819 * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
9820 x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
9821 * sysdeps/i386/fpu/branred.c: Likewise.
9822 * sysdeps/i386/fpu/dosincos.c: Likewise.
9823 * sysdeps/i386/fpu/mpa.c: Likewise.
9824 * sysdeps/i386/fpu/s_cos.S: Likewise.
9825 * sysdeps/i386/fpu/s_sin.S: Likewise.
9826 * sysdeps/i386/fpu/s_sincos.S: Likewise.
9827 * sysdeps/i386/fpu/sincos32.c: Likewise.
9829 * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
9831 (libc_feupdateenv_53bit): Define.
9832 * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
9834 (libc_feupdateenv_53bit): Define.
9836 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
9837 53 bit (without extend i386 double precision).
9839 * math/libm-test.inc (sincos_test): Add tests for large input.
9843 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
9845 2012-03-15 Andreas Schwab <schwab@linux-m68k.org>
9847 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9849 2012-03-15 David S. Miller <davem@davemloft.net>
9851 * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
9852 * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
9853 * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
9854 * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
9855 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
9856 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
9857 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
9858 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
9859 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
9860 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
9861 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
9862 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
9863 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
9864 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
9865 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
9866 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
9868 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
9869 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
9871 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
9872 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
9874 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
9875 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
9877 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
9878 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
9879 fmin/fmax sysdep routines.
9880 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
9882 2012-03-14 David S. Miller <davem@davemloft.net>
9884 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
9885 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
9886 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
9887 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
9888 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
9889 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
9890 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
9891 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
9892 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
9893 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
9894 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
9895 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
9896 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
9897 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
9898 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
9899 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
9900 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
9901 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
9902 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
9903 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
9904 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
9905 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
9906 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
9907 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
9908 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
9909 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
9910 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
9911 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
9912 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
9914 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
9916 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
9917 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
9919 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
9920 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
9922 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
9923 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
9925 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
9926 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
9928 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
9929 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
9931 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
9933 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
9935 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
9937 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
9939 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
9941 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
9943 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
9944 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
9946 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
9947 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
9949 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
9950 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
9952 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
9953 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
9956 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
9959 * sysdeps/sparc/fpu/libm-test-ulps: Update.
9961 * sysdeps/sparc/configure.in: New file.
9962 * sysdeps/sparc/configure: Generate.
9963 * configure.in (libc_cv_sparc_as_vis3): Substitute.
9964 * configure: Regenerate.
9965 * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
9966 * config.make.in (have-as-vis3): New.
9967 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
9968 available use -Av9d instead of -Av9a.
9969 * sysdeps/sparc/sparc64/Makefile: Likewise.
9970 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
9971 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
9973 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
9975 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
9977 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
9979 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
9980 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
9981 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
9982 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
9983 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
9985 * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
9986 fzeros/fnegs to load 0x80000000 into a float register instead of
9988 * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
9990 2012-03-14 Joseph Myers <joseph@codesourcery.com>
9992 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
9994 ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
9995 ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
9996 ($(inst_includedir)/bits/syscall.h): Remove rule.
9997 ($(objpfx)bits/syscall.d): Include instead of
9998 $(objpfx)syscall-list.d.
9999 (generated): Change syscall-list.h and syscall-list.d to
10000 bits/syscall.h and bits/syscall.d.
10002 2012-03-14 Roland McGrath <roland@hack.frob.com>
10005 * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
10007 2012-03-14 Joseph Myers <joseph@codesourcery.com>
10010 * math/s_csqrt.c: Include <float.h>.
10011 (__csqrt): Scale large or subnormal inputs.
10012 * math/s_csqrtf.c: Likewise.
10013 * math/s_csqrtl.c: Likewise.
10014 * math/libm-test.inc (csqrt_test): Add more tests.
10015 * sysdeps/i386/fpu/libm-test-ulps: Update.
10016 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10019 * math/libm-test.inc (hypot_test): Add more tests.
10021 2012-03-13 David S. Miller <davem@davemloft.net>
10024 * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
10025 double-precision for the calculation instead of scaling.
10027 2012-03-13 Joseph Myers <joseph@codesourcery.com>
10029 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
10030 manipulate bits before adding and subtracting TWO52[sx].
10031 * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
10032 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
10034 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
10036 2012-03-13 David S. Miller <davem@davemloft.net>
10038 * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
10039 * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
10040 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
10041 rtld-global-offsets.h
10042 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
10044 * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
10047 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
10049 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
10050 'err' in the ifdef scope in which it is actually used.
10052 * nss/nss_db/db-init.c: Include string.h
10054 2012-03-12 David S. Miller <davem@davemloft.net>
10056 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
10057 masking out of the most significant byte of random value used.
10058 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
10059 Fix coding style in previous change.
10061 * sysdeps/unix/sysv/linux/kernel-features.h
10062 (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
10063 (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
10065 (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
10068 2012-03-11 David S. Miller <davem@davemloft.net>
10070 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
10071 (__makecontext): Fix signedness of pointer casts setting up 'sp'.
10072 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
10073 for 'resultvar' otherwise things get truncated on 64-bit.
10075 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
10076 Fix masking out of the most significant byte of random value used.
10078 * sysdeps/sparc/fpu/libm-test-ulps: Update.
10080 2012-03-10 Andreas Schwab <schwab@linux-m68k.org>
10082 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10084 2012-03-09 David S. Miller <davem@davemloft.net>
10086 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
10087 variables with appropriate CPP guards.
10088 * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr from the
10089 frame pointer, not the stack pointer. Correct layout comments. Fix test
10090 on resulting framesize and the management of the outregs buffer for pltexit.
10091 Preserve floating point return values across _dl_call_pltexit call.
10092 * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
10093 framesize and the management of the outregs buffer for pltexit.
10094 Preserve floating point return values across _dl_call_pltexit
10096 * elf/sotruss-lib.c (la_sparc32_gnu_pltenter, la_sparc64_gnu_pltenter,
10097 la_sparc32_gnu_pltexit, la_sparc64_gnu_pltexit): New functions.
10098 (print_exit): Fix format string for return register value.
10100 2012-03-10 Joseph Myers <joseph@codesourcery.com>
10102 * sunrpc/Makefile (others): Add rpcgen.
10103 ($(objpfx)rpcgen): Remove special build rule and dependency on
10105 * sunrpc/rpcgen.c: New file.
10107 2012-03-09 Paul Eggert <eggert@cs.ucla.edu>
10110 * posix/bug-regex33.c: Replace FSF snail mail address with URL.
10111 * stdio-common/bug-vfprintf-nargs.c: Likewise.
10112 * sysdeps/i386/crti.S: Likewise.
10113 * sysdeps/i386/crtn.S: Likewise.
10114 * sysdeps/powerpc/powerpc32/crti.S: Likewise.
10115 * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
10116 * sysdeps/powerpc/powerpc64/crti.S: Likewise.
10117 * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
10118 * sysdeps/sh/crti.S: Likewise.
10119 * sysdeps/sh/crtn.S: Likewise.
10120 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
10123 * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
10125 * locale/programs/locfile-kw.gperf: Likewise.
10126 * locale/programs/charmap-kw.h: Regenerated.
10127 * locale/programs/locfile-kw.h: Likewise.
10130 * intl/plural.y: Replace FSF snail mail address with URL.
10131 * intl/plural.c: Regenerated.
10133 2012-03-09 Richard Henderson <rth@twiddle.net>
10135 * include/math_private.h: Remove file.
10136 * math/math_private.h: Move file ...
10137 * sysdeps/generic/math_private.h: ... here.
10139 * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
10140 * sysdeps/powerpc/fpu/math_private.h: Likewise.
10141 * sysdeps/x86_64/fpu/math_private.h: Likewise.
10143 * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
10144 and <math_private.h>.
10145 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
10146 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
10147 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
10148 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
10149 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
10150 * sysdeps/ieee754/dbl-64/branred.c: Likewise.
10151 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
10152 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
10153 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
10154 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
10155 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
10156 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
10157 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
10158 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
10159 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
10160 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
10161 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
10162 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
10163 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
10164 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
10165 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
10166 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
10167 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
10168 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
10169 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
10170 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
10171 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
10172 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
10173 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
10174 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
10175 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
10176 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
10177 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
10178 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
10179 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
10180 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
10181 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
10182 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
10183 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
10184 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
10185 * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
10186 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
10187 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
10188 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
10189 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
10190 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
10191 * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
10192 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
10193 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
10194 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
10195 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
10196 * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
10197 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
10198 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
10199 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
10200 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
10201 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
10202 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
10203 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
10204 * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
10205 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
10206 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
10207 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
10208 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
10209 * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
10210 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
10211 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
10212 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
10213 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
10214 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
10215 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
10216 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
10217 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
10218 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
10219 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
10220 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
10221 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
10222 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
10223 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
10224 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
10225 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
10226 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
10227 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
10228 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
10229 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
10230 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
10231 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
10232 * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
10233 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
10234 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
10235 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
10236 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
10237 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
10238 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
10239 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
10240 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
10241 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
10242 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
10243 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
10244 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
10245 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
10246 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
10247 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
10248 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
10249 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
10250 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
10251 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
10252 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
10253 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
10254 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
10255 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
10256 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
10257 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
10258 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
10259 * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
10260 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
10261 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
10262 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
10263 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
10264 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
10265 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
10266 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
10267 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
10268 * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
10269 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
10270 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
10271 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
10272 * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
10273 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
10274 * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
10275 * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
10276 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
10277 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
10278 * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
10279 * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
10280 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
10281 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
10282 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
10283 * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
10284 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
10285 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
10286 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
10287 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
10288 * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
10289 * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
10290 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
10291 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
10292 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
10293 * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
10294 * sysdeps/ieee754/k_standard.c: Likewise.
10295 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
10296 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
10297 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
10298 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
10299 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
10300 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
10301 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
10302 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
10303 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
10304 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
10305 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
10306 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
10307 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
10308 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
10309 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
10310 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
10311 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
10312 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
10313 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
10314 * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
10315 * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
10316 * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
10317 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
10318 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
10319 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
10320 * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
10321 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
10322 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
10323 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
10324 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
10325 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
10326 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
10327 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
10328 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
10329 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
10330 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
10331 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
10332 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
10333 * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
10334 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
10335 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
10336 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
10337 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
10338 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
10339 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
10340 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
10341 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
10342 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
10343 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
10344 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
10345 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
10346 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
10347 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
10348 * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
10349 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
10350 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
10351 * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
10352 * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
10353 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
10354 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
10355 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
10356 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
10357 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
10358 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
10359 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
10360 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
10361 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
10362 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
10363 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
10364 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
10365 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
10366 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
10367 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
10368 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
10369 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
10370 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
10371 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
10372 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
10373 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
10374 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
10375 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
10376 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
10377 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
10378 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
10379 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
10380 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
10381 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
10382 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
10383 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
10384 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
10385 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
10386 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
10387 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
10388 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
10389 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
10390 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
10391 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
10392 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
10393 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
10394 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
10395 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
10396 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
10397 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
10398 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
10399 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
10400 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
10401 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
10402 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
10403 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
10404 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
10405 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
10406 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
10407 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
10408 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
10409 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
10410 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
10411 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
10412 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
10413 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
10414 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
10415 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
10416 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
10417 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
10418 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
10419 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
10420 * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
10421 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
10422 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
10423 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
10424 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
10425 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
10426 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
10427 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
10428 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
10429 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
10430 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
10431 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
10432 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
10433 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
10434 * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
10435 * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
10436 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
10437 * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
10438 * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
10439 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
10440 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
10441 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
10442 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
10443 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
10444 * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
10445 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
10446 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
10447 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
10448 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
10449 * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
10450 * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
10451 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
10452 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
10453 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
10454 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
10455 * sysdeps/ieee754/s_lib_version.c: Likewise.
10456 * sysdeps/ieee754/s_matherr.c: Likewise.
10457 * sysdeps/ieee754/s_signgam.c: Likewise.
10458 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
10459 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
10460 * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
10461 * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
10462 * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
10463 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
10464 * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
10465 * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
10466 * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
10467 * sysdeps/powerpc/fpu/s_rint.c: Likewise.
10468 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
10469 * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
10470 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
10471 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
10472 * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
10473 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
10474 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
10475 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
10476 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
10477 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
10478 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
10480 2012-03-09 Joseph Myers <joseph@codesourcery.com>
10482 * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
10483 * sunrpc/rpc_main.c: Likewise.
10484 * sunrpc/rpc_svcout.c: Likewise.
10486 2012-03-09 David S. Miller <davem@davemloft.net>
10488 * include/math_private.h: New file.
10490 2012-03-09 Joseph Myers <joseph@codesourcery.com>
10492 * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
10493 * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
10494 * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
10495 from <bits/socket_type.h>.
10496 (enum __socket_type): Don't define here.
10497 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
10498 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
10499 bits/socket_type.h.
10502 * libio/stdio.h (gets): Always declare for C++ up to C++11 without
10503 checking __USE_GNU.
10505 * Makerules ($(inst_includedir)/%.h): New rule.
10506 * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
10507 (install-others): Remove variable setting.
10508 ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
10510 2012-03-08 Richard Henderson <rth@twiddle.net>
10512 * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
10513 from macro to inline function; merge with the
10514 !__LIBC_INTERNAL_MATH_INLINES version.
10515 (__ieee754_sqrtf): Likewise.
10517 * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
10518 to inline function.
10519 (__rintf, __floor, __floorf): Likewise.
10521 * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
10522 macro to inline function.
10523 (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
10525 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
10526 not <math/math_private.h>.
10528 2012-03-08 David S. Miller <davem@davemloft.net>
10530 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
10532 * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
10534 2012-03-08 Thomas Schwinge <thomas@codesourcery.com>
10536 * resolv/gai_misc.c (handle_requests): Fix struct timespec
10538 * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
10539 * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
10541 2012-03-08 Ulrich Drepper <drepper@gmail.com>
10543 * stdio-common/tst-fphex.c: Various cleanups. The macros cannot
10544 be defined individually, they must be defined as a block. Define
10545 S for printing a string instead of hidint the different by using a
10546 macro for adding the 'l'.
10547 * stdio-common/tst-fphex-wide.c: Adjust.
10549 2012-03-07 Marek Polacek <polacek@redhat.com>
10551 * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
10553 2012-03-08 Marek Polacek <polacek@redhat.com>
10556 * stdio-common/Makefile (tests): Add tst-fphex-wide.
10557 * stdio-common/tst-fphex.c: Define a few macros to make the
10558 test reusable. Use them.
10559 * stdio-common/tst-fphex-wide.c: New file.
10561 2012-03-08 Joseph Myers <joseph@codesourcery.com>
10564 * manual/macros.texi (gnusystems): New macro.
10565 (nongnusystems): Likewise.
10566 (gnulinuxhurdsystems): Likewise.
10567 (gnuhurdsystems): Likewise..
10568 (gnulinuxsystems): Likewise.
10569 * manual/charset.texi: Use new macros or @theglibc{} to refer to
10570 variants of the GNU system, not "GNU system".
10571 * manual/conf.texi: Likewise.
10572 * manual/errno.texi: Likewise. Update example of errno macro
10574 * manual/filesys.texi: Likewise.
10575 (getumask): Document as specific to GNU/Hurd.
10576 * manual/install.texi: Likewise. Reword some references to
10578 * manual/intro.texi: Likewise.
10579 * manual/io.texi: Likewise.
10580 (File Name Portability): Detail which constraints are inapplicable
10581 to all GNU systems and which are only inapplicable to GNU/Hurd.
10582 * manual/job.texi: Likewise.
10583 * manual/llio.texi: Likewise.
10584 (O_NOCTTY): Document as present on GNU/Linux.
10585 * manual/maint.texi: Likewise.
10586 * manual/memory.texi: Likewise.
10587 * manual/pattern.texi: Likewise.
10588 * manual/pipe.texi: Likewise.
10589 * manual/process.texi: Likewise.
10590 * manual/resource.texi: Likewise.
10591 (RUSAGE_CHILDREN): Remove statement about specifying a particular
10593 * manual/setjmp.texi: Likewise.
10594 * manual/signal.texi: Likewise.
10595 * manual/startup.texi: Likewise.
10596 * manual/stdio.texi: Likewise.
10597 * manual/terminal.texi: Likewise.
10598 (ONLCR): Document as POSIX.
10599 (OXTABS): Document availability on GNU/Linux as XTABS.
10600 (ONOEOT): Document availability separately from other bits.
10601 (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
10602 * manual/time.texi: Likewise.
10603 * manual/users.texi: Likewise.
10604 * INSTALL: Regenerated.
10605 * sysdeps/gnu/errlist.c: Regenerated.
10607 * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
10608 * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
10609 (libc_cv_ctors_header): Likewise. Use asm ("") instead of calling
10611 * configure: Regenerated.
10613 2012-03-07 Joseph Myers <joseph@codesourcery.com>
10615 * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
10616 default includes instead of AC_HEADER_CHECK.
10617 * sysdeps/i386/configure: Regenerated.
10620 * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
10621 * math/s_cacoshf.c (__cacoshf): Likewise.
10622 * math/s_cacoshl.c (__cacoshl): Likewise.
10623 * math/s_casinh.c (__casinh): Set signs of result from argument.
10624 * math/s_casinhf.c (__casinhf): Likewise.
10625 * math/s_casinhl.c (__casinhl): Likewise.
10626 * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
10627 (casinh_test): Add more tests.
10628 * sysdeps/i386/fpu/libm-test-ulps: Update.
10629 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10631 2012-03-07 Ulrich Drepper <drepper@gmail.com>
10633 * po/zh_TW.po: Update from translation team.
10635 * login/Makefile (distribute): Remove variable.
10636 * catgets/Makefile: Likewise.
10637 * mach/Makefile: Likewise.
10638 * malloc/Makefile: Likewise.
10639 * misc/Makefile: Likewise.
10640 * iconv/Makefile: Likewise.
10641 * nscd/Makefile: Likewise.
10642 * hurd/Makefile: Likewise.
10643 * manual/Makefile: Likewise.
10644 * locale/Makefile: Likewise.
10645 * intl/Makefile: Likewise.
10646 * conform/Makefile: Likewise.
10647 * nss/Makefile: Likewise.
10648 * time/Makefile: Likewise.
10649 * soft-fp/Makefile: Likewise.
10650 * dirent/Makefile: Likewise.
10651 * gmon/Makefile: Likewise.
10652 * po/Makefile: Likewise.
10653 * rt/Makefile: Likewise.
10654 * socket/Makefile: Likewise.
10655 * math/Makefile: Likewise.
10656 * signal/Makefile: Likewise.
10657 * debug/Makefile: Likewise.
10658 * elf/Makefile: Likewise.
10659 * timezone/Makefile: Likewise.
10660 * stdlib/Makefile: Likewise.
10661 * iconvdata/Makefile: Likewise.
10662 * sunrpc/Makefile: Likewise.
10663 * io/Makefile: Likewise.
10664 * argp/Makefile: Likewise.
10665 * inet/Makefile: Likewise.
10666 * hesiod/Makefile: Likewise.
10667 * grp/Makefile: Likewise.
10668 * csu/Makefile: Likewise.
10669 * wctype/Makefile: Likewise.
10670 * crypt/Makefile: Likewise.
10671 * libio/Makefile: Likewise.
10672 * string/Makefile: Likewise.
10673 * nis/Makefile: Likewise.
10674 * resolv/Makefile: Likewise.
10675 * stdio-common/Makefile: Likewise.
10676 * wcsmbs/Makefile: Likewise.
10677 * dlfcn/Makefile: Likewise.
10678 * posix/Makefile: Likewise.
10681 * timezone/Makefile: Don't install timezone files, just the programs
10684 2012-03-06 Ulrich Drepper <drepper@gmail.com>
10686 * nss/databases.def: Add missing gshadow entry.
10688 * stdio-common/vfprintf.c: Fix formatting. Missing copyright update.
10690 2012-03-06 Marek Polacek <polacek@redhat.com>
10693 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
10694 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
10695 * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
10696 * stdio-common/tst-long-dbl-fphex.c: New file.
10698 2012-03-06 David S. Miller <davem@davemloft.net>
10700 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
10701 (set_obp_int): New function.
10702 (get_obp_int): New function.
10703 (__get_clockfreq_via_dev_openprom): Likewise.
10704 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
10705 Avoid unused variable warnings on 'val' and use builtin_expect.
10706 (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
10708 (INLINE_CLONE_SYSCALL): Likewise.
10710 2012-03-05 David S. Miller <davem@davemloft.net>
10712 * sysdeps/sparc/fpu/libm-test-ulps: Update.
10714 2012-03-05 Andreas Schwab <schwab@linux-m68k.org>
10716 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10718 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
10719 only for |x| >= 40.
10720 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
10722 2012-03-05 H.J. Lu <hongjiu.lu@intel.com>
10724 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
10725 Replace gettimeofday with __vdso_gettimeofday.
10727 * sysdeps/unix/sysv/linux/x86_64/init-first.c
10728 (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
10729 __vdso_clock_gettime and __vdso_getcpu.
10731 * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
10732 time with __vdso_time.
10734 2012-03-05 Joseph Myers <joseph@codesourcery.com>
10736 * manual/lang.texi (size_t): Note types to which size_t may be
10737 equivalent with the GNU C Library, but do not describe when
10738 differences between them are significant.
10740 2012-03-05 Andreas Jaeger <aj@suse.de>
10742 * sysdeps/i386/fpu/libm-test-ulps: Update.
10744 2012-03-05 Joseph Myers <joseph@codesourcery.com>
10747 * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
10748 (__ieee754_pow): Save and restore rounding mode and use
10749 round-to-nearest for main computations.
10750 * math/libm-test.inc (pow_test_tonearest): New function.
10751 (pow_test_towardzero): Likewise.
10752 (pow_test_downward): Likewise.
10753 (pow_test_upward): Likewise.
10754 (main): Call the new functions.
10755 * sysdeps/i386/fpu/libm-test-ulps: Update.
10756 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10759 * math/libm-test.inc (cosh_test_tonearest): New function.
10760 (cosh_test_towardzero): Likewise.
10761 (cosh_test_downward): Likewise.
10762 (cosh_test_upward): Likewise.
10763 (sinh_test_tonearest): Likewise.
10764 (sinh_test_towardzero): Likewise.
10765 (sinh_test_downward): Likewise.
10766 (sinh_test_upward): Likewise.
10767 (main): Call the new functions.
10768 * sysdeps/i386/fpu/libm-test-ulps: Update.
10769 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10771 2012-03-05 Tom de Vries <tom@codesourcery.com>
10773 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
10774 default stack guard is set in last bytes.
10775 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
10777 2012-03-05 Kees Cook <keescook@chromium.org>
10779 * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
10782 * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
10783 possibly allocate from heap instead of stack.
10784 * stdio-common/bug-vfprintf-nargs.c: New file.
10785 * stdio-common/Makefile (tests): Add nargs overflow test.
10787 2012-03-03 Andreas Schwab <schwab@linux-m68k.org>
10789 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10791 2012-03-03 Marek Polacek <polacek@redhat.com>
10793 * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
10794 * math/math_private.h: Likewise.
10795 * stdlib/tst-strtod.c: Likewise.
10796 * sysdeps/i386/i486/bits/atomic.h: Likewise.
10797 * sysdeps/x86_64/bits/atomic.h: Likewise.
10799 2012-03-02 David S. Miller <davem@davemloft.net>
10801 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
10802 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
10803 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
10804 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
10805 * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
10806 * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
10807 * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
10808 * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
10810 2012-03-02 Roland McGrath <roland@hack.frob.com>
10813 * manual/examples/README: New file, says the example source files
10814 can be used under GPL>=2.
10815 * manual/Makefile (%.c.texi): Eat the leading part of the file until a
10816 line containing just "*/".
10817 * manual/examples/add.c: Add copyright header (GPL>=2).
10818 * manual/examples/argp-ex1.c: Likewise.
10819 * manual/examples/argp-ex2.c: Likewise.
10820 * manual/examples/argp-ex3.c: Likewise.
10821 * manual/examples/argp-ex4.c: Likewise.
10822 * manual/examples/atexit.c: Likewise.
10823 * manual/examples/db.c: Likewise.
10824 * manual/examples/dir.c: Likewise.
10825 * manual/examples/dir2.c: Likewise.
10826 * manual/examples/execinfo.c: Likewise.
10827 * manual/examples/filecli.c: Likewise.
10828 * manual/examples/filesrv.c: Likewise.
10829 * manual/examples/fmtmsgexpl.c: Likewise.
10830 * manual/examples/genpass.c: Likewise.
10831 * manual/examples/inetcli.c: Likewise.
10832 * manual/examples/inetsrv.c: Likewise.
10833 * manual/examples/isockad.c: Likewise.
10834 * manual/examples/longopt.c: Likewise.
10835 * manual/examples/memopen.c: Likewise.
10836 * manual/examples/memstrm.c: Likewise.
10837 * manual/examples/mkfsock.c: Likewise.
10838 * manual/examples/mkisock.c: Likewise.
10839 * manual/examples/mygetpass.c: Likewise.
10840 * manual/examples/pipe.c: Likewise.
10841 * manual/examples/popen.c: Likewise.
10842 * manual/examples/rprintf.c: Likewise.
10843 * manual/examples/search.c: Likewise.
10844 * manual/examples/select.c: Likewise.
10845 * manual/examples/setjmp.c: Likewise.
10846 * manual/examples/sigh1.c: Likewise.
10847 * manual/examples/sigusr.c: Likewise.
10848 * manual/examples/stpcpy.c: Likewise.
10849 * manual/examples/strdupa.c: Likewise.
10850 * manual/examples/strftim.c: Likewise.
10851 * manual/examples/strncat.c: Likewise.
10852 * manual/examples/subopt.c: Likewise.
10853 * manual/examples/swapcontext.c: Likewise.
10854 * manual/examples/termios.c: Likewise.
10855 * manual/examples/testopt.c: Likewise.
10856 * manual/examples/testpass.c: Likewise.
10857 * manual/examples/timeval_subtract.c: Likewise.
10860 * manual/time.texi (Elapsed Time): Move timeval_subtract example
10862 * manual/timeval_subtract.c.texi: ... here, new file.
10864 2012-03-02 David S. Miller <davem@davemloft.net>
10866 * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
10868 2012-03-02 Joseph Myers <joseph@codesourcery.com>
10871 * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
10872 (__sin): Save and restore rounding mode and use round-to-nearest
10873 for all computations.
10874 (__cos): Save and restore rounding mode and use round-to-nearest
10875 for all computations.
10876 * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
10878 (tan): Save and restore rounding mode and use round-to-nearest for
10880 * math/libm-test.inc (cos_test_tonearest): New function.
10881 (cos_test_towardzero): Likewise.
10882 (cos_test_downward): Likewise.
10883 (cos_test_upward): Likewise.
10884 (sin_test_tonearest): Likewise.
10885 (sin_test_towardzero): Likewise.
10886 (sin_test_downward): Likewise.
10887 (sin_test_upward): Likewise.
10888 (tan_test_tonearest): Likewise.
10889 (tan_test_towardzero): Likewise.
10890 (tan_test_downward): Likewise.
10891 (tan_test_upward): Likewise.
10892 (main): Call the new functions.
10893 * sysdeps/i386/fpu/libm-test-ulps: Update.
10894 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10897 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
10898 small n, then large n, before computing and testing k+n.
10899 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
10900 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
10902 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
10904 * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
10905 * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
10906 * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
10907 * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
10908 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
10909 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
10910 * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
10911 * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
10912 * math/libm-test.inc (scalbn_test): Add more tests.
10913 (scalbln_test): Likewise.
10915 * manual/filesys.texi (mode_t): Describe constraints on size and
10916 signedness, not exact equivalence to a particular type.
10918 (ino64_t): Likewise.
10920 (nlink_t): Likewise.
10921 (blkcnt_t): Likewise.
10922 (blkcnt64_t): Likewise.
10923 * manual/llio.texi (off_t): Likewise.
10926 * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
10927 (__ieee754_exp): Save and restore rounding mode and use
10928 round-to-nearest for all computations.
10929 * math/libm-test.inc (exp_test_tonearest): New function.
10930 (exp_test_towardzero): Likewise.
10931 (exp_test_downward): Likewise.
10932 (exp_test_upward): Likewise.
10933 (main): Call the new functions.
10934 * sysdeps/i386/fpu/libm-test-ulps: Update.
10935 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10937 2012-03-01 Chris Demetriou <cgd@google.com>
10939 * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
10940 have predictable order.
10942 2012-03-01 David S. Miller <davem@davemloft.net>
10944 * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
10946 * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
10947 * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
10948 * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
10949 * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
10951 * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
10952 * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
10953 * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
10954 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
10955 * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
10956 * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
10957 * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
10958 * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
10959 * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
10961 * sysdeps/sparc/fpu/libm-test-ulps: Update.
10963 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
10964 * sysdeps/sparc/fpu/libm-test-ulps: to here.
10965 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
10967 * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
10968 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
10969 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
10970 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
10971 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
10972 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
10973 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
10974 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
10975 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
10976 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
10977 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
10978 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
10979 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
10980 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
10981 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
10982 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
10983 * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
10984 * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
10985 * sysdeps/sparc/elf/configure: Regenerated.
10987 2012-03-01 Joseph Myers <joseph@codesourcery.com>
10989 * configure.in (AS, LD): Require binutils 2.20 or later.
10990 * configure: Regenerated.
10991 * manual/install.texi (Tools for Compilation): Give binutils 2.20
10992 as required minimum version.
10993 * INSTALL: Regenerated.
10997 * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
10998 before squaring exponent.
10999 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
11000 bottom long double and 27 bits of top long double before squaring
11002 * math/libm-test.inc (erfc_test): Add more tests.
11003 * sysdeps/i386/fpu/libm-test-ulps: Update.
11004 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
11005 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11007 2012-03-01 Kai Tietz <ktietz@redhat.com>
11009 * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
11010 * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
11011 containing bit-fields.
11012 * soft-fp/extended.h (_FP_UNION_E): Likewise.
11013 * soft-fp/single.h (_FP_UNION_S): Likewise.
11014 * soft-fp/double.h (_FP_UNION_D): Likewise.
11016 2012-02-29 Joseph Myers <joseph@codesourcery.com>
11019 * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
11020 not include ../strcmp.S.
11021 [USE_AS_STRNCASECMP_L]: Likewise.
11022 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
11023 (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
11024 * sysdeps/i386/i686/multiarch/strncase_l-c.c
11025 (__strncasecmp_l_ia32): Define as alias to
11026 __strncasecmp_l_nonascii.
11029 * math/libm-test.inc (expm1_test): Add test for bug 5794.
11030 * sysdeps/i386/fpu/libm-test-ulps: Update.
11031 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11033 * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
11034 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11036 2012-02-29 Jeff Law <law@redhat.com>
11038 * resolv/res_query.c (__libc_res_nquerydomain): Avoid
11039 out of bounds read.
11041 2012-02-29 Marek Polacek <polacek@redhat.com>
11044 * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
11045 * elf/Makefile: Add rules to run tst-unused-dep.out.
11047 2012-02-28 David S. Miller <davem@davemloft.net>
11049 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
11050 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
11051 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
11052 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
11053 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
11054 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
11056 2012-02-29 Joseph Myers <joseph@codesourcery.com>
11058 * math/libm-test.inc (llround_test): Move one test from
11059 lround_test. Use TEST_f_L in moved test.
11060 (lround_test): Move misplaced test to llround_test. Add testcase
11063 2012-02-28 Ulrich Drepper <drepper@gmail.com>
11065 * sysdeps/x86_64/fpu/e_expf.S: New file.
11066 Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
11068 2012-02-28 Stanislav Brabec <sbrabec@suse.cz>
11071 * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
11072 of remain_len that may cause incomplete multi-byte character and
11074 * posix/bug-regex33.c: New file.
11075 * posix/Makefile (tests): Add bug-regex33.
11077 2012-02-28 Joseph Myers <joseph@codesourcery.com>
11079 * manual/macros.texi: New file.
11080 * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
11081 * manual/libc.texinfo: Include macros.texi.
11082 * manual/creatute.texi: Likewise.
11083 * manual/install.texi: Likewise.
11084 * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
11085 @glibcadj{} in references to the GNU C Library.
11086 * manual/charset.texi: Likewise.
11087 * manual/conf.texi: Likewise.
11088 * manual/contrib.texi: Likewise. Consistently use "GNU C Library"
11089 when not using those macros.
11090 * manual/creature.texi: Likewise.
11091 * manual/crypt.texi: Likewise.
11092 * manual/errno.texi: Likewise.
11093 * manual/filesys.texi: Likewise.
11094 * manual/header.texi: Likewise.
11095 * manual/install.texi: Likewise.
11096 * manual/intro.texi: Likewise.
11097 * manual/io.texi: Likewise.
11098 * manual/job.texi: Likewise.
11099 * manual/lang.texi: Likewise.
11100 * manual/libc.texiinfo: Likewise.
11101 * manual/llio.texi: Likewise.
11102 * manual/locale.texi: Likewise.
11103 * manual/maint.texi: Likewise.
11104 * manual/math.texi: Likewise.
11105 * manual/memory.texi: Likewise.
11106 * manual/message.texi: Likewise.
11107 * manual/nss.texi: Likewise.
11108 * manual/pattern.texi: Likewise.
11109 * manual/process.texi: Likewise.
11110 * manual/resource.texi: Likewise.
11111 * manual/search.texi: Likewise.
11112 * manual/setjmp.texi: Likewise.
11113 * manual/signal.texi: Likewise.
11114 * manual/socket.texi: Likewise.
11115 * manual/startup.texi: Likewise.
11116 * manual/stdio.texi: Likewise.
11117 * manual/string.texi: Likewise.
11118 * manual/sysinfo.texi: Likewise.
11119 * manual/syslog.texi: Likewise.
11120 * manual/terminal.texi: Likewise.
11121 * manual/time.texi: Likewise.
11122 * manual/users.texi: Likewise.
11123 * INSTALL: Regenerated.
11124 * NOTES: Regenerated.
11125 * sysdeps/gnu/errlist.c: Regenerated.
11127 2012-02-28 Andreas Schwab <schwab@linux-m68k.org>
11129 * include/dirent.h: Include <dirstream.h> before
11132 2012-02-28 David S. Miller <davem@davemloft.net>
11134 * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
11135 * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
11136 * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
11137 * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
11139 2012-02-27 David S. Miller <davem@davemloft.net>
11141 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
11142 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
11143 * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
11144 * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
11146 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
11147 frame pointer instead of stack pointer relative arg slot.
11148 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
11149 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
11150 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
11152 2012-02-27 Carlos O'Donell <carlos_odonell@mentor.com>
11155 * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
11157 2012-02-27 David S. Miller <davem@davemloft.net>
11159 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
11160 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
11161 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
11162 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
11163 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
11164 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
11165 * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
11166 * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
11168 2012-02-27 Joseph Myers <joseph@codesourcery.com>
11170 * configure.in (CC): Restrict allowed GCC versions to 4.3 and
11171 later. Allow versions 5-9.
11172 * configure: Regenerated.
11173 * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
11174 required minimum version and 4.6 as recommended version. Do not
11175 mention bugs in GCC 2.7 and 2.8.
11176 * INSTALL: Regenerated.
11178 2012-02-27 David S. Miller <davem@davemloft.net>
11180 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
11181 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
11182 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
11183 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
11184 * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
11185 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
11186 * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
11187 * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
11189 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
11190 manipulate bits before adding and subtracting TWO112[sx].
11191 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
11193 2012-02-27 Roland McGrath <roland@hack.frob.com>
11196 * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
11197 [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
11198 * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
11199 being in POSIX, because they are in 1003.1-2008.
11201 * rt/tst-aio.c: Include <fcntl.h>.
11202 * rt/tst-aio7.c: Likewise.
11203 * rt/tst-aio64.c: Likewise.
11205 * stdio-common/tst-fmemopen.c (main): Remove spurious const.
11207 2012-02-27 Joseph Myers <joseph@codesourcery.com>
11209 * manual/install.texi (--with-headers): Describe headers as
11210 interface headers, not private headers.
11211 (Specific advice for GNU/Linux systems): Describe use of headers
11212 from "make headers_install", not private headers from older
11214 * INSTALL: Regenerated.
11215 * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
11217 * sysdeps/unix/sysv/linux/configure: Regenerated.
11219 * manual/llio.texi (fclean): Remove documentation.
11221 * manual/Makefile (libc-texi-generated): New variable. Include
11223 (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
11224 $(libc-texi-generated), not duplicated list of files.
11225 (version.texi, stamp-version): New rules.
11226 (realclean): Remove $(libc-texi-generated), not individual files
11227 from that list. Do not remove dir-add.texinfo.
11228 * manual/libc.texinfo: Comment out uses of edition numbers and
11229 references to printed manual. Remove last-updated dates.
11230 (EDITION): Comment out.
11232 (VERSION, UPDATED): Remove.
11233 (version.texi): Include.
11235 2012-02-27 Andreas Schwab <schwab@linux-m68k.org>
11237 * sysdeps/posix/spawni.c: Include <signal.h>.
11238 * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
11239 * sysdeps/pthread/aio_fsync.c: Likewise.
11241 2012-02-26 Ulrich Drepper <drepper@gmail.com>
11243 * conform/Makefile (tests): Run only when not cross-compiling and
11244 when fast-check is not defined.
11246 * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
11247 * conform/data/limits.h-data: Fixes for POSIX2008.
11248 * conform/run-conformtest.sh: Run all tests.
11249 * include/arpa/inet.h: Changes to allow conformtest.pl to use the
11251 * include/bits/dlfcn.h: Likewise.
11252 * include/langinfo.h: Likewise.
11253 * include/monetary.h: Likewise.
11254 * include/sys/poll.h: Likewise.
11256 * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
11258 * posix/spawn.h: Define __need_sigset_t.
11259 * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
11260 * posix/unistd.h: Declare ctermid only for XPG before XPG6.
11261 * rt/aio.h: Don't include fcntl.h and signal.h. Use bits/siginfo.h
11262 to get sigevent_t only.
11263 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
11264 only for __USE_GNU.
11265 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
11266 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
11267 process_vm_writev only for __USE_GNU.
11268 * termios/termios.h: Declare tcgetsid also for POSIX2008.
11270 * conform/Makefile: For now ignore errors from run-conformtest.
11271 * conform/conformtest.pl: Simplify code. Add -ansi to CFLAGS for
11272 POSIX to avoid namespace pollution. Don't prepend headers.
11273 * conform/data/aio.h-data: Fixes for POSIX testing.
11274 * conform/data/fcntl.h-data: Likewise.
11275 * conform/data/glob.h-data: Likewise.
11276 * conform/data/grp.h-data: Likewise.
11277 * conform/data/pthread.h-data: Likewise.
11278 * conform/data/pwd.h-data: Likewise.
11279 * conform/data/signal.h-data: Likewise.
11280 * conform/data/spawn.h-data: Likewise.
11281 * conform/data/stdio.h-data: Likewise.
11282 * conform/data/stdlib.h-data: Likewise.
11283 * conform/data/stropts.h-data: Likewise.
11284 * conform/data/sys/mman.h-data: Likewise.
11285 * conform/data/sys/stat.h-data: Likewise.
11286 * conform/data/sys/types.h-data: Likewise.
11287 * conform/data/sys/wait.h-data: Likewise.
11288 * conform/data/time.h-data: Likewise.
11289 * conform/data/unistd.h-data: Likewise.
11290 * conform/data/utime.h-data: Likewise.
11292 * io/sys/stat.h: fchmod was always in POSIX.
11293 * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
11294 * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
11295 * rt/aio.h: Define __need_timespec before including <time.h>.
11296 * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
11297 struct. Add forward declaration of pthread_attr_t and use it in
11299 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
11300 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
11301 * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
11302 always remove CLK_TCK definition.
11304 2012-02-26 Andreas Schwab <schwab@linux-m68k.org>
11306 * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
11308 2012-02-25 Ulrich Drepper <drepper@gmail.com>
11310 * conform/run-conformtest.sh: New file.
11311 * conform/Makefile: Run run-conformtest for tests.
11312 * conform/conformtest.pl: Many bug fixes. Add ISO C99, ISO C11
11315 * conform/data/uchar.h-data: New file.
11316 * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
11317 * conform/data/arpa/inet.h-data: Likewise.
11318 * conform/data/assert.h-data: Likewise.
11319 * conform/data/complex.h-data: Likewise.
11320 * conform/data/cpio.h-data: Likewise.
11321 * conform/data/ctype.h-data: Likewise.
11322 * conform/data/dirent.h-data: Likewise.
11323 * conform/data/dlfcn.h-data: Likewise.
11324 * conform/data/errno.h-data: Likewise.
11325 * conform/data/fcntl.h-data: Likewise.
11326 * conform/data/float.h-data: Likewise.
11327 * conform/data/fmtmsg.h-data: Likewise.
11328 * conform/data/fnmatch.h-data: Likewise.
11329 * conform/data/ftw.h-data: Likewise.
11330 * conform/data/glob.h-data: Likewise.
11331 * conform/data/grp.h-data: Likewise.
11332 * conform/data/iconv.h-data: Likewise.
11333 * conform/data/inttypes.h-data: Likewise.
11334 * conform/data/langinfo.h-data: Likewise.
11335 * conform/data/libgen.h-data: Likewise.
11336 * conform/data/limits.h-data: Likewise.
11337 * conform/data/locale.h-data: Likewise.
11338 * conform/data/math.h-data: Likewise.
11339 * conform/data/monetary.h-data: Likewise.
11340 * conform/data/mqueue.h-data: Likewise.
11341 * conform/data/ndbm.h-data: Likewise.
11342 * conform/data/net/if.h-data: Likewise.
11343 * conform/data/netdb.h-data: Likewise.
11344 * conform/data/netinet/in.h-data: Likewise.
11345 * conform/data/nl_types.h-data: Likewise.
11346 * conform/data/poll.h-data: Likewise.
11347 * conform/data/pthread.h-data: Likewise.
11348 * conform/data/pwd.h-data: Likewise.
11349 * conform/data/regex.h-data: Likewise.
11350 * conform/data/sched.h-data: Likewise.
11351 * conform/data/search.h-data: Likewise.
11352 * conform/data/semaphore.h-data: Likewise.
11353 * conform/data/setjmp.h-data: Likewise.
11354 * conform/data/signal.h-data: Likewise.
11355 * conform/data/spawn.h-data: Likewise.
11356 * conform/data/stdarg.h-data: Likewise.
11357 * conform/data/stdio.h-data: Likewise.
11358 * conform/data/stdlib.h-data: Likewise.
11359 * conform/data/string.h-data: Likewise.
11360 * conform/data/strings.h-data: Likewise.
11361 * conform/data/stropts.h-data: Likewise.
11362 * conform/data/sys/ipc.h-data: Likewise.
11363 * conform/data/sys/mman.h-data: Likewise.
11364 * conform/data/sys/msg.h-data: Likewise.
11365 * conform/data/sys/resource.h-data: Likewise.
11366 * conform/data/sys/select.h-data: Likewise.
11367 * conform/data/sys/sem.h-data: Likewise.
11368 * conform/data/sys/shm.h-data: Likewise.
11369 * conform/data/sys/socket.h-data: Likewise.
11370 * conform/data/sys/stat.h-data: Likewise.
11371 * conform/data/sys/statvfs.h-data: Likewise.
11372 * conform/data/sys/time.h-data: Likewise.
11373 * conform/data/sys/timeb.h-data: Likewise.
11374 * conform/data/sys/times.h-data: Likewise.
11375 * conform/data/sys/types.h-data: Likewise.
11376 * conform/data/sys/uio.h-data: Likewise.
11377 * conform/data/sys/un.h-data: Likewise.
11378 * conform/data/sys/utsname.h-data: Likewise.
11379 * conform/data/sys/wait.h-data: Likewise.
11380 * conform/data/syslog.h-data: Likewise.
11381 * conform/data/tar.h-data: Likewise.
11382 * conform/data/termios.h-data: Likewise.
11383 * conform/data/utime.h-data: Likewise.
11384 * conform/data/utmpx.h-data: Likewise.
11385 * conform/data/varargs.h-data: Likewise.
11386 * conform/data/wchar.h-data: Likewise.
11387 * conform/data/wctype.h-data: Likewise.
11388 * conform/data/wordexp.h-data: Likewise.
11390 * include/stropts.h: New file.
11391 * include/uchar.h: New file.
11392 * include/aio.h: Changes to allow conformtest.pl to use the headers.
11393 * include/assert.h: Likewise.
11394 * include/ctype.h: Likewise.
11395 * include/dirent.h: Likewise.
11396 * include/dlfcn.h: Likewise.
11397 * include/fcntl.h: Likewise.
11398 * include/fnmatch.h: Likewise.
11399 * include/glob.h: Likewise.
11400 * include/grp.h: Likewise.
11401 * include/libio.h: Likewise.
11402 * include/locale.h: Likewise.
11403 * include/math.h: Likewise.
11404 * include/net/if.h: Likewise.
11405 * include/netdb.h: Likewise.
11406 * include/netinet/in.h: Likewise.
11407 * include/pthread.h: Likewise.
11408 * include/pwd.h: Likewise.
11409 * include/regex.h: Likewise.
11410 * include/sched.h: Likewise.
11411 * include/search.h: Likewise.
11412 * include/setjmp.h: Likewise.
11413 * include/signal.h: Likewise.
11414 * include/stdio.h: Likewise.
11415 * include/stdlib.h: Likewise.
11416 * include/string.h: Likewise.
11417 * include/sys/cdefs.h: Likewise.
11418 * include/sys/mman.h: Likewise.
11419 * include/sys/msg.h: Likewise.
11420 * include/sys/resource.h: Likewise.
11421 * include/sys/select.h: Likewise.
11422 * include/sys/socket.h: Likewise.
11423 * include/sys/stat.h: Likewise.
11424 * include/sys/statvfs.h: Likewise.
11425 * include/sys/time.h: Likewise.
11426 * include/sys/times.h: Likewise.
11427 * include/sys/uio.h: Likewise.
11428 * include/sys/utsname.h: Likewise.
11429 * include/sys/wait.h: Likewise.
11430 * include/termios.h: Likewise.
11431 * include/time.h: Likewise.
11432 * include/ulimit.h: Likewise.
11433 * include/unistd.h: Likewise.
11434 * include/utime.h: Likewise.
11435 * include/wchar.h: Likewise.
11436 * include/wctype.h: Likewise.
11437 * include/wordexp.h: Likewise.
11439 * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
11441 * time/time.h: TIME_UTC must be a macro.
11442 Make timespec_get available for ISO C11 only as well.
11444 2012-02-24 Ulrich Drepper <drepper@gmail.com>
11446 * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
11447 Reported by Peng Haitao <penght@cn.fujitsu.com>.
11449 2012-02-24 Joseph Myers <joseph@codesourcery.com>
11451 * configure.in: Use -o not -a in test for unsupported multi-arch.
11453 2012-02-24 Joseph Myers <joseph@codesourcery.com>
11455 * manual/texinfo.tex: Update to version 2012-01-19.16.
11457 2012-02-24 Joseph Myers <joseph@codesourcery.com>
11459 * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
11461 2012-02-24 Roland McGrath <roland@hack.frob.com>
11464 * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
11465 * manual/fdl-1.3.texi: New file.
11466 * manual/fdl-1.1.texi: File removed.
11469 * manual/libc.texinfo (FDL_VERSION): New @set.
11470 Use it for mention of FDL in cover text.
11471 (Documentation License): Use it in @include file name.
11473 2012-02-22 Joseph Myers <joseph@codesourcery.com>
11474 Roland McGrath <roland@hack.frob.com>
11477 * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN,
11478 not LONG_LONG_MAX and LONG_LONG_MIN.
11479 * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
11480 LLONG_MIN. Refer to LONG_LONG_MIN only as older GCC-specific
11482 (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
11484 2012-02-22 Joseph Myers <joseph@codesourcery.com>
11488 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
11489 manipulate bits before adding and subtracting TWO23[sx].
11490 * math/libm-test.inc (nearbyint_test): Add more tests.
11492 2012-02-22 Joseph Myers <joseph@codesourcery.com>
11495 * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
11496 bits before adding and subtracting TWO23[sx].
11497 * math/libm-test.inc (rint_test): Add more tests.
11498 (rint_test_tonearest): Likewise.
11499 (rint_test_towardzero): Likewise.
11500 (rint_test_downward): Likewise.
11501 (rint_test_upward: Likewise.
11503 2012-02-22 Joseph Myers <joseph@codesourcery.com>
11506 * include/stdc-predef.h: New file. Extracted from features.h.
11507 * include/features.h: Include stdc-predef.h.
11508 * Makefile (headers): Add stdc-predef.h.
11509 * CONFORMANCE (Compiler limitations): Update.
11511 2012-02-22 Joseph Myers <joseph@codesourcery.com>
11513 * manual/libc.texinfo (VERSION, UPDATED): Revert.
11515 2012-02-21 David S. Miller <davem@davemloft.net>
11517 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
11518 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
11520 2012-02-20 David S. Miller <davem@davemloft.net>
11522 * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
11523 using a normal save/restore sequence, rather than allocating a
11524 dummy stack frame just to store a frame pointer and restore.
11525 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
11527 2012-02-21 Joseph Myers <joseph@codesourcery.com>
11529 * manual/install.texi: Fix stray word in line-wrapped comment.
11531 2012-02-20 David S. Miller <davem@davemloft.net>
11533 * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
11534 both binutils and gcc support GOTDATA.
11536 * sysdeps/unix/sparc/sysdep.h: Document why we don't use
11537 "rd %pc" in the PIC register setup sequences.
11539 * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
11540 * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
11541 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
11542 * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
11543 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
11544 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
11545 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
11546 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
11547 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
11548 (SYSCALL_ERROR_HANDLER): Likewise.
11549 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
11550 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
11551 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
11552 (SYSCALL_ERROR_HANDLER): Likewise.
11554 * config.h.in (HAVE_BINUTILS_GOTDATA): New.
11555 (HAVE_GCC_GOTDATA): New.
11556 * sysdeps/sparc/elf/configure.in: Test for GOTDATA
11557 relocation support in both binutils and gcc.
11558 * sysdeps/sparc/elf/configure: Regenerate.
11560 * sysdeps/sparc/sparc32/elf/configure.in: Delete.
11561 * sysdeps/sparc/sparc32/elf/configure: Delete.
11562 * sysdeps/sparc/sparc64/elf/configure.in: Delete.
11563 * sysdeps/sparc/sparc64/elf/configure: Delete.
11564 * sysdeps/sparc/elf/configure.in: New file.
11565 * sysdeps/sparc/elf/configure: Generate.
11567 * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
11568 * sysdeps/sparc/sparc32/elf/configure: Regenerate.
11569 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
11570 * sysdeps/sparc/sparc64/elf/configure: Regenerate.
11571 * config.h.in (BROKEN_SPARC_WDISP22): Remove.
11573 2012-02-21 Joseph Myers <joseph@codesourcery.com>
11575 * manual/install.texi: Do not mention specific glibc version
11577 * manual/libc.texinfo (VERSION, UPDATED): Update.
11578 (@copying): Use @copyright{} and range of years.
11580 2012-02-21 Joseph Myers <joseph@codesourcery.com>
11583 * csu/Makefile (distribute): Remove initfini.c and defs.awk.
11584 [crti.S not in sysdirs] (generated): Do not append.
11585 [crti.S not in sysdirs] (omit-deps): Likewise.
11586 [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
11587 [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
11588 [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
11589 [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
11590 [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
11592 [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
11593 [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
11594 [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
11595 * csu/defs.awk: Remove file.
11596 * sysdeps/generic/initfini.c: Likewise.
11597 * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
11599 * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
11602 2012-02-20 Joseph Myers <joseph@codesourcery.com>
11604 * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
11605 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
11606 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
11607 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
11608 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
11609 * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
11611 (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
11612 (__EPOLL_PACKED): Define to empty if not defined by
11614 (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
11615 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
11618 2012-02-20 Joseph Myers <joseph@codesourcery.com>
11620 * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
11621 * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
11622 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
11623 * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
11625 (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
11626 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
11629 2012-02-20 Joseph Myers <joseph@codesourcery.com>
11631 * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
11633 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
11634 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
11635 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
11636 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11638 2012-02-20 Aurelien Jarno <aurelien@aurel32.net>
11640 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
11641 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
11643 2012-02-19 Andreas Schwab <schwab@linux-m68k.org>
11645 * manual/errno.texi (Error Codes): Add EHWPOISON entry.
11646 * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
11648 * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
11650 * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
11653 2012-02-19 Aurelien Jarno <aurelien@aurel32.net>
11655 * math/w_acos.c: Use non-signaling floating-point comparisons.
11656 * math/w_acosf.c: Likewise.
11657 * math/w_acosh.c: Likewise.
11658 * math/w_acoshf.c: Likewise.
11659 * math/w_acoshl.c: Likewise.
11660 * math/w_acosl.c: Likewise.
11661 * math/w_asin.c: Likewise.
11662 * math/w_asinf.c: Likewise.
11663 * math/w_asinl.c: Likewise.
11664 * math/w_atanh.c: Likewise.
11665 * math/w_atanhf.c: Likewise.
11666 * math/w_atanhl.c: Likewise.
11667 * math/w_exp2.c: Likewise.
11668 * math/w_exp2f.c: Likewise.
11669 * math/w_exp2l.c: Likewise.
11670 * math/w_j0.c: Likewise.
11671 * math/w_j0f.c: Likewise.
11672 * math/w_j0l.c: Likewise.
11673 * math/w_j1.c: Likewise.
11674 * math/w_j1f.c: Likewise.
11675 * math/w_j1l.c: Likewise.
11676 * math/w_jn.c: Likewise.
11677 * math/w_jnf.c: Likewise.
11678 * math/w_log.c: Likewise.
11679 * math/w_log10.c: Likewise.
11680 * math/w_log10f.c: Likewise.
11681 * math/w_log10l.c: Likewise.
11682 * math/w_log2.c: Likewise.
11683 * math/w_log2f.c: Likewise.
11684 * math/w_log2l.c: Likewise.
11685 * math/w_logf.c: Likewise.
11686 * math/w_logl.c: Likewise.
11687 * math/w_sqrt.c: Likewise.
11688 * math/w_sqrtf.c: Likewise.
11689 * math/w_sqrtl.c: Likewise.
11690 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
11691 * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
11692 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
11693 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
11694 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
11696 2012-02-19 Joseph Myers <joseph@codesourcery.com>
11699 * manual/string.texi (strnlen): Use correct parameter name in
11700 equivalent expression.
11702 2012-02-19 Joseph Myers <joseph@codesourcery.com>
11705 * manual/users.texi (seteuid): Consistently use neweuid for
11708 2012-02-19 Joseph Myers <joseph@codesourcery.com>
11711 * manual/nss.texi (Services in the NSS configuration): Correct
11712 list of services in example configuration file.
11714 2012-02-19 Nick Bowler <nbowler@draconx.ca>
11717 * manual/arith.texi: Remove statements about negative zero
11718 behaving identically to zero.
11720 2012-02-18 Joseph Myers <joseph@codesourcery.com>
11723 * manual/install.texi: Do not document upgrading from libc5.
11725 2012-02-18 Joseph Myers <joseph@codesourcery.com>
11728 * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
11730 2012-02-18 David S. Miller <davem@davemloft.net>
11732 * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
11733 (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
11734 %o7 across the call.
11735 (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
11737 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
11738 SETUP_PIC_REG_LEAF.
11739 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
11740 * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
11741 * sysdeps/sparc/crtn.S: Likewise.
11743 2012-02-17 Ulrich Drepper <drepper@gmail.com>
11745 * aout/Makefile: Remove.
11747 2012-02-18 Rafe Kettler <rafe.kettler@gmail.com>
11750 * manual/examples/argp-ex1.c (main): Format definition in GNU
11752 * manual/examples/argp-ex2.c (main): Likewise.
11753 * manual/examples/argp-ex3.c (main): Likewise.
11754 * manual/examples/argp-ex4.c (main): Likewise.
11755 * manual/examples/longopt.c (main): Use new-style prototype
11757 * manual/examples/strncat.c (main): Specify return type and use
11758 (void) for arguments.
11759 * manual/examples/subopt.c (main): Use char **argv argument.
11761 2012-02-17 Joseph Myers <joseph@codesourcery.com>
11764 * manual/lang.texi (FLT_EPSILON): Avoid description depending on
11767 2012-02-17 Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
11770 * manual/string.texi (strchr): Change when strchrnul is
11773 2012-02-17 Dwayne Grant McConnell <decimal@us.ibm.com>
11776 * manual/locale.texi (setlocale): Document LOCPATH.
11778 2012-02-17 Joseph Myers <joseph@codesourcery.com>
11781 * manual/process.texi (execle): Move @dots{} before last argument.
11783 2012-02-17 Paul Bolle <pebolle@tiscali.nl>
11786 * manual/charset.texi (Generic Charset Conversion): Fix typo
11787 (LC_TYPE -> LC_CTYPE).
11789 2012-02-17 Nicolas Boulenguez <nicolas.boulenguez@free.fr>
11792 * manual/arith.texi (scalbn): Use @var{} on parameter names.
11793 (scalbnf): Likewise.
11794 (scalbnl): Likewise.
11795 (scalbln): Likewise.
11796 (scalblnf): Likewise.
11797 (scalblnl): Likewise.
11798 * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
11799 (vwarnx): Likewise.
11802 * manual/filesys.texi (telldir): Use braces around return type.
11803 * manual/llio.texi (mmap): Add space after comma.
11804 (mmap64): Likewise.
11805 * manual/math.texi (jn): Use @var{} on parameter names.
11811 * manual/memory.texi (alloca): Remove semicolon on @deftypefun
11813 * manual/resource.texi (ulimit): Use @dots{} instead of literal
11815 (sched_get_priority_min): Remove semicolon on @deftypefun line.
11816 (sched_get_priority_max): Likewise.
11817 * manual/signal.texi (sigvec): Add space after comma.
11818 * manual/socket.texi (if_nametoindex): Use @var{} on parameter
11820 (if_indextoname): Likewise.
11821 (if_freenameindex): Likewise.
11822 (sendto): Use ',' instead of '.' in prototype.
11823 * manual/startup.texi (syscall): Use @dots{} instead of literal
11825 * manual/stdio.texi (__fpending): Separate initial words of
11826 paragraph from @deftypefun line.
11827 * manual/syslog.texi (syslog): Use @dots{} instead of literal
11829 (vsyslog): Use @var{} on parameter names.
11830 * manual/terminal.texi (stty): Use @var{} on parameter names.
11831 * manual/users.texi (getutmp): Use @var{} on parameter names.
11832 (getutmpx): Likewise.
11834 2012-02-17 Joseph Myers <joseph@codesourcery.com>
11837 * manual/stdio.texi (fopen): Fix typos in description of
11840 2012-02-17 Aurelien Jarno <aurelien@aurel32.net>
11843 * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
11844 get clock_id definition.
11846 2012-02-17 Thomas Schwinge <thomas@schwinge.name>
11849 * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
11850 (madvise): Cast every argument to void on its own.
11852 2012-02-17 Joseph Myers <joseph@codesourcery.com>
11855 * manual/startup.texi (Exit Status): Fix typo.
11857 2012-02-17 Joseph Myers <joseph@codesourcery.com>
11860 * manual/examples/argp-ex1.c: Include <stdlib.h>.
11861 * manual/examples/argp-ex2.c: Likewise.
11862 * manual/examples/argp-ex3.c: Likewise.
11864 2012-02-16 Richard Henderson <rth@redhat.com>
11866 * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
11867 * sysdeps/s390/s390-32/initfini.c: Remove.
11868 * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
11869 * sysdeps/s390/s390-64/initfini.c: Remove.
11871 2012-02-15 Kaz Kojima <kkojima@rr.iij4u.or.jp>
11873 * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
11874 compiler output for sysdeps/generic/initfini.c.
11875 * sysdeps/sh/elf/initfini.c: Remove file.
11877 2012-02-16 David S. Miller <davem@davemloft.net>
11880 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
11882 * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
11883 * sysdeps/sparc/crti.S: New file.
11884 * sysdeps/sparc/crtn.S: New file.
11885 * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
11886 * sysdeps/sparc/sparc64/Makefile: Likewise.
11888 2012-02-15 Mike Frysinger <vapier@gentoo.org>
11891 * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
11893 2012-02-15 Roland McGrath <roland@hack.frob.com>
11896 * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
11898 * mach/devstream.c (cookie_io_functions_t): Macro removed.
11899 (write, read, close): Likewise.
11900 Patch by Aurelien Jarno <aurelien@aurel32.net>.
11902 2012-02-15 Joseph Myers <joseph@codesourcery.com>
11904 * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
11905 * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
11906 * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
11907 * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
11909 (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
11910 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
11913 2012-02-14 Marek Polacek <polacek@redhat.com>
11915 * sysdeps/x86_64/crti.S: New file.
11916 * sysdeps/x86_64/crtn.S: New file.
11917 * sysdeps/x86_64/elf/initfini.c: Remove file.
11919 2012-02-13 Joseph Myers <joseph@codesourcery.com>
11921 * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
11922 * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
11923 * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
11924 * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
11926 (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
11927 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
11930 2012-02-13 Joseph Myers <joseph@codesourcery.com>
11932 * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
11933 * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
11934 * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
11935 * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
11937 (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
11938 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
11941 2012-02-10 Thomas Schwinge <thomas@codesourcery.com>
11943 * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
11944 __feraiseexcept instead of feraiseexcept.
11946 * rt/tst-cpuclock1.c: Add a few comments, and error checking for
11947 nanosleep invocations.
11948 * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
11949 strings, and add error checking for a nanosleep invocations.
11951 2012-02-09 Paul Eggert <eggert@cs.ucla.edu>
11953 Replace FSF snail mail address with URLs, as per GNU coding standards.
11954 Most of the snail mail addresses were wrong anyway, and omitting
11955 them makes the source code easier to maintain. Almost all of the
11956 changes are to license notices and to locale LC_IDENTIFICATION
11957 addresses, except for this one:
11958 * manual/libc.texinfo: In "Published by", give the FSF's URL,
11959 not its snail mail address.
11961 2012-02-09 Richard Henderson <rth@twiddle.net>
11963 * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
11964 of kernel-features.h.
11966 * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
11968 2012-02-08 Marek Polacek <polacek@redhat.com>
11970 * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
11971 * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
11972 * sysdeps/gnu/_G_config.h: Likewise.
11973 * sysdeps/generic/_G_config.h: Likewise.
11975 2012-02-08 Andreas Schwab <schwab@linux-m68k.org>
11977 * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
11979 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11981 * sysdeps/powerpc/powerpc32/crti.S: New file.
11982 * sysdeps/powerpc/powerpc32/crtn.S: New file.
11983 * sysdeps/powerpc/powerpc64/crti.S: New file.
11984 * sysdeps/powerpc/powerpc64/crtn.S: New file.
11986 * Makeconfig (have-initfini): Don't set.
11987 * config.make.in (have-initfini, need-nopic-initfini): Don't set.
11988 * configure.in (nopic_initfini): Don't substitute.
11989 * config.h.in (HAVE_INITFINI): Don't #undef.
11990 * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
11991 * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
11993 2012-02-08 Joseph Myers <joseph@codesourcery.com>
11995 Support crti.S and crtn.S provided directly by architectures.
11996 * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
11997 [crti.S in sysdirs] (omit-deps): Likewise.
11998 [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
11999 [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
12000 [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
12001 [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
12002 [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
12003 [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
12004 [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
12005 [crti.S in sysdirs] (initfini.c): Remove vpath directive.
12006 * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
12007 compiler output for sysdeps/generic/initfini.c.
12008 * sysdeps/i386/elf/Makefile: Remove file.
12009 * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
12011 2012-02-07 Marek Polacek <polacek@redhat.com>
12013 * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
12014 * sysdeps/gnu/_G_config.h: Likewise.
12015 * sysdeps/mach/hurd/_G_config.h: Likewise.
12017 2012-02-07 Marek Polacek <polacek@redhat.com>
12019 * math/Makefile (tests): Add tst-CMPLX2.
12020 * math/tst-CMPLX2.c: New file.
12022 2012-02-07 Andreas Schwab <schwab@linux-m68k.org>
12024 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
12026 * math/libm-test.inc (jn_test): Add missing L suffix.
12028 2012-02-06 Marek Polacek <polacek@redhat.com>
12030 * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
12031 * sysdeps/i386/fpu/e_powf.S: Likewise.
12032 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
12033 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
12034 * sysdeps/i386/fpu/e_acosh.S: Likewise.
12035 * sysdeps/i386/fpu/e_pow.S: Likewise.
12036 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
12037 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
12038 * sysdeps/i386/fpu/s_expm1.S: Likewise.
12039 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
12040 * sysdeps/i386/fpu/e_log2.S: Likewise.
12041 * sysdeps/i386/fpu/e_log2l.S: Likewise.
12042 * sysdeps/i386/fpu/e_scalb.S: Likewise.
12043 * sysdeps/i386/fpu/e_powl.S: Likewise.
12044 * sysdeps/i386/fpu/s_log1p.S: Likewise.
12045 * sysdeps/i386/fpu/e_log10f.S: Likewise.
12046 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
12047 * sysdeps/i386/fpu/e_logl.S: Likewise.
12048 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
12049 * sysdeps/i386/fpu/s_expm1l.S: Likewise.
12050 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
12051 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
12052 * sysdeps/i386/fpu/e_log2f.S: Likewise.
12053 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
12054 * sysdeps/i386/fpu/e_log.S: Likewise.
12055 * sysdeps/i386/fpu/s_cexp.S: Likewise.
12056 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
12057 * sysdeps/i386/fpu/s_log1pl.S: Likewise.
12058 * sysdeps/i386/fpu/e_logf.S: Likewise.
12059 * sysdeps/i386/fpu/e_log10l.S: Likewise.
12060 * sysdeps/i386/fpu/e_atanh.S: Likewise.
12061 * sysdeps/i386/fpu/s_log1pf.S: Likewise.
12062 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
12063 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
12064 * sysdeps/i386/fpu/e_log10.S: Likewise.
12065 * sysdeps/i386/fpu/s_frexp.S: Likewise.
12066 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
12067 * sysdeps/i386/fpu/s_asinh.S: Likewise.
12068 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
12069 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
12070 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
12071 * sysdeps/i386/asm-syntax.h: Likewise.
12072 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
12073 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
12074 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
12075 * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
12076 * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
12077 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
12078 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
12079 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
12080 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
12081 * sysdeps/powerpc/sysdep.h: Likewise.
12082 * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
12083 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
12085 2012-02-06 Joseph Myers <joseph@codesourcery.com>
12088 * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
12090 2012-02-06 Joseph Myers <joseph@codesourcery.com>
12092 * sysdeps/i386/sysdep.h: Include <features.h>.
12093 (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
12096 2012-02-05 Joseph Myers <joseph@codesourcery.com>
12098 * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
12100 * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
12103 2012-02-03 Joseph Myers <joseph@codesourcery.com>
12105 * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
12106 (SETUP_PIC_REG): Use GET_PC_THUNK.
12107 * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
12110 2012-02-03 Joseph Myers <joseph@codesourcery.com>
12112 * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
12113 for non-PIC compilation.
12114 (SETUP_PIC_REG): Add .p2align directive.
12115 * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
12116 * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
12117 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
12118 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
12119 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
12120 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
12121 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
12122 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
12123 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
12124 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
12125 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
12126 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
12127 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
12128 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
12129 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
12130 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
12131 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
12132 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
12133 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
12134 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
12135 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
12136 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
12137 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
12138 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
12139 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
12140 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
12141 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
12142 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
12143 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
12144 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
12145 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
12146 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
12147 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
12148 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
12149 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
12150 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
12151 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
12152 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
12153 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
12154 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
12155 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
12157 2012-02-03 Joseph Myers <joseph@codesourcery.com>
12159 * math/tst-CMPLX.c: Include <stdio.h>.
12161 2012-01-31 Joseph Myers <joseph@codesourcery.com>
12163 * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
12165 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
12166 * sysdeps/sparc/bits/mathdef.h: Likewise.
12168 2012-01-31 Marek Polacek <polacek@redhat.com>
12170 * libio/libio.h: Don't define _PARAMS.
12171 * locale/programs/config.h: Don't define PARAMS.
12172 * stdlib/strtol_l.c: Likewise.
12173 (__strtol_l): Remove PARAMS from the prototype.
12175 2012-01-31 Ulrich Drepper <drepper@gmail.com>
12177 * malloc/malloc.c: Remove name translation. Don't use mixed-cap
12178 names. Just use the correct names. Remove unnecessary wrapper
12180 * malloc/arena.c: Likewise.
12181 * malloc/hooks.c: Likewise.
12183 * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
12184 ARENA_TEST says not to. Simplify test for creation of a new arena.
12185 Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
12187 2012-01-30 Ulrich Drepper <drepper@gmail.com>
12189 * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
12191 (update_get_addr): New function.
12192 (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
12193 GET_ADDR_MODULE parameter.
12195 2012-01-30 Joseph Myers <joseph@codesourcery.com>
12197 * crypt/cert.c: Remove __STDC__ conditionals.
12198 * crypt/crypt-entry.c: Likewise.
12199 * crypt/crypt_util.c: Likewise.
12200 * libio/filedoalloc.c: Likewise.
12201 * libio/fileops.c: Likewise.
12202 * libio/genops.c: Likewise.
12203 * libio/iofclose.c: Likewise.
12204 * libio/iofdopen.c: Likewise.
12205 * libio/iofopen.c: Likewise.
12206 * libio/iofopen64.c: Likewise.
12207 * libio/iogetdelim.c: Likewise.
12208 * libio/iopopen.c: Likewise.
12209 * libio/obprintf.c: Likewise.
12210 * libio/oldfileops.c: Likewise.
12211 * libio/oldiofclose.c: Likewise.
12212 * libio/oldiofdopen.c: Likewise.
12213 * libio/oldiofopen.c: Likewise.
12214 * libio/oldiopopen.c: Likewise.
12215 * libio/wfiledoalloc.c: Likewise.
12216 * libio/wgenops.c: Likewise.
12217 * locale/programs/xmalloc.c: Likewise.
12218 * misc/syslog.c: Likewise.
12219 * stdio-common/xbug.c: Likewise.
12220 * string/memchr.c: Likewise.
12221 * string/memcmp.c: Likewise.
12222 * string/memrchr.c: Likewise.
12223 * string/rawmemchr.c: Likewise.
12224 * sysdeps/posix/getcwd.c: Likewise.
12225 * time/strftime_l.c: Likewise.
12227 2012-01-30 Joseph Myers <joseph@codesourcery.com>
12229 * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
12230 * config.make.in (config-cflags-sse2avx): Define.
12231 * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
12234 2012-01-29 Chris Metcalf <cmetcalf@tilera.com>
12236 * scripts/config.guess: Update from upstream config git repository.
12237 * scripts/config.sub: Likewise.
12239 2012-01-28 Chris Metcalf <cmetcalf@tilera.com>
12241 * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
12243 (R_TILEPRO_*, R_TILEGX_*): New macros.
12245 * scripts/firstversions.awk: Fix bug in version range handling.
12247 * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
12249 * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
12251 * include/sys/epoll.h: New file.
12252 * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
12255 2012-01-28 Ulrich Drepper <drepper@gmail.com>
12257 * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
12258 Avoid unnecessary __WORDSIZE == 64 test.
12259 (fmaxf): Use VEX format if possible.
12264 * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
12265 * math/math_private.h: Remove libc_fegetround* and
12267 * sysdeps/i386/configure.in: Check for -msse2avx.
12268 * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
12269 also if SSE2AVX is defined.
12270 Remove libc_fegetround* and libc_fesetround*.
12271 * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
12272 if config-cflags-sse2avx is yes. Also add -DSSE2AVX to defines.
12273 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
12275 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
12276 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
12277 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
12278 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
12279 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
12281 * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
12283 2012-01-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12285 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
12287 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
12289 2012-01-27 Ulrich Drepper <drepper@gmail.com>
12292 * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
12294 * Makeconfig (libm): Define.
12295 * elf/Makefile: Add rules to build and run tst-relsort1.
12296 * elf/tst-relsort1.c: New file.
12297 * elf/tst-relsort1mod1.c: New file.
12298 * elf/tst-relsort1mod2.c: New file.
12300 2012-01-27 Joseph Myers <joseph@codesourcery.com>
12302 * math/s_ldexp.c: Remove __STDC__ conditionals.
12303 * math/s_ldexpf.c: Likewise.
12304 * math/s_ldexpl.c: Likewise.
12305 * math/s_nextafter.c: Likewise.
12306 * math/s_nexttowardf.c: Likewise.
12307 * math/s_significand.c: Likewise.
12308 * math/s_significandf.c: Likewise.
12309 * math/s_significandl.c: Likewise.
12310 * math/w_jnl.c: Likewise.
12311 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
12312 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
12313 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
12314 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
12315 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
12316 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
12317 * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
12318 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
12319 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
12320 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
12321 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
12322 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
12323 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
12324 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
12325 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
12326 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
12327 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
12328 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
12329 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
12330 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
12331 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
12332 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
12333 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
12334 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
12335 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
12336 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
12337 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
12338 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
12339 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
12340 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
12341 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
12342 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
12343 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
12344 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
12345 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
12346 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
12347 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
12348 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
12349 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
12350 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
12351 * sysdeps/ieee754/k_standard.c: Likewise.
12352 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
12353 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
12354 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
12355 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
12356 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
12357 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
12358 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
12359 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
12360 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
12361 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
12362 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
12363 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
12364 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
12365 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
12366 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
12367 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
12368 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
12369 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
12370 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
12371 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
12372 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
12373 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
12374 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
12375 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
12376 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
12377 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
12378 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
12379 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
12380 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
12381 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
12382 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
12383 * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
12384 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
12385 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
12386 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
12387 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
12388 * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
12389 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
12390 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
12391 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
12392 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
12393 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
12394 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
12395 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
12396 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
12397 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
12398 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
12399 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
12400 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
12401 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
12402 * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
12403 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
12404 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
12405 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
12406 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
12407 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
12408 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
12409 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
12410 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
12411 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
12412 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
12413 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
12414 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
12415 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
12416 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
12417 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
12418 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
12419 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
12420 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
12421 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
12422 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
12423 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
12424 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
12425 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
12426 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
12427 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
12428 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
12429 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
12430 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
12431 * sysdeps/ieee754/s_matherr.c: Likewise.
12432 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
12433 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
12434 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
12435 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
12437 2012-01-26 Joseph Myers <joseph@codesourcery.com>
12439 * crypt/md5.h: Remove __STDC__ conditionals.
12440 * libio/libioP.h: Likewise.
12441 * locale/programs/config.h: Likewise.
12442 * sysdeps/generic/sysdep.h: Likewise.
12443 * sysdeps/i386/asm-syntax.h: Likewise.
12444 * sysdeps/s390/asm-syntax.h: Likewise.
12445 * sysdeps/unix/sysdep.h: Likewise.
12446 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
12447 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
12449 2012-01-26 Joseph Myers <joseph@codesourcery.com>
12451 * libio/libio.h: Remove __STDC__ conditionals.
12452 * malloc/obstack.h: Likewise.
12453 * math/complex.h: Likewise.
12454 * math/math.h: Likewise.
12455 * sysdeps/generic/_G_config.h: Likewise.
12456 * sysdeps/gnu/_G_config.h: Likewise.
12457 * sysdeps/mach/hurd/_G_config.h: Likewise.
12458 * sysdeps/powerpc/bits/mathdef.h: Likewise.
12459 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
12460 * sysdeps/sparc/bits/mathdef.h: Likewise.
12462 2012-01-26 Ulrich Drepper <drepper@gmail.com>
12465 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
12466 Clean up HAS_* macros.
12467 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
12468 bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
12470 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
12472 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
12473 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
12474 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
12475 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
12476 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
12478 2012-01-25 Joseph Myers <joseph@codesourcery.com>
12480 * elf/tst-unique3.cc (gets): Remove declaration.
12481 * elf/tst-unique3lib.cc (gets): Likewise.
12482 * elf/tst-unique3lib2.cc (gets): Likewise.
12483 * elf/tst-unique4.cc (gets): Likewise.
12485 2012-01-24 Ulrich Drepper <drepper@gmail.com>
12487 * include/stdio.h: Add C++ protection. Add gets declarations and
12489 * debug/tst-chk1.c: Don't declare gets here.
12490 * stdio-common/tst-gets.c: Likewise.
12492 2012-01-24 Joseph Myers <joseph@codesourcery.com>
12494 * posix/glob: Remove directory.
12496 2012-01-24 Joseph Myers <joseph@codesourcery.com>
12498 * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
12500 2012-01-22 Pino Toscano <toscano.pino@tiscali.it>
12502 * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
12503 of the non-standard EPFNOSUPPORT.
12505 2011-12-26 Samuel Thibault <samuel.thibault@ens-lyon.org>
12507 * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
12508 __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
12509 ANYWHERE set to 1 only on KERN_NO_SPACE error.
12511 2012-01-21 Ulrich Drepper <drepper@gmail.com>
12513 * wcsmbs/uchar.h: Test __STDC_VERSION__.
12515 2012-01-20 Ulrich Drepper <drepper@gmail.com>
12517 * nscd/aicache.c (addhstaiX): Do not cache negative results of
12519 * nscd/grpcache.c (cache_addgr): Likewise.
12520 * nscd/hstcache.c (cache_addhst): Likewise.
12521 * nscd/initgrcache.c (addinitgroupsX): Likewise.
12522 * nscd/pwdcache.c (cache_addpw): Likewise.
12523 * nscd/servicescache.c (cache_addserv): Likewise.
12525 2012-01-16 Ulrich Drepper <drepper@gmail.com>
12527 * malloc/malloc.c: Various cleanups.
12528 * malloc/hooks.c: Likewise.
12530 * stdlib/Makefile (tests): Add bug-fmtmsg1.
12531 * stdlib/bug-fmtmsg1.c: New file.
12533 * stdlib/fmtmsg.c (init): Add missing unlock.
12534 Patch by Peng Haitao <penght@cn.fujitsu.com>.
12536 2012-01-12 Marek Polacek <polacek@redhat.com>
12538 * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
12541 2012-01-04 Will Schmidt <will_schmidt@vnet.ibm.com>
12543 * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
12544 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
12545 macro to ensure uniqueness of label name.
12546 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
12547 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
12549 2012-01-11 Ulrich Drepper <drepper@gmail.com>
12551 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
12553 * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
12554 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
12555 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
12556 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
12558 2012-01-10 Ulrich Drepper <drepper@gmail.com>
12560 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
12562 * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
12563 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
12564 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
12566 * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
12568 * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
12569 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
12570 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
12571 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
12573 * math/bits/math-finite.h: Add ldexp support.
12575 2012-01-10 Marek Polacek <polacek@redhat.com>
12577 * locale/programs/localedef.h (show_archive_content): Add noreturn
12580 2012-01-09 Ulrich Drepper <drepper@gmail.com>
12582 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
12584 2012-01-08 Ulrich Drepper <drepper@gmail.com>
12586 * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
12588 * io/Makefile (headers): Add bits/poll2.h.
12590 2011-01-05 Will Schmidt <will_schmidt@vnet.ibm.com>
12592 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
12593 typo #include statement.
12595 2012-01-08 Ulrich Drepper <drepper@gmail.com>
12597 * include/sys/cdefs.h: Define __attribute_alloc_size.
12598 * catgets/gencat.c: Add alloc_size attribute and apply consistently
12599 the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
12600 * elf/pldd.c: Likewise.
12601 * iconv/iconv_charmap.c: Likewise.
12602 * iconv/iconvconfig.c: Likewise.
12603 * iconv/strtab.c: Likewise.
12604 * locale/programs/locale.c: Likewise.
12605 * locale/programs/localedef.h: Likewise.
12606 * locale/programs/simple-hash.c: Likewise.
12607 * nscd/nscd.h: Likewise.
12608 * nss/makedb.c: Likewise.
12609 * sysdeps/generic/ldconfig.h: Likewise.
12610 * locale/programs/localedef.c: Remove xmalloc prototype.
12611 * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
12613 2012-01-05 Paul Pluzhnikov <ppluzhnikov@google.com>
12615 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
12618 2012-01-08 Ulrich Drepper <drepper@gmail.com>
12620 * math/Makefile (tests): Add tst-CMPLX.
12621 * math/tst-CMPLX.c: New file.
12623 * math/complex.h (CMPLXL): Fix typo.
12625 * debug/Makefile (routines): Add poll_chk and ppoll_chk.
12626 * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
12628 * debug/tst-chk1.c: Add poll and ppoll tests.
12629 * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
12630 * include/sys/poll.h: Add hidden proto for ppoll.
12631 * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
12632 * sysdeps/mach/hurd/ppoll.c: Likewise.
12633 * io/ppoll.c: Likewise.
12634 * debug/poll_chk.c: New file.
12635 * debug/ppoll_chk.c: New file.
12636 * include/bits/poll2.h: New file.
12637 * io/bits/poll2.h: New file.
12640 * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
12642 * configure.in: static is always set to yes. Remove.
12643 * config.make.in: Don't set build-static.
12644 * Makeconfig: Remove use of build-static.
12645 * dlfcn/Makefile: Likewise.
12646 * elf/Makefile: Likewise.
12647 * math/Makefile: Likewise.
12648 * misc/Makefile: Likewise.
12649 * nptl/Makefile: Likewise.
12650 * sysdeps/mach/hurd/Makefile: Likewise.
12652 * configure.in: PWD_P is not used anymore.
12653 * config.make.in: Remove PWD_P entry.
12655 * configure.in: Remove last remnants of RANLIB.
12656 No need to check for signed size_t anymore.
12657 Don't set libc_commonpagesize and libc_relro_required here for Alpha
12659 Remove __builtin_expect test because we require at least gcc 3.4.
12660 * aclocal.m4: Likewise.
12662 * wcsmbs/mbrtoc16.c: Implement using towc function.
12663 * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
12664 * wcsmbs/wcsmbsload.c: Likewise.
12665 * iconv/gconv_simple.c: Likewise.
12666 * iconv/gconv_int.h: Likewise.
12667 * iconv/gconv_builtin.h: Likewise.
12668 * iconv/iconv_prog.c: Remove CHAR16 handling.
12670 * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
12672 * wcsmbs/mbrtowc.c: Better check for invalid inputs.
12674 * configure.in: Remove --with-elf and --enable-bounded options.
12675 Dont set base_machine for ia64. More non-ELF conditions removed.
12676 Remove testing and setting of leading underscore information.
12677 * config.make.in (build-bounded): Set to no.
12678 * config.h.in: Remove NO_UNDERSCORES entry.
12679 * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS. ELF has
12681 * csu/start.c: Remove !NO_UNDERSCORE code.
12682 * locale/localeinfo.h: Likewise.
12683 * sysdeps/generic/machine-gmon.h: Likewise.
12684 * sysdeps/generic/sysdep.h: Likewise.
12685 * sysdeps/i386/sysdep.h: Likewise.
12686 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
12687 * sysdeps/mach/sysdep.h: Likewise.
12688 * sysdeps/s390/s390-32/sysdep.h: Likewise.
12689 * sysdeps/s390/s390-64/sysdep.h: Likewise.
12690 * sysdeps/sh/sysdep.h: Likewise.
12691 * sysdeps/sparc/sparc32/alloca.S: Likewise.
12692 * sysdeps/unix/i386/sysdep.S: Likewise.
12693 * sysdeps/unix/sparc/start.c: Likewise.
12694 * sysdeps/unix/sparc/sysdep.S: Likewise.
12695 * sysdeps/unix/sparc/sysdep.h: Likewise.
12696 * sysdeps/unix/start.c: Likewise.
12697 * sysdeps/unix/x86_64/sysdep.S: Likewise.
12698 * sysdeps/x86_64/sysdep.h: Likewise.
12700 2012-01-07 Ulrich Drepper <drepper@gmail.com>
12703 * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
12705 * argp/argp-fmtstream.h: Use const instead __const.
12706 * argp/argp.h: Likewise.
12707 * assert/assert.h: Likewise.
12708 * bits/fenv.h: Likewise.
12709 * bits/sched.h: Likewise.
12710 * bits/sigset.h: Likewise.
12711 * bits/sigthread.h: Likewise.
12712 * catgets/nl_types.h: Likewise.
12713 * conform/data/pthread.h-data: Likewise.
12714 * crypt/crypt-private.h: Likewise.
12715 * crypt/crypt.h: Likewise.
12716 * crypt/crypt_util.c: Likewise.
12717 * ctype/ctype.h: Likewise.
12718 * debug/execinfo.h: Likewise.
12719 * debug/mbsnrtowcs_chk.c: Likewise.
12720 * debug/mbsrtowcs_chk.c: Likewise.
12721 * debug/wcsnrtombs_chk.c: Likewise.
12722 * debug/wcsrtombs_chk.c: Likewise.
12723 * debug/wcstombs_chk.c: Likewise.
12724 * dirent/dirent.h: Likewise.
12725 * dlfcn/dlfcn.h: Likewise.
12726 * elf/neededtest4.c: Likewise.
12727 * grp/grp.h: Likewise.
12728 * gshadow/gshadow.h: Likewise.
12729 * iconv/gconv.h: Likewise.
12730 * iconv/gconv_int.h: Likewise.
12731 * iconv/gconv_simple.c: Likewise.
12732 * iconv/iconv.h: Likewise.
12733 * iconv/loop.c: Likewise.
12734 * iconv/skeleton.c: Likewise.
12735 * include/aio.h: Likewise.
12736 * include/aliases.h: Likewise.
12737 * include/argz.h: Likewise.
12738 * include/arpa/inet.h: Likewise.
12739 * include/assert.h: Likewise.
12740 * include/dirent.h: Likewise.
12741 * include/dlfcn.h: Likewise.
12742 * include/execinfo.h: Likewise.
12743 * include/fcntl.h: Likewise.
12744 * include/fenv.h: Likewise.
12745 * include/glob.h: Likewise.
12746 * include/grp.h: Likewise.
12747 * include/libintl.h: Likewise.
12748 * include/mntent.h: Likewise.
12749 * include/netdb.h: Likewise.
12750 * include/pwd.h: Likewise.
12751 * include/rpc/netdb.h: Likewise.
12752 * include/sched.h: Likewise.
12753 * include/search.h: Likewise.
12754 * include/shadow.h: Likewise.
12755 * include/signal.h: Likewise.
12756 * include/stdio.h: Likewise.
12757 * include/stdlib.h: Likewise.
12758 * include/string.h: Likewise.
12759 * include/sys/socket.h: Likewise.
12760 * include/sys/stat.h: Likewise.
12761 * include/sys/statfs.h: Likewise.
12762 * include/sys/statvfs.h: Likewise.
12763 * include/sys/syslog.h: Likewise.
12764 * include/sys/time.h: Likewise.
12765 * include/sys/uio.h: Likewise.
12766 * include/time.h: Likewise.
12767 * include/unistd.h: Likewise.
12768 * include/utmp.h: Likewise.
12769 * include/wchar.h: Likewise.
12770 * include/wctype.h: Likewise.
12771 * inet/aliases.h: Likewise.
12772 * inet/arpa/inet.h: Likewise.
12773 * inet/netinet/ether.h: Likewise.
12774 * inet/netinet/in.h: Likewise.
12775 * intl/libintl.h: Likewise.
12776 * io/bits/fcntl2.h: Likewise.
12777 * io/fcntl.h: Likewise.
12778 * io/ftw.h: Likewise.
12779 * io/sys/poll.h: Likewise.
12780 * io/sys/stat.h: Likewise.
12781 * io/sys/statfs.h: Likewise.
12782 * io/sys/statvfs.h: Likewise.
12783 * io/utime.h: Likewise.
12784 * libio/bits/stdio.h: Likewise.
12785 * libio/bits/stdio2.h: Likewise.
12786 * libio/libio.h: Likewise.
12787 * libio/libioP.h: Likewise.
12788 * libio/stdio.h: Likewise.
12789 * locale/lc-ctype.c: Likewise.
12790 * locale/locale.h: Likewise.
12791 * login/utmp.h: Likewise.
12792 * malloc/arena.c: Likewise.
12793 * malloc/malloc.c: Likewise.
12794 * malloc/malloc.h: Likewise.
12795 * malloc/mcheck.c: Likewise.
12796 * malloc/mtrace.c: Likewise.
12797 * math/bits/mathcalls.h: Likewise.
12798 * math/fenv.h: Likewise.
12799 * math/math_private.h: Likewise.
12800 * misc/bits/error.h: Likewise.
12801 * misc/bits/syslog.h: Likewise.
12802 * misc/err.h: Likewise.
12803 * misc/error.h: Likewise.
12804 * misc/fstab.h: Likewise.
12805 * misc/mntent.h: Likewise.
12806 * misc/regexp.h: Likewise.
12807 * misc/search.h: Likewise.
12808 * misc/sgtty.h: Likewise.
12809 * misc/sys/mman.h: Likewise.
12810 * misc/sys/syslog.h: Likewise.
12811 * misc/sys/uio.h: Likewise.
12812 * misc/sys/xattr.h: Likewise.
12813 * misc/ttyent.h: Likewise.
12814 * nis/rpcsvc/ypclnt.h: Likewise.
12815 * nss/nss.h: Likewise.
12816 * posix/bits/unistd.h: Likewise.
12817 * posix/fnmatch.h: Likewise.
12818 * posix/glob.h: Likewise.
12819 * posix/sched.h: Likewise.
12820 * posix/spawn.h: Likewise.
12821 * posix/sys/wait.h: Likewise.
12822 * posix/unistd.h: Likewise.
12823 * posix/wordexp.h: Likewise.
12824 * pwd/pwd.h: Likewise.
12825 * resolv/netdb.h: Likewise.
12826 * resource/sys/resource.h: Likewise.
12827 * rt/aio.h: Likewise.
12828 * rt/bits/mqueue2.h: Likewise.
12829 * rt/mqueue.h: Likewise.
12830 * shadow/shadow.h: Likewise.
12831 * signal/signal.h: Likewise.
12832 * socket/send.c: Likewise.
12833 * socket/sendto.c: Likewise.
12834 * socket/sys/socket.h: Likewise.
12835 * stdio-common/printf.h: Likewise.
12836 * stdlib/bits/stdlib.h: Likewise.
12837 * stdlib/fmtmsg.h: Likewise.
12838 * stdlib/monetary.h: Likewise.
12839 * stdlib/stdlib.h: Likewise.
12840 * stdlib/ucontext.h: Likewise.
12841 * streams/stropts.h: Likewise.
12842 * string/argz.h: Likewise.
12843 * string/bits/string2.h: Likewise.
12844 * string/string.h: Likewise.
12845 * string/strings.h: Likewise.
12846 * sunrpc/rpc/auth.h: Likewise.
12847 * sunrpc/rpc/auth_des.h: Likewise.
12848 * sunrpc/rpc/clnt.h: Likewise.
12849 * sunrpc/rpc/netdb.h: Likewise.
12850 * sunrpc/rpc/pmap_clnt.h: Likewise.
12851 * sunrpc/rpc/xdr.h: Likewise.
12852 * sysdeps/generic/inttypes.h: Likewise.
12853 * sysdeps/generic/net/if.h: Likewise.
12854 * sysdeps/generic/sys/swap.h: Likewise.
12855 * sysdeps/gnu/net/if.h: Likewise.
12856 * sysdeps/gnu/utmpx.h: Likewise.
12857 * sysdeps/i386/fpu/bits/fenv.h: Likewise.
12858 * sysdeps/i386/i486/bits/string.h: Likewise.
12859 * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
12860 * sysdeps/s390/bits/string.h: Likewise.
12861 * sysdeps/s390/fpu/bits/fenv.h: Likewise.
12862 * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
12863 * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
12864 * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
12865 * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
12866 * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
12867 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
12868 * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
12869 * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
12870 * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
12871 * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
12872 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
12873 * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
12874 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
12875 * sysdeps/unix/sysv/linux/readv.c: Likewise.
12876 * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
12877 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
12878 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
12879 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
12880 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
12881 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
12882 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
12883 * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
12884 * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
12885 * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
12886 * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
12887 * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
12888 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
12889 * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
12890 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
12891 * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
12892 * sysvipc/sys/ipc.h: Likewise.
12893 * sysvipc/sys/msg.h: Likewise.
12894 * sysvipc/sys/sem.h: Likewise.
12895 * sysvipc/sys/shm.h: Likewise.
12896 * termios/termios.h: Likewise.
12897 * time/sys/time.h: Likewise.
12898 * time/time.h: Likewise.
12899 * wcsmbs/bits/wchar2.h: Likewise.
12900 * wcsmbs/uchar.h: Likewise.
12901 * wcsmbs/wchar.h: Likewise.
12902 * wctype/wctype.h: Likewise.
12905 * Makeconfig: Remove all but ELF support including AIX support.
12906 * Makerules: Likewise.
12907 * config.h.in: Likewise.
12908 * config.make.in: Likewise.
12909 * configure: Likewise.
12910 * configure.in: Likewise.
12911 * csu/Makefile: Likewise.
12912 * csu/version.c: Likewise.
12913 * debug/Makefile: Likewise.
12914 * dlfcn/Makefile: Likewise.
12915 * elf/Makefile: Likewise.
12916 * extra-lib.mk: Likewise.
12917 * iconv/Makefile: Likewise.
12918 * include/libc-symbols.h: Likewise.
12919 * include/shlib-compat.h: Likewise.
12920 * resolv/Makefile: Likewise.
12921 * resolv/res_libc.c: Likewise.
12922 * rt/Makefile: Likewise.
12923 * sysdeps/i386/asm-syntax.h: Likewise.
12924 * sysdeps/i386/sysdep.h: Likewise.
12925 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
12926 * sysdeps/mach/sysdep.h: Likewise.
12927 * sysdeps/powerpc/powerpc32/Makefile: Likewise.
12928 * sysdeps/powerpc/powerpc64/Makefile: Likewise.
12929 * sysdeps/s390/asm-syntax.h: Likewise.
12930 * sysdeps/s390/s390-32/sysdep.h: Likewise.
12931 * sysdeps/s390/s390-64/sysdep.h: Likewise.
12932 * sysdeps/sh/sysdep.h: Likewise.
12933 * sysdeps/unix/sparc/sysdep.h: Likewise.
12934 * sysdeps/wordsize-32/divdi3.c: Likewise.
12935 * sysdeps/x86_64/sysdep.h: Likewise.
12937 * argp/Versions: Remove _argp_unlock_xxx.
12940 * abilist/ld.abilist: Update. Adjust for removal of tls option.
12941 * abilist/libBrokenLocale.abilist: Likewise.
12942 * abilist/libanl.abilist: Likewise.
12943 * abilist/libc.abilist: Likewise.
12944 * abilist/libcrypt.abilist: Likewise.
12945 * abilist/libdl.abilist: Likewise.
12946 * abilist/libm.abilist: Likewise.
12947 * abilist/libnsl.abilist: Likewise.
12948 * abilist/libpthread.abilist: Likewise.
12949 * abilist/libresolv.abilist: Likewise.
12950 * abilist/librt.abilist: Likewise.
12951 * abilist/libthread_db.abilist: Likewise.
12952 * abilist/libutil.abilist: Likewise.
12953 * abilist/libnss_db.abilist: New file.
12955 * scripts/abilist.awk: Add support for indirect functions.
12957 * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
12959 * sysdeps/generic/ldsodefs.h: Remove Alpha support.
12961 * shlib-versions: Remove entries for ports architectures.
12963 * elf/tls-macros.h: Remove support for Alpha and IA-64. Should be in
12965 * elf/stackguard-macros.h: Remove support for IA-64.
12966 * elf/tst-auditmod1.c: Likewise.
12967 * sysdeps/generic/ldsodefs.h: Likewise.
12969 * sysdeps/unix/sysv/linux/configure.in: Ports should define
12970 libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
12974 * configure.in: Remove --enable-omitfp support.
12976 * config.make.in: Likewise.
12977 * Makeconfig: Likewise.
12978 * manual/install.texi: Likewise.
12980 In case anyone cares, the IA-64 architecture could move to ports.
12981 * sysdeps/ia64/*: Removed.
12982 * sysdeps/unix/sysv/linux/ia64/*: Removed.
12983 * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
12986 * configure.in: Remove entries for unsupported architectures.
12989 * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
12990 * iconv/gconv_simple.c: Rename char16_t routines. Add char16_t<->utf8
12992 * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
12993 * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
12994 * wcsmbs/c16rtomb.c: Fix a few problems. Disable all the code and
12995 fall back to using wcrtomb.
12996 * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
12997 * wcsmbs/wcsmbsload.c: Make char16 routines optional. Adjust for
12999 * wcsmbs/Makefile (tests): Add tst-c16c32-1:
13000 * wcsmbs/tst-c16c32-1.c: New file.
13002 * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
13005 * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
13007 * elf/tst-unique3.cc: Add explicit declaration of gets.
13008 * elf/tst-unique3lib.cc: Likewise.
13009 * elf/tst-unique3lib2.cc: Likewise.
13010 * elf/tst-unique4.cc: Likewise.
13012 * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
13014 2012-01-06 Joseph Myers <joseph@codesourcery.com>
13017 * assert/assert.h (static_assert): Don't define for C++.
13018 * libio/stdio.h (gets): Do declare for C++ <= C++11.
13019 * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
13021 2012-01-03 Ulrich Drepper <drepper@gmail.com>
13023 * iconv/loop.c (single loop): Fix assertion in storing of
13026 * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
13028 2012-01-01 Ulrich Drepper <drepper@gmail.com>
13030 * posix/getconf.c: Update copyright year.
13031 * nss/getent.c: Likewise.
13032 * nss/makedb.c: Likewise.
13033 * iconv/iconvconfig.c: Likewise.
13034 * iconv/iconv_prog.c: Likewise.
13035 * elf/ldconfig.c: Likewise.
13036 * elf/pldd.c: Likewise.
13037 * elf/sotruss.ksh: Likewise.
13038 * catgets/gencat.c: Likewise.
13039 * csu/version.c: Likewise.
13040 * elf/ldd.bash.in: Likewise.
13041 * elf/sprof.c (print_version): Likewise.
13042 * locale/programs/locale.c: Likewise.
13043 * locale/programs/localedef.c: Likewise.
13044 * login/programs/pt_chown.c: Likewise.
13045 * nscd/nscd.c (print_version): Likewise.
13046 * debug/xtrace.sh: Likewise.
13047 * malloc/memusage.sh: Likewise.
13048 * malloc/mtrace.pl: Likewise.
13049 * debug/catchsegv.sh: Likewise.
13051 2011-12-30 Jakub Jelinek <jakub@redhat.com>
13053 * posix/regex_internal.c (re_string_fetch_byte_case): Remove
13056 2011-12-24 Ulrich Drepper <drepper@gmail.com>
13059 * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
13060 * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
13062 * iconv/gconv_int.h: Likewise.
13063 * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
13064 * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
13065 from libc for GLIBC_2.16.
13066 * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
13067 * wcsmbs/wcrtomb.c: Define c32rtomb alias.
13068 * wcsmbs/uchar.h: Really define mbstate_t.
13069 * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
13070 * wcsmbs/c16rtomb.c: New file.
13071 * wcsmbs/mbrtoc16.c: New file.
13072 * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
13073 for C/POSIX locale.
13074 (__wcsmbs_load_conv): Do not fill in c16 routines yet.
13075 * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
13077 * wcsmbs/wchar.h: Add missing __restrict.
13079 2011-12-23 Ulrich Drepper <drepper@gmail.com>
13082 * time/Makefile (routines): Add timespec_get.
13083 * time/Versions: Export timespec_get from libc for GLIBC_2.16.
13084 * time/time.h: Define TIME_UTC and declare timespec_get. Define
13085 timespec for ISO C11.
13086 * time/timespec_get.c: New file.
13087 * sysdeps/unix/sysv/linux/timespec_get.c: New file.
13088 * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
13091 * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
13092 * stdlib/stdlib.h: Declare aligned_alloc.
13093 * Versions.def: Add GLIBC_2.16 for libc.
13094 * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
13097 * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
13100 * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
13104 * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
13107 * assert/assert.h (static_assert): Define.
13109 * version.h: Update for 2.16 development version.
13112 * include/features.h: Handle __STDC_VERSION__ >= 201112 and
13115 * version.h (RELEASE): Bump for 2.15 release.
13116 * include/features.h (__GLIBC_MINOR__): Bump to 15.
13118 * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
13119 Patch by Marek Polacek <mpolacek@redhat.com>.
13121 * bits/byteswap.h: Protect long long constants with __extension__.
13122 * sysdeps/i386/bits/byteswap.h: Likewise.
13123 * sysdeps/ia64/bits/byteswap.h: Likewise.
13124 * sysdeps/s390/bits/byteswap.h: Likewise.
13125 * sysdeps/x86_64/bits/byteswap.h: Likewise.
13127 2011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
13130 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
13131 destination buffer.
13132 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
13134 2011-12-23 Marek Polacek <polacek@redhat.com>
13136 * elf/dl-addr.c (determine_info): Add inline keyword.
13137 * elf/tst-auditmod4b.c (check_avx): Likewise.
13138 * elf/tst-auditmod6b.c (check_avx): Likewise.
13139 * elf/tst-auditmod6c.c (check_avx): Likewise.
13140 * elf/tst-auditmod7b.c (check_avx): Likewise.
13142 2011-12-23 Ulrich Drepper <drepper@gmail.com>
13144 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
13147 2011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
13150 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
13151 processing for last bytes.
13153 2011-08-06 Bruno Haible <bruno@clisp.org>
13156 * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
13157 U+0385, not to U+1FEE.
13160 * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
13161 entry for U+00A5 U+0301.
13163 2011-12-22 Ulrich Drepper <drepper@gmail.com>
13166 * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
13167 buffer for the output is too small.
13169 * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
13173 * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
13174 SSE flags if possible.
13176 2011-12-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
13179 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
13180 processing for last bytes.
13182 2011-12-22 Joseph Myers <joseph@codesourcery.com>
13184 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
13185 (syscall-list-default-options, syscall-list-default-condition)
13186 (syscall-list-includes): Define.
13187 ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
13188 list of ABIs and options and #if conditions for each ABI. Do not
13189 handle common syscalls between ABIs specially.
13190 * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
13192 (syscall-list-variants, syscall-list-32bit-options)
13193 (syscall-list-32bit-condition, syscall-list-64bit-options)
13194 (syscall-list-64bit-condition): Define.
13195 * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
13196 (syscall-list-variants, syscall-list-32bit-options)
13197 (syscall-list-32bit-condition, syscall-list-64bit-options)
13198 (syscall-list-64bit-condition): Define.
13199 * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
13201 (syscall-list-variants, syscall-list-32bit-options)
13202 (syscall-list-32bit-condition, syscall-list-64bit-options)
13203 (syscall-list-64bit-condition): Define.
13204 * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
13206 (syscall-list-variants, syscall-list-32bit-options)
13207 (syscall-list-32bit-condition, syscall-list-64bit-options)
13208 (syscall-list-64bit-condition): Define.
13210 2011-12-22 Ulrich Drepper <drepper@gmail.com>
13212 * locale/iso-639.def: Add brx entry.
13215 * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
13216 Proposed by Mariusz_Cukr <marcukr@op.pl>.
13218 * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
13219 __feraiseexcept_renamed.
13221 2011-12-21 Ulrich Drepper <drepper@gmail.com>
13224 * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
13225 EPOLLET with unsigned values.
13226 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
13227 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
13229 * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
13230 to large cancellation.
13231 * math/s_cacoshf.c: Likewise.
13232 * math/s_cacoshl.c: Likewise.
13234 2011-11-18 Richard B. Kreckel <kreckel@ginac.de>
13238 * math/s_cacosh.c: Fix rare miscomputation in cacosh().
13239 * math/s_cacoshf.c: Likewise.
13240 * math/s_cacoshl.c: Likewise.
13242 2011-12-21 Ulrich Drepper <drepper@gmail.com>
13245 * iconv/gconv.h: Define __GCONV_SWAP.
13246 * iconvdata/unicode.c: The swap bit must be stored in __flags.
13247 * iconvdata/utf-16.c: Likewise.
13248 * iconvdata/utf-32.c: Likewise.
13250 2011-12-21 Andreas Schwab <schwab@linux-m68k.org>
13253 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
13254 numerator after shifting it by one limb.
13256 2011-12-19 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
13258 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
13259 under [__USE_EXTERN_INLINES].
13261 2011-12-17 Ulrich Drepper <drepper@gmail.com>
13264 * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
13266 2011-11-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13268 * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
13269 * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
13271 * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
13272 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
13273 * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
13274 * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
13275 for strncasecmp/strncasecmp_l compilation.
13276 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
13277 * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
13279 2011-12-08 Marek Polacek <mpolacek@redhat.com>
13282 * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
13285 2011-12-17 Ulrich Drepper <drepper@gmail.com>
13288 * time/tzfile.c (__tzfile_read): Check values from file header.
13290 2011-11-21 Will Schmidt <will_schmidt@vnet.ibm.com>
13292 * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
13293 * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
13294 * powerpc/powerpc32/dl-start.S: Likewise.
13295 * powerpc/powerpc32/elf/start.S: Likewise.
13296 * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
13297 * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
13298 * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
13299 * powerpc/powerpc32/fpu/s_floor.S: Likewise.
13300 * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
13301 * powerpc/powerpc32/fpu/s_lround.S: Likewise.
13302 * powerpc/powerpc32/fpu/s_rint.S: Likewise.
13303 * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
13304 * powerpc/powerpc32/fpu/s_round.S: Likewise.
13305 * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
13306 * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
13307 * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
13308 * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
13309 * powerpc/powerpc32/memset.S: Likewise.
13310 * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
13311 * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
13312 * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
13313 * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
13314 * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
13315 * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
13316 * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
13317 * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
13318 * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
13319 * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
13320 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
13321 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
13322 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
13324 2011-11-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13326 * math/libm-test.inc: Added more nearbyint tests.
13327 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
13328 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
13329 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
13330 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
13332 2011-11-21 Ross Lagerwall <rosslagerwall@gmail.com>
13334 * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
13337 2011-11-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
13339 * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
13340 Add wcscpy-ssse3 wcscpy-c.
13341 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
13342 * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
13343 * sysdeps/x86_64/multiarch/wcscpy.S: New file.
13344 * sysdeps/x86_64/wcschr.S: New file.
13345 * sysdeps/x86_64/wcsrchr.S: New file.
13346 * string/test-strcmp.c: Remove checking of wcscmp function for
13348 * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
13349 (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
13350 wcsrchr-sse2 wcsrchr-c.
13351 * sysdeps/i386/i686/multiarch/wcschr.S: New file.
13352 * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
13353 * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
13354 * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
13355 * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
13356 * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
13357 * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
13358 * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
13359 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
13360 * wcsmbc/wcschr.c (WCSCHR): New macro.
13362 2011-11-17 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
13364 * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
13365 * wcsmbs/test-wcsrchr.c: New file.
13366 * string/test-strrchr.c: Add wcsrchr support.
13368 * wcsmbs/test-wcscpy.c: New file.
13369 * string/test-strcpy.c: Add wcscpy support.
13372 2011-12-10 Ulrich Drepper <drepper@gmail.com>
13374 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
13377 2011-12-06 Andreas Schwab <schwab@linux-m68k.org>
13380 * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
13382 2011-12-04 Ulrich Drepper <drepper@gmail.com>
13384 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
13385 Minor optimizations.
13387 * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
13388 * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
13389 * sunrpc/clnt_udp.c (clntudp_call): Likewise.
13391 2011-12-03 Ulrich Drepper <drepper@gmail.com>
13393 * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
13394 IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
13395 IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
13396 for gcc to avoid warnings.
13397 * inet/Makefile (tests): Add tst-checks.
13398 * inet/tst-checks.c: New file.
13400 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
13403 * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
13406 * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
13407 * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
13409 * malloc/mcheck.h: Fix use of incorrect encoding in comment.
13411 2011-12-02 Ulrich Drepper <drepper@gmail.com>
13413 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
13416 * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
13418 2011-11-29 Joseph Myers <joseph@codesourcery.com>
13420 * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
13421 conditional on GCC version.
13422 (__arch_compare_and_exchange_val_8_acq)
13423 (__arch_compare_and_exchange_val_16_acq)
13424 (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
13425 (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
13426 (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
13428 2011-12-02 Joseph Myers <joseph@codesourcery.com>
13430 * sysdeps/sh/backtrace.c: New file.
13432 2011-12-02 Andreas Schwab <schwab@redhat.com>
13434 * misc/bits/select2.h (__FD_ELT): Mark as extension. Add
13437 2011-12-01 Andreas Schwab <schwab@redhat.com>
13439 * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
13440 falling back to utime.
13442 2011-11-30 Andreas Schwab <schwab@redhat.com>
13444 * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
13445 expectations for float.
13447 2011-11-29 Andreas Schwab <schwab@redhat.com>
13449 * locale/weight.h (findidx): Add parameter len.
13450 * locale/weightwc.h (findidx): Likewise.
13451 * posix/fnmatch_loop.c (FCT): Adjust caller.
13452 * posix/regcomp.c (build_equiv_class): Likewise.
13453 * posix/regex_internal.h (re_string_elem_size_at): Likewise.
13454 * posix/regexec.c (check_node_accept_bytes): Likewise.
13455 * string/strcoll_l.c (STRCOLL): Likewise.
13456 * string/strxfrm_l.c (STRXFRM): Likewise.
13458 2011-11-17 Ulrich Drepper <drepper@gmail.com>
13460 * Makefile.in: Remove CVSOPT handling.
13461 * configure.in: Remove use of AC_REVISION.
13462 * iconvdata/Makefile (distribute): No need to filter out CVS.
13463 * scripts/list-sources.sh: Remove CVS, subversion and monotone
13466 2011-11-16 Andreas Schwab <schwab@redhat.com>
13468 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
13469 [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
13470 [USE_AS_STRNCASECMP_L]: Likewise.
13471 (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
13472 NO_TLS_DIRECT_SEG_REFS.
13473 * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
13474 Fix argument offsets for non-PIC.
13475 [USE_AS_STRNCASECMP_L]: Likewise.
13476 (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
13477 NO_TLS_DIRECT_SEG_REFS.
13479 2011-11-15 Ulrich Drepper <drepper@gmail.com>
13481 * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
13483 * locale/loadlocale.c (_nl_load_locale): Likewise.
13485 2011-11-15 Andreas Schwab <schwab@redhat.com>
13487 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
13488 [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
13489 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
13490 (SYSCALL_GETTIME): Set errno on error.
13492 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
13493 count references to noai6ai_cached.
13495 2011-11-15 Ulrich Drepper <drepper@gmail.com>
13497 * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
13499 * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
13500 FD_CLOEXEC for /proc/self/maps.
13502 * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
13503 FD_CLOEXEC for /proc/meminfo.
13505 * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
13508 * resolv/res_query.c (res_hostalias): Don't allow cancellation and set
13509 FD_CLOEXEC for given file.
13511 * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
13513 * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
13514 FD_CLOEXEC for /etc/hosts.
13515 (_gethtent): Likewise.
13517 * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
13519 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
13520 cancellation and set FD_CLOEXEC for /etc/netgroup.
13522 * nss/nss_files/files-key.c (search): Don't allow cancellation when
13523 reading /etc/publickey.
13525 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
13526 allow cancellation when reading /etc/group.
13528 * nss/nss_files/files-alias.c (internal_setent): Don't allow
13530 (get_next_alias): Likewise for included file. Also set FD_CLOEXEC.
13532 * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
13533 when using data file.
13535 * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
13537 * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
13538 (write_nis_obj): Use "c" and "e" in fopen.
13540 * misc/mntent_r.c (__setmntent): Also append e to fopen format.
13542 * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
13544 * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
13546 * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
13548 * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
13551 * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
13553 * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
13555 * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
13557 * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
13558 file parsing and set FD_CLOEXEC.
13560 2011-11-14 Ulrich Drepper <drepper@gmail.com>
13562 * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
13564 2011-11-14 Andreas Schwab <schwab@redhat.com>
13566 * malloc/arena.c (arena_get2): Don't call reused_arena when
13567 _int_new_arena failed.
13569 2011-11-14 Ulrich Drepper <drepper@gmail.com>
13571 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
13572 (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
13573 * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
13574 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
13575 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
13576 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
13577 to compile strcasecmp and strncasecmp.
13578 * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
13579 * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
13581 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
13583 2011-11-13 Ulrich Drepper <drepper@gmail.com>
13585 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
13586 locale-defines.sym to gen-as-const-headers.
13587 (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
13588 strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
13589 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
13590 to compile strcasecmp and strncasecmp.
13591 * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
13592 strcasecmp_l and strncasecmp_l.
13593 * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
13594 * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
13595 * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
13596 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
13597 * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
13598 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
13599 * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
13600 * sysdeps/i386/i686/multiarch/strncase.S: New file.
13601 * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
13602 * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
13603 * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
13605 2011-11-12 Ulrich Drepper <drepper@gmail.com>
13607 * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
13608 result of SYSDEP_GETTIME_CPU to retval.
13609 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
13610 parameter list to macro. Remove trailing semicolon. Adjust users.
13612 * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
13615 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
13617 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
13619 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
13620 from unused variable.
13622 * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
13624 * sysdeps/generic/dwarf2.h: Don't define enums when using the file
13627 * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
13630 * sunrpc/rpc_prot.c (rejected): Fix case value.
13632 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
13633 unsigned long long int to avoid warnings in shift.
13635 * posix/regex_internal.c (re_string_reconstruct): Actually use result
13637 * posix/regex_internal.h (re_string_wchar_at): Remove temporary
13640 * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
13641 * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
13642 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
13644 * nis/nis_table.c (nis_list): Use variable of correct type for
13645 result of __follow_path call.
13647 2011-11-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13649 * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
13650 of math functions ceil, trunc, floor, round, and sqrt, when
13651 avaliable on the platform.
13652 * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
13654 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
13655 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
13656 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
13658 2011-10-30 Marek Polacek <mpolacek@redhat.com>
13660 * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
13661 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
13663 2011-11-11 Roland McGrath <roland@hack.frob.com>
13665 * include/unistd.h: Fix __readlink return type.
13666 Reported by Chris Metcalf <cmetcalf@tilera.com>.
13668 2011-11-11 Ulrich Drepper <drepper@gmail.com>
13670 * stdlib/ucontext.h: Undo last change for makecontext.
13672 2011-11-11 Andreas Schwab <schwab@redhat.com>
13674 * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
13676 * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
13677 * setjmp/setjmp.h: Mark functions as non-leaf.
13678 * setjmp/bits/setjmp2.h: Likewise.
13679 * stdlib/ucontext.h: Likewise.
13681 2011-11-10 Andreas Schwab <schwab@redhat.com>
13683 * malloc/arena.c (_int_new_arena): Don't increment narenas.
13684 (reused_arena): Don't check arena limit.
13685 (arena_get2): Atomically check arena limit.
13687 2011-11-08 Ulrich Drepper <drepper@gmail.com>
13689 * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
13690 * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
13692 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
13695 2011-11-07 Andreas Schwab <schwab@redhat.com>
13697 * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
13698 handler when locking.
13700 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
13701 Fix size of allocated buffer.
13703 2011-11-04 Andreas Schwab <schwab@redhat.com>
13706 * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
13707 declarations for long double functions.
13708 * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
13710 * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
13712 2011-11-03 Andreas Schwab <schwab@redhat.com>
13714 * nscd/nscd.c (main): Don't start AVC thread until credentials are
13717 * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
13720 2011-11-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
13722 * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
13724 2011-11-01 Andreas Schwab <schwab@linux-m68k.org>
13726 * include/alloca.h (stackinfo_alloca_round): Define.
13727 (extend_alloca): Use it.
13728 [_STACK_GROWS_UP]: Correct check for adjacent allocation.
13729 * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
13732 * scripts/check-local-headers.sh: Ignore libaudit.h.
13734 * nscd/Makefile (extra-objs): Make recursively expanded.
13736 2011-11-01 Ulrich Drepper <drepper@gmail.com>
13738 * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
13739 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
13741 * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
13742 * posix/tst-rfc3484-2.c: Likewise.
13743 * posix/tst-rfc3484-3.c: Likewise.
13745 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
13747 * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
13749 * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
13750 process_vm_writev from libc using GLIBC_2.15 version.
13752 * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
13754 2011-10-31 Paul Pluzhnikov <ppluzhnikov@google.com>
13756 * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
13759 2011-10-31 Ulrich Drepper <drepper@gmail.com>
13762 * nss/getent.c (initgroups_keys): Show error message in case no group
13765 * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
13766 * inet/check_pf.c: Provide dummy versions of __free_in6ai and
13767 __bump_nl_timestamp.
13768 * nscd/connections (nscd_init): When host database is served open
13769 netlink socket and request notification about configuration changes.
13770 (main_loop_poll): Track netlink file descriptor and bump timestamp
13771 in case data becomes available.
13772 (main_loop_epoll): Likewise.
13773 * nscd/nscd-client.h (DB_VERSION): Bump to 2.
13774 (database_pers_head): Add extra_data fileds.
13775 Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
13776 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
13777 * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
13779 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
13780 in6ai data, call __free_in6ai.
13781 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
13782 Add -DHAVE_NETLINK.
13783 * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite. Cache the
13784 interface information. Reuse previous data if netlink timestamp
13786 (__bump_nl_timestamp): New function.
13787 (__free_in6ai): New function.
13789 2011-10-30 Ulrich Drepper <drepper@gmail.com>
13791 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
13792 close_not_cancel_no_status here.
13793 (__check_pf): Reorganize code a bit to not call close twice if OOM.
13795 2011-10-29 Ulrich Drepper <drepper@gmail.com>
13798 * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
13801 * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
13802 * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
13803 asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
13805 2011-07-03 Andreas Jaeger <aj@suse.de>
13808 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
13809 of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
13810 * math/libm-test.inc (sin_test): Add test case.
13812 2011-10-29 Ulrich Drepper <drepper@gmail.com>
13815 * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
13816 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
13818 * elf/chroot_canon.c (chroot_canon): Cleanups.
13820 * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
13823 * elf/chroot_canon.c (chroot_canon): Fix readlink call.
13824 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
13826 * string/test-strchr.c: Make usable for strchrnul testing.
13827 * string/test-strchrnul.c: New file.
13828 * string/Makefile (strop-tests): Add strchrnul.
13830 * po/it.po: Update from translation team.
13831 * po/es.po: Likewise.
13833 2011-10-28 Ulrich Drepper <drepper@gmail.com>
13835 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
13836 the three constants needed as parameters. Drop the others.
13837 (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
13838 __m128i_strloadu_tolower.
13839 Create and initialize variable zero and use it in all the places
13840 where _mm_setzero_si128 was used.
13842 * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
13843 doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
13844 mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
13845 * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
13847 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
13848 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
13849 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
13850 __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
13851 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
13852 __mpranred, __mptan.
13853 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
13854 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
13855 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
13856 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
13857 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
13858 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
13859 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
13860 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
13861 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
13863 2011-10-28 Andreas Schwab <schwab@redhat.com>
13865 * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
13866 redefine if SHARED.
13867 * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
13869 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
13870 wide char related routines to wcsmbs subdir.
13872 2011-10-27 Andreas Schwab <schwab@redhat.com>
13875 * misc/sys/cdefs.h (__THROWNL): Define.
13876 * posix/unistd.h: Use __THREADNL instead of __THREAD
13877 for memory synchronization functions.
13879 2011-10-26 Roland McGrath <roland@hack.frob.com>
13882 * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
13884 * manual/stdio.texi (Obstack Streams): Node removed.
13886 2011-10-26 Andreas Schwab <schwab@redhat.com>
13888 * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
13889 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
13890 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
13892 * math/math_private.h (math_force_eval): Allow non-addressable
13894 * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
13896 2011-10-25 Ulrich Drepper <drepper@gmail.com>
13898 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
13899 file is not needed.
13901 * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
13902 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
13903 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
13904 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
13905 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
13906 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
13907 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
13908 * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
13910 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
13911 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
13912 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
13913 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
13914 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
13915 * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
13916 * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
13917 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
13918 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
13919 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
13920 * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
13921 * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
13922 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
13923 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
13924 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
13925 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
13926 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
13927 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
13928 * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
13930 * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
13931 all the time. Define bit_AVX. Define HAS_* macros using bit_* macros.
13933 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
13934 place. Use VEX encoding when compiling for AVX.
13936 2011-10-25 Andreas Schwab <schwab@redhat.com>
13938 * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
13939 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
13941 * string/test-strchr.c (do_test): Don't generate NUL bytes.
13943 2011-10-25 Ulrich Drepper <drepper@gmail.com>
13945 * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
13946 useless if() expression.
13947 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
13948 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
13949 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
13950 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
13951 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
13952 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
13953 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
13954 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
13955 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
13956 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
13957 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
13958 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
13959 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
13960 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
13961 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
13962 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
13963 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
13964 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
13965 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
13967 * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
13969 2011-10-25 Andreas Schwab <schwab@redhat.com>
13971 * elf/dl-deps.c (_dl_map_object_deps): Remove always true
13973 * elf/dl-fini.c (_dl_sort_fini): Likewise.
13975 2011-10-25 Ulrich Drepper <drepper@gmail.com>
13977 * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
13978 .text section. Avoid duplicate constants.
13979 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
13980 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
13981 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
13982 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
13983 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
13984 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
13985 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
13986 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
13987 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
13988 * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
13989 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
13990 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
13991 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
13992 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
13993 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
13994 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
13995 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
13996 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
13997 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
13998 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
13999 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
14000 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
14001 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
14002 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
14003 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
14004 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
14005 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
14006 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
14007 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
14008 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
14009 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
14010 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
14011 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
14012 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
14013 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
14014 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
14015 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
14016 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
14017 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
14018 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
14019 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
14020 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
14021 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
14022 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
14023 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
14025 2011-10-24 Ulrich Drepper <drepper@gmail.com>
14027 * sysdeps/x86_64/dla.h: Move to ...
14028 * sysdeps/x86_64/fpu/dla.h: ...here.
14029 (DLA_FMS): Some compilers fail to inline __builtin_fma in some
14030 situations. Use __builtin_fma only for gcc 4.6 and up.
14032 * config.make.in: Add have-mfma4 entry.
14033 * configure.in: Substitute libc_cv_cc_fma4.
14034 * math/Makefile (dbl-only-routines): Add sincostab.
14035 * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
14036 Use __sincostab not sincos.
14037 * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
14039 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
14040 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
14041 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
14042 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise. Define singArctan2
14044 * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr. Don't define
14045 __cr and __cpymn. Define __cpy unless NO___CPY is defined. Define
14046 norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
14047 * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
14049 * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
14050 * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
14052 * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos. Don't
14053 define aliases when function name is a macro.
14054 * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
14055 sysdeps/ieee754/dbl-64/sincos.tbl.
14056 * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
14057 fma4-enabled routines.
14058 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
14059 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
14060 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
14061 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
14062 * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
14063 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
14064 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
14065 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
14066 * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
14067 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
14068 * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
14069 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
14070 * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
14071 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
14072 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
14073 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
14074 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
14075 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
14076 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
14077 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
14078 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
14079 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
14080 * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
14081 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
14082 * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
14083 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
14084 * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
14085 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
14086 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
14087 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
14089 * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
14091 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
14092 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
14093 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
14094 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
14095 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
14096 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
14097 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
14098 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
14100 2011-10-24 Andreas Schwab <schwab@redhat.com>
14102 * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
14104 2011-10-23 Ulrich Drepper <drepper@gmail.com>
14106 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
14108 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
14110 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
14112 * string/strnlen.c: Don't define STRNLEN, reverse logic.
14113 Remove unused variable magic_bits.
14114 * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
14116 * string/strnlen.c: Define and use STRNLEN macro.
14117 * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
14118 Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
14119 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
14120 * wcsmbs/wcslen.c: Define and use WCSLEN.
14121 * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
14122 * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
14123 * sysdeps/i386/i686/multiarch/strnlen.S: New file.
14124 * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
14125 * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
14126 * sysdeps/i386/i686/multiarch/wcslen.S: New file.
14127 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
14129 2011-10-20 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
14131 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
14132 strnlen-sse2-no-bsf.
14133 Rename strlen-no-bsf to strlen-sse2-no-bsf.
14134 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
14135 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
14136 Add strnlen support.
14137 (USE_AS_STRNLEN): New macro.
14138 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
14139 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
14140 Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
14141 * sysdeps/x86_64/wcslen.S: New file.
14143 2011-10-20 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
14145 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
14146 XMM-moves are used for copying on small sizes.
14148 2011-10-19 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
14150 * wcsmbs/Makefile (strop-tests): Add wcschr.
14151 * wcsmbs/test-wcschr.c: New file.
14152 * string/test-strchr.c: Update.
14153 Add wcschr support.
14156 2011-10-18 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
14158 * wcsmbs/Makefile (strop-tests): Add wcslen.
14159 * wcsmbs/test-wcslen.c: New file.
14160 * string/test-strlen.c: Update.
14161 Add wcslen support.
14164 2011-10-23 Ulrich Drepper <drepper@gmail.com>
14166 * po/it.po: Update from translation team.
14168 2011-09-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
14170 * sysdeps/x86_64/wcscmp.S: Update.
14171 Fix wrong comparison semantics.
14172 wcscmp shall use signed comparison not unsigned.
14173 Don't use substraction to avoid overflow bug.
14174 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
14175 * wcsmbc/wcscmp.c: Likewise.
14176 * string/test-strcmp.c: Likewise.
14177 Add new tests to check cases with negative values.
14179 2011-10-23 Ulrich Drepper <drepper@gmail.com>
14181 * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
14182 * sysdeps/x86_64/dla.h: ...here. New file.
14183 * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
14184 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
14185 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
14186 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
14187 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
14188 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
14189 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
14190 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
14191 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
14193 2011-10-23 Andreas Schwab <schwab@linux-m68k.org>
14195 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
14196 __ynl_finite aliases.
14198 2011-10-22 Ulrich Drepper <drepper@gmail.com>
14200 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14202 * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
14204 [DLA_FMA] (EMULV): Use DLA_FMA.
14205 [DLA_FMA] (MUL12): Use EMULV.
14206 * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
14207 that are not needed.
14208 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
14209 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
14210 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
14211 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
14212 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
14213 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
14214 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
14216 2011-10-22 Andreas Schwab <schwab@linux-m68k.org>
14218 * math/s_nan.c: Undef __nan.
14219 * math/s_nanf.c: Undef __nanf.
14220 * math/s_nanl.c: Undef __nanl.
14221 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
14224 2011-10-22 Ulrich Drepper <drepper@gmail.com>
14226 * math/s_catan.c: Add branch predictions.
14227 * math/s_catanf.c: Likewise.
14228 * math/s_catanh.c: Likewise.
14229 * math/s_catanhf.c: Likewise.
14230 * math/s_catanhl.c: Likewise.
14231 * math/s_catanl.c: Likewise.
14232 * math/s_cexp.c: Likewise.
14233 * math/s_cexpf.c: Likewise.
14234 * math/s_cexpl.c: Likewise.
14235 * math/s_clog.c: Likewise.
14236 * math/s_clog10.c: Likewise.
14237 * math/s_clog10f.c: Likewise.
14238 * math/s_clog10l.c: Likewise.
14239 * math/s_clogf.c: Likewise.
14240 * math/s_clogl.c: Likewise.
14241 * math/s_csqrt.c: Likewise.
14242 * math/s_csqrtf.c: Likewise.
14243 * math/s_csqrtl.c: Likewise.
14244 * math/s_ctanf.c: Likewise.
14245 * math/s_ctanh.c: Likewise.
14246 * math/s_ctanhf.c: Likewise.
14247 * math/s_ctanhl.c: Likewise.
14248 * math/s_ctanl.c: Likewise.
14250 * math/math_private.h: Define __nan, __nanf, __nanl.
14251 * math/s_cacosh.c: Include <math_private.h>.
14252 * math/s_cacoshl.c: Likewise.
14253 * math/s_casinh.c: Likewise.
14254 * math/s_casinhf.c: Likewise.
14255 * math/s_casinhl.c: Likewise.
14256 * math/s_ccos.c: Rely entire on ccosh.
14257 * math/s_ccosf.c: Rely entire on ccoshf.
14258 * math/s_ccosl.c: Rely entirely on ccoshl.
14259 * math/s_ccosh.c: Add branch predicion helpers. Add branch prediction.
14260 Remove tests for FE_INVALID.
14261 * math/s_ccoshf.c: Likewise.
14262 * math/s_ccoshl.c: Likewise.
14263 * math/s_csin.c: Likewise.
14264 * math/s_csinf.c: Likewise.
14265 * math/s_csinh.c Likewise.
14266 * math/s_csinhf.c: Likewise.
14267 * math/s_csinhl.c: Likewise.
14268 * math/s_csinl.c: Likewise.
14269 * math/s_ctan.c: Likewise.
14270 * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
14271 * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
14272 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
14274 2011-10-21 Ulrich Drepper <drepper@gmail.com>
14276 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
14277 compilation problems.
14279 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
14282 2011-10-20 Ulrich Drepper <drepper@gmail.com>
14284 * sysdeps/i386/configure.in: Test for -mfma4 option.
14285 * config.h.in: Add HAVE_FMA4_SUPPORT entry.
14286 * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
14287 COMMON_CPUID_INDEX_80000001.
14288 * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
14289 * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
14290 use it if FMA3 is not supported.
14291 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
14293 * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
14294 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
14296 2011-10-20 Andreas Schwab <schwab@redhat.com>
14299 * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
14300 it would create a cycle with a link time dependency.
14302 2011-10-19 Ulrich Drepper <drepper@gmail.com>
14304 * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
14306 * string/Makefile (strop-tests): Add rawmemchr.
14307 * string/test-rawmemchr.c: New file.
14309 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
14310 * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file. Split out from...
14311 * sysdeps/x86_64/multiarch/strcmp.S: ...here. Include strcmp-sse42.S
14312 when compiling str{,n}casecmp and when AVX is available. Hook up
14313 new optimized code in initializers.
14315 2011-10-19 Andreas Schwab <schwab@redhat.com>
14317 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
14318 __feraiseexcept instead of feraiseexcept.
14320 2011-10-18 Ulrich Drepper <drepper@gmail.com>
14322 * math/math_private.h: Define defaults for libc_fetestexcept and
14324 * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
14325 * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
14326 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
14327 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
14328 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
14329 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
14330 libc_fetestexcept and libc_feupdateenv.
14332 * math/math_private.h: Define defaults for libc_feholdexcept_setround,
14333 libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
14334 * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
14335 * sysdeps/x86_64/fpu/math_private.h: Define special version of
14336 libc_feholdexcept_setround.
14338 * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
14339 Add s_nearbyint-c and s_nearbyintf-c.
14340 * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
14341 nearbyintf inlines.
14342 * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
14343 * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
14344 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
14345 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
14347 * math/math_private.h: Define defaults for libc_fegetround,
14348 libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
14349 libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
14350 libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
14351 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
14352 libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
14353 standard functions.
14354 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
14355 Remove comments and hacks for old compiler versions.
14356 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
14357 libc_fegetround, libc_fesetround, libc_feholdexcept, and
14358 libc_feholdexceptl.
14360 2011-10-18 Andreas Schwab <schwab@redhat.com>
14362 * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
14363 (__feraiseexcept_renamed): Add __NTH.
14364 (feraiseexcept): Add __NTH. Rename local variables to fix
14365 namespace violations.
14367 2011-10-17 Ulrich Drepper <drepper@gmail.com>
14369 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
14371 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
14373 * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
14374 recently added interfaces.
14375 * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
14377 * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
14378 about macro parameter expansion.
14380 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
14381 __NO_MATH_INLINES is defined. Cleanups.
14383 * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
14384 and __floorf is target has SSE4.1.
14385 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
14386 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
14387 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
14388 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
14390 * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
14392 (floorf): Likewise.
14394 * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
14396 2011-10-17 Andreas Schwab <schwab@redhat.com>
14398 * misc/sys/cdefs.h: Fix last change.
14400 * grp/initgroups.c (internal_getgrouplist): Fix initgroups
14403 2011-10-16 Ulrich Drepper <drepper@gmail.com>
14405 * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
14407 * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
14408 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
14409 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
14410 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
14411 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
14412 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
14413 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
14414 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
14415 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
14416 * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
14417 * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
14418 * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
14419 * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
14420 * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
14421 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
14422 * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
14423 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
14424 * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
14425 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
14426 * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
14427 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
14428 * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
14430 * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
14431 ceil, ceilf, floor, floorf.
14433 * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
14434 Perform IRELATIVE relocations last.
14436 * elf/do-rel.h: Add another parameter nrelative, replacing the
14437 local variable with the same name. Change name of the function
14438 to end in Rel or Rela (uppercase).
14439 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
14440 nrelative to ranges. Only nonzero for DT_REL/DT_RELA. Pass to the
14441 elf_dynamic_do_##reloc function.
14443 2011-10-15 Ulrich Drepper <drepper@gmail.com>
14445 * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
14446 is sufficient, at least on modern CPUs.
14448 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
14450 * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
14451 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
14453 * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
14455 * math/bits/math-finite.h: Add entries for exp.
14456 * math/e_expl.c: Add __*_finite alias.
14457 * sysdeps/i386/fpu/e_exp.S: Likewise.
14458 * sysdeps/i386/fpu/e_expf.S: Likewise.
14459 * sysdeps/i386/fpu/e_expl.c: Likewise.
14460 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
14461 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
14462 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
14463 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
14464 * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
14465 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
14466 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
14468 * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
14469 is sufficient, at least on modern CPUs.
14471 * ctype/ctype-info.c (__ctype_init): Define.
14472 * include/ctype.h (__ctype_init): Declare.
14473 (__ctype_b_loc): The variable is always initialized.
14474 (__ctype_toupper_loc): Likewise.
14475 (__ctype_tolower_loc): Likewise.
14476 * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
14477 * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
14479 2011-10-15 Andreas Schwab <schwab@linux-m68k.org>
14481 * wcsmbs/wmemcmp.c (WMEMCMP): Define.
14483 * configure.in: Also look in $cxxmachine/include for C++ system
14486 2011-09-27 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
14488 * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
14489 memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
14490 * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
14491 * sysdeps/x86_64/multiarch/memcmp.S: Update. Add __memcmp_ssse3.
14492 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
14493 (USE_AS_WMEMCMP): New macro.
14495 * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
14496 * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
14497 * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
14498 * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
14499 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
14500 wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
14501 * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
14502 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
14503 * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
14504 * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
14505 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
14506 (USE_AS_WMEMCMP): New macro.
14507 * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
14508 * sysdeps/string/test-memcmp.c: Update.
14509 Fix simple_wmemcmp.
14511 * wcsmbs/wmemcmp.c: Update.
14512 (WMEMCMP): New macro.
14515 2011-10-12 Andreas Jaeger <aj@suse.de>
14518 * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
14520 2011-10-15 Ulrich Drepper <drepper@gmail.com>
14522 * libio/iofwide.c (do_length): Avoid warning.
14524 * ctype/ctype.h (__isctype_f): Add missing __THROW.
14526 2011-10-14 Ulrich Drepper <drepper@gmail.com>
14528 * elf/pldd-xx.c (find_maps): Remove leftover debug message.
14530 * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
14531 * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
14532 * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
14533 * sysdeps/i386/i686/fpu/e_log.S: New file.
14534 * sysdeps/i386/i686/fpu/e_logf.S: New file.
14535 * sysdeps/i386/i686/fpu/e_logl.S: New file.
14537 * ctype/ctype.h: Add support for inlined isXXX functions when
14538 compiling C++ code.
14540 2011-10-14 Andreas Schwab <schwab@redhat.com>
14542 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
14544 * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
14546 2011-10-13 Roland McGrath <roland@hack.frob.com>
14549 * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
14551 2011-10-13 Andreas Schwab <schwab@redhat.com>
14553 * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
14554 * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
14557 * sysdeps/x86_64/memrchr.S: Check for zero size.
14559 * string/stratcliff.c: Add memrchr tests.
14561 2011-10-12 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
14563 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
14564 memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
14565 rawmemchr-sse2 rawmemchr-sse2-bsf.
14566 * sysdeps/i386/i686/multiarch/memchr.S: New file.
14567 * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
14568 * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
14569 * sysdeps/i386/i686/multiarch/memrchr.S: New file.
14570 * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
14571 * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
14572 * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
14573 * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
14574 * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
14575 * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
14576 * string/memrchr.c (MEMRCHR): New macro.
14578 2011-10-12 Ulrich Drepper <drepper@gmail.com>
14580 Add integration with gcc's -ffinite-math-only and optimize wrapper
14582 * Versions.def: Define GLIBC_2.15 version for libm.
14583 * math/Makefile (headers): Add bits/math-finite.h.
14584 * math/bits/math-finite.h: New file.
14585 * sysdeps/ia64/fpu/bits/math-finite.h: New file.
14586 * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
14587 * math/e_acoshl.c: Add __*_finite alias.
14588 * math/e_acosl.c: Likewise.
14589 * math/e_asinl.c: Likewise.
14590 * math/e_atan2l.c: Likewise.
14591 * math/e_atanhl.c: Likewise.
14592 * math/e_coshl.c: Likewise.
14593 * math/e_exp10.c: Likewise.
14594 * math/e_exp10f.c: Likewise.
14595 * math/e_exp10l.c: Likewise.
14596 * math/e_exp2l.c: Likewise.
14597 * math/e_fmodl.c: Likewise.
14598 * math/e_gammal_r.c: Likewise.
14599 * math/e_hypotl.c: Likewise.
14600 * math/e_j0l.c: Likewise.
14601 * math/e_j1l.c: Likewise.
14602 * math/e_jnl.c: Likewise.
14603 * math/e_lgammal_r.c: Likewise.
14604 * math/e_log10l.c: Likewise.
14605 * math/e_log2l.c: Likewise.
14606 * math/e_logl.c: Likewise.
14607 * math/e_powl.c: Likewise.
14608 * math/e_sinhl.c: Likewise.
14609 * math/e_sqrtl.c: Likewise.
14610 * math/e_scalb.c: Completely rewritten and optimized.
14611 * math/e_scalbf.c: Likewise.
14612 * math/e_scalbl.c: Likewise.
14613 * math/w_acos.c: Likewise.
14614 * math/w_acosf.c: Likewise.
14615 * math/w_acosl.c: Likewise.
14616 * math/w_acosh.c: Likewise.
14617 * math/w_acoshf.c: Likewise.
14618 * math/w_acoshl.c: Likewise.
14619 * math/w_asin.c: Likewise.
14620 * math/w_asinf.c: Likewise.
14621 * math/w_asinl.c: Likewise.
14622 * math/w_atan2.c: Likewise.
14623 * math/w_atan2f.c: Likewise.
14624 * math/w_atan2l.c: Likewise.
14625 * math/w_atanh.c: Likewise.
14626 * math/w_atanhf.c: Likewise.
14627 * math/w_atanhl.c: Likewise.
14628 * math/w_exp10.c: Likewise.
14629 * math/w_exp10f.c: Likewise.
14630 * math/w_exp10l.c: Likewise.
14631 * math/w_fmod.c: Likewise.
14632 * math/w_fmodf.c: Likewise.
14633 * math/w_fmodl.c: Likewise.
14634 * math/w_j0.c: Likewise.
14635 * math/w_j0f.c: Likewise.
14636 * math/w_j0l.c: Likewise.
14637 * math/w_j1.c: Likewise.
14638 * math/w_j1f.c: Likewise.
14639 * math/w_j1l.c: Likewise.
14640 * math/w_jn.c: Likewise.
14641 * math/w_jnf.c: Likewise.
14642 * math/w_log.c: Likewise.
14643 * math/w_logf.c: Likewise.
14644 * math/w_logl.c: Likewise.
14645 * math/w_log10.c: Likewise.
14646 * math/w_log10f.c: Likewise.
14647 * math/w_log10l.c: Likewise.
14648 * math/w_log2.c: Likewise.
14649 * math/w_log2f.c: Likewise.
14650 * math/w_log2l.c: Likewise.
14651 * math/w_pow.c: Likewise.
14652 * math/w_powf.c: Likewise.
14653 * math/w_powl.c: Likewise.
14654 * math/w_remainder.c: Likewise.
14655 * math/w_remainderf.c: Likewise.
14656 * math/w_remainderl.c: Likewise.
14657 * math/w_scalb.c: Likewise.
14658 * math/w_scalbf.c: Likewise.
14659 * math/w_scalbl.c: Likewise.
14660 * math/w_sqrt.c: Likewise.
14661 * math/w_sqrtf.c: Likewise.
14662 * math/w_sqrtl.c: Likewise.
14663 * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
14664 are declared. Include <bits/math-finite.h> if -ffinite-math-only is
14666 * math/math_private.h: Declare __kernel_standard_f.
14667 * math/w_cosh.c: Remove cruft and optimize a bit.
14668 * math/w_coshf.c: Likewise.
14669 * math/w_coshl.c: Likewise.
14670 * math/w_exp2.c: Likewise.
14671 * math/w_exp2f.c: Likewise.
14672 * math/w_exp2l.c: Likewise.
14673 * math/w_hypot.c: Likewise.
14674 * math/w_hypotf.c: Likewise.
14675 * math/w_hypotl.c: Likewise.
14676 * math/w_lgamma.c: Likewise.
14677 * math/w_lgamma_r.c: Likewise.
14678 * math/w_lgammaf.c: Likewise.
14679 * math/w_lgammaf_r.c: Likewise.
14680 * math/w_lgammal.c: Likewise.
14681 * math/w_lgammal_r.c: Likewise.
14682 * math/w_sinh.c: Likewise.
14683 * math/w_sinhf.c: Likewise.
14684 * math/w_sinhl.c: Likewise.
14685 * math/w_tgamma.c: Likewise.
14686 * math/w_tgammaf.c: Likewise.
14687 * math/w_tgammal.c: Likewise.
14688 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
14689 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
14690 * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
14691 Minor optimizations. Pretty printing. Remove cruft.
14692 * sysdeps/i386/fpu/e_acosf.S: Likewise.
14693 * sysdeps/i386/fpu/e_acosh.S: Likewise.
14694 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
14695 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
14696 * sysdeps/i386/fpu/e_acosl.c: Likewise.
14697 * sysdeps/i386/fpu/e_asin.S: Likewise.
14698 * sysdeps/i386/fpu/e_asinf.S: Likewise.
14699 * sysdeps/i386/fpu/e_atan2.S: Likewise.
14700 * sysdeps/i386/fpu/e_atan2f.S: Likewise.
14701 * sysdeps/i386/fpu/e_atan2l.c: Likewise.
14702 * sysdeps/i386/fpu/e_atanh.S: Likewise.
14703 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
14704 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
14705 * sysdeps/i386/fpu/e_exp10.S: Likewise.
14706 * sysdeps/i386/fpu/e_exp10f.S: Likewise.
14707 * sysdeps/i386/fpu/e_exp10l.S: Likewise.
14708 * sysdeps/i386/fpu/e_exp2.S: Likewise.
14709 * sysdeps/i386/fpu/e_exp2f.S: Likewise.
14710 * sysdeps/i386/fpu/e_exp2l.S: Likewise.
14711 * sysdeps/i386/fpu/e_fmod.S: Likewise.
14712 * sysdeps/i386/fpu/e_fmodf.S: Likewise.
14713 * sysdeps/i386/fpu/e_fmodl.c: Likewise.
14714 * sysdeps/i386/fpu/e_hypot.S: Likewise.
14715 * sysdeps/i386/fpu/e_hypotf.S: Likewise.
14716 * sysdeps/i386/fpu/e_log.S: Likewise.
14717 * sysdeps/i386/fpu/e_log10.S: Likewise.
14718 * sysdeps/i386/fpu/e_log10f.S: Likewise.
14719 * sysdeps/i386/fpu/e_log10l.S: Likewise.
14720 * sysdeps/i386/fpu/e_log2.S: Likewise.
14721 * sysdeps/i386/fpu/e_log2f.S: Likewise.
14722 * sysdeps/i386/fpu/e_log2l.S: Likewise.
14723 * sysdeps/i386/fpu/e_logf.S: Likewise.
14724 * sysdeps/i386/fpu/e_logl.S: Likewise.
14725 * sysdeps/i386/fpu/e_pow.S: Likewise.
14726 * sysdeps/i386/fpu/e_powf.S: Likewise.
14727 * sysdeps/i386/fpu/e_powl.S: Likewise.
14728 * sysdeps/i386/fpu/e_remainder.S: Likewise.
14729 * sysdeps/i386/fpu/e_remainderf.S: Likewise.
14730 * sysdeps/i386/fpu/e_remainderl.S: Likewise.
14731 * sysdeps/i386/fpu/e_scalb.S: Likewise.
14732 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
14733 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
14734 * sysdeps/i386/fpu/e_sqrt.S: Likewise.
14735 * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
14736 * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
14737 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
14738 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
14739 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
14740 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
14741 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
14742 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
14743 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
14744 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
14745 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
14746 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
14747 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
14748 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
14749 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
14750 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
14751 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
14752 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
14753 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
14754 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
14755 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
14756 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
14757 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
14758 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
14759 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
14760 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
14761 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
14762 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
14763 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
14764 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
14765 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
14766 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
14767 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
14768 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
14769 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
14770 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
14771 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
14772 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
14773 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
14774 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
14775 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
14776 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
14777 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
14778 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
14779 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
14780 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
14781 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
14782 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
14783 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
14784 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
14785 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
14786 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
14787 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
14788 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
14789 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
14790 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
14791 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
14792 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
14793 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
14794 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
14795 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
14796 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
14797 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
14798 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
14799 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
14800 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
14801 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
14802 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
14803 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
14804 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
14805 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
14806 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
14807 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
14808 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
14809 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
14810 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
14811 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
14812 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
14813 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
14814 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
14815 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
14816 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
14817 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
14818 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
14819 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
14820 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
14821 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
14822 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
14823 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
14824 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
14825 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
14826 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
14827 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
14828 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
14829 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
14830 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
14831 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
14832 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
14833 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
14834 * sysdeps/s390/fpu/e_sqrt.c: Likewise.
14835 * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
14836 * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
14837 * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
14838 * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
14839 * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
14840 * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
14841 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
14842 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
14843 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
14844 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
14845 * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
14846 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
14847 * sysdeps/x86_64/fpu/e_sqrt.c: Likewise. Fix parameter order
14848 * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
14849 * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
14850 (__isnanf): Likewise.
14851 (__isinf_ns): Likewise.
14852 (__isinf_nsf): Likewise.
14853 (__finite): Likewise.
14854 (__finitef): Likewise.
14855 (__ieee754_sqrt): Define as macro.
14856 (__ieee754_sqrtf): Define as macro.
14857 (__ieee754_sqrtl): Define as macro.
14858 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
14860 * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
14861 __FINITE_MATH_ONLY__ consistent.
14862 * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
14864 2011-10-10 Andreas Schwab <schwab@linux-m68k.org>
14866 * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
14869 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
14871 2011-10-09 Ulrich Drepper <drepper@gmail.com>
14873 * po/ja.po: Update from translation team.
14875 2011-10-08 Roland McGrath <roland@hack.frob.com>
14877 * locale/programs/locarchive.c (prepare_address_space): New function.
14878 (create_archive, enlarge_archive, open_archive): Use it.
14880 * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
14881 inside [SHARED], where it is used.
14883 * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
14885 * nss/getent.c (netgroup_keys): Remove unused variable.
14886 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
14888 2011-10-08 Ulrich Drepper <drepper@gmail.com>
14890 * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
14891 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
14892 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
14893 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
14894 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
14895 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
14896 * math/Makefile (libm-calls): Add s_isinf_ns.
14897 * math/divtc3.c: Use __isinf_nsl instead of isinf.
14898 * math/multc3.c: Likewise.
14899 * math/s_casin.c: Likewise.
14900 * math/s_casinf.c: Likewise.
14901 * math/s_casinl.c: Likewise.
14902 * math/s_ccos.c: Likewise.
14903 * math/s_ccosf.c: Likewise.
14904 * math/s_ccosl.c: Likewise.
14905 * math/s_ctan.c: Likewise.
14906 * math/s_ctanf.c: Likewise.
14907 * math/s_ctanh.c: Likewise.
14908 * math/s_ctanhf.c: Likewise.
14909 * math/s_ctanhl.c: Likewise.
14910 * math/s_ctanl.c: Likewise.
14911 * math/w_fmod.c: Likewise.
14912 * math/w_fmodf.c: Likewise.
14913 * math/w_fmodl.c: Likewise.
14914 * math/w_remainder.c: Likewise.
14915 * math/w_remainderf.c: Likewise.
14916 * math/w_remainderl.c: Likewise.
14917 * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
14918 * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
14919 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
14920 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
14921 * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
14922 * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
14923 * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
14924 __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
14926 * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
14928 * stdio-common/printf_fphex.c: Likewise.
14929 * stdio-common/printf_size.c: Likewise.
14931 * math/e_exp10.c: Include math_private.h using <...> not "...".
14932 * math/e_exp10f.c: Likewise.
14933 * math/e_exp10l.c: Likewise.
14934 * math/e_exp2l.c: Likewise.
14935 * math/e_j0l.c: Likewise.
14936 * math/e_j1l.c: Likewise.
14937 * math/e_jnl.c: Likewise.
14938 * math/e_lgammal_r.c: Likewise.
14939 * math/e_rem_pio2l.c: Likewise.
14940 * math/e_scalb.c: Likewise.
14941 * math/e_scalbf.c: Likewise.
14942 * math/e_scalbl.c: Likewise.
14943 * math/k_cosl.c: Likewise.
14944 * math/k_sinl.c: Likewise.
14945 * math/k_tanl.c: Likewise.
14946 * math/s_cacoshf.c: Likewise.
14947 * math/s_catan.c: Likewise.
14948 * math/s_catanf.c: Likewise.
14949 * math/s_catanh.c: Likewise.
14950 * math/s_catanhf.c: Likewise.
14951 * math/s_catanhl.c: Likewise.
14952 * math/s_catanl.c: Likewise.
14953 * math/s_ccosh.c: Likewise.
14954 * math/s_ccoshf.c: Likewise.
14955 * math/s_ccoshl.c: Likewise.
14956 * math/s_cexp.c: Likewise.
14957 * math/s_cexpf.c: Likewise.
14958 * math/s_cexpl.c: Likewise.
14959 * math/s_clog.c: Likewise.
14960 * math/s_clog10.c: Likewise.
14961 * math/s_clog10f.c: Likewise.
14962 * math/s_clog10l.c: Likewise.
14963 * math/s_clogf.c: Likewise.
14964 * math/s_clogl.c: Likewise.
14965 * math/s_csin.c: Likewise.
14966 * math/s_csinf.c: Likewise.
14967 * math/s_csinh.c: Likewise.
14968 * math/s_csinhf.c: Likewise.
14969 * math/s_csinhl.c: Likewise.
14970 * math/s_csinl.c: Likewise.
14971 * math/s_csqrt.c: Likewise.
14972 * math/s_csqrtf.c: Likewise.
14973 * math/s_csqrtl.c: Likewise.
14974 * math/s_ctan.c: Likewise.
14975 * math/s_ctanf.c: Likewise.
14976 * math/s_ctanh.c: Likewise.
14977 * math/s_ctanhf.c: Likewise.
14978 * math/s_ctanhl.c: Likewise.
14979 * math/s_ctanl.c: Likewise.
14980 * math/s_ldexp.c: Likewise.
14981 * math/s_ldexpf.c: Likewise.
14982 * math/s_ldexpl.c: Likewise.
14983 * math/s_significand.c: Likewise.
14984 * math/s_significandf.c: Likewise.
14985 * math/s_significandl.c: Likewise.
14986 * math/w_acos.c: Likewise.
14987 * math/w_acosf.c: Likewise.
14988 * math/w_acosh.c: Likewise.
14989 * math/w_acoshf.c: Likewise.
14990 * math/w_acoshl.c: Likewise.
14991 * math/w_acosl.c: Likewise.
14992 * math/w_asin.c: Likewise.
14993 * math/w_asinf.c: Likewise.
14994 * math/w_asinl.c: Likewise.
14995 * math/w_atan2.c: Likewise.
14996 * math/w_atan2f.c: Likewise.
14997 * math/w_atan2l.c: Likewise.
14998 * math/w_atanh.c: Likewise.
14999 * math/w_atanhf.c: Likewise.
15000 * math/w_atanhl.c: Likewise.
15001 * math/w_cosh.c: Likewise.
15002 * math/w_coshf.c: Likewise.
15003 * math/w_coshl.c: Likewise.
15004 * math/w_dremf.c: Likewise.
15005 * math/w_exp10.c: Likewise.
15006 * math/w_exp10f.c: Likewise.
15007 * math/w_exp10l.c: Likewise.
15008 * math/w_exp2.c: Likewise.
15009 * math/w_exp2f.c: Likewise.
15010 * math/w_fmod.c: Likewise.
15011 * math/w_fmodf.c: Likewise.
15012 * math/w_fmodl.c: Likewise.
15013 * math/w_hypot.c: Likewise.
15014 * math/w_hypotf.c: Likewise.
15015 * math/w_hypotl.c: Likewise.
15016 * math/w_j0.c: Likewise.
15017 * math/w_j0f.c: Likewise.
15018 * math/w_j0l.c: Likewise.
15019 * math/w_j1.c: Likewise.
15020 * math/w_j1f.c: Likewise.
15021 * math/w_j1l.c: Likewise.
15022 * math/w_jn.c: Likewise.
15023 * math/w_jnf.c: Likewise.
15024 * math/w_jnl.c: Likewise.
15025 * math/w_lgamma.c: Likewise.
15026 * math/w_lgamma_r.c: Likewise.
15027 * math/w_lgammaf.c: Likewise.
15028 * math/w_lgammaf_r.c: Likewise.
15029 * math/w_lgammal.c: Likewise.
15030 * math/w_lgammal_r.c: Likewise.
15031 * math/w_log.c: Likewise.
15032 * math/w_log10.c: Likewise.
15033 * math/w_log10f.c: Likewise.
15034 * math/w_log10l.c: Likewise.
15035 * math/w_log2.c: Likewise.
15036 * math/w_log2f.c: Likewise.
15037 * math/w_log2l.c: Likewise.
15038 * math/w_logf.c: Likewise.
15039 * math/w_logl.c: Likewise.
15040 * math/w_pow.c: Likewise.
15041 * math/w_powf.c: Likewise.
15042 * math/w_powl.c: Likewise.
15043 * math/w_remainder.c: Likewise.
15044 * math/w_remainderf.c: Likewise.
15045 * math/w_remainderl.c: Likewise.
15046 * math/w_scalb.c: Likewise.
15047 * math/w_scalbf.c: Likewise.
15048 * math/w_scalbl.c: Likewise.
15049 * math/w_sinh.c: Likewise.
15050 * math/w_sinhf.c: Likewise.
15051 * math/w_sinhl.c: Likewise.
15052 * math/w_sqrt.c: Likewise.
15053 * math/w_sqrtf.c: Likewise.
15054 * math/w_sqrtl.c: Likewise.
15055 * math/w_tgamma.c: Likewise.
15056 * math/w_tgammaf.c: Likewise.
15057 * math/w_tgammal.c: Likewise.
15059 * po/ja.po: Update from translation team.
15061 2011-09-29 Andreas Jaeger <aj@suse.de>
15064 * sunrpc/netname.c (netname2host): Fix logic.
15068 * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
15070 * math/w_remainder.c (__remainder): Likewise.
15071 * math/w_remainderf.c (__remainderf): Likewise.
15072 * math/libm-test.inc (remainder_test): Add test cases.
15074 2011-10-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
15076 * stdlib/longlong.h: Update from GCC. Fix zarch smul_ppmm and
15079 2011-10-07 Ulrich Drepper <drepper@gmail.com>
15081 * string/test-memcmp.c: Avoid unncessary #defines.
15082 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
15084 2011-08-31 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
15086 * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
15087 Use new sse2 version for core i3 - i7 as it's faster
15088 than sse42 version.
15089 (bit_Prefer_PMINUB_for_stringop): New.
15090 * sysdeps/x86_64/rawmemchr.S: Update.
15091 Replace with faster SSE2 version.
15092 * sysdeps/x86_64/memrchr.S: New file.
15093 * sysdeps/x86_64/memchr.S: Update.
15094 Replace with faster SSE2 version.
15096 2011-09-12 Marek Polacek <mpolacek@redhat.com>
15098 * elf/dl-load.c (lose): Add cast to avoid warning.
15100 2011-10-07 Ulrich Drepper <drepper@gmail.com>
15102 * po/ca.po: Update from translation team.
15104 * inet/getnetgrent_r.c: Hook up nscd.
15105 * nscd/Makefile (routines): Add nscd_netgroup.
15106 (nscd-modules): Add netgroupcache.
15107 (CFLAGS-netgroupcache.c): Define.
15108 * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
15109 (cache_search): Add const to second parameter.
15110 * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
15112 (dbs): Add netgrdb entry.
15113 (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
15114 (verify_persistent_db): Handle netgrdb.
15115 (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
15116 * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
15118 (netgroup_response_header): Define.
15119 (innetgroup_response_header): Define.
15120 (datahead): Add netgroup_response_header and innetgroup_response_header
15122 * nscd/nscd.conf: Add entries for netgroup cache.
15123 * nscd/nscd.h (dbtype): Add netgrdb.
15124 (_PATH_NSCD_NETGROUP_DB): Define.
15125 (netgroup_iov_disabled): Declare.
15126 (xmalloc, xcalloc, xrealloc): Move declarations here.
15127 (cache_search): Adjust prototype.
15128 Add netgroup-related prototypes.
15129 * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
15130 * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
15131 (__nscd_innetgr): Declare.
15132 * nscd/selinux.c (perms): Use access_vector_t as element type and
15133 add netgroup-related initializers.
15134 * nscd/netgroupcache.c: New file.
15135 * nscd/nscd_netgroup.c: New file.
15136 * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
15137 * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
15138 For four parameters use innetgr.
15139 * nss/nss_files/files-init.c: Add definition and callback for netgr.
15140 * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
15141 (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
15142 * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
15144 * nscd/connections.c (register_traced_file): Don't register file
15145 for disabled databases.
15147 2011-10-06 Ulrich Drepper <drepper@gmail.com>
15149 * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
15151 * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
15152 from tree and freeing node.
15154 2011-09-25 Jiri Olsa <jolsa@redhat.com>
15156 * nss/nsswitch.c (__nss_database_lookup): Handle
15157 nss_parse_service_list out of memory case.
15159 2011-09-15 Jiri Olsa <jolsa@redhat.com>
15161 * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
15162 out of memory case.
15164 2011-10-04 Andreas Schwab <schwab@redhat.com>
15166 * include/dlfcn.h (__RTLD_NOIFUNC): Define.
15167 * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
15169 * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
15170 elf_machine_rela, elf_machine_lazy_rel.
15171 (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
15172 (ELF_DYNAMIC_DO_REL): Likewise.
15173 (ELF_DYNAMIC_DO_RELA): Likewise.
15174 (ELF_DYNAMIC_RELOCATE): Likewise.
15175 * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
15176 to ELF_DYNAMIC_DO_REL.
15177 * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
15178 (dl_main): In trace mode always set __RTLD_NOIFUNC.
15179 * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
15181 * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
15182 skip_ifunc, don't call ifunc function if non-zero.
15183 (elf_machine_rela): Likewise.
15184 (elf_machine_lazy_rel): Likewise.
15185 (elf_machine_lazy_rela): Likewise.
15186 * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
15187 (elf_machine_lazy_rel): Likewise.
15188 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
15190 (elf_machine_lazy_rel): Likewise.
15191 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
15193 (elf_machine_lazy_rel): Likewise.
15194 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
15195 (elf_machine_lazy_rel): Likewise.
15196 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
15197 (elf_machine_lazy_rel): Likewise.
15198 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
15199 (elf_machine_lazy_rel): Likewise.
15200 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
15201 (elf_machine_lazy_rel): Likewise.
15202 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
15203 (elf_machine_lazy_rel): Likewise.
15204 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
15205 (elf_machine_lazy_rel): Likewise.
15207 2011-09-28 Ulrich Drepper <drepper@gmail.com>
15209 * nss/nss_files/files-init.c (_nss_files_init): Use static
15210 initialization for all the *_traced_file variables.
15212 2011-09-28 Andreas Schwab <schwab@redhat.com>
15214 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
15216 2011-09-27 Roland McGrath <roland@hack.frob.com>
15219 * manual/signal.texi (Longjmp in Handler): Grammar fixes.
15221 2011-09-27 Andreas Schwab <schwab@redhat.com>
15223 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
15224 Reread the line before reparsing it.
15226 2011-09-26 Andreas Schwab <schwab@redhat.com>
15228 * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
15230 2011-09-21 Chung-Lin Tang <cltang@codesourcery.com>
15231 Maxim Kuvyrkov <maxim@codesourcery.com>
15232 Joseph Myers <joseph@codesourcery.com>
15234 * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
15235 if needed for __stack_chk_guard.
15237 2011-09-19 Roland McGrath <roland@hack.frob.com>
15239 * sysdeps/posix/spawni.c (script_execute): Always define it.
15240 It will be optimized away if unused.
15241 (maybe_script_execute): New function.
15242 (__spawni): Call it.
15244 * Makerules: Don't include tls.make.
15245 (config-tls): Always set to thread.
15246 * tls.make.c: File removed.
15248 2011-09-19 Mike Frysinger <vapier@gentoo.org>
15250 * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
15251 * config.make.in (CPPFLAGS-config): New substituted variable.
15253 2011-09-15 Ulrich Drepper <drepper@gmail.com>
15255 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
15258 * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
15259 Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
15261 2011-09-15 Roland McGrath <roland@hack.frob.com>
15263 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
15264 (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
15265 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
15266 (CALL_FAIL): Likewise.
15267 * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
15268 (CALL_FAIL): Macro removed.
15269 Patch mostly by Mike Frysinger <vapier@gentoo.org>.
15271 2011-09-15 Ulrich Drepper <drepper@gmail.com>
15273 * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
15274 for __FINITE_MATH_ONLY__ == 1.
15276 2011-09-15 Andreas Schwab <schwab@redhat.com>
15278 * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
15279 __ieee754_sqrt instead of sqrt.
15280 * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
15281 __ieee754_sqrtf instead of sqrtf.
15282 * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
15283 __floorf instead of floorf.
15284 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
15285 __floorf, __truncf instead of floorf, truncf.
15287 2011-09-14 Ulrich Drepper <drepper@gmail.com>
15289 * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
15291 * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
15292 __extern_always_inline.
15293 Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
15296 2011-09-14 Andreas Schwab <schwab@redhat.com>
15298 * elf/rtld.c (dl_main): Also relocate in dependency order when
15299 doing symbol dependency testing.
15301 2011-09-13 Andreas Schwab <schwab@linux-m68k.org>
15303 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
15304 Always define `refsym'.
15306 2011-09-13 Andreas Schwab <schwab@redhat.com>
15308 * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
15309 (__FD_ELT): Renamed from __FDELT.
15310 * misc/bits/select2.h (__FD_ELT): Likewise.
15311 * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
15312 __FD_MASK instead of __FDELT, __FDMASK.
15313 * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
15315 * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
15318 * elf/Makefile (gen-ldd): Fix pattern.
15320 * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
15321 (init_tls): Likewise.
15323 2011-09-12 Ulrich Drepper <drepper@gmail.com>
15325 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
15327 2011-09-12 Andreas Schwab <schwab@redhat.com>
15329 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
15330 `struct cmsghdr *' instead of `void *'.
15331 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
15334 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
15336 * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
15338 * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
15339 ldd_rewrite_script.
15341 2011-09-11 Ulrich Drepper <drepper@gmail.com>
15343 * configure.in: Remove --with-tls option.
15344 * config.h.in: Remove HAVE_TLS_SUPPORT entry.
15345 * sysdeps/i386/elf/configure.in: Always test for TLS support and err
15346 out in case it is missing.
15347 * sysdeps/ia64/elf/configure.in: Likewise.
15348 * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
15349 * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
15350 * sysdeps/s390/s390-32/elf/configure.in: Likewise.
15351 * sysdeps/s390/s390-64/elf/configure.in: Likewise.
15352 * sysdeps/sh/elf/configure.in: Likewise.
15353 * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
15354 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
15355 * sysdeps/x86_64/elf/configure.in: Likewise.
15356 * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
15357 * sysdeps/mach/hurd/tls.h: Likewise.
15360 * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
15363 * configure.in: Fix use of AC_INIT.
15365 * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
15367 2011-09-10 Ulrich Drepper <drepper@gmail.com>
15369 * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
15371 * malloc/hooks.c: Likewise.
15374 * malloc/arena.c (ptmalloc_init_minimal): Removed. Initialize all
15375 variables statically.
15376 (narenas): Initialize.
15377 (list_lock): Initialize.
15378 (ptmalloc_init): Don't call ptmalloc_init_minimal. Remove
15379 initializtion of main_arena and list_lock. Small cleanups.
15380 Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
15381 * malloc/malloc.c: Remove malloc_getpagesize. Include <ldsodefs.h>.
15382 Add initializers to main_arena and mp_.
15383 (malloc_state): Remove pagesize member. Change all users to use
15386 * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
15387 * sysdeps/unix/sysv/linux/getpagesize.c: Simplify. GLRO(dl_pagesize)
15388 is always initialized.
15390 * malloc/malloc.c: Removed unused configurations and dead code.
15391 * malloc/arena.c: Likewise.
15392 * malloc/hooks.c: Likewise.
15393 * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
15395 * include/tls.h: Removed. USE___THREAD must always be defined.
15396 * bits/libc-tsd.h: Don't handle !USE___THREAD.
15397 * elf/dl-libc.c: Likewise.
15398 * elf/dl-tsd.c: Likewise.
15399 * include/errno.h: Likewise.
15400 * include/netdb.h: Likewise.
15401 * include/resolv.h: Likewise.
15402 * inet/herrno-loc.c: Likewise.
15403 * inet/herrno.c: Likewise.
15404 * malloc/arena.c: Likewise.
15405 * malloc/hooks.c: Likewise.
15406 * malloc/malloc.c: Likewise.
15407 * resolv/res-state.c: Likewise.
15408 * resolv/res_libc.c: Likewise.
15409 * sysdeps/i386/dl-machine.h: Likewise.
15410 * sysdeps/ia64/dl-machine.h: Likewise.
15411 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
15412 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
15413 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
15414 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
15415 * sysdeps/sh/dl-machine.h: Likewise.
15416 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
15417 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
15418 * sysdeps/unix/i386/sysdep.S: Likewise.
15419 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
15420 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
15421 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
15422 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
15423 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
15424 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
15425 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
15426 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
15427 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
15428 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
15429 * sysdeps/unix/x86_64/sysdep.S: Likewise.
15430 * sysdeps/x86_64/dl-machine.h: Likewise.
15431 * tls.make.c: Likewise.
15433 * configure.in: Remove --with-__thread option. Make tests for
15434 --no-whole-archive, __builtin_expect, symbol redirection, __thread,
15435 tls_model attribute fail if no support is available. Remove
15437 * Makeconfig: Adjust for dropped configure option. All features are
15439 * Makerules: Likewise.
15440 * Versions.def: Likewise.
15441 * argp/argp-fmtstream.c: Likewise.
15442 * argp/argp-fmtstream.h: Likewise.
15443 * argp/argp-help.c: Likewise.
15444 * assert/assert.c: Likewise.
15445 * config.h.in: Likewise.
15446 * config.make.in: Likewise.
15447 * configure: Likewise.
15448 * configure.in: Likewise.
15449 * csu/Versions: Likewise.
15450 * csu/init.c: Likewise.
15451 * elf/tst-audit2.c: Likewise.
15452 * elf/tst-tls10.c: Likewise.
15453 * elf/tst-tls10.h: Likewise.
15454 * elf/tst-tls11.c: Likewise.
15455 * elf/tst-tls12.c: Likewise.
15456 * elf/tst-tls14.c: Likewise.
15457 * elf/tst-tlsmod11.c: Likewise.
15458 * elf/tst-tlsmod12.c: Likewise.
15459 * elf/tst-tlsmod13.c: Likewise.
15460 * elf/tst-tlsmod13a.c: Likewise.
15461 * elf/tst-tlsmod14a.c: Likewise.
15462 * elf/tst-tlsmod15b.c: Likewise.
15463 * elf/tst-tlsmod16a.c: Likewise.
15464 * elf/tst-tlsmod16b.c: Likewise.
15465 * elf/tst-tlsmod7.c: Likewise.
15466 * elf/tst-tlsmod8.c: Likewise.
15467 * elf/tst-tlsmod9.c: Likewise.
15468 * gmon/gmon.c: Likewise.
15469 * grp/fgetgrent_r.c: Likewise.
15470 * grp/putgrent.c: Likewise.
15471 * hurd/fopenport.c: Likewise.
15472 * include/libc-symbols.h: Likewise.
15473 * include/tls.h: Likewise.
15474 * intl/gettextP.h: Likewise.
15475 * intl/loadinfo.h: Likewise.
15476 * locale/global-locale.c: Likewise.
15477 * locale/localeinfo.h: Likewise.
15478 * mach/devstream.c: Likewise.
15479 * malloc/arena.c: Likewise.
15480 * malloc/set-freeres.c: Likewise.
15481 * misc/err.c: Likewise.
15482 * misc/getttyent.c: Likewise.
15483 * misc/mntent_r.c: Likewise.
15484 * posix/getopt.c: Likewise.
15485 * posix/wordexp.c: Likewise.
15486 * pwd/fgetpwent_r.c: Likewise.
15487 * resolv/Versions: Likewise.
15488 * resolv/res_hconf.c: Likewise.
15489 * shadow/fgetspent_r.c: Likewise.
15490 * shadow/putspent.c: Likewise.
15491 * stdio-common/printf_fphex.c: Likewise.
15492 * stdio-common/tmpfile.c: Likewise.
15493 * stdlib/abort.c: Likewise.
15494 * stdlib/fmtmsg.c: Likewise.
15495 * sunrpc/auth_unix.c: Likewise.
15496 * sunrpc/clnt_perr.c: Likewise.
15497 * sunrpc/clnt_tcp.c: Likewise.
15498 * sunrpc/clnt_udp.c: Likewise.
15499 * sunrpc/clnt_unix.c: Likewise.
15500 * sunrpc/openchild.c: Likewise.
15501 * sunrpc/svc_simple.c: Likewise.
15502 * sunrpc/svc_tcp.c: Likewise.
15503 * sunrpc/svc_udp.c: Likewise.
15504 * sunrpc/svc_unix.c: Likewise.
15505 * sunrpc/xdr.c: Likewise.
15506 * sunrpc/xdr_array.c: Likewise.
15507 * sunrpc/xdr_rec.c: Likewise.
15508 * sunrpc/xdr_ref.c: Likewise.
15509 * sunrpc/xdr_stdio.c: Likewise.
15511 2011-09-09 Ulrich Drepper <drepper@gmail.com>
15513 * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
15515 2011-07-03 Andreas Jaeger <aj@suse.de>
15517 * math/libm-test.inc (jn_test): Add tests for BZ#11589.
15518 * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
15519 regenerate with gen-libm-tests.pl.
15521 2010-05-12 Petr Baudis <pasky@suse.cz>
15524 * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
15525 around j0() zero points by switching to j1().
15526 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
15527 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
15528 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
15529 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
15531 2011-09-09 Ulrich Drepper <drepper@gmail.com>
15533 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
15535 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
15537 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
15538 Patch in part by Pavel Roskin <proski@gnu.org>.
15541 * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
15543 (_IO_vfscanf_internal): Remove reteof. Use errout after setting done.
15544 Free memory block if necessary.
15547 * libio/genops.c (INTDEF): For string streams the _lock pointer can
15548 be NULL. Don't lock in this case.
15550 2011-09-09 Roland McGrath <roland@hack.frob.com>
15552 * elf/elf.h (ELFOSABI_GNU): New macro.
15553 (ELFOSABI_LINUX): Define to that.
15555 2011-07-29 Denis Zaitceff <zaitceff@gmail.com>
15557 * string/strncat.c (strncat): Undef the symbol in case it has been
15558 defined in bits/string.h.
15560 2011-09-09 Ulrich Drepper <drepper@gmail.com>
15562 * elf/sotruss.ksh: Clean up, fix, and complete help messages.
15564 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
15567 2011-08-17 Andreas Jaeger <aj@suse.de>
15569 * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
15571 2011-08-18 Paul Pluzhnikov <ppluzhnikov@google.com>
15572 Ian Lance Taylor <iant@google.com>
15574 * math/libm-test.inc (lround_test): New testcase.
15575 * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
15577 2011-09-08 Ulrich Drepper <drepper@gmail.com>
15579 * Makefile: Remove support for automatic cvs check-ins.
15580 * Makerules: Likewise.
15581 * config.make.in: Likewise.
15582 * configure.in: Likewise.
15583 * intl/Makefile: Likewise.
15584 * locale/Makefile: Likewise.
15585 * po/Makefile: Likewise.
15586 * posix/Makefile: Likewise.
15587 * sysdeps/gnu/Makefile: Likewise.
15588 * sysdeps/mach/hurd/Makefile: Likewise.
15589 * sysdeps/sparc/sparc32/Makefile: Likewise.
15592 * posix/Makefile (bug-regex32-ENV): Define.
15593 Patch by John Stanley <jpsinthemix@verizon.net>.
15595 * misc/Makefile (headers): Add bits/select2.h.
15596 * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
15597 * misc/bits/select2.h: New file.
15598 * include/bits/select2.h: New file.
15599 * debug/Makefile (routines): Add fdelt_chk.
15600 * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
15601 * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
15603 * debug/fdelt_chk.c: New file.
15605 * wcsmbs/test-wcscmp.c: Moved from string/*. Adjust.
15606 * wcsmbs/test-wmemcmp.c: Likewise.
15607 * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
15608 * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
15610 2011-09-08 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
15612 * string/Makefile (strop-tests): Add memcmp.
15613 * string/test-wmemcmp.c: New file.
15614 * string/test-memcmp.c: Add wmemcmp support.
15616 2011-09-08 Roland McGrath <roland@hack.frob.com>
15619 * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
15622 * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
15623 garbage value in a __mach_port_mod_refs call in the cases of the
15624 task-self and thread-self ports.
15626 2011-09-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
15628 * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
15630 2011-09-08 Andreas Schwab <schwab@redhat.com>
15632 * elf/dl-load.c (lose): Check for non-null L.
15634 2011-09-07 Ulrich Drepper <drepper@gmail.com>
15636 * elf/dl-load.c (open_verify): Use O_CLOEXEC.
15638 * elf/dl-libc.c (dlerror_run): Pass back error code from
15642 * elf/dl-load.c (lose): Free l_origin if it is valid.
15644 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
15646 * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
15647 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
15648 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
15649 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
15650 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
15651 Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
15653 2011-08-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15655 * sysdeps/powerpc/fpu/e_hypot.c: New file.
15656 * sysdeps/powerpc/fpu/e_hypotf.c: New file.
15657 * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
15658 * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
15659 * sysdeps/powerpc/fpu/k_cosf.c: New file.
15660 * sysdeps/powerpc/fpu/k_sinf.c: New file.
15661 * sysdeps/powerpc/fpu/s_cosf.c: New file.
15662 * sysdeps/powerpc/fpu/s_sinf.c: New file.
15663 * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
15664 * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
15666 2011-08-15 Alan Modra <amodra@gmail.com>
15669 * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
15670 * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
15671 * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here. Add
15672 ppc_mcount to static-only-routines.
15673 * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
15675 * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
15676 __mcount_internal with usual JUMPTARGET. Remove useless nop.
15678 2011-08-18 David Flaherty <flaherty@linux.vnet.ibm.com>
15680 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
15681 for finite and infinity parameters.
15683 2011-08-04 Will Schmidt <will_schmidt@vnet.ibm.com>
15685 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
15686 and add nop instructions for throughput optimization.
15687 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
15689 2011-07-28 Will Schmidt <will_schmidt@vnet.ibm.com>
15691 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
15692 aligned copy for power7 with vector-scalar instructions.
15693 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
15695 2011-07-24 H.J. Lu <hongjiu.lu@intel.com>
15697 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
15700 2011-09-07 Andreas Schwab <schwab@redhat.com>
15703 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
15706 2011-09-07 Ulrich Drepper <drepper@gmail.com>
15708 * sysdeps/unix/sysv/linux/x86_64/init-first.c
15709 (_libc_vdso_platform_setup): If vDSO is not present store pointer to
15710 syscall wrapper around clock_gettime in __vdso_clock_gettime.
15711 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
15714 2011-09-06 Ulrich Drepper <drepper@gmail.com>
15716 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
15717 Forgot to demangle the pointer.
15719 * sysdeps/i386/sysdep.h: Define atom_text_section.
15720 * sysdeps/x86_64/sysdep.h: Likewise.
15721 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
15722 section with atom_text_section.
15723 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
15724 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
15725 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
15726 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
15727 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
15729 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
15730 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
15731 already be defined. Change to take two parameters and don't assign
15732 result to variable. Adjust all users.
15733 Define INTERNAL_GETTIME if not already defined.
15734 Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
15736 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
15737 HAVE_CLOCK_GETTIME_VSYSCALL.
15738 * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
15740 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
15741 gettimeofday vsyscall, just use time.
15743 2011-09-06 Andreas Schwab <schwab@redhat.com>
15745 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
15748 2011-09-06 Ulrich Drepper <drepper@gmail.com>
15750 * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
15752 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
15754 * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
15755 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
15756 syscall if possible.
15758 2011-09-05 Ulrich Drepper <drepper@gmail.com>
15760 * elf/pldd.c (get_process_info): Don't read whole ELF header, just
15761 e_ident. Don't pass to find_mapsXX.
15762 * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
15764 2011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
15766 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
15767 strchr-sse2-no-bsf strrchr-sse2-no-bsf
15768 * sysdeps/x86_64/multiarch/strchr.S: Update.
15769 Check bit_slow_BSF bit.
15770 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
15771 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
15772 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
15774 2011-09-05 Ulrich Drepper <drepper@gmail.com>
15777 * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
15779 (tryshell): Define.
15780 (__spawni): Change last parameter to be flag. Test
15781 SPAWN_XFLAGS_USE_PATH flag to use path or not.
15782 Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
15783 * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
15784 * posix/spawni.c: Likewise.
15785 * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
15786 * posix/spawnp.c: Likewise. Change normal version to use
15787 SPAWN_XFLAGS_USE_PATH.
15788 * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
15789 SPAWN_XFLAGS_TRY_SHELL.
15792 * posix/glob.h: Remove gcc 1.x support.
15795 * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
15797 2011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
15799 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
15800 strchr-sse2 strrchr-sse2 strchr-sse2-bsf
15802 * sysdeps/i386/i686/multiarch/strchr.S: New file.
15803 * sysdeps/i386/i686/multiarch/strrchr.S: New file.
15804 * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
15805 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
15806 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
15807 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
15809 2011-08-29 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
15811 * sysdeps/x86_64/wcscmp.S: New file.
15813 * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
15814 wcscmp-c wcscmp-sse2
15815 * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
15816 * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
15817 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
15818 * wcsmbs/wcscmp.c: Allow renaming.
15820 2011-09-05 David S. Miller <davem@davemloft.net>
15822 * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
15823 stack slot, rather than the struct return pointer slot.
15824 * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
15825 * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
15826 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
15827 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
15829 2011-09-05 Ulrich Drepper <drepper@gmail.com>
15831 * po/ja.po: Update from translation team.
15834 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
15835 kernel in 64-bit binaries.
15837 2011-09-01 David S. Miller <davem@davemloft.net>
15839 * elf/elf.h (HWCAP_SPARC_*): Move to..
15840 * sysdeps/sparc/sysdep.h: this new file and add new values.
15841 * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
15842 * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
15843 _DL_HWCAP_COUNT to 24.
15844 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
15846 * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
15847 __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
15848 * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
15849 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
15850 instead of magic constants.
15851 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
15853 2011-08-31 David S. Miller <davem@davemloft.net>
15855 * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
15856 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
15857 Reimplement to do errno handling inline.
15858 (SYSCALL_ERROR_HANDLER): New macro.
15859 (__SYSCALL_STRING): Do not do errno handling in asm.
15860 (__CLONE_SYSCALL_STRING): Delete.
15861 (__INTERNAL_SYSCALL_STRING): Delete.
15862 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
15863 sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
15864 (PSEUDO): Reimplement to do errno handling inline.
15865 (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
15866 (SYSCALL_ERROR_HANDLER): New macro.
15867 (__SYSCALL_STRING): Do not do errno handling in asm.
15868 (__CLONE_SYSCALL_STRING): Delete.
15869 (__INTERNAL_SYSCALL_STRING): Delete.
15870 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
15871 Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
15873 (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
15874 (inline_syscall*): Add 'err' argument.
15875 (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
15876 INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
15877 (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
15878 INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
15880 * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
15881 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
15883 2011-08-30 Andreas Schwab <schwab@redhat.com>
15885 * elf/rtld.c (dl_main): Relocate objects in dependency order.
15887 2011-08-29 Jiri Olsa <jolsa@redhat.com>
15889 * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
15892 2011-08-24 David S. Miller <davem@davemloft.net>
15894 * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
15896 2011-08-24 Andreas Schwab <schwab@redhat.com>
15898 * elf/Makefile: Add rules to build and run unload8 test.
15899 * elf/unload8.c: New file.
15900 * elf/unload8mod1.c: New file.
15901 * elf/unload8mod1x.c: New file.
15902 * elf/unload8mod2.c: New file.
15903 * elf/unload8mod3.c: New file.
15905 * elf/dl-close.c (_dl_close_worker): Reset private search list if
15908 2011-08-23 David S. Miller <davem@davemloft.net>
15910 * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
15911 subtract stack bias.
15912 * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
15913 %sp not %fp in calculations.
15914 (_JMPBUF_UNWINDS_ADJ): Likewise.
15916 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
15917 (aio_suspend): Call it to force an exception region around the
15918 AIO_MISC_WAIT() invocation.
15920 2011-08-23 Andreas Schwab <schwab@redhat.com>
15922 * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
15925 2011-07-04 Aurelien Jarno <aurelien@aurel32.net>
15927 * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
15929 * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
15930 and <dl-machine.h>.
15931 (Elf64_FuncDesc): Remove.
15933 2011-08-22 David S. Miller <davem@davemloft.net>
15935 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
15936 sigaltstack check, add missing cfi directives.
15937 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
15938 missing cfi directives, and sigaltstack handling.
15940 2011-08-16 Andreas Schwab <schwab@redhat.com>
15943 * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
15944 object is seen twice.
15945 * elf/dl-fini.c (_dl_sort_fini): Likewise.
15947 * elf/Makefile (distribute): Add tst-initorder2.c.
15948 (tests): Add tst-initorder2.
15949 (modules-names): Add tst-initorder2a tst-initorder2b
15950 tst-initorder2c tst-initorder2d. Add rules to build them.
15951 ($(objpfx)tst-initorder2.out): New rule.
15952 * elf/tst-initorder2.c: New file.
15953 * elf/tst-initorder2.exp: New file.
15955 2011-08-22 Andreas Schwab <schwab@redhat.com>
15957 * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
15959 * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
15960 dependencies back to end of function.
15962 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
15963 $(elfobjdir)/ld.so.
15965 2011-08-21 Ulrich Drepper <drepper@gmail.com>
15967 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
15968 * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
15969 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
15970 * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
15971 * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
15972 of __vdso_gettimeofday.
15973 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
15974 __vdso_gettimeofday and __vdso_time. Define __vdso_getcpu with
15976 (_libc_vdso_platform_setup): Remove initialization of
15977 __vdso_gettimeofday and __vdso_time.
15979 2011-08-20 Ulrich Drepper <drepper@gmail.com>
15981 * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
15982 and fgetc_unlocked.
15983 * nss/nss_files/files-key.c (search): Use fgets_unlocked and
15986 * elf/dl-open.c (add_to_global): Report additions to the global scope
15987 for LD_DEBUG=scopes.
15988 (dl_open_worker): Also print scope of newly loaded dependencies.
15989 (_dl_show_scope): Indicate if there is no scope.
15992 * stdio-common/Makefile (tests): Add bug24.
15993 * stdio-common/bug24.c: New file.
15995 2011-08-19 Andreas Jaeger <aj@suse.de>
15998 * libio/fileops.c (_IO_new_file_fopen): Fix handling of
15999 non-existant file when using close-on-exec mode.
16001 2011-08-20 Ulrich Drepper <drepper@gmail.com>
16003 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
16004 the very first instruction.
16006 * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
16007 the CFI state in the end.
16008 * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
16009 inclusion of dl-trampoline.h.
16010 Based on a patch by Jiri Olsa <jolsa@redhat.com>.
16012 2011-08-19 Andreas Schwab <schwab@redhat.com>
16014 * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
16015 expectations for long double.
16017 * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
16018 from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
16020 2011-08-14 David S. Miller <davem@davemloft.net>
16022 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
16023 artificual limit depends upon the system page size.
16025 2011-08-17 Ulrich Drepper <drepper@gmail.com>
16027 * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
16028 * resolv/Makefile: Define CFLAGS-libresolv.
16030 2011-08-17 Andreas Schwab <schwab@redhat.com>
16032 * nss/makedb.c (compute_tables): Make variables used in nested
16035 2011-08-17 Ulrich Drepper <drepper@gmail.com>
16037 * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
16038 * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
16039 if buffer was too small.
16041 * elf/pldd.c (main): Attach to all threads in the process.
16042 Rewrite /proc handling to use *at functions.
16044 2011-08-16 Ulrich Drepper <drepper@gmail.com>
16046 * elf/dl-open.c (_dl_show_scope): Take additional parameter which
16047 specifies first scope to show.
16048 (dl_open_worker): Update callers. Move printing scope of new
16049 object to before the relocation.
16050 * elf/rtld.c (dl_main): Update _dl_show_scope call.
16051 * sysdeps/generic/ldsodefs.h: Update declaration.
16053 * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
16054 string for the scope number.
16056 2011-08-14 Ulrich Drepper <drepper@gmail.com>
16058 * nscd/servicescache.c (cache_addserv): Make sure written is always
16061 2011-08-14 Roland McGrath <roland@hack.frob.com>
16063 * sysdeps/i386/i486/bits/atomic.h
16064 (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
16065 statement expression, so as to suppress "set but not used" warning.
16066 (__arch_c_compare_and_exchange_val_64_acq): Likewise.
16068 * string/strncat.c (STRNCAT): Use prototype definition.
16070 * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
16071 (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
16073 (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
16074 (localedef-modules): Add localedef.
16075 (locale-modules): Add locale.
16077 * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
16078 * elf/rtld.c (dl_main): Invert order of assignment in last change,
16079 to avoid a warning.
16081 2011-08-14 David S. Miller <davem@davemloft.net>
16083 * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
16084 RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
16086 2011-08-13 Ulrich Drepper <drepper@gmail.com>
16088 * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
16089 (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
16090 * elf/rtld.c (dl_main): Set l_name of vDSO.
16091 Call _dl_show_scope when DL_DEBUG_SCOPES.
16092 (process_dl_debug): Recognize scopes flag and also set it for all.
16093 * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
16094 Declare _dl_show_scope.
16096 * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
16097 (do_dlopen): Pass caller_dlopen to dl_open.
16098 (__libc_dlopen_mode): Initialize caller_dlopen.
16100 * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
16101 of libc. Make tolower call locale-independent. Optimize a bit by
16102 using isdigit instead of isalnum.
16103 * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
16105 2011-08-12 Ulrich Drepper <drepper@gmail.com>
16107 * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
16108 was a dependency or dynamically loaded.
16110 2011-08-11 Ulrich Drepper <drepper@gmail.com>
16112 * intl/l10nflist.c: Allow architecture-specific pop function.
16113 * sysdeps/x86_64/l10nflist.c: New file.
16115 * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
16118 2011-08-10 Andreas Schwab <schwab@redhat.com>
16120 * include/dirent.h: Add libc_hidden_proto for scandirat and
16121 scandirat64. Don't declare __scandirat64.
16122 * dirent/scandirat.c: Add libc_hidden_def.
16123 * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
16124 * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
16126 2011-08-10 David S. Miller <davem@davemloft.net>
16128 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
16130 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
16131 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
16132 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
16134 2011-08-09 Ulrich Drepper <drepper@gmail.com>
16136 * Versions.def [libc]: Add GLIBC_2.15.
16137 * dirent/Makefile (routines): Add scandirat and scandirat64.
16138 * dirent/Versions [libc]: Export scandirat and scandirat64 for
16140 * dirent/dirent.h: Declare scandirat and scandirat64.
16141 * dirent/scandirat.c: New file.
16142 * dirent/scandirat64.c: New file.
16143 * sysdeps/wordsize-64/scandirat.c: New file.
16144 * sysdeps/wordsize-64/scandirat64.c: New file.
16145 * dirent/opendir.c: Define opendirat.
16146 * dirent/scandir.c: Move code to scandirat.c. Implement scandir
16148 * dirent/scandir64.c: Adjust for scandir.c change.
16149 * include/dirent.h: Define scandir_cancel_struct. Declare __opendirat,
16150 __scandirat64, and __scandir_cancel_handler.
16151 * sysdeps/unix/opendir.c: Rename __opendir to __opendirat. Take
16152 additional parameter and use openat instead of open (outside of ld.so).
16153 Add new __opendir as wrapper around __opendirat.
16154 * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
16155 here without requiring old scandirat implementation.
16157 2011-08-08 Ulrich Drepper <drepper@gmail.com>
16159 * dirent/scandir.c (cancel_handler): Renamed to
16160 __scandir_cancel_handler. Do not define if SKIP_SCANDIR_CANCEL is
16161 defined. Adjust users.
16162 * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
16163 * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
16165 2011-08-04 Ulrich Drepper <drepper@gmail.com>
16167 * string/test-string.h (IMPL): Use __STRING to expand name and then
16170 * string/test-strcmp.c: Unify most of the WIDE and !WIDE code. Lots
16173 2011-07-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
16175 * string/Makefile: Update.
16176 (strop-tests): Append strncat.
16177 * string/test-wcscmp.c: New file.
16178 New comprehensive test for wcscmp.
16179 * string/test-strcmp.c: Update.
16180 (WIDE): New define.
16182 2011-07-22 Andreas Schwab <schwab@redhat.com>
16184 * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
16187 2011-07-26 Andreas Schwab <schwab@redhat.com>
16189 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
16190 encoding to ACE if AI_IDN.
16192 2011-08-01 Jakub Jelinek <jakub@redhat.com>
16194 * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
16195 to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
16197 2011-07-22 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
16199 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
16200 Fix overflow bug in strncat.
16201 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
16203 * string/test-strncat.c: Update.
16204 Add new tests for checking overflow bugs.
16206 2011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
16208 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
16209 strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
16210 * sysdeps/i386/i686/multiarch/strcat.S: New file.
16211 * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
16212 * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
16213 * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
16214 * sysdeps/i386/i686/multiarch/strncat.S: New file.
16215 * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
16216 * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
16218 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
16219 (USE_AS_STRCAT): Define.
16220 Add strcat and strncat support.
16221 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
16223 2011-07-25 Andreas Schwab <schwab@redhat.com>
16225 * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
16226 __n bigger than INT_MAX+1.
16227 (__strncmp_g): Likewise.
16229 2011-07-23 Ulrich Drepper <drepper@gmail.com>
16231 * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
16232 * libio/stido.h: Likewise.
16234 * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
16236 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
16239 * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
16240 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
16241 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
16242 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
16243 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
16246 * scripts/test-installation.pl: Don't expect libnss_test1 to be
16249 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
16251 (_dl_x86_64_save_sse): Likewise.
16253 2011-07-22 Ulrich Drepper <drepper@gmail.com>
16255 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
16257 (_dl_x86_64_save_sse): Likewise.
16259 * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
16261 * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
16263 2011-07-21 Andreas Schwab <schwab@redhat.com>
16265 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
16267 (_dl_x86_64_save_sse): Use correct AVX check.
16269 2011-07-21 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
16271 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
16272 bug in strncpy/strncat.
16273 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
16275 2011-07-21 Ulrich Drepper <drepper@gmail.com>
16277 * string/tester.c (test_strcat): Add tests for different alignments
16278 of source and destination.
16279 (test_strncat): Likewise.
16281 2011-07-20 Ulrich Drepper <drepper@gmail.com>
16284 * posix/glob.c (glob): Check passed in values before using them in
16285 expressions to avoid some overflows.
16286 (glob_in_dir): Likewise.
16289 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
16290 check for AVX enablement so that we don't crash with old kernels and
16292 * elf/tst-audit4.c: Add same checks here.
16293 * elf/tst-audit6.c: Likewise.
16295 * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
16297 2011-07-09 Andreas Schwab <schwab@linux-m68k.org>
16299 * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
16301 2011-07-20 Ulrich Drepper <drepper@gmail.com>
16303 * po/cs.po: Update from translation team.
16304 * po/bg.po: Likewise.
16306 2011-07-12 Marek Polacek <mpolacek@redhat.com>
16308 * misc/sys/cdefs.h: Add support for const attribute.
16309 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
16310 to gnu_dev_{major,minor,makedev} functions.
16312 2011-07-20 Marek Polacek <mpolacek@redhat.com>
16314 * intl/dcigettext.c (get_output_charset): Add missing bracket.
16316 2011-07-20 Andreas Schwab <schwab@redhat.com>
16318 * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
16321 2011-07-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
16323 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
16324 (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
16325 register in order to avoid conflicts with the soft frame pointer
16326 being held in r11 when necessary.
16327 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
16328 (INTERNAL_VSYSCALL_NCS): Likewise.
16330 2011-07-14 Marek Polacek <mpolacek@redhat.com>
16332 * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
16333 * elf/dl-fini.c (_dl_fini): Adjust caller.
16334 * elf/dl-close.c (_dl_close_worker): Likewise.
16335 * sysdeps/generic/ldsodefs.h: Adjust declaration.
16337 2011-07-15 Marek Polacek <mpolacek@redhat.com>
16339 * elf/cache.c (load_aux_cache): Remove unnecessary condition of
16340 "aux_cache->nlibs < 0".
16342 * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
16343 in the reload-count case.
16345 2011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
16347 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
16348 strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
16349 strncat-sse2-unaligned strncat-c strlen-sse2-pminub
16350 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
16351 * sysdeps/x86_64/multiarch/strcat.S: New file.
16352 * sysdeps/x86_64/multiarch/strncat.S: New file.
16353 * sysdeps/x86_64/multiarch/strncat-c.c: New file.
16354 * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
16355 * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
16356 * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
16357 * sysdeps/x86_64/multiarch/strcpy-ssse3.S
16358 (USE_AS_STRCAT): Define.
16359 Add strcat and strncat support.
16360 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
16361 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
16362 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
16363 * string/strncat.c: Update.
16364 (USE_AS_STRNCAT): Define.
16365 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
16366 Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
16368 * sysdeps/x86_64/multiarch/init-arch.h
16369 (bit_Prefer_PMINUB_for_stringop): New.
16370 (index_Prefer_PMINUB_for_stringop): Likewise.
16371 * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
16372 bit_Prefer_PMINUB_for_stringop.
16374 2011-07-19 Ulrich Drepper <drepper@gmail.com>
16376 * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
16378 * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
16379 of casting of buffer.
16380 * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
16381 buffer32 and buffer64.
16382 * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
16383 writes instead of casting of buffer.
16384 * crypt/md5.h (struct md5_ctx): Move buffer into union and add
16386 * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
16389 2011-07-19 Andreas Schwab <schwab@redhat.com>
16391 * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
16393 2011-07-19 Ulrich Drepper <drepper@gmail.com>
16395 * nscd/nscd.c (termination_handler): Don't do anything for a database
16396 if it has not yet been initialized.
16398 2011-07-18 Ulrich Drepper <drepper@gmail.com>
16400 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
16402 2011-07-15 Marek Polacek <mpolacek@redhat.com>
16404 * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
16406 2011-07-18 Ulrich Drepper <drepper@gmail.com>
16408 * po/nl.po: Update from translation team.
16409 * po/sv.po: Likewise.
16411 2011-07-16 Roland McGrath <roland@hack.frob.com>
16413 * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
16414 now disallowed by GCC.
16416 * configure.in (use-default-link): Default to yes if a test -shared
16417 link meets our qualifications.
16418 * configure: Regenerated.
16420 * config.make.in (output-format): New variable.
16421 * configure.in: Check for ld --print-output-format support.
16422 * configure: Regenerated.
16423 * Makerules ($(common-objpfx)format.lds)
16424 [$(output-format) != unknown]: Just use $(output-format),
16425 instead of the linker-script munging.
16427 2011-07-14 Roland McGrath <roland@hack.frob.com>
16429 * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
16430 of $(common-objpfx)shlib.lds.
16431 * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
16433 * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
16434 Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
16436 * configure.in (-z relro check): Adjust test code to add a large
16437 writable data section after it.
16438 * configure: Regenerated.
16440 2011-07-11 Roland McGrath <roland@hack.frob.com>
16442 * configure.in (-z relro check): Fix test code to make the variable
16444 * configure: Regenerated.
16446 2011-07-11 Ulrich Drepper <drepper@gmail.com>
16448 * nscd/nscd.h (struct traced_file): Define.
16449 (struct database_dyn): Remove inotify_descr, reset_res, and filename
16450 elements. Add traced_files.
16451 (inotify_fd): Declare.
16452 (register_traced_file): Declare.
16453 * nscd/connections.c (dbs): Remove reset_res and filename initializers.
16454 (inotify_fd): Export.
16455 (resolv_conf_descr): Remove.
16456 (nscd_init): Move inotify descriptor creation to main.
16457 Don't register files for notification here.
16458 (register_traced_file): New function.
16459 (invalidate_cache): Don't use reset_res to determine whether to call
16460 res_init, go through the list of registered files.
16461 (main_loop_poll): The inotify descriptors are now stored in the
16462 structures for the traced files.
16463 (main_loop_epoll): Likewise
16464 * nscd/nscd.c (main): Create inotify socket here. Pass extra argument
16465 to __nss_disable_nscd.
16466 * nscd/cache.c (prune_cache): There is no single inotify descriptor
16467 for a database anymore. Check the records for all the registered
16469 * nss/Makefile (libnss_files-routines): Add files-init.
16470 (libnss_db-routines): Add db-init.
16471 * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
16472 [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
16473 * nss/nss_db/db-init.c: New file.
16474 * nss/nss_files/files-init.c: New file.
16475 * nss/nsswitch.c (nss_load_library): New function. Broken out of
16476 __nss_lookup_function.
16477 (__nss_lookup_function): Call nss_load_library.
16478 (nss_load_all_libraries): New function.
16479 (__nss_disable_nscd): Take parameter with callback function for files
16480 to register. Set is_nscd. Load all the DSOs for the NSS modules
16481 used for the cached services.
16482 * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
16483 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
16484 options for features to all the files in nscd.
16486 * nss/nsswitch.c (nss_parse_file): Add missing fclose.
16488 2011-07-10 Roland McGrath <roland@hack.frob.com>
16490 * csu/elf-init.c (__libc_csu_init): Comment typo.
16492 2011-07-09 Ulrich Drepper <drepper@gmail.com>
16494 * po/pl.po: Update from translation team.
16495 * po/ja.po: Likewise.
16496 * po/ru.po: Likewise.
16497 * po/ko.po: Likewise.
16498 * po/fr.po: Likewise.
16500 2011-07-09 Roland McGrath <roland@hack.frob.com>
16502 * configure.in (.ctors/.dtors header and trailer check):
16503 Use an empirical test on a built program.
16504 * configure: Regenerated.
16506 * configure.in (-z relro check): Use an empirical test on a built DSO.
16507 Detect, but do not require, on ia64.
16508 * configure: Regenerated.
16510 * configure.in (READELF): Find it with AC_CHECK_TOOL.
16511 Update tests that use readelf to use $READELF instead.
16512 * configure: Regenerated.
16514 2011-07-08 Ulrich Drepper <drepper@gmail.com>
16516 * malloc/hooks.c (memalign_check): Avoid using checked_request2size
16517 if the result is not used.
16519 2011-07-05 Andreas Jaeger <aj@suse.de>
16522 * stdlib/tst-strtod.c: Add testcase.
16524 2011-07-07 Ulrich Drepper <drepper@gmail.com>
16526 * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
16527 (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
16528 The latter has a higher limit. Take additional parameter to pass to
16530 (__pathconf): Pass file to __statfs_link_max.
16531 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
16533 * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
16537 * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
16538 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
16540 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
16541 (__statfs_filesize_max): Likewise.
16542 Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
16544 2011-07-05 Andreas Jaeger <aj@suse.de>
16546 * resolv/res_comp.c (dn_skipname): Remove unused variable.
16548 2011-07-06 Marek Polacek <mpolacek@redhat.com>
16550 * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
16552 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
16555 2011-07-04 H.J. Lu <hongjiu.lu@intel.com>
16557 * Makefile (strop-tests): Add strncat.
16558 * string/test-strncat.c: New file.
16560 2011-06-30 Marek Polacek <mpolacek@redhat.com>
16562 * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
16564 2011-06-21 Andreas Jaeger <aj@suse.de>
16566 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
16567 Copy rule from iconvdata/Makefile.
16569 2011-07-06 Ulrich Drepper <drepper@gmail.com>
16572 * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
16573 but no long options are defined, just return 'W'.
16575 2011-06-22 Marek Polacek <mpolacek@redhat.com>
16578 * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
16580 2011-07-06 Ulrich Drepper <drepper@gmail.com>
16582 * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
16584 (innetgr): Likewise.
16586 2011-07-05 Roland McGrath <roland@hack.frob.com>
16588 * config.make.in (install_root): Default to $(DESTDIR).
16590 2011-07-05 Ulrich Drepper <drepper@gmail.com>
16592 * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
16594 2011-07-02 Roland McGrath <roland@hack.frob.com>
16596 * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
16598 * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
16599 containing directory rather than embedding absolute directory names.
16601 * scripts/check-local-headers.sh: Rewritten using awk.
16602 Match by word, not by line. Print error messages for matches.
16603 * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
16605 * Makerules [shlib-lds-flags empty]:
16606 ($(common-objpfx)libc_pic.opts): New target.
16607 ($(common-objpfx)libc_pic.os.clean): New target.
16608 ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
16610 * config.make.in (OBJCOPY): New variable.
16611 * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
16612 * configure: Regenerated.
16614 * config.make.in (use-default-link): New variable.
16615 * configure.in (use_default_link): Grok --with-default-link to set it.
16616 * configure: Regenerated.
16617 * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
16618 (shlib-lds, shlib-lds-flags): Define to empty.
16620 * Makerules (shlib-lds): New variable.
16621 (shlib-lds-flags): New variable.
16622 (build-shlib, build-moduile, build-module-asneeded): Use it.
16623 ($(common-objpfx)libc.so): Use $(shlib-lds).
16624 ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
16625 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
16627 * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
16628 DT_FLAGS/DT_FLAGS_1 with zero flags.
16630 * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
16631 linker script munging.
16633 2011-07-02 Ulrich Drepper <drepper@gmail.com>
16635 * crypt/sha512.h (struct sha512_ctx): Add union to access total also
16637 * crypt/sha512.c (sha512_process_block): Perform total addition using
16638 128-bit if possible.
16639 (__sha512_finish_ctx): Likewise.
16640 * crypt/sha256.h (struct sha256_ctx): Add union to access total also
16642 * crypt/sha256.c (SWAP64): Define.
16643 (sha256_process_block): Perform total addition using 64-bit if
16645 (__sha256_finish_ctx): Likewise.
16647 2011-07-01 Ulrich Drepper <drepper@gmail.com>
16649 * nscd/pwdcache.c (cache_addpw): Cleanup. Add branch prediction.
16650 * nscd/initgrcache.c (addinitgroupsX): Likewise.
16651 * nscd/hstcache.c (cache_addhst): Likewise.
16652 * nscd/grpcache.c (cache_addgr): Likewise.
16653 * nscd/aicache.c (addhstaiX): Likewise
16654 * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
16656 2011-07-01 Thorsten Kukuk <kukuk@suse.de>
16658 * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
16659 * nscd/initgrcache.c (addinitgroupsX): Likewise.
16660 * nscd/hstcache.c (cache_addhst): Likewise.
16661 * nscd/grpcache.c (cache_addgr): Likewise.
16662 * nscd/aicache.c (addhstaiX): Likewise
16664 2011-07-01 Andreas Schwab <schwab@redhat.com>
16666 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
16667 domain only when needed.
16669 2011-06-30 Andreas Schwab <schwab@redhat.com>
16671 * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
16672 is always restored.
16674 2011-06-29 Ulrich Drepper <drepper@gmail.com>
16676 * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
16677 are re-adding the entry.
16678 * nscd/servicescache.c (cache_addserv): Likewise.
16680 2011-06-30 Aurelien Jarno <aurelien@aurel32.net>
16682 * sysdeps/generic/dl-irel.h: fix protection against multiple
16684 * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
16686 2011-06-28 Ulrich Drepper <drepper@gmail.com>
16689 * malloc/memusage.sh: Fix quoting in message.
16690 * debug/xtrace.sh: Likewise.
16692 * configure.in: Remove support for --experimental-malloc option, make
16694 * config.make.in: Likewise.
16695 * malloc/Makefile: Likewise.
16697 2011-06-27 Andreas Schwab <schwab@redhat.com>
16699 * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
16700 two-byte characters.
16702 2011-06-27 Roland McGrath <roland@hack.frob.com>
16704 * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
16705 AC_CACHE_CHECK invocation.
16706 * configure: Regenerated.
16708 * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
16710 2011-06-27 Ulrich Drepper <drepper@gmail.com>
16713 * nscd/aicache.c (addhstaiX): Restore only RES_USE_INET6
16714 bit from old_res_options.
16716 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
16718 * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
16719 value type for setfct.
16721 2011-06-23 H.J. Lu <hongjiu.lu@intel.com>
16723 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
16724 __gettimeofday instead of gettimeofday.
16726 2011-06-26 Ulrich Drepper <drepper@gmail.com>
16728 * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
16730 2011-06-24 H.J. Lu <hongjiu.lu@intel.com>
16732 * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
16734 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
16737 2011-06-22 H.J. Lu <hongjiu.lu@intel.com>
16739 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
16740 strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
16741 strcpy-sse2-unaligned strncpy-sse2-unaligned
16742 stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
16743 * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
16744 * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
16745 * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
16746 * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
16747 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
16748 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
16749 * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
16750 * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
16751 * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
16752 (STRCPY): Support SSE2 and SSSE3 versions.
16754 2011-06-24 Ulrich Drepper <drepper@gmail.com>
16757 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
16758 * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
16759 kernels which artificially limit size of requests.
16761 2011-06-22 H.J. Lu <hongjiu.lu@intel.com>
16763 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
16764 strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
16765 strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
16766 * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
16767 * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
16768 * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
16769 * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
16770 * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
16771 * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
16772 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
16773 * sysdeps/i386/i686/multiarch/strcpy.S: New file.
16774 * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
16775 * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
16776 * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
16777 * sysdeps/i386/i686/multiarch/strncpy.S: New file.
16778 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
16779 Enable unaligned load optimization for Intel Core i3, i5 and i7
16781 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
16783 (index_Fast_Unaligned_Load): Define.
16784 (HAS_FAST_UNALIGNED_LOAD): Define.
16786 2011-06-23 Marek Polacek <mpolacek@redhat.com>
16788 * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
16790 2011-06-22 Ulrich Drepper <drepper@gmail.com>
16793 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
16794 until it is clear that the information is realy needed.
16795 Patch mostly by David Hanisch <david.hanisch@nsn.com>.
16797 2011-06-22 Andreas Schwab <schwab@redhat.com>
16799 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
16801 2011-06-22 Ulrich Drepper <drepper@gmail.com>
16803 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
16804 /sys/devices/system/cpu/online if it is usable.
16806 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
16807 reading the information from the /proc filesystem to once a second.
16809 2011-06-21 Andreas Jaeger <aj@suse.de>
16811 * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
16812 NULL after inclusion of kernel headers.
16814 2011-06-21 Ulrich Drepper <drepper@gmail.com>
16816 * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
16817 calls to internal_setent.
16820 * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
16821 addresses using gethostbyname4_r ignore IPv4 addresses.
16823 * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
16824 branch using gethostbyname2 is only for AF_INET. Optimize accordingly.
16826 * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
16828 2011-06-20 David S. Miller <davem@davemloft.net>
16830 * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
16832 * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
16834 * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
16835 (elf_irel): Use it.
16836 * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
16837 * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
16838 * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
16839 * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
16840 * sysdeps/x86_64/dl-irel.h: Likewise.
16842 * elf/dl-runtime.c: Use elf_ifunc_invoke.
16843 * elf/dl-sym.c: Likewise.
16845 2011-06-15 Ulrich Drepper <drepper@gmail.com>
16847 * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch. We
16848 need to dereference resplen2.
16850 2011-06-14 Andreas Schwab <schwab@redhat.com>
16852 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
16854 2011-06-15 Ulrich Drepper <drepper@gmail.com>
16856 * Makeconfig: Define vardbdir and inst_vardbdir.
16857 * nss/Makefile: Add rules to install db-Makefile.
16859 * nss/nss_db/db-XXX.c: Cleanup.
16861 * nss/Makefile (libnss_db-dbs): Add db-initgroups.
16862 * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
16864 * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
16865 * nss/makedb.c: Implement -g option to specify that value strings
16866 are generated and should not be added to table iterated over for
16868 * nss/nss_db/db-initgroups.c: New file.
16870 * nss/getent.c: Add support for initgroups lookups through getgrouplist
16873 * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
16874 (internal_getgrouplist): Adjust to name change.
16875 Update use_initgroups_entry if this is not the first call.
16876 * nss/databases.def: Add initgroups entry.
16878 * nss/makedb.c (compute_tables): Check result of multiple hash table
16879 sizes to minimize maximum chain length.
16881 2011-06-14 Ulrich Drepper <drepper@gmail.com>
16883 * Versions.def: Add entry for libnss_db.
16884 * shlib-versions: Likewise.
16885 * nss/Makefile: Add rules to build libnss_db.
16886 * nss/Versions: Add libnss_db information. Organize libnss_files
16888 * nss/db-Makefile: Add gshadow support. Change rules for the new
16889 makedb progra. Some minor improvements to generate smaller files.
16890 * nss/nss_db/nss_db.h: Move NSS database header data structures to
16892 * nss/makedb.c: ...here.
16893 Improve database format to be smaller and require less memory at
16895 * nss/nss_db/db-XXX.x: Adjust for new database format. Don't use
16897 * nss/nss_db/db-netgrp.c: Likewise.
16898 * nss/nss_db/db-open.c: Likewise.
16899 * nss/nss_files/flies-XXX.x: Adjust comments.
16900 * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
16901 * nss/nss_files/files-grp.c: Likewise.
16902 * nss/nss_files/files-hosts.c: Likewise.
16903 * nss/nss_files/files-network.c: Likewise.
16904 * nss/nss_files/files-proto.c: Likewise.
16905 * nss/nss_files/files-pwd.c: Likewise.
16906 * nss/nss_files/files-rpc.c: Likewise.
16907 * nss/nss_files/files-service.c: Likewise.
16908 * nss/nss_files/files-sgrp.c: Likewise.
16909 * nss/nss_files/files-spwd.c: Likewise.
16910 * nss/nss_db/db-alias.c: Removed.
16911 * nss/nss_db/dummy-db.h: Removed.
16913 2011-06-02 Ulrich Drepper <drepper@gmail.com>
16915 * nss/makedb.c: Rewritten to not use database library.
16916 * nss/Makefile: Update to build new makedb program.
16918 2011-06-14 Andreas Jaeger <aj@suse.de>
16920 * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
16921 memset declaration.
16923 2011-06-10 Andreas Schwab <schwab@redhat.com>
16925 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
16928 2011-06-10 Roland McGrath <roland@hack.frob.com>
16930 * Makerules (shlib.lds): Fail if the linker script comes out empty.
16931 * elf/Makefile ($(objpfx)ld.so): Likewise.
16933 * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
16934 Don't list ld.so twice in dependencies.
16936 * posix/bug-regex31.c: Include <stdlib.h>.
16938 * nscd/hstcache.c (cache_addhst): Remove unused variable.
16940 * nis/nss_compat/compat-spwd.c
16941 (getspent_next_nss_netgr): Remove unused variable.
16942 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
16944 * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
16945 nonmembers" output to use the right array.
16947 * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
16949 * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
16951 * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
16952 * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
16953 * catgets/gencat.c (read_input_file): Likewise.
16954 * locale/programs/locarchive.c (enlarge_archive): Likewise.
16956 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
16957 variable definition inside #if's controlling its use.
16959 * inet/getnetgrent_r.c (innetgr): Remove unused variable.
16961 * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
16963 * misc/syslog.c (__vsyslog_chk): Remove unused variable.
16965 * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
16968 * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
16970 * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
16971 * configure: Regenerated.
16973 * Makerules: Revert last change.
16974 * elf/Makefile: Likewise.
16976 2011-06-09 Roland McGrath <roland@hack.frob.com>
16978 * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
16979 * elf/Makefile ($(objpfx)librtld.os): Likewise.
16980 (reloc-link): Likewise.
16982 2011-06-09 Ulrich Drepper <drepper@gmail.com>
16984 * elf/Makefile: Add rules to build pldd.
16985 * elf/pldd.c: New file.
16986 * elf/pldd-xx.c: New file.
16988 2011-06-07 Ulrich Drepper <drepper@gmail.com>
16990 * version.h: Update for 2.15 development version.
16992 2011-06-07 David S. Miller <davem@davemloft.net>
16994 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
16996 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
16997 elf_machine_lazy_rel): Likewise.
16998 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
16999 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
17000 elf_machine_lazy_rel): Likewise.
17001 * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
17002 dl_hwcap via passed in argument.
17003 * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
17006 2011-06-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
17008 * stdlib/longlong.h: Update from GCC. Fix smul_ppmm for S/390.
17010 2011-06-06 Roland McGrath <roland@hack.frob.com>
17013 * manual/fdl-1.1.texi: New file, verbatim from:
17014 http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
17015 * manual/lgpl-2.1.texi: New file, verbatim from:
17016 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
17017 * manual/Makefile (licenses): New variable, list those new file names.
17019 (chapters.% top-menu.%): Include $(licenses) with $(appendices).
17021 * manual/fdl.texi: File removed.
17022 * manual/lesser.texi: File removed.
17023 * manual/libc.texinfo (Copying, Documentation License):
17024 Use new @include file names, put @appendix directive before @include.
17026 2011-06-04 Jakub Jelinek <jakub@redhat.com>
17029 * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
17030 (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
17031 (mq_open): Add __NTH.
17033 2011-06-02 H.J. Lu <hongjiu.lu@intel.com>
17035 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
17036 Assume Intel Core i3/i5/i7 processor if AVX is available.
17038 2011-05-31 Ulrich Drepper <drepper@gmail.com>
17040 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
17043 2011-05-31 Andreas Schwab <schwab@redhat.com>
17045 * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
17046 memory. Use alloca_account. Fix memory leak when retrying.
17048 2011-05-31 Ulrich Drepper <drepper@gmail.com>
17050 * version.h (RELEASE): Bump for 2.14 release.
17051 * include/features.h (__GLIBC_MINOR__): Bump to 14.
17053 * config.make.in (RANLIB): Remove entry.
17055 2011-05-30 Ulrich Drepper <drepper@gmail.com>
17057 * po/Makefile (po-sed-cmd): Add ksh to extensions.
17058 (libc.pot): Work around missing support for .ksh extension in xgettext.
17061 * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
17062 if both request failed.
17063 (send_dg): In case of server errors clear resplen or *resplen2.
17066 * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
17067 when there are multiple maps.
17068 * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
17069 (_dl_fini): Remove test here.
17071 * elf/rtld.c (dl_main): Don't allow the loader to load itself.
17073 2011-05-29 Ulrich Drepper <drepper@gmail.com>
17076 * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
17077 bit from old_res_options.
17078 (gaih_inet): Likewise.
17081 * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
17084 * resolv/res_init.c (res_setoptions): Make the code more compact.
17087 * resolv/res_init.c (res_setoptions): Recognize use-vc option and
17091 * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
17093 * malloc/malloc.h: Mark malloc hook variables as deprecated.
17096 * malloc/malloc.h: Declare malloc hook variables as volatile.
17098 * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
17102 * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
17103 raise in the comment.
17104 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
17105 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
17106 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
17108 2011-05-28 Ulrich Drepper <drepper@gmail.com>
17111 * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
17112 grow the buffers more if it already has to be sufficient.
17113 (build_wcs_upper_buffer): Likewise.
17114 * posix/regexec.c (check_matching): Likewise.
17115 (clean_state_log_if_needed): Likewise.
17116 (extend_buffers): Don't enlarge buffers beyond size of the input
17118 Patches mostly by Emil Wojak <emil@wojak.eu>.
17119 * posix/bug-regex32.c: New file.
17120 * posix/Makefile (tests): Add bug-regex32.
17122 * locale/findlocale.c (_nl_find_locale): Return right away if
17123 _nl_explode_name failed.
17124 * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
17126 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
17128 * debug/xtrace.sh: Unify messages.
17129 * malloc/memusage.sh: Likewise.
17132 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
17133 time symbol from vDSO. Substitute with vsyscall if not available.
17134 * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
17137 * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
17138 * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
17139 * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
17140 Add sendmmsg and internal_sendmmsg.
17141 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
17142 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
17143 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
17145 * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
17146 * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
17147 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
17149 2011-05-27 Ulrich Drepper <drepper@gmail.com>
17152 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
17153 Retrieve getcpu symbol from vDSO. Substitute with vsyscall if not
17155 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
17159 * iconvdata/Makefile (tests): Add bug-iconv9.
17160 * iconvdata/bug-iconv9.c: New file.
17162 2011-05-27 Andreas Schwab <schwab@redhat.com>
17165 * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
17167 2011-05-25 Jakub Jelinek <jakub@redhat.com>
17169 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
17170 (struct user_regs_struct): Change intcs field back to cs.
17172 2011-05-25 Ulrich Drepper <drepper@gmail.com>
17174 * po/ja.po: Update from translation team.
17176 2011-05-23 Ulrich Drepper <drepper@gmail.com>
17179 * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
17180 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
17182 2011-05-20 Andreas Schwab <schwab@redhat.com>
17184 * stdlib/longlong.h: Update from GCC.
17186 2011-05-23 Andreas Schwab <schwab@redhat.com>
17188 * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
17190 * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
17191 Add parameter name.
17192 (__sysconf): Pass it down.
17194 2011-05-22 Ulrich Drepper <drepper@gmail.com>
17197 * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
17199 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
17200 * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
17201 add in in __libc_use_alloca calls. Adjust callers.
17202 (glob): Use malloc in some situations.
17204 * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
17205 and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
17208 2011-05-21 Ulrich Drepper <drepper@gmail.com>
17210 * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
17211 and CLOCK_BOOTTIME_ALARM.
17214 * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
17217 * string/_strerror.c (__strerror_r): Print negative errors as signed
17221 * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
17222 (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
17223 * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
17225 * configure.in: Fix typo in redirection and correct removal of test
17226 files in two cases.
17229 * locale/setlocale.c (new_composite_name): Fix test to check for
17230 identical name of all categories.
17233 * libio/filedoalloc.c (local_isatty): New function.
17234 (_IO_file_doallocate): Use local_isatty.
17235 * stdio-common/perror.c (perror): In case a new stream is used
17236 forward the stream error.
17237 * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
17240 2011-05-20 Ulrich Drepper <drepper@gmail.com>
17243 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
17245 * include/alloca.h (extend_alloca_account): Define.
17248 * posix/regex.h: Fix comments with documentation of user-accessible
17249 fields after compilation and describe correct free'ing of pattern
17250 after re_compile_pattern.
17251 Patch by Reuben Thomas <rrt@sc3d.org>.
17253 2011-05-18 Ryan S. Arnold <rsa@us.ibm.com>
17255 * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
17256 and -mno-altivec to prevent the compiler from using Altivec and/or
17257 VSX instructions when the corresponding registers are not available.
17259 2011-05-19 Andreas Schwab <schwab@redhat.com>
17261 * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
17263 2011-05-19 Ulrich Drepper <drepper@gmail.com>
17265 * libio/freopen.c (freopen): Use __dup2, not dup2.
17266 * libio/freopen64.c (freopen64): Likewise.
17268 2011-05-17 H.J. Lu <hongjiu.lu@intel.com>
17271 * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
17272 * math/Makefile (tests): Add test-powl.
17273 (CFLAGS-test-powl.c): Define.
17274 * math/test-powl.c: New file.
17276 2011-05-16 H.J. Lu <hongjiu.lu@intel.com>
17278 * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
17280 2011-05-17 Ulrich Drepper <drepper@gmail.com>
17283 * iconvdata/gb18030.c: Update to GB18020-2005.
17285 2011-05-16 Ulrich Drepper <drepper@gmail.com>
17287 * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
17288 RE_SYNTAX_POSIX_AWK): Update to match recent development.
17289 Patch by Aharon Robbins <arnold@skeeve.com>.
17292 * stdlib/putenv.c (putenv): Don't always create copy of the variable
17296 * misc/pselect.c (__pselect): Handle timeout value errors hidden
17297 through underflows.
17300 * misc/error.c (error_at_line): Ensure file_name and old_file_name
17301 point to strings before performing equality test for error_one_per_line
17305 * login/programs/pt_chown.c (do_pt_chown): Always call chown.
17308 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
17309 (struct user_fpregs_struct): Avoid __uint*_t types.
17312 * malloc/mtrace.c (tr_where): Add additional parameter to point to
17313 symbol info. Use it instead of calling _dl_addr locally.
17314 (lock_and_info): New function.
17315 (tr_freehook): Call lock_and_info and pass symbol info as additional
17316 parameter to tr_where.
17317 (tr_mallochook): Likewise.
17318 (tr_reallochook): Likewise.
17319 (tr_memalignhook): Likewise.
17321 * malloc/mtrace.c: Remove support for USE_MTRACE_FILE. It is not
17322 used and couldn't be at all thread-safe.
17324 2011-05-15 Ulrich Drepper <drepper@gmail.com>
17326 * libio/freopen.c (freopen): Don't close old file descriptor
17327 before the new one is opened. Instead dup the new file descriptor
17328 to the old one after the new stream is created.
17329 * libio/freopen64.c (freopen64): Likewise.
17330 * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
17331 * libio/fileops.c (_IO_new_file_close_it): Handle new
17332 _IO_FLAGS2_NOCLOSE flag.
17333 (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
17334 If _IO_file_open didn't set FD_CLOEXEC do it after the call.
17335 * libio/oldfileops.c (_IO_old_file_close_it): Handle new
17336 _IO_FLAGS2_NOCLOSE flag.
17337 * include/unistd.h: Add hidden_proto for dup3.
17338 Define __have_dup3.
17339 * io/dup3.c: Define hidden symbol.
17340 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
17343 * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
17344 when an incomplete long option is used.
17345 * posix/tst-getopt_long1.c: New file.
17346 * posix/Makefile (tests): Add tst-getopt_long1.
17349 * scripts/config.guess: Update from autoconf-2.68.
17350 * scripts/config.sub: Likewise.
17353 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
17355 (has_cpuclock): ...this. New function.
17356 * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
17357 macro here based on has_cpuclock code.
17360 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
17361 First byte (not low byte) is now always NUL.
17362 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
17364 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
17365 Use non-cancelable interfaces.
17368 * locale/iso-639.def: Add entry for Sorani.
17371 * include/stdlib.h: Move include protection to the right place.
17372 Define abort_msg_s. Declare __abort_msg with it.
17373 * stdlib/abort.c (__abort_msg): Adjust type.
17374 * assert/assert.c (__assert_fail_base): New function. Majority
17375 of code from __assert_fail. Allocate memory for __abort_msg with
17377 (__assert_fail): Now call __assert_fail_base.
17378 * assert/assert-perr.c: Remove bulk of implementation. Use
17379 __assert_fail_base.
17380 * include/assert.hL Declare __assert_fail_base.
17381 * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
17383 * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
17385 2011-05-14 Ulrich Drepper <drepper@gmail.com>
17389 * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
17390 until all modules are registered in the DTV.
17391 * elf/Makefile: Add rules to build and run tst-tls19.
17392 * elf/tst-tls19.c: New file.
17393 * elf/tst-tls19mod1.c: New file.
17394 * elf/tst-tls19mod2.c: New file.
17395 * elf/tst-tls19mod3.c: New file.
17396 Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
17399 * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
17403 * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
17404 two-byte sequence errors.
17405 * iconvdata/Makefile (tests): Add bug-iconv8.
17406 * iconvdata/bug-iconv8.c: New file.
17409 * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
17412 * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
17415 * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
17416 (dummy_getcfa): New function.
17417 (init): Get _Unwind_GetCFA address, use dummy if not found.
17418 (backtrace_helper): In recursion check, also check whether CFA changes.
17419 (__backtrace): Completely initialize arg.
17421 * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
17422 storing incomplete byte sequence in state object. Avoid testing for
17423 guaranteed too small input if we know there is enough data available.
17425 2011-05-11 Andreas Schwab <schwab@redhat.com>
17427 * Makeconfig (+link-pie): Indent.
17428 * Rules (binaries-pie): Define if $(have-fpie) and
17430 (binaries-shared): Also filter out $(binaries-pie).
17431 ($(addprefix $(objpfx),$(binaries-pie))): New rule.
17432 * nscd/Makefile (others-pie): Add nscd.
17433 (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
17434 ($(objpfx)nscd): Remove command override.
17435 * login/Makefile (others-pie): Add pt_chown.
17436 ($(objpfx)pt_chown): Remove command override.
17437 * elf/Makefile: Add PIE tests to tests and tests-pie variables and
17438 remove command overrides.
17440 2011-05-13 Ulrich Drepper <drepper@gmail.com>
17442 * libio/tst_putwc.c: Fix error messages.
17445 * libio/fileops.c (_IO_new_file_close_it): Always flush when
17446 currently writing and seek to current position when not.
17447 * libio/Makefile (tests): Add bug-fclose1.
17448 * libio/bug-fclose1.c: New file.
17450 2011-05-12 Ulrich Drepper <drepper@gmail.com>
17453 * elf/dl-lookup.c (enter): Don't test for copy relocation here and
17454 don't set DF_1_NODELETE here.
17455 (do_lookup_x): When entering new entry test for copy relocation
17456 and if necessary set DF_1_NODELETE flag.
17457 * elf/tst-unique4.cc: New file.
17458 * elf/tst-unique4.h: New file.
17459 * elf/tst-unique4lib.cc: New file.
17460 * elf/Makefile: Add rules to build and run tst-unique4.
17461 Patch by Piotr Bury <pbury@goahead.com>.
17463 2011-05-11 Ulrich Drepper <drepper@gmail.com>
17466 * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
17469 * misc/mntent_r.c (addmntent): Flush the stream after the output
17472 * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
17473 (is_trusted_path_normalize): Skip initial colon. Append slash
17474 to empty buffer. Duplicate is_trusted_path code but allow
17475 constructed patch to be prefix.
17476 (is_dst): Allow $ORIGIN followed by /.
17477 (_dl_dst_substitute): Correct clearing of check_for_trusted.
17478 Correct testing of result of is_trusted_path_normalize
17479 (decompose_rpath): Fix warning.
17481 2011-05-10 Ulrich Drepper <drepper@gmail.com>
17484 * grp/initgroups.c (internal_getgrouplist): When we found the service
17485 list through the initgroups entry in nsswitch.conf do not always
17486 continue on a successful lookup. Don't always use the
17487 __nss_group_database value if it is set.
17488 * nss/nsswitch.conf (initgroups): Change action for successful db
17489 lookup to continue for compatibility.
17491 2011-05-09 Ulrich Drepper <drepper@gmail.com>
17494 * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
17496 * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
17498 * iconvdata/tst-tables.sh: Likewise.
17499 * iconvdata/cp770.c: New file.
17500 * iconvdata/cp771.c: New file.
17501 * iconvdata/cp772.c: New file.
17502 * iconvdata/cp773.c: New file.
17503 * iconvdata/cp774.c: New file.
17504 * iconvdata/testdata/CP770: New file.
17505 * iconvdata/testdata/CP770..UTF8: New file.
17506 * iconvdata/testdata/CP771: New file.
17507 * iconvdata/testdata/CP771..UTF8: New file.
17508 * iconvdata/testdata/CP772: New file.
17509 * iconvdata/testdata/CP772..UTF8: New file.
17510 * iconvdata/testdata/CP773: New file.
17511 * iconvdata/testdata/CP773..UTF8: New file.
17512 * iconvdata/testdata/CP774: New file.
17513 * iconvdata/testdata/CP774..UTF8: New file.
17515 * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
17517 * iconvdata/gen-8bit-gap.sh: Likewise.
17518 * iconvdata/gen-8bit.sh: Likewise.
17520 * locale/iso-639.def: Add ary entry.
17523 * locale/C-translit.h.in: Add U20A1 transliteration.
17526 * locale/iso-639.def: Add wae entry.
17527 Patch by Kevin Bortis <bortis@translate-wae.ch>.
17530 * locale/programs/localedef.c (construct_output_path): Use ssize_t
17534 * locale/C-translit.h.in: Add entry for U20B9.
17535 Patch by pravin.d.s@gmail.com.
17537 2011-05-08 Ulrich Drepper <drepper@gmail.com>
17540 * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
17541 ENAMETOOLONG use generic getcwd.
17542 * sysdeps/posix/getcwd.c: Add support to use openat. Make usable
17543 in rtld. Use *stat64.
17544 * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
17545 Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
17546 * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
17547 * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
17548 * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
17549 * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
17550 * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
17551 __fstatat64 macros.
17552 * include/dirent.h: Add libc_hidden_proto for rewinddir.
17553 * dirent/rewinddir.c: Add libc_hidden_def.
17554 * sysdeps/mach/hurd/rewinddir.c: Likewise.
17555 * sysdeps/unix/rewinddir.c: Likewise. Don't do locking outside libc.
17557 * include/dirent.h (__alloc_dir): Add flags parameter.
17558 * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
17559 * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
17561 (__alloc_dir): Take new parameter. Don't call fcntl for invocations
17562 from fdopendir if O_CLOEXEC is already set.
17564 2011-03-15 Alan Modra <amodra@gmail.com>
17566 * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
17567 l_tls_firstbyte_offset non-zero. Save padding offset in
17568 l_tls_firstbyte_offset for later use.
17569 * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
17570 freeing static tls block.
17572 2011-03-05 Jonathan Nieder <jrnieder@gmail.com>
17574 * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
17575 where #ifdef was intended. The intent is to prevent ARG_MAX from
17576 being defined by the kernel headers.
17578 2011-05-07 Ulrich Drepper <drepper@gmail.com>
17581 * resolv/resolv.h: Define RES_NOTLDQUERY.
17582 * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
17583 no-tld-query and set RES_NOTLDQUERY.
17584 * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
17585 * resolv/res_query.c (__libc_res_nsearch): Backport changes from
17586 modern BIND to search name as TLD unless forbidden.
17588 2011-05-07 Petr Baudis <pasky@suse.cz>
17589 Ulrich Drepper <drepper@gmail.com>
17592 * elf/dl-load.c (fillin_rpath): Move trusted path check...
17593 (is_trusted_path): ...to here.
17594 (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
17595 (_dl_dst_substitute): Verify expanded $ORIGIN path elements
17596 using is_trusted_path_normalize() in setuid scripts.
17598 2011-05-06 Paul Pluzhnikov <ppluzhnikov@google.com>
17600 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
17601 __BEGIN/__END_DECLS.
17603 2011-05-06 Ulrich Drepper <drepper@gmail.com>
17605 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
17606 NSS_STATUS_NOTFOUND if no record was found.
17608 2011-05-05 Andreas Schwab <schwab@redhat.com>
17610 * sunrpc/Makefile (headers): Add rpc/netdb.h.
17611 (headers-not-in-tirpc): Remove rpc/netdb.h
17612 * resolv/netdb.h: Revert last change.
17614 2011-05-05 Paul Pluzhnikov <ppluzhnikov@google.com>
17616 * Makeconfig (link-libc-static): Use --{start,end}-group to handle
17617 circular dependency between libgcc.a and libc.a.
17619 2011-05-05 Andreas Schwab <schwab@redhat.com>
17621 * resolv/netdb.h: Don't include <rpc/netdb.h>.
17622 * nis/Makefile: Don't install rpcsvc/*.
17623 * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
17624 instead of <rpc/types.h>.
17625 (MAXHOSTNAMELEN): Define.
17627 2011-05-03 Andreas Schwab <schwab@redhat.com>
17629 * elf/ldconfig.c (add_dir): Don't crash on empty path.
17631 2011-04-28 Maciej Babinski <mbabinski@google.com>
17634 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
17635 gethostbyname4_r when IPv6 results are possible.
17637 2011-05-02 Ulrich Drepper <drepper@gmail.com>
17640 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
17641 _PC_PIPE_BUF handling.
17643 2011-04-30 Bruno Haible <bruno@clisp.org>
17646 * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
17647 * resolv/netdb.h (getnameinfo): Change type of flags parameter
17649 * inet/getnameinfo.c (getnameinfo): Likewise.
17651 2011-04-29 Ulrich Drepper <drepper@gmail.com>
17653 * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
17654 to groups setting in database lookup.
17655 * nss/nsswitch.conf: Add initgroups entry.
17657 2011-04-22 Ulrich Drepper <drepper@gmail.com>
17660 * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
17662 Patch by Eric Blake <eblake@redhat.com>.
17664 2011-04-20 H.J. Lu <hongjiu.lu@intel.com>
17666 * sunrpc/Makefile (need-export-routines): Add svc_run.
17667 (routines): Remove svc_run.
17668 ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
17669 * sunrpc/clnt_perr.c (clnt_perrno): Export.
17670 * sunrpc/svc_run.c (svc_run): Likewise.
17671 * sunrpc/svc_udp.c (svcudp_create): Likewise.
17673 2011-04-21 Ulrich Drepper <drepper@gmail.com>
17675 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
17676 problem in reallocation in last patch.
17678 2011-04-20 Ulrich Drepper <drepper@gmail.com>
17680 * sunrpc/Makefile: Move inclusion of Rules.
17682 2011-04-19 Ulrich Drepper <drepper@gmail.com>
17684 * nss/nss_files/files-initgroups.c: New file.
17685 * nss/Makefile (libnss_files-routines): Add files-initgroups.
17686 * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
17687 _nss_files_initgroups_dyn.
17689 2011-03-31 Richard Sandiford <richard.sandiford@linaro.org>
17691 * elf/elf.h (R_ARM_IRELATIVE): Define.
17693 2011-04-19 Ulrich Drepper <drepper@gmail.com>
17695 * po/ru.po: Update from translation team.
17697 2011-04-17 Ulrich Drepper <drepper@gmail.com>
17699 * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
17702 2011-02-06 Mike Frysinger <vapier@gentoo.org>
17705 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
17706 MEMCPY_CHK with USE_AS_BCOPY ifdef check.
17707 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
17708 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
17709 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
17711 2011-03-28 Andreas Schwab <schwab@linux-m68k.org>
17713 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
17715 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
17716 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
17717 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
17719 2011-04-17 Ulrich Drepper <drepper@gmail.com>
17722 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
17724 * stdlib/bug-getcontext.c: New file.
17725 * stdlib/Makefile: Add rules to build and run bug-getcontext.
17727 2011-04-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
17729 * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
17730 instructions into .machine "z9-109".
17731 * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
17732 * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
17734 2011-04-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
17736 * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
17737 between environment variables and auxiliary vector.
17739 2011-04-16 Ulrich Drepper <drepper@gmail.com>
17741 * Makefile: Add rules to build linkobj/libc.so.
17742 * include/libc-symbols.h: Define libc_hidden_nolink.
17743 * include/rpc/auth.h: Mark functions which are to be hidden.
17744 * include/rpc/auth_des.h: Likewise.
17745 * include/rpc/auth_unix.h: Likewise.
17746 * include/rpc/clnt.h: Likewise.
17747 * include/rpc/des_crypt.h: Likewise.
17748 * include/rpc/key_prot.h: Likewise.
17749 * include/rpc/pmap_clnt.h: Likewise.
17750 * include/rpc/pmap_prot.h: Likewise.
17751 * include/rpc/pmap_rmt.h: Likewise.
17752 * include/rpc/rpc_msg.h: Likewise.
17753 * include/rpc/svc.h: Likewise.
17754 * include/rpc/svc_auth.h: Likewise.
17755 * include/rpc/xdr.h: Likewise.
17756 * nis/Makefile: Link all DSOs against linkobj/libc.so.
17757 * nss/Makefile: Likewise.
17758 * sunrpc/Makefile: Don't install headers. Build library with normal
17759 entry points. Don't build rpcinfo. Link RPC tests appropriately.
17760 * sunrpc/auth_des.c: Hide exported symbols by default, export some
17761 for the compat linking library. Remove use of INTDEF/INTUSE.
17762 * sunrpc/auth_none.c: Likewise.
17763 * sunrpc/auth_unix.c: Likewise.
17764 * sunrpc/authdes_prot.c: Likewise.
17765 * sunrpc/authuxprot.c: Likewise.
17766 * sunrpc/clnt_gen.c: Likewise.
17767 * sunrpc/clnt_perr.c: Likewise.
17768 * sunrpc/clnt_raw.c: Likewise.
17769 * sunrpc/clnt_simp.c: Likewise.
17770 * sunrpc/clnt_tcp.c: Likewise.
17771 * sunrpc/clnt_udp.c: Likewise.
17772 * sunrpc/clnt_unix.c: Likewise.
17773 * sunrpc/des_crypt.c: Likewise.
17774 * sunrpc/des_soft.c: Likewise.
17775 * sunrpc/get_myaddr.c: Likewise.
17776 * sunrpc/key_call.c: Likewise.
17777 * sunrpc/key_prot.c: Likewise.
17778 * sunrpc/netname.c: Likewise.
17779 * sunrpc/pm_getmaps.c: Likewise.
17780 * sunrpc/pm_getport.c: Likewise.
17781 * sunrpc/pmap_clnt.c: Likewise.
17782 * sunrpc/pmap_prot.c: Likewise.
17783 * sunrpc/pmap_prot2.c: Likewise.
17784 * sunrpc/pmap_rmt.c: Likewise.
17785 * sunrpc/publickey.c: Likewise.
17786 * sunrpc/rpc_cmsg.c: Likewise.
17787 * sunrpc/rpc_common.c: Likewise.
17788 * sunrpc/rpc_dtable.c: Likewise.
17789 * sunrpc/rpc_prot.c: Likewise.
17790 * sunrpc/rpc_thread.c: Likewise.
17791 * sunrpc/rtime.c: Likewise.
17792 * sunrpc/svc.c: Likewise.
17793 * sunrpc/svc_auth.c: Likewise.
17794 * sunrpc/svc_authux.c: Likewise.
17795 * sunrpc/svc_raw.c: Likewise.
17796 * sunrpc/svc_run.c: Likewise.
17797 * sunrpc/svc_simple.c: Likewise.
17798 * sunrpc/svc_tcp.c: Likewise.
17799 * sunrpc/svc_udp.c: Likewise.
17800 * sunrpc/svc_unix.c: Likewise.
17801 * sunrpc/svcauth_des.c: Likewise.
17802 * sunrpc/xcrypt.c: Likewise.
17803 * sunrpc/xdr.c: Likewise.
17804 * sunrpc/xdr_array.c: Likewise.
17805 * sunrpc/xdr_float.c: Likewise.
17806 * sunrpc/xdr_intXX_t.c: Likewise.
17807 * sunrpc/xdr_mem.c: Likewise.
17808 * sunrpc/xdr_rec.c: Likewise.
17809 * sunrpc/xdr_ref.c: Likewise.
17810 * sunrpc/xdr_sizeof.c: Likewise.
17811 * sunrpc/xdr_stdio.c: Likewise.
17813 2011-04-10 Ulrich Drepper <drepper@gmail.com>
17816 * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
17817 * sysdeps/ia64/dl-tls.h: Likewise.
17818 * sysdeps/powerpc/dl-tls.h: Likewise.
17819 * sysdeps/s390/dl-tls.h: Likewise.
17820 * sysdeps/sh/dl-tls.h: Likewise.
17821 * sysdeps/sparc/dl-tls.h: Likewise.
17822 * sysdeps/x86_64/dl-tls.h: Likewise.
17823 * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
17825 2011-03-14 Andreas Schwab <schwab@redhat.com>
17827 * elf/dl-load.c (_dl_dst_substitute): When skipping the first
17828 rpath element also skip the following colon.
17829 (expand_dynamic_string_token): Add is_path parameter and pass
17830 down to DL_DST_REQUIRED and _dl_dst_substitute.
17831 (decompose_rpath): Call expand_dynamic_string_token with
17832 non-zero is_path. Ignore empty rpaths.
17833 (_dl_map_object_from_fd): Call expand_dynamic_string_token
17836 2011-04-08 Andreas Schwab <schwab@linux-m68k.org>
17838 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
17841 2011-04-09 Ulrich Drepper <drepper@gmail.com>
17844 * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
17845 Patch by Filipe David Manana <fdmanana@apache.org>.
17847 2011-04-07 Andreas Schwab <schwab@redhat.com>
17849 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
17850 Maintain aligned stack.
17851 (CHECK_RSP): Remove unused macro.
17853 2011-04-03 Ulrich Drepper <drepper@gmail.com>
17855 * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
17856 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
17858 2011-04-02 Ulrich Drepper <drepper@gmail.com>
17860 * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
17862 * include/features.h: Mention __USE_XOPEN2K8 in comment.
17864 2011-03-26 H.J. Lu <hongjiu.lu@intel.com>
17867 * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
17868 * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
17869 * sysdeps/x86_64/memmove.c: New file.
17870 * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
17871 (memcpy): Renamed to ...
17872 (__new_memcpy): This.
17873 (memcpy): Provide GLIBC_2_14 memcpy.
17874 * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
17875 (memcpy): Provide GLIBC_2_2_5 memcpy.
17877 2011-04-01 Ulrich Drepper <drepper@gmail.com>
17880 * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
17882 2011-03-30 Andreas Schwab <schwab@redhat.com>
17884 * misc/syncfs.c: New file.
17885 * misc/Makefile (routines): Add syncfs.
17886 * posix/unistd.h: Declare syncfs.
17887 * sysdeps/unix/syscalls.list: Add syncfs.
17889 2011-04-01 Andreas Schwab <schwab@redhat.com>
17891 * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
17893 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
17894 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
17895 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
17896 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
17897 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
17898 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
17899 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
17901 2011-04-01 Ulrich Drepper <drepper@gmail.com>
17903 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
17904 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
17905 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
17906 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
17907 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
17908 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
17909 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
17911 * io/Makefile: Compile fallocate.c, fallocate64.c, and
17912 sync_file_range.c with -fexceptions.
17913 * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
17914 * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
17915 * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
17916 * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
17917 * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
17918 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
17919 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
17920 sync_file_range as cancellation point
17921 * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file. This is
17922 now a wrapper around __call_sync_file_range with cancellation handling.
17923 * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
17924 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this. Change
17925 function name to __call_sync_file_range.
17926 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
17927 Add call_sync_file_range.
17929 2011-04-01 Andreas Schwab <schwab@redhat.com>
17931 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
17934 2011-04-01 Ulrich Drepper <drepper@gmail.com>
17936 * iconv/iconv.h: Fix typo in comment.
17937 * io/fcntl.h: Likewise.
17938 * libio/stdio.h: Likewise.
17939 * posix/spawn.h: Likewise.
17940 * posix/unistd.h: Likewise.
17941 * stdlib/stdlib.h: Likewise.
17942 * time/time.h: Likewise.
17943 * wcsmbs/wchar.h: Likewise.
17945 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
17946 open_by_handle): Add.
17947 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
17948 and MAX_HANDLE_SZ. Declare name_to_handle_at and open_by_handle.
17949 Augment a few comments.
17950 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
17951 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
17952 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
17953 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
17954 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
17955 * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
17958 * io/fcntl.h (AT_EMPTY_PATH): Define.
17960 2011-03-30 Ulrich Drepper <drepper@gmail.com>
17962 * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
17963 * sysdeps/unix/sysv/linux/bits/time.h: New file.
17964 * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
17966 * sysdeps/unix/sysv/linux/bits/timex.h: ...here. New file.
17967 * Versions.def: Add GLIBC_2.14.
17968 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
17971 2011-03-22 Ulrich Drepper <drepper@gmail.com>
17973 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
17975 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
17977 2011-03-20 H.J. Lu <hongjiu.lu@intel.com>
17980 * string/test-strncmp.c (do_page_test): New function.
17981 (check2): Likewise.
17982 (test_main): Call check2.
17983 * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
17985 2011-03-20 Ulrich Drepper <drepper@gmail.com>
17988 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
17989 Handle cache information in CPU leaf 4.
17990 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
17992 2011-03-18 Ulrich Drepper <drepper@gmail.com>
17995 * posix/fnmatch.c (fnmatch): Check size of pattern in wide
17996 character representation.
17997 Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
17999 2011-03-16 Ryan S. Arnold <rsa@us.ibm.com>
18001 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
18002 END(__isnan) to END(__isnanf) to match function entry point/label
18003 EALIGN(__isnanf,...).
18005 2011-03-10 Jakub Jelinek <jakub@redhat.com>
18007 * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
18009 2011-03-10 Ulrich Drepper <drepper@gmail.com>
18012 * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
18013 copy from the symbol referenced in the relocation to initialize the
18015 Patch by Piotr Bury <pbury@goahead.com>.
18016 * elf/Makefile: Add rules to build and tst-unique3.
18017 * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
18018 * elf/tst-unique3.cc: New file.
18019 * elf/tst-unique3.h: New file.
18020 * elf/tst-unique3lib.cc: New file.
18021 * elf/tst-unique3lib2.cc: New file.
18023 * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
18025 2011-03-10 Mike Frysinger <vapier@gentoo.org>
18027 * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
18028 $LDFLAGS and -nostdlib -nostartfiles to linking step. Change main
18031 2011-03-06 Ulrich Drepper <drepper@gmail.com>
18033 * elf/dl-load.c (_dl_map_object): If we are looking for the first
18034 to-be-loaded object along a path to loader is ld.so.
18036 2011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
18037 Ulrich Drepper <drepper@gmail.com>
18039 * sysdeps/x86_64/memset.S: After aligning destination, code
18040 branches to different locations depending on the value of
18041 misalignment, when multiarch is enabled. Fix this.
18043 2011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
18045 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
18046 Set _x86_64_preferred_memory_instruction for AMD processsors.
18047 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
18048 Set bit_Prefer_SSE_for_memop for AMD processors.
18050 2011-03-04 Ulrich Drepper <drepper@gmail.com>
18052 * libio/fmemopen.c (fmemopen): Optimize a bit.
18054 2011-03-03 Andreas Schwab <schwab@redhat.com>
18056 * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
18058 2011-03-03 Roland McGrath <roland@redhat.com>
18060 * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
18062 2011-02-28 Aurelien Jarno <aurelien@aurel32.net>
18064 * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
18065 __bzero_ultra1 instead of __memset_ultra1.
18067 2011-02-23 Andreas Schwab <schwab@redhat.com>
18068 Ulrich Drepper <drepper@gmail.com>
18071 * include/link.h (struct link_map): Add l_orig_initfini.
18072 * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
18073 returning unsuccessfully.
18074 * elf/dl-close.c (_dl_close_worker): If this is the last explicit
18075 close of a file loaded at startup, restore the original l_initfini
18077 * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
18078 list, store the pointer.
18079 * elf/Makefile ($(objpfx)noload-mem): New rule.
18080 (noload-ENV): Define.
18081 (tests): Add $(objpfx)noload-mem.
18082 * elf/noload.c: Include <memcheck.h>.
18083 (main): Call mtrace. Close all opened handles.
18085 2011-02-17 Andreas Schwab <schwab@redhat.com>
18088 * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
18089 dependencies are missing.
18091 2011-02-22 Samuel Thibault <samuel.thibault@ens-lyon.org>
18093 Fix __if_freereq crash: Unlike the generic version which uses free,
18095 * sysdeps/mach/hurd/ifreq.h: New file.
18097 2011-01-27 Petr Baudis <pasky@suse.cz>
18098 Ulrich Drepper <drepper@gmail.com>
18101 * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
18102 to extend_alloca().
18103 * stdio-common/bug23.c: New file.
18104 * stdio-common/Makefile (tests): Add bug23.
18106 2010-09-28 Andreas Schwab <schwab@redhat.com>
18107 Ulrich Drepper <drepper@gmail.com>
18110 * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
18111 before performing relro protection. At old place add assertion
18112 to make sure nothing changed.
18114 2011-02-17 Nathan Sidwell <nathan@codesourcery.com>
18115 Glauber de Oliveira Costa <glommer@gmail.com>
18117 * elf/elf.h: Add new ARM TLS relocs.
18119 2011-02-16 Ryan S. Arnold <rsa@us.ibm.com>
18121 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
18122 (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
18124 * sysdeps/wordsize-64/Makefile: New file. Add tst-writev to
18126 * sysdeps/wordsize-64/tst-writev.c: New file.
18128 2011-02-15 Ryan S. Arnold <rsa@us.ibm.com>
18130 * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
18131 -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
18132 insns in _dl_start to prevent a TOC reference before relocs are
18135 2011-02-15 Ulrich Drepper <drepper@gmail.com>
18138 * Makeconfig: Remove RANLIB definition.
18139 * Makerules: Don't use RANLIB.
18140 * aclocal.m4: Remove ranlib test.
18141 * configure.in: No need to check for ranlib.
18142 * elf/rtld-Rules: Don't use RANLIB.
18144 2011-02-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
18146 * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
18148 * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
18149 inclusion protection macro.
18151 * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
18152 SIGRTMIN and SIGRTMAX and print information in that case only when
18153 SIGRTMIN is defined.
18155 2011-02-11 Jakub Jelinek <jakub@redhat.com>
18157 * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
18158 arginfo fn returning -1.
18160 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
18161 and thousands string is zero terminated.
18163 2011-02-03 Andreas Schwab <schwab@redhat.com>
18165 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
18166 sysdeps/unix/sysv/linux/bits/socket.h.
18168 2011-01-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
18170 * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
18171 (__CPU_COUNT): Remove old macros.
18172 (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
18173 (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
18174 (__CPU_ALLOC, __CPU_FREE): Add macros.
18175 (__sched_cpualloc, __sched_cpufree): Add declarations.
18177 2011-02-05 Ulrich Drepper <drepper@gmail.com>
18179 * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
18180 (struct datahead): Reuse 32 bits of the alignment for a TTL field.
18181 * nscd/aicache.c (addhstaiX): Return timeout of added value.
18182 (readdhstai): Return value of addhstaiX call.
18183 * nscd/grpcache.c (cache_addgr): Return timeout of added value.
18184 (addgrbyX): Return value returned by cache_addgr.
18185 (readdgrbyname): Return value returned by addgrbyX.
18186 (readdgrbygid): Likewise.
18187 * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
18188 (addpwbyX): Return value returned by cache_addpw.
18189 (readdpwbyname): Return value returned by addhstbyX.
18190 (readdpwbyuid): Likewise.
18191 * nscd/servicescache.c (cache_addserv): Return timeout of added value.
18192 (addservbyX): Return value returned by cache_addserv.
18193 (readdservbyname): Return value returned by addservbyX:
18194 (readdservbyport): Likewise.
18195 * nscd/hstcache.c (cache_addhst): Return timeout of added value.
18196 (addhstbyX): Return value returned by cache_addhst.
18197 (readdhstbyname): Return value returned by addhstbyX.
18198 (readdhstbyaddr): Likewise.
18199 (readdhstbynamev6): Likewise.
18200 (readdhstbyaddrv6): Likewise.
18201 * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
18202 (readdinitgroups): Return value returned by addinitgroupsX.
18203 * nscd/cache.c (readdfcts): Change return value of functions to time_t.
18204 (prune_cache): Keep track of timeout value of re-added entries.
18205 * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
18206 * nscd/nscd.h: Adjust prototypes of readd* functions.
18208 2011-02-04 Roland McGrath <roland@redhat.com>
18210 * nis/nis_server.c (nis_servstate): Use the right name for 0.
18211 (nis_stats): Likewise.
18212 * nis/nis_modify.c (nis_modify): Likewise.
18213 * nis/nis_remove.c (nis_remove): Likewise.
18214 * nis/nis_add.c (nis_add): Likewise.
18216 * elf/dl-object.c (_dl_new_object): Remove unused variable L.
18218 * posix/fnmatch_loop.c: Add some consts.
18220 * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
18222 2011-02-02 H.J. Lu <hongjiu.lu@intel.com>
18225 * config.make.in (config-cflags-novzeroupper): Define.
18226 * configure.in: Substitute libc_cv_cc_novzeroupper.
18227 * elf/Makefile (AVX-CFLAGS): Define.
18228 (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
18229 (CFLAGS-tst-auditmod4a.c): Likewise.
18230 (CFLAGS-tst-auditmod4b.c): Likewise.
18231 (CFLAGS-tst-auditmod6b.c): Likewise.
18232 (CFLAGS-tst-auditmod6c.c): Likewise.
18233 (CFLAGS-tst-auditmod7b.c): Likewise.
18234 * sysdeps/i386/configure.in: Check -mno-vzeroupper.
18236 2011-02-02 Ulrich Drepper <drepper@gmail.com>
18238 * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
18239 function to the callback.
18240 Patch partly by Jiri Olsa <jolsa@redhat.com>.
18242 2011-02-02 Andreas Schwab <schwab@redhat.com>
18244 * shadow/sgetspent.c: Check return value of __sgetspent_r instead
18247 2011-01-19 Ulrich Drepper <drepper@gmail.com>
18250 * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
18252 * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
18254 (_dl_fini): Don't call _dl_sort_fini if there is only one object.
18257 * elf/Makefile: Add rules to build and run new test.
18258 * elf/tst-initorder.c: New file.
18259 * elf/tst-initorder.exp: New file.
18260 * elf/tst-initordera1.c: New file.
18261 * elf/tst-initordera2.c: New file.
18262 * elf/tst-initordera3.c: New file.
18263 * elf/tst-initordera4.c: New file.
18264 * elf/tst-initorderb1.c: New file.
18265 * elf/tst-initorderb2.c: New file.
18266 * elf/tst-order-a1.c: New file.
18267 * elf/tst-order-a2.c: New file.
18268 * elf/tst-order-a3.c: New file.
18269 * elf/tst-order-a4.c: New file.
18270 * elf/tst-order-b1.c: New file.
18271 * elf/tst-order-b2.c: New file.
18272 * elf/tst-order-main.c: New file.
18273 New test case by George Gensure <werkt0@gmail.com>.
18275 2010-10-01 Andreas Schwab <schwab@redhat.com>
18277 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
18278 decoding ACE if AI_CANONIDN.
18280 2011-01-18 Ulrich Drepper <drepper@gmail.com>
18282 * elf/Makefile: Build IFUNC tests unless multi-arch = no.
18284 2011-01-17 Ulrich Drepper <drepper@gmail.com>
18286 * version.h (RELEASE): Bump for 2.13 release.
18287 * include/features.h: (__GLIBC_MINOR__): Bump to 13.
18289 * io/fcntl.h: Define AT_NO_AUTOMOUNT.
18291 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
18293 * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
18294 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
18295 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
18296 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
18297 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
18298 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
18300 * posix/getconf.c: Update copyright year.
18301 * catgets/gencat.c: Likewise.
18302 * csu/version.c: Likewise.
18303 * debug/catchsegv.sh: Likewise.
18304 * debug/xtrace.sh: Likewise.
18305 * elf/ldconfig.c: Likewise.
18306 * elf/ldd.bash.in: Likewise.
18307 * elf/sprof.c (print_version): Likewise.
18308 * iconv/iconv_prog.c: Likewise.
18309 * iconv/iconvconfig.c: Likewise.
18310 * locale/programs/locale.c: Likewise.
18311 * locale/programs/localedef.c: Likewise.
18312 * malloc/memusage.sh: Likewise.
18313 * malloc/mtrace.pl: Likewise.
18314 * nscd/nscd.c (print_version): Likewise.
18315 * nss/getent.c: Likewise.
18317 * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
18318 PF_CAIF, and PF_ALG.
18319 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
18321 2011-01-16 Andreas Schwab <schwab@linux-m68k.org>
18323 * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
18324 (modules-names): Use them.
18325 (ifunc-test-modules, ifunc-pie-tests): Define.
18326 (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
18327 tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
18328 (test-extras): Likewise.
18329 ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
18330 $(compile-command.c).
18331 ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
18332 (all-built-dso): Define.
18333 (check-textrel.out, check-execstack.out): Depend on it.
18335 * configure.in: Don't override --enable-multi-arch.
18337 2011-01-15 Ulrich Drepper <drepper@gmail.com>
18340 * nscd/hstcache.c (tryagain): Define.
18341 (cache_addhst): Return tryagain not notfound for temporary errors.
18342 (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
18345 2011-01-14 Ulrich Drepper <drepper@gmail.com>
18348 * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
18349 to make the syscall.
18350 * sysdeps/unix/sysv/linux/setgroups.c: New file.
18353 * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
18354 and fall back to matching as normal character if the string ends before
18355 the matching ']' is found. This is what POSIX requires.
18356 * posix/testfnm.c: Adjust test result.
18357 * posix/globtest.sh: Adjust test result. Add new test.
18358 * posix/tst-fnmatch.input: Likewise.
18359 * posix/tst-fnmatch2.c: Add new test.
18361 2010-12-28 Andreas Schwab <schwab@linux-m68k.org>
18363 * elf/Makefile (check-execstack): Revert last change. Depend on
18365 (check-execstack.h): New target.
18366 (generated): Add check-execstack.h.
18367 * elf/check-execstack.c: Include "check-execstack.h".
18368 (main): Revert last change.
18369 (handle_file): Return zero if GNU_STACK is absent and
18370 DEFAULT_STACK_PERMS doesn't include PF_X.
18372 2011-01-13 Ulrich Drepper <drepper@gmail.com>
18374 * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
18375 in child fails because the descriptor is already closed.
18376 * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
18377 * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
18378 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
18381 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
18385 * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
18386 temporary buffer used to handle multi lookups locally.
18387 * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
18389 2011-01-12 Ulrich Drepper <drepper@gmail.com>
18391 * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
18394 2011-01-10 Paul Pluzhnikov <ppluzhnikov@google.com>
18396 * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
18397 alignment for SSE2.
18399 2011-01-12 Ulrich Drepper <drepper@gmail.com>
18402 * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
18403 characters. When rounding increased number of integer digits recompute
18405 * stdio-common/tst-grouping.c: New file.
18406 * stdio-common/Makefile: Add rules to build and run tst-grouping.
18408 2011-01-09 Ulrich Drepper <drepper@gmail.com>
18410 * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
18411 __FD_CLR, and __FS_ISSET. gcc generates better code on its own.
18413 * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
18415 * bits/select.h: Likewise.
18417 2011-01-08 Ulrich Drepper <drepper@gmail.com>
18419 * po/ja.po: Update from translation team.
18421 2011-01-04 David S. Miller <davem@sunset.davemloft.net>
18424 * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
18425 implementation just like for lxstat, fxstatat, et al.
18427 2010-12-27 Jim Meyering <meyering@redhat.com>
18430 * posix/regexec.c (build_trtable): Return failure indication upon
18431 calloc failure. Otherwise, re_search_internal could infloop on OOM.
18433 2010-12-25 Ulrich Drepper <drepper@gmail.com>
18436 * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
18437 * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
18438 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
18439 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
18442 * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
18445 * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
18446 * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
18448 2010-12-15 H.J. Lu <hongjiu.lu@intel.com>
18450 * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
18451 * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
18452 script has SORT_BY_INIT_PRIORITY.
18453 * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
18454 NO_CTORS_DTORS_SECTIONS is defined.
18455 * elf/soinit.c: Likewise.
18456 * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
18457 NO_CTORS_DTORS_SECTIONS is defined.
18458 * sysdeps/mach/hurd/i386/init-first.c: Likewise.
18459 * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
18460 * sysdeps/sh/init-first.c: Likewise.
18461 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
18463 2010-12-24 Ulrich Drepper <drepper@gmail.com>
18465 * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
18466 always use the slow path.
18468 2010-12-15 Ryan S. Arnold <rsa@us.ibm.com>
18470 * elf/Makefile: (check-execstack): Replace $(native-compile) with a
18471 similar rule which adds the sysdep directories to the header search in
18472 order to pick up the correct platform stackinfo.h.
18473 * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
18474 perform test if it is, otherwise return successfully without testing.
18475 * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
18476 DEFAULT_STACK_PERMS define in stackinfo.h.
18477 * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
18478 defined in stackinfo.h.
18479 * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
18480 DEFAULT_STACK_PERMS defined in stackinfo.h.
18481 * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
18482 * sysdeps/ia64/stackinfo.h: Likewise.
18483 * sysdeps/s390/stackinfo.h: Likewise.
18484 * sysdeps/sh/stackinfo.h: Likewise.
18485 * sysdeps/sparc/stackinfo.h: Likewise.
18486 * sysdeps/x86_64/stackinfo.h: Likewise.
18487 * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
18488 PF_X for powerpc64. Retain PF_X for powerpc32.
18490 2010-12-19 Ulrich Drepper <drepper@gmail.com>
18492 * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
18494 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
18495 GETDENTS_64BIT_ALIGNED.
18497 2010-12-14 Ulrich Drepper <dreper@gmail.com>
18499 * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
18501 2010-12-10 Andreas Schwab <schwab@redhat.com>
18503 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
18506 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
18507 * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
18509 (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
18510 (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
18512 2010-12-09 Ulrich Drepper <drepper@gmail.com>
18515 * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
18518 2010-12-09 Jakub Jelinek <jakub@redhat.com>
18520 * string/bits/string3.h (memmove, bcopy): Remove __restrict.
18522 2010-12-03 Ulrich Drepper <drepper@gmail.com>
18524 * po/it.po: Update from translation team.
18526 2010-12-01 H.J. Lu <hongjiu.lu@intel.com>
18528 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
18531 2010-11-30 Ulrich Drepper <drepper@gmail.com>
18533 * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
18535 2010-11-24 Andreas Schwab <schwab@redhat.com>
18537 * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
18539 (gaih_getanswer_slice): Likewise.
18541 2010-10-20 Jakub Jelinek <jakub@redhat.com>
18543 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
18545 2010-05-31 Petr Baudis <pasky@suse.cz>
18548 * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
18549 silently even in the chroot mode.
18551 2010-11-22 Ulrich Drepper <drepper@gmail.com>
18553 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
18554 last patch a bit. Pretty printing
18556 2010-05-31 Petr Baudis <pasky@suse.cz>
18559 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
18560 initialization of skip_initgroups_dyn.
18562 2010-11-19 Ulrich Drepper <drepper@gmail.com>
18564 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
18565 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
18567 2010-11-16 Ulrich Drepper <drepper@gmail.com>
18569 * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
18571 2010-11-11 Andreas Schwab <schwab@redhat.com>
18573 * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
18574 * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
18575 (tst-fnmatch-ENV): Set MALLOC_TRACE.
18576 ($(objpfx)tst-fnmatch-mem): New rule.
18577 (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
18578 * posix/tst-fnmatch.c (main): Call mtrace.
18580 2010-11-11 H.J. Lu <hongjiu.lu@intel.com>
18582 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
18583 Support Intel processor model 6 and model 0x2c.
18585 2010-11-10 Luis Machado <luisgpm@br.ibm.com>
18587 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
18590 2010-11-09 H.J. Lu <hongjiu.lu@intel.com>
18593 * string/test-strncasecmp.c (check_result): New function.
18594 (do_one_test): Use it.
18595 (check1): New function.
18596 (test_main): Use it.
18597 * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
18598 Support strcasecmp and strncasecmp.
18600 2010-11-08 Ulrich Drepper <drepper@gmail.com>
18603 * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
18604 * sysdeps/x86_64/bits/byteswap.h: Likewise.
18606 2010-11-07 H.J. Lu <hongjiu.lu@intel.com>
18608 * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
18610 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
18612 * sysdeps/x86_64/multiarch/bzero.S: New file.
18613 * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
18614 * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
18615 * sysdeps/x86_64/multiarch/memset.S: New file.
18616 * sysdeps/x86_64/multiarch/memset_chk.S: New file.
18617 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
18618 Set bit_Prefer_SSE_for_memop for Intel processors.
18619 * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
18621 (index_Prefer_SSE_for_memop): Define.
18622 (HAS_PREFER_SSE_FOR_MEMOP): Define.
18624 2010-11-04 Luis Machado <luisgpm@br.ibm.com>
18626 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
18627 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
18629 2010-11-03 H.J. Lu <hongjiu.lu@intel.com>
18632 * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
18633 (__x86_64_raw_data_cache_size_half): Likewise.
18634 (__x86_64_raw_shared_cache_size): Likewise.
18635 (__x86_64_raw_shared_cache_size_half): Likewise.
18637 * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
18638 (__x86_64_raw_data_cache_size_half): Likewise.
18639 (__x86_64_raw_shared_cache_size): Likewise.
18640 (__x86_64_raw_shared_cache_size_half): Likewise.
18641 (init_cacheinfo): Set __x86_64_raw_data_cache_size,
18642 __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
18643 and __x86_64_raw_shared_cache_size_half. Round
18644 __x86_64_data_cache_size_half, __x86_64_data_cache_size
18645 __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
18646 to multiple of 256 bytes.
18648 2010-11-03 Ulrich Drepper <drepper@gmail.com>
18651 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
18652 of inacessible symlinks. Verify result of symlink before returning it.
18653 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
18654 Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
18656 2010-10-28 Erich Ritz <erichritz@gmail.com>
18658 * math/math.h (isinf): Fix typo in comment.
18660 2010-11-01 Ulrich Drepper <drepper@gmail.com>
18662 * po/da.po: Update from translation team.
18664 2010-10-26 Ulrich Drepper <drepper@gmail.com>
18666 * elf/rtld.c (dl_main): Move assertion after the point where rtld map
18667 is added to the list.
18669 2010-10-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18670 Ulrich Drepper <drepper@gmail.com>
18672 * elf/dl-object.c (_dl_new_object): Don't append the new object to
18673 the global list here. Move code to...
18674 (_dl_add_to_namespace_list): ...here. New function.
18675 * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
18676 * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
18677 * elf/dl-load.c (lose): Don't remove the element from the list.
18678 (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
18679 (_dl_map_object): Likewise.
18681 2010-10-25 Ulrich Drepper <drepper@gmail.com>
18684 * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
18685 into all bytes of SSE register.
18686 Patch by Richard Li <richardpku@gmail.com>.
18688 2010-10-24 Ulrich Drepper <drepper@gmail.com>
18691 * malloc/malloc.c (_int_free): Fill correct number of bytes when
18694 2010-10-20 Michael B. Brutman <brutman@us.ibm.com>
18696 * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
18697 * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
18698 * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
18699 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
18700 * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
18702 * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
18704 2010-10-22 Andreas Schwab <schwab@redhat.com>
18706 * include/dlfcn.h (__RTLD_SECURE): Define.
18707 * elf/dl-load.c (_dl_map_object): Remove preloaded parameter. Use
18708 mode & __RTLD_SECURE instead.
18709 (open_path): Rename preloaded parameter to secure.
18710 * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
18711 * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
18712 * elf/dl-deps.c (openaux): Likewise.
18713 * elf/rtld.c (struct map_args): Remove is_preloaded.
18714 (map_doit): Don't use it.
18715 (dl_main): Likewise.
18716 (do_preload): Use __RTLD_SECURE instead of is_preloaded.
18717 (dlmopen_doit): Add __RTLD_SECURE to mode bits.
18719 2010-09-09 Andreas Schwab <schwab@redhat.com>
18721 * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
18722 (sysd-rules-targets): Remove duplicates.
18723 * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
18724 rtld-%.$o dependency.
18726 2010-10-18 Andreas Schwab <schwab@redhat.com>
18728 * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
18729 _dl_map_object do it.
18731 2010-10-19 Ulrich Drepper <drepper@gmail.com>
18733 * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
18734 fast fma builtins, define the macros in the C99 standard.
18735 (FP_FAST_FMAF): Likewise.
18736 (FP_FAST_FMAL): Likewise.
18737 * sysdeps/x86_64/bits/mathdef.h: Likewise.
18739 * bits/mathdef.h: Update copyright year.
18740 * sysdeps/powerpc/bits/mathdef.h: Likewise.
18742 2010-10-19 Michael Meissner <meissner@linux.vnet.ibm.com>
18744 * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
18745 builtins, define the macros in the C99 standard.
18746 (FP_FAST_FMAF): Likewise.
18747 (FP_FAST_FMAL): Likewise.
18748 * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
18750 (FP_FAST_FMAF): Likewise.
18752 2010-10-15 Jakub Jelinek <jakub@redhat.com>
18755 * math/libm-test.inc (fma_test): Some new testcases.
18756 * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
18757 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
18758 y and infinite z. Do multiplication by C already in long double.
18759 * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
18760 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
18761 y and infinite z. Do bitwise or of inexact bit into u.d.
18762 * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
18763 * sysdeps/i386/fpu/s_fmaf.S: Removed.
18764 * sysdeps/i386/fpu/s_fma.S: Removed.
18765 * sysdeps/i386/fpu/s_fmal.S: Removed.
18767 2010-10-16 Jakub Jelinek <jakub@redhat.com>
18770 * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
18771 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
18772 computation is not scheduled after fetestexcept. Fix value
18773 of minimum denormal long double.
18775 2010-10-14 Jakub Jelinek <jakub@redhat.com>
18778 * math/libm-test.inc (fma_test): Add some more tests.
18779 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
18782 2010-10-15 Andreas Schwab <schwab@redhat.com>
18784 * scripts/data/localplt-s390-linux-gnu.data: New file.
18785 * scripts/data/localplt-s390x-linux-gnu.data: New file.
18787 2010-10-13 Jakub Jelinek <jakub@redhat.com>
18790 * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
18791 * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
18793 * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
18795 * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
18796 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
18797 if one of x and y is very large and the other is subnormal.
18798 * sysdeps/s390/fpu/s_fmaf.c: New file.
18799 * sysdeps/s390/fpu/s_fma.c: New file.
18800 * sysdeps/powerpc/fpu/s_fmaf.S: New file.
18801 * sysdeps/powerpc/fpu/s_fma.S: New file.
18802 * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
18803 * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
18804 * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
18806 2010-10-12 Jakub Jelinek <jakub@redhat.com>
18809 * math/libm-test.inc (fma_test): Add some more fmaf tests, add
18811 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
18812 * sysdeps/ieee754/dbl-64/s_fma.c: New file.
18813 * sysdeps/i386/i686/multiarch/s_fma.c: Include
18814 sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
18815 * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
18816 * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
18817 * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
18819 2010-10-12 Ulrich Drepper <drepper@redhat.com>
18822 * posix/regcomp.c (parse_branch): One more memory leak plugged.
18823 * posix/bug-regex31.input: Add test case.
18825 2010-10-11 Ulrich Drepper <drepper@gmail.com>
18827 * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
18828 * posix/bug-regex31.input: New file.
18831 * posix/regcomp.c (parse_branch): Free memory when allocation failed.
18832 (parse_sub_exp): Fix last change, use postorder.
18834 * posix/bug-regex31.c: New file.
18835 * posix/Makefile: Add rules to build and run bug-regex31.
18837 * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
18840 * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
18843 * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
18844 to have entries in sys_siglist.
18847 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
18850 2010-10-07 Jakub Jelinek <jakub@redhat.com>
18853 * math/libm-test.inc (fma_test): Add 2 fmaf tests.
18854 * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
18855 * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
18856 sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
18857 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
18858 * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
18859 * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
18860 * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
18861 * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
18862 * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
18863 * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
18864 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
18865 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
18866 * math/ftestexcept.c (fetestexcept): Likewise.
18867 * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
18868 * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
18869 * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
18870 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
18871 * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
18872 * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
18873 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
18875 2010-10-11 Ulrich Drepper <drepper@gmail.com>
18878 * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
18881 2010-10-06 Ulrich Drepper <drepper@gmail.com>
18883 * string/bug-strstr1.c: New file.
18884 * string/Makefile: Add rules to build and run bug-strstr1.
18886 2010-10-05 Eric Blake <eblake@redhat.com>
18889 * string/str-two-way.h (two_way_long_needle): Always clear memory
18890 when skipping input due to the shift table.
18892 2010-10-03 Ulrich Drepper <drepper@gmail.com>
18895 * malloc/mcheck.c: Handle large requests.
18898 * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
18899 for strncmp and strncasecmp.
18900 * string/stratcliff.c: Add tests for strcmp and strncmp.
18901 * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
18903 2010-09-28 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18905 * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
18908 2010-09-30 Andreas Jaeger <aj@suse.de>
18910 * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
18911 (CGROUP_SUPER_MAGIC): Define.
18912 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
18913 Handle btrfs and cgroup file systems.
18914 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
18917 2010-09-27 Luis Machado <luisgpm@br.ibm.com>
18919 * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
18920 * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
18922 2010-09-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
18925 * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
18926 trying to locate the ELF header.
18928 2010-09-27 Andreas Schwab <schwab@redhat.com>
18931 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
18932 Mask out sign-bit copies when constructing f_fsid.
18934 2010-09-24 Petr Baudis <pasky@suse.cz>
18936 * debug/stack_chk_fail_local.c: Add missing licence exception.
18937 * debug/warning-nop.c: Likewise.
18939 2010-09-15 Joseph Myers <joseph@codesourcery.com>
18941 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
18942 implementing getdents64 using getdents syscall, set d_type if
18943 __ASSUME_GETDENTS32_D_TYPE.
18945 2010-09-16 Andreas Schwab <schwab@redhat.com>
18947 * elf/dl-close.c (free_slotinfo, free_mem): Move to...
18948 * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
18950 2010-09-21 Ulrich Drepper <drepper@redhat.com>
18953 * posix/unistd.h: Undo change of feature selection for ftruncate from
18956 2010-09-20 Ulrich Drepper <drepper@redhat.com>
18958 * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
18961 2010-09-20 Andreas Schwab <schwab@redhat.com>
18963 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
18965 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
18967 2010-09-14 Andreas Schwab <schwab@redhat.com>
18969 * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
18970 variables after CHECK_SP call.
18971 * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
18973 2010-09-13 Andreas Schwab <schwab@redhat.com>
18974 Ulrich Drepper <drepper@redhat.com>
18976 * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
18977 re-relocationg ld.so.
18978 * elf/dl-support.c (_dl_non_dynamic_init): And here after the
18979 _dl_init_paths call.
18980 * elf/dl-load.c (_dl_init_paths). Don't set GLRO(dl_init_all_dirs)
18983 2010-09-14 Ulrich Drepper <drepper@redhat.com>
18985 * resolv/res_init.c (__res_vinit): Count the default server we added.
18987 2010-09-08 Chung-Lin Tang <cltang@codesourcery.com>
18988 Ulrich Drepper <drepper@redhat.com>
18991 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
18992 (____longjmp_chk): Use %ebx for saving value across system call.
18995 2010-09-06 Andreas Schwab <schwab@redhat.com>
18997 * manual/Makefile: Don't mix pattern rules with normal rules.
18999 2010-09-05 Andreas Schwab <schwab@linux-m68k.org>
19001 * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
19003 * libio/iofdopen.c (_IO_new_fdopen): Likewise.
19004 * libio/iofopncook.c (_IO_cookie_init): Likewise.
19005 * libio/iovdprintf.c (_IO_vdprintf): Likewise.
19006 * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
19007 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
19010 2010-09-04 Ulrich Drepper <drepper@redhat.com>
19013 * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
19014 IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
19016 2010-09-02 Ulrich Drepper <drepper@redhat.com>
19018 * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
19019 * sysdeps/x86_64/addmul_1.S: Likewise.
19020 * sysdeps/x86_64/lshift.S: Likewise.
19021 * sysdeps/x86_64/mul_1.S: Likewise.
19022 * sysdeps/x86_64/rshift.S: Likewise.
19023 * sysdeps/x86_64/sub_n.S: Likewise.
19024 * sysdeps/x86_64/submul_1.S: Likewise.
19026 2010-09-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
19028 This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
19029 Define __sched_param instead of SCHED_* and sched_param when
19030 <bits/sched.h> is included with __need_schedparam defined.
19031 * bits/sched.h [__need_schedparam]
19032 (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
19033 [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
19034 (__defined_schedparam): Define to 1.
19035 (__sched_param): New structure, identical to sched_param.
19036 (__need_schedparam): Undefine.
19038 2010-08-31 Mike Frysinger <vapier@gentoo.org>
19040 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
19041 (epoll_create1): Declare.
19043 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
19045 2010-08-31 Andreas Schwab <schwab@redhat.com>
19048 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
19049 shifting retval into place.
19051 2010-09-01 Ulrich Drepper <drepper@redhat.com>
19053 * nis/rpcsvc/nis.h: Update copyright notice.
19054 * nis/rpcsvc/nis.x: Likewise.
19055 * nis/rpcsvc/nis_callback.h: Likewise.
19056 * nis/rpcsvc/nis_callback.x: Likewise.
19057 * nis/rpcsvc/nis_object.x: Likewise.
19058 * nis/rpcsvc/nis_tags.h: Likewise.
19059 * nis/rpcsvc/yp.h: Likewise.
19060 * nis/rpcsvc/yp.x: Likewise.
19061 * nis/rpcsvc/ypupd.h: Likewise.
19062 * nis/yp_xdr.c: Likewise.
19063 * nis/ypupdate_xdr.c: Likewise.
19065 * sunrpc/pm_getport.c (__libc_rpc_getport): New function. This is
19066 mainly the body of pmap_getport. Add parameters to specify timeouts.
19067 (pmap_getport): Use __libc_rpc_getport.
19068 * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
19069 * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
19070 * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
19072 2010-08-31 Andreas Schwab <schwab@linux-m68k.org>
19074 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
19077 2010-08-27 Roland McGrath <roland@redhat.com>
19079 * sysdeps/i386/i686/multiarch/Makefile
19080 (CFLAGS-varshift.c): New variable.
19082 2010-08-27 Ulrich Drepper <drepper@redhat.com>
19084 * sysdeps/i386/i686/multiarch/varshift.S: File removed.
19085 * sysdeps/i386/i686/multiarch/varshift.c: New file.
19087 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
19089 * sysdeps/x86_64/strlen.S: Minimal code improvement.
19091 2010-08-26 H.J. Lu <hongjiu.lu@intel.com>
19093 * sysdeps/x86_64/strlen.S: Unroll the loop.
19094 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
19095 strlen-sse2 strlen-sse2-bsf.
19096 * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
19097 __strlen_no_bsf if bit_Slow_BSF is set.
19098 (__strlen_sse42): Removed.
19099 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
19100 * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
19102 2010-08-25 Roland McGrath <roland@redhat.com>
19104 * sysdeps/x86_64/multiarch/varshift.S: File removed.
19105 * sysdeps/x86_64/multiarch/varshift.c: New file.
19106 * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
19107 * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
19108 * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
19109 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
19111 2010-08-25 H.J. Lu <hongjiu.lu@intel.com>
19113 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
19114 strlen-sse2 strlen-sse2-bsf.
19115 * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
19116 __strlen_sse2_bsf if bit_Slow_BSF is unset.
19117 (__strlen_sse2): Removed.
19118 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
19119 * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
19120 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
19121 bit_Slow_BSF for Atom.
19122 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
19123 (index_Slow_BSF): Define.
19124 (HAS_SLOW_BSF): Define.
19126 2010-08-25 Ulrich Drepper <drepper@redhat.com>
19129 * resolv/res_init.c (__res_vinit): When no server address at all
19130 is given default to loopback.
19132 2010-08-24 Roland McGrath <roland@redhat.com>
19134 * configure.in: Remove config-name.h generation.
19135 * configure: Regenerated.
19136 * config-name.in: File removed.
19137 * scripts/config-uname.sh: New file.
19138 * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
19139 ($(objdir)config-name.h): New target.
19141 * sunrpc/rpc_parse.h: Avoid nested comment.
19143 2010-08-24 Richard Henderson <rth@redhat.com>
19144 Ulrich Drepper <drepper@redhat.com>
19145 H.J. Lu <hongjiu.lu@intel.com>
19147 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
19148 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
19149 * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
19150 Replace _mm_srli_si128 with __m128i_shift_right. Replace
19151 _mm_alignr_epi8 with _mm_loadu_si128.
19152 * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
19153 * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
19154 (__m128i_shift_right): Removed.
19155 * sysdeps/i386/i686/multiarch/varshift.h: New file.
19156 * sysdeps/i386/i686/multiarch/varshift.S: New file.
19157 * sysdeps/x86_64/multiarch/varshift.h: New file.
19158 * sysdeps/x86_64/multiarch/varshift.S: New file.
19160 2010-08-21 Mike Frysinger <vapier@gentoo.org>
19162 * configure.in: Move assembler checks to before sysdep dir checking.
19164 2010-08-20 Petr Baudis <pasky@suse.cz>
19166 * LICENSES: Sync the sunrpc license.
19168 2010-08-19 Ulrich Drepper <drepper@redhat.com>
19170 * sunrpc/auth_des.c: Update copyright notice once again.
19171 * sunrpc/auth_none.c: Likewise.
19172 * sunrpc/auth_unix.c: Likewise.
19173 * sunrpc/authdes_prot.c: Likewise.
19174 * sunrpc/authuxprot.c: Likewise.
19175 * sunrpc/bindrsvprt.c: Likewise.
19176 * sunrpc/clnt_gen.c: Likewise.
19177 * sunrpc/clnt_perr.c: Likewise.
19178 * sunrpc/clnt_raw.c: Likewise.
19179 * sunrpc/clnt_simp.c: Likewise.
19180 * sunrpc/clnt_tcp.c: Likewise.
19181 * sunrpc/clnt_udp.c: Likewise.
19182 * sunrpc/clnt_unix.c: Likewise.
19183 * sunrpc/des_crypt.c: Likewise.
19184 * sunrpc/des_soft.c: Likewise.
19185 * sunrpc/get_myaddr.c: Likewise.
19186 * sunrpc/getrpcport.c: Likewise.
19187 * sunrpc/key_call.c: Likewise.
19188 * sunrpc/key_prot.c: Likewise.
19189 * sunrpc/openchild.c: Likewise.
19190 * sunrpc/pm_getmaps.c: Likewise.
19191 * sunrpc/pm_getport.c: Likewise.
19192 * sunrpc/pmap_clnt.c: Likewise.
19193 * sunrpc/pmap_prot.c: Likewise.
19194 * sunrpc/pmap_prot2.c: Likewise.
19195 * sunrpc/pmap_rmt.c: Likewise.
19196 * sunrpc/rpc/auth.h: Likewise.
19197 * sunrpc/rpc/auth_unix.h: Likewise.
19198 * sunrpc/rpc/clnt.h: Likewise.
19199 * sunrpc/rpc/des_crypt.h: Likewise.
19200 * sunrpc/rpc/key_prot.h: Likewise.
19201 * sunrpc/rpc/netdb.h: Likewise.
19202 * sunrpc/rpc/pmap_clnt.h: Likewise.
19203 * sunrpc/rpc/pmap_prot.h: Likewise.
19204 * sunrpc/rpc/pmap_rmt.h: Likewise.
19205 * sunrpc/rpc/rpc.h: Likewise.
19206 * sunrpc/rpc/rpc_des.h: Likewise.
19207 * sunrpc/rpc/rpc_msg.h: Likewise.
19208 * sunrpc/rpc/svc.h: Likewise.
19209 * sunrpc/rpc/svc_auth.h: Likewise.
19210 * sunrpc/rpc/types.h: Likewise.
19211 * sunrpc/rpc/xdr.h: Likewise.
19212 * sunrpc/rpc_clntout.c: Likewise.
19213 * sunrpc/rpc_cmsg.c: Likewise.
19214 * sunrpc/rpc_common.c: Likewise.
19215 * sunrpc/rpc_cout.c: Likewise.
19216 * sunrpc/rpc_dtable.c: Likewise.
19217 * sunrpc/rpc_hout.c: Likewise.
19218 * sunrpc/rpc_main.c: Likewise.
19219 * sunrpc/rpc_parse.c: Likewise.
19220 * sunrpc/rpc_parse.h: Likewise.
19221 * sunrpc/rpc_prot.c: Likewise.
19222 * sunrpc/rpc_sample.c: Likewise.
19223 * sunrpc/rpc_scan.c: Likewise.
19224 * sunrpc/rpc_scan.h: Likewise.
19225 * sunrpc/rpc_svcout.c: Likewise.
19226 * sunrpc/rpc_tblout.c: Likewise.
19227 * sunrpc/rpc_util.c: Likewise.
19228 * sunrpc/rpc_util.h: Likewise.
19229 * sunrpc/rpcinfo.c: Likewise.
19230 * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
19231 * sunrpc/rpcsvc/key_prot.x: Likewise.
19232 * sunrpc/rpcsvc/klm_prot.x: Likewise.
19233 * sunrpc/rpcsvc/mount.x: Likewise.
19234 * sunrpc/rpcsvc/nfs_prot.x: Likewise.
19235 * sunrpc/rpcsvc/nlm_prot.x: Likewise.
19236 * sunrpc/rpcsvc/rex.x: Likewise.
19237 * sunrpc/rpcsvc/rstat.x: Likewise.
19238 * sunrpc/rpcsvc/rusers.x: Likewise.
19239 * sunrpc/rpcsvc/sm_inter.x: Likewise.
19240 * sunrpc/rpcsvc/spray.x: Likewise.
19241 * sunrpc/rpcsvc/yppasswd.x: Likewise.
19242 * sunrpc/rtime.c: Likewise.
19243 * sunrpc/svc.c: Likewise.
19244 * sunrpc/svc_auth.c: Likewise.
19245 * sunrpc/svc_authux.c: Likewise.
19246 * sunrpc/svc_raw.c: Likewise.
19247 * sunrpc/svc_run.c: Likewise.
19248 * sunrpc/svc_simple.c: Likewise.
19249 * sunrpc/svc_tcp.c: Likewise.
19250 * sunrpc/svc_udp.c: Likewise.
19251 * sunrpc/svc_unix.c: Likewise.
19252 * sunrpc/svcauth_des.c: Likewise.
19253 * sunrpc/xcrypt.c: Likewise.
19254 * sunrpc/xdr.c: Likewise.
19255 * sunrpc/xdr_array.c: Likewise.
19256 * sunrpc/xdr_float.c: Likewise.
19257 * sunrpc/xdr_mem.c: Likewise.
19258 * sunrpc/xdr_rec.c: Likewise.
19259 * sunrpc/xdr_ref.c: Likewise.
19260 * sunrpc/xdr_sizeof.c: Likewise.
19261 * sunrpc/xdr_stdio.c: Likewise.
19263 * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
19266 2010-08-19 Andreas Schwab <schwab@redhat.com>
19268 * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
19270 2010-08-19 Luis Machado <luisgpm@br.ibm.com>
19272 * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
19273 * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
19274 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
19275 * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
19276 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
19277 * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
19278 * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
19279 * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
19280 * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
19281 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
19282 * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
19283 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
19284 * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
19285 * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
19287 2010-07-26 Anton Blanchard <anton@samba.org>
19289 * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
19290 * malloc/arena.c (heap_trim): Likewise.
19292 2010-08-16 Ulrich Drepper <drepper@redhat.com>
19294 * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
19296 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
19297 * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
19299 2010-08-12 H.J. Lu <hongjiu.lu@intel.com>
19301 * sysdeps/i386/elf/Makefile: New file.
19303 2010-08-14 Andreas Schwab <schwab@linux-m68k.org>
19305 * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
19306 from fanotify_init.
19307 * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
19308 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
19310 2010-08-15 Ulrich Drepper <drepper@redhat.com>
19312 * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
19314 * sysdeps/multiarch/strcmp.S: Likewise.
19316 2010-08-14 Ulrich Drepper <drepper@redhat.com>
19318 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
19319 strncase_l-nonascii.
19320 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
19321 Add strncase_l-ssse3.
19322 * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
19323 * sysdeps/x86_64/strcmp.S: Likewise.
19324 * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
19325 * sysdeps/x86_64/multiarch/strncase_l.S: New file.
19326 * sysdeps/x86_64/strncase.S: New file.
19327 * sysdeps/x86_64/strncase_l-nonascii.c: New file.
19328 * sysdeps/x86_64/strncase_l.S: New file.
19329 * string/Makefile (strop-tests): Add strncasecmp.
19330 * string/test-strncasecmp.c: New file.
19332 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
19335 * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
19336 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
19338 2010-08-14 Andreas Schwab <schwab@linux-m68k.org>
19340 * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
19342 2010-08-12 Ulrich Drepper <drepper@redhat.com>
19344 * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
19345 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
19346 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
19348 2010-05-01 Alan Modra <amodra@gmail.com>
19350 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
19351 * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
19352 * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
19353 * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
19354 * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
19355 tidying. Don't tail-call __sigjmp_save for static lib.
19356 * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
19358 (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
19359 (CALL_MCOUNT): Add eh info, and nop after bl.
19360 (TAIL_CALL_SYSCALL_ERROR): New macro.
19361 (PSEUDO_RET): Use it.
19362 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
19363 Correct save location of integer regs and cr.
19364 (_dl_profile_resolve): Correct cr save location. Delete nops
19365 after bl when SHARED. Reduce cfi size a little by better
19366 placement of cfi directives.
19367 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
19368 make a stack frame. Instead use parm save area as a temp.
19369 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
19370 make a stack frame. Use TAIL_CALL_SYSCALL_ERROR.
19371 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
19372 Don't make a stack frame for parent, use parm save area.
19373 Increase child stack frame to 112 bytes. Don't save unused reg,
19374 and adjust reg usage. Set up cfi on error recovery and
19375 epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
19376 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
19377 (__makecontext): Add dummy nop after jump to exit.
19378 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
19379 Use correct parm save area and cr save, reduce stack frame.
19380 Correct cfi for possible PSEUDO_RET frame setup.
19381 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
19382 Branch to local label emitted by PSEUDO_RET rather than
19385 2010-08-12 Andreas Schwab <schwab@redhat.com>
19388 * locale/programs/locale.c (print_assignment): New function.
19389 (show_locale_vars): Use it.
19391 2010-08-11 Ulrich Drepper <drepper@redhat.com>
19393 * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
19395 (struct statfs64): Likewise.
19396 (_STATFS_F_FLAGS): Define.
19397 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
19398 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
19399 Don't define if __ASSUME_STATFS_F_FLAGS is defined.
19400 (ST_VALID): Define locally.
19401 (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
19402 __statvfs_getflags, use the provided value.
19403 * sysdeps/unix/sysv/linux/kernel-features.h: Define
19404 __ASSUME_STATFS_F_FLAGS.
19406 * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
19408 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
19409 Add sys/fanotify.h.
19410 * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
19411 fanotify_mask for GLIBC_2.13.
19412 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
19413 fanotify_init and fanotify_mark.
19414 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
19415 * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
19417 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
19419 * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
19420 prlimit64 for GLIBC_2.13.
19421 * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
19423 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
19425 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
19426 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
19427 * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
19428 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
19429 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise. Also
19431 * sysdeps/unix/sysv/linux/prlimit.c: New file.
19434 * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
19435 Patch by Evgeni Bikov <bikovevg@iitp.ru>.
19437 * nss/Makefile: Add rules to build and run tst-nss-test1.
19438 * shlib-versions: Add entry for libnss_test1.
19439 * nss/nss_test1.c: New file.
19440 * nss/tst-nss-test1.c: New file.
19442 * nss/nsswitch.c (__nss_database_custom): Define new variable.
19443 (__nss_configure_lookup): Set appropriate entry in
19444 __nss_configure_lookup to true.
19445 * nss/nsswitch.h: Define enum with indeces of databases in
19446 databases and __nss_database_custom arrays. Declare
19447 __nss_database_custom.
19448 * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
19449 to avoid using nscd when custom rules are installed.
19450 * nss/getXXbyYY_r.c: Likewise.
19451 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
19453 * nss/nss_files/files-parse.c: Whitespace fixes.
19455 2010-08-09 Ulrich Drepper <drepper@redhat.com>
19458 * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
19459 * posix/fnmatch_loop.c: Likewise.
19461 2010-07-17 Andi Kleen <ak@linux.intel.com>
19463 * sysdeps/i386/i386-mcount.S (__fentry__): Define.
19464 * sysdeps/x86_64/_mcount.S (__fentry__): Define.
19465 * stdlib/Versions (__fentry__): Add for GLIBC 2.13
19466 * Versions.def [GLIBC_2.13]: Add.
19468 2010-08-06 Ulrich Drepper <drepper@redhat.com>
19470 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
19471 Also fail if tpwd after pwuid call is NULL.
19473 2010-07-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
19475 * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
19476 when converting to ms.
19478 2010-06-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
19480 * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
19481 EOPNOTSUPP errors with ENOTTY.
19482 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
19483 EOPNOTSUPP errors with ENOTTY.
19485 2010-07-31 Ulrich Drepper <drepper@redhat.com>
19487 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
19488 Add strcasecmp_l-ssse3.
19489 * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
19491 * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
19492 * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
19493 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
19495 2010-07-30 Ulrich Drepper <drepper@redhat.com>
19497 * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
19499 * string/Makefile (strop-tests): Add strcasecmp.
19500 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
19501 strcasecmp_l-nonascii.
19502 (gen-as-const-headers): Add locale-defines.sym.
19503 * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
19504 * sysdeps/x86_64/strcasecmp.S: New file.
19505 * sysdeps/x86_64/strcasecmp_l.S: New file.
19506 * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
19507 * sysdeps/x86_64/locale-defines.sym: New file.
19508 * string/test-strcasecmp.c: New file.
19510 * string/test-strcasestr.c: Test both ends of the range of characters.
19511 * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
19513 2010-07-29 Roland McGrath <roland@redhat.com>
19516 * manual/locale.texi (Yes-or-No Questions): Fix example code.
19518 2010-07-27 Ulrich Drepper <drepper@redhat.com>
19520 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
19523 2010-07-27 Andreas Schwab <schwab@redhat.com>
19525 * manual/memory.texi (Malloc Tunable Parameters): Document
19528 2010-07-26 Roland McGrath <roland@redhat.com>
19531 * configure.in (-fgnu89-inline check): Set and substitute
19532 gnu89_inline, not libc_cv_gnu89_inline.
19533 * configure: Regenerated.
19534 * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
19536 2010-07-26 Ulrich Drepper <drepper@redhat.com>
19538 * string/test-strnlen.c: New file.
19539 * string/Makefile (strop-tests): Add strnlen.
19540 * string/tester.c (test_strnlen): Add a few more test cases.
19541 * string/tst-strlen.c: Better error reporting.
19543 * sysdeps/x86_64/strnlen.S: New file.
19545 2010-07-24 Ulrich Drepper <drepper@redhat.com>
19547 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
19548 lower-latency instructions.
19550 2010-07-23 Ulrich Drepper <drepper@redhat.com>
19552 * string/test-strcasestr.c: New file.
19553 * string/test-strstr.c: New file.
19554 * string/Makefile (strop-tests): Add strstr and strcasestr.
19555 * string/str-two-way.h: Don't undefine MAX.
19556 * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
19558 2010-07-21 Andreas Schwab <schwab@redhat.com>
19560 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
19561 strcasestr-nonascii.
19562 (CFLAGS-strcasestr-nonascii.c): Define.
19563 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
19564 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
19565 Remove unused attribute.
19567 2010-07-20 Roland McGrath <roland@redhat.com>
19569 * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
19570 dl_hwcap_mask as well as dl_hwcap. Without this, dsocaps matching in
19571 ld.so.cache was broken. With it, there is no way to disable dsocaps
19572 like LD_HWCAP_MASK can disable hwcaps.
19574 2010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
19576 * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
19578 2010-07-16 Ulrich Drepper <drepper@redhat.com>
19580 * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
19581 call in strcasestr.
19582 * sysdeps/x86_64/multiarch/strcasestr.c: Declare
19583 __strcasestr_sse42_nonascii.
19584 * sysdeps/x86_64/multiarch/Makefile: Add rules to build
19585 strcasestr-nonascii.c.
19586 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
19588 2010-06-15 Luis Machado <luisgpm@br.ibm.com>
19590 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
19591 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
19592 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
19593 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
19595 2010-07-09 Ulrich Drepper <drepper@redhat.com>
19597 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
19600 2010-07-06 Andreas Schwab <schwab@redhat.com>
19603 * elf/dl-version.c (match_symbol): Don't pass NULL occation to
19606 2010-07-06 Ulrich Drepper <drepper@redhat.com>
19608 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
19609 _PC_PIPE_BUF using F_GETPIPE_SZ.
19611 2010-07-05 Roland McGrath <roland@redhat.com>
19613 * manual/arith.texi (Rounding Functions): Fix rint description
19614 implicit in round description.
19616 2010-07-02 Ulrich Drepper <drepper@redhat.com>
19618 * elf/Makefile: Fix linking for a few tests to make recent linker
19621 2010-06-30 Andreas Schwab <schwab@redhat.com>
19623 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
19624 $(common-objpfx)libc_nonshared.a.
19626 2010-06-21 Luis Machado <luisgpm@br.ibm.com>
19628 * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
19629 * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
19630 * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
19631 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
19632 * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
19633 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
19634 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
19635 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
19636 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
19637 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
19638 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
19639 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
19640 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
19641 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
19642 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
19643 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
19644 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
19645 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
19646 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
19647 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
19648 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
19649 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
19650 * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
19651 * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
19652 * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
19653 * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
19654 * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
19655 * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
19656 * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
19657 * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
19658 * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
19659 * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
19660 * sysdeps/powerpc/powerpc32/power7/Implies: New file.
19661 * sysdeps/powerpc/powerpc64/power7/Implies: New file.
19662 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
19663 * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
19664 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
19665 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
19666 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
19667 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
19668 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
19669 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
19670 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
19671 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
19672 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
19673 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
19674 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
19675 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
19677 2010-06-25 H.J. Lu <hongjiu.lu@intel.com>
19679 * debug/memmove_chk.c (__memmove_chk): Renamed to ...
19680 (MEMMOVE_CHK): ...this. Default to __memmove_chk.
19681 * string/memmove.c (memmove): Renamed to ...
19682 (MEMMOVE): ...this. Default to memmove.
19683 * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
19684 * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
19686 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
19687 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
19688 mempcpy-ssse3-back memmove-ssse3-back.
19689 * sysdeps/x86_64/multiarch/bcopy.S: New file .
19690 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
19691 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
19692 * sysdeps/x86_64/multiarch/memcpy.S: New file.
19693 * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
19694 * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
19695 * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
19696 * sysdeps/x86_64/multiarch/memmove.c: New file.
19697 * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
19698 * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
19699 * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
19700 * sysdeps/x86_64/multiarch/mempcpy.S: New file.
19701 * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
19702 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
19704 (index_Fast_Copy_Backward): Define.
19705 (HAS_ARCH_FEATURE): Define.
19706 (HAS_FAST_REP_STRING): Define.
19707 (HAS_FAST_COPY_BACKWARD): Define.
19709 2010-06-21 Andreas Schwab <schwab@redhat.com>
19711 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
19712 Restore proper fallback handling.
19714 2010-06-19 Ulrich Drepper <drepper@redhat.com>
19717 * posix/group_member.c (__group_member): Correct checking loop.
19719 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
19720 OOM in getpwuid_r correctly. Return error number when the caller
19721 should return, otherwise -1.
19722 (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
19723 call returning > 0 value.
19724 * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
19726 2010-06-07 Andreas Schwab <schwab@redhat.com>
19728 * dlfcn/Makefile: Remove explicit dependencies on libc.so and
19729 libc_nonshared.a from targets in modules-names.
19731 2010-06-02 Kirill A. Shutemov <kirill@shutemov.name>
19733 * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
19736 2010-06-10 Luis Machado <luisgpm@br.ibm.com>
19738 * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
19739 * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
19740 * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
19741 * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
19743 2010-06-02 Andreas Schwab <schwab@redhat.com>
19745 * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
19747 2010-06-14 Ulrich Drepper <drepper@redhat.com>
19749 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
19751 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
19752 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
19753 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
19754 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
19755 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
19756 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
19758 2010-06-14 Roland McGrath <roland@redhat.com>
19760 * manual/libc.texinfo (@copying): Change to GFDL v1.3.
19762 2010-06-07 Jakub Jelinek <jakub@redhat.com>
19764 * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
19765 __REDIRECT followed by __THROW.
19766 * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
19767 * posix/getopt.h (getopt): Likewise.
19769 2010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
19771 * hurd/lookup-at.c (__file_name_lookup_at): Accept
19772 AT_SYMLINK_FOLLOW in AT_FLAGS. Fail with EINVAL if both
19773 AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
19775 * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
19776 * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
19778 2010-05-28 Luis Machado <luisgpm@br.ibm.com>
19780 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
19782 2010-05-26 H.J. Lu <hongjiu.lu@intel.com>
19785 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
19786 Properly check family and model.
19788 2010-05-26 Takashi Yoshii <takashi.yoshii.zj@renesas.com>
19790 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
19792 2010-05-24 Luis Machado <luisgpm@br.ibm.com>
19794 * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
19796 2010-05-21 Ulrich Drepper <drepper@redhat.com>
19798 * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
19801 2010-05-19 Andreas Schwab <schwab@redhat.com>
19803 * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
19806 2010-05-21 Andreas Schwab <schwab@redhat.com>
19808 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
19809 and internal_recvmmsg.
19810 * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
19811 * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
19812 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
19813 * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
19815 * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
19816 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
19817 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
19819 2010-05-20 Andreas Schwab <schwab@redhat.com>
19821 * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
19823 2010-05-17 Luis Machado <luisgpm@br.ibm.com>
19825 POWER7 optimizations.
19826 * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
19827 * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
19829 2010-05-19 Ulrich Drepper <drepper@redhat.com>
19831 * version.h: Update for 2.13 development version.
19833 2010-05-12 Andrew Stubbs <ams@codesourcery.com>
19835 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
19836 exceptions. Return 0.
19838 2010-05-07 Roland McGrath <roland@redhat.com>
19840 * elf/ldconfig.c (main): Add a const.
19842 2010-05-06 Ulrich Drepper <drepper@redhat.com>
19844 * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
19845 (args_options): Add no-idn option.
19846 (ahosts_keys_int): Add idn_flags to ai_flags.
19847 (parse_option): Handle 'i' option to clear idn_flags.
19849 * malloc/malloc.c (_int_free): Possible race in the most recently
19850 added check. Only act on the data if no current modification
19853 See ChangeLog.17 for earlier changes.