1 2015-03-09 Paul Pluzhnikov <ppluzhnikov@google.com>
4 * posix/wordexp.c (parse_backtick): Fix off-by-one.
5 * posix/wordexp-test.c (test_case): Add test for BZ #18042.
7 2015-03-09 Paul Pluzhnikov <ppluzhnikov@google.com>
10 * posix/wordexp-test.c (test_case): Add test for BZ #18043
13 (testit): Refactor to have words at the edge of unreadable page.
15 2015-03-08 Paul Pluzhnikov <ppluzhnikov@google.com>
18 * libio/genops.c (_IO_unbuffer_all): Renamed from _IO_unbuffer_write.
19 Cleanup read-only streams as well.
20 (_IO_cleanup): Call _IO_unbuffer_all instead of _IO_unbuffer_write.
22 2015-03-08 Samuel Thibault <samuel.thibault@ens-lyon.org>
24 * sysdeps/mach/hurd/bits/libc-lock.h [_LIBC]: Include
27 2015-03-07 Joseph Myers <joseph@codesourcery.com>
29 * soft-fp/soft-fp.h (_FP_ZERO_INIT): New macro. Define depending
31 * soft-fp/op-1.h (_FP_FRAC_DECL_1): Use _FP_ZERO_INIT.
32 * soft-fp/op-2.h (_FP_FRAC_DECL_2): Likewise.
33 * soft-fp/op-common.h (_FP_DECL): Likewise.
35 2015-03-06 H.J. Lu <hongjiu.lu@intel.com>
37 * elf/ifuncdep2.c (global): Replace
38 __attribute__((visibility("protected"))) with
39 asm (".protected global").
40 * elf/ifuncmod1.c (global): Likewise.
41 * elf/ifuncmod5.c (global): Likewise.
43 2015-03-06 Joseph Myers <joseph@codesourcery.com>
45 * soft-fp/soft-fp.h [!_LIBC && __KERNEL__]: Include
46 <asm/sfp-machine.h> instead of <sfp-machine.h>.
48 2015-03-06 Roland McGrath <roland@hack.frob.com>
50 * manual/install.texi (Configuring and compiling):
51 Document test-wrapper-env-only.
52 * INSTALL: Regenerated.
54 2015-03-06 Paul Pluzhnikov <ppluzhnikov@google.com>
57 * posix/wordexp.c (parse_param): Fix buffer overflow.
58 * posix/wordexp-test.c (do_bz18043): Add test case.
60 2015-03-06 Vincent Bernat <vincent@bernat.im>
62 * time/tst-strptime2.c (do_test): Ensure failing tests are
64 * time/tst-strptime3.c (do_test): Likewise.
66 2015-03-06 Samuel Thibault <samuel.thibault@inria.fr>
68 Fix aio_error thread-safety.
69 * sysdeps/pthread/aio_error.c: New file
70 * sysdeps/pthread/aio_misc.c: Remove optimistic comment about
73 2015-03-06 Florian Weimer <fweimer@redhat.com>
75 * stdio-common/vfprintf.c (THOUSANDS_SEP_T): New typedef.
76 (group_number, vfprintf): Use it.
77 (JUMP_TABLE_BASE_LABEL): New preprocessor macro.
79 (WORK_BUFFER_SIZE): New enum constant.
80 (process_arg, vfprintf): Use it.
82 2015-03-06 Rical Jasan <ricaljasan@pacific.net>
84 * manual/errno.texi (Error Messages): Complete example function
85 by adding missing #define.
86 (program_invocation_name): Add statement indicating GNU
87 extension and reference which header file declares the variable.
88 (program_invocation_short_name): Likewise.
90 2015-03-06 Mike Frysinger <vapier@gentoo.org>
92 * manual/errno.texi (Error Messages): Delete strerror ISO C89
95 2015-03-05 Roland McGrath <roland@hack.frob.com>
97 * Makeconfig (test-wrapper-env-only): New variable.
98 * Rules (make-test-out): If variable $*-ENV-only is nonempty,
99 then use that with $(test-wrapper-env-only) rather than using
100 $(test-wrapper-env) $(run-program-env) $($*-ENV).
102 2015-03-05 H.J. Lu <hongjiu.lu@intel.com>
105 * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Replace
106 ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY in comments.
107 * sysdeps/arm/dl-machine.h (elf_machine_type_class): Likewise.
108 * sysdeps/hppa/dl-machine.h (elf_machine_type_class): Likewise.
109 * sysdeps/i386/dl-machine.h (elf_machine_type_class): Likewise.
110 * sysdeps/ia64/dl-machine.h (elf_machine_type_class): Likewise.
111 * sysdeps/m68k/dl-machine.h (elf_machine_type_class): Likewise.
112 * sysdeps/microblaze/dl-machine.h (elf_machine_type_class):
114 * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Likewise.
115 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_type_class):
117 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
119 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class):
121 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_type_class):
123 * sysdeps/sh/dl-machine.h (elf_machine_type_class): Likewise.
124 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_type_class):
126 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_type_class):
128 * sysdeps/tile/dl-machine.h (elf_machine_type_class): Likewise.
129 * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Likewise.
131 2015-03-04 Roland McGrath <roland@hack.frob.com>
133 * sysdeps/generic/netinet/if_ether.h: Don't #include <features.h>.
134 (ETH_ALEN): New macro.
135 (struct ether_addr): Use it for length of ether_addr_octet.
137 * nss/test-netdb.c: Don't #include <rpc/netdb.h>.
138 (setdb): Don't call __nss_configure_lookup for "rpc".
139 (do_test): Don't call test_rpc.
140 (output_rpcent, test_rpc): Functions moved ...
141 * sunrpc/test-rpcent.c: ... to this new file.
142 * sunrpc/Makefile (tests): Add it.
144 * nptl/tst-cancel4.c (tf_sigpause) [!SIGCANCEL]: Call pause instead of
146 * nptl/tst-signal3.c: Conditionalize body on [SIGRTMIN].
147 * nptl/tst-signal6.c: Likewise.
148 * rt/tst-mqueue5.c: Conditionalize body on [SIGRTMIN && SA_SIGINFO].
149 * rt/tst-timer4.c: Conditionalize body on [SA_SIGINFO].
151 * configure.ac (libc_cv_cxx_link_ok): New check.
152 Reset CXX to empty if it fails to link.
153 * configure: Regenerated.
154 * dlfcn/Makefile (tests, modules-names): Add bug-atexit3 and
155 bug-atexit3-lib only if $(CXX) is nonempty.
156 * nptl/Makefile (tests): Likewise for tst-cancel24.
157 (tests, tests-static): Likewise for tst-cancel24-static.
158 * debug/Makefile (tests): Likewise for tst-chk4, tst-chk5, tst-chk6,
159 tst-lfschk4, tst-lfschk5, and tst-lfschk6.
160 * elf/Makefile (tests, modules-names): Likewise for tst-unique3,
161 tst-unique3lib, tst-unique3lib2, tst-unique4, and tst-unique4lib.
163 2015-03-04 Andreas Schwab <schwab@suse.de>
166 * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Don't define
167 for non-GCC compilers.
168 * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
171 2015-03-03 Adhemerval Zanellla <azanella@linux.vnet.ibm.com>
174 * sysdeps/powerpc/bits/fenvinline.h (feraiseexcept): Convert input to
175 integer before bitwise and assembly operations.
176 (feclearexcept): Likewise.
177 * math/test-fenvinline.c: New file.
178 * math/Makefile: Add test-fenvinline test.
180 2015-03-03 Alan Modra <amodra@gmail.com>
183 * scripts/localplt.awk: Strip off symbol version.
184 * NEWS: Mention bug fix.
186 2015-03-02 Roland McGrath <roland@hack.frob.com>
188 * sysdeps/pthread/timer_routines.c
189 (timer_free_list, thread_free_list, thread_active_list): Make static.
191 2015-03-02 Joseph Myers <joseph@codesourcery.com>
194 * sysdeps/unix/sysv/linux/hppa/kernel-features.h
195 [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
197 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
198 [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
200 * sysdeps/unix/sysv/linux/sh/kernel-features.h
201 [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
204 2015-03-02 Paul Pluzhnikov <ppluzhnikov@google.com>
207 * posix/fnmatch_loop.c (END): Detect invalid pattern.
208 * posix/tst-fnmatch3.c (do_bz18036): Add test case.
210 2015-03-02 Andreas Schwab <schwab@suse.de>
212 * elf/Makefile ($(elf-objpfx)runtime-linker.st): Fix typo in
215 2015-03-02 Florian Weimer <fweimer@redhat.com>
217 * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn):
220 2015-02-27 Alexandre Oliva <aoliva@redhat.com>
223 * locale/findlocale.c (_nl_find_locale): Introduce const
224 version of loc_name and drop unsafe type casts.
226 2015-02-27 Roland McGrath <roland@hack.frob.com>
228 * dlfcn/tststatic2.c (main): Converted to ...
230 (TEST_FUNCTION): New macro.
231 Include test-skeleton.c.
233 2015-02-27 H.J. Lu <hongjiu.lu@intel.com>
236 * elf/Makefile (tests): Add vismain only if PIE is enabled.
237 (tests-pie): Add vismain.
238 (CFLAGS-vismain.c): New.
239 * elf/vismain.c: Add comments for PIE requirement.
241 2015-02-27 Joseph Myers <joseph@codesourcery.com>
245 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Use
246 0x1p-56L as threshold for just returning the argument.
247 * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Use
248 0x1p-32L as threshold for just returning the argument.
249 * math/auto-libm-test-in: Add more tests of atanh.
250 * math/auto-libm-test-out: Regenerated.
251 * sysdeps/i386/fpu/libm-test-ulps: Update.
252 * sysdeps/x86_64/fpu/libm-test-ulp: Likewise.
254 2015-02-27 Wilco Dijkstra wdijkstr@arm.com
256 * string/bcopy.c (bcopy): Call memmove for performance.
258 2015-02-27 Wilco Dijkstra wdijkstr@arm.com
260 * string/bzero.c (__bzero): Call memset for performance.
262 2015-02-27 John David Anglin <dave.anglin@bell.net>
264 * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change
267 2015-02-27 Joseph Myers <joseph@codesourcery.com>
269 * sysdeps/ieee754/k_standard.c (CSTR): Add comment.
271 2015-02-26 Joseph Myers <joseph@codesourcery.com>
273 * sysdeps/ieee754/k_standard.c (CSTR): New macro.
274 (__kernel_standard): Use CSTR macro when setting exc.name.
275 * sysdeps/ieee754/Makefile [$(subdir) = math]
276 (CFLAGS-k_standard.c): Remove variable.
278 * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Change last case for
279 setting p and q from "else if" to "else".
281 * sysdeps/ieee754/dbl-64/e_j1.c (pone): Likewise.
283 * sysdeps/ieee754/flt-32/e_j0f.c (pzerof): Likewise.
285 * sysdeps/ieee754/flt-32/e_j1f.c (ponef): Likewise.
287 * sysdeps/ieee754/ldbl-96/e_j0l.c (pzero): Likewise.
289 * sysdeps/ieee754/ldbl-96/e_j1l.c (pone): Likewise.
294 * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Only
295 return pi/2 for arguments below 0x1p-113L.
296 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Only
297 return pi/2 for arguments below 0x1p-106L.
298 * math/auto-libm-test-in: Add more tests of acos.
299 * math/auto-libm-test-out: Regenerated.
302 * sysdeps/i386/fpu/e_asin.S (dbl_min): New object.
304 (__ieee754_asin): Force underflow exception for results with small
306 * sysdeps/i386/fpu/e_asinf.S (flt_min): New object.
308 (__ieee754_asinf): Force underflow exception for results with
309 small absolute value.
310 * sysdeps/ieee754/dbl-64/e_asin.c: Include <float.h> and <math.h>.
311 (__ieee754_asin): Force underflow exception for results with small
313 * sysdeps/ieee754/flt-32/e_asinf.c: Include <float.h>.
314 (__ieee754_asinf): Force underflow exception for results with
315 small absolute value.
316 * sysdeps/ieee754/ldbl-128/e_asinl.c: Include <float.h>.
317 (__ieee754_asinl): Force underflow exception for results with
318 small absolute value.
319 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Include <float.h>.
320 (__ieee754_asinl): Force underflow exception for results with
321 small absolute value.
322 * sysdeps/ieee754/ldbl-96/e_asinl.c: Include <float.h>.
323 (__ieee754_asinl): Force underflow exception for results with
324 small absolute value.
325 * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
327 * math/auto-libm-test-in: Do not mark underflow exceptions as
328 possibly missing for bug 16351.
329 * math/auto-libm-test-out: Regenerated.
332 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Adjust exponent
333 of power of 2 down when low part has opposite sign.
334 * math/libm-test.inc (logb_test_data): Add more tests.
336 2015-02-26 Andreas Schwab <schwab@suse.de>
339 * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping
340 over collating symbol inside a bracket expression. Minor cleanup.
341 * posix/tst-fnmatch3.c (do_test): Add test case.
343 2015-02-26 Joseph Myers <joseph@codesourcery.com>
346 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl):
347 Adjust exponent of power of 2 down when low part has opposite
349 * math/libm-test.inc (ilogb_test_data): Add more tests.
351 2015-02-26 Alexandre Oliva <aoliva@redhat.com>
354 * locale/findlocale.c (_nl_find_locale): Fix constness error in
358 * locale/findlocale.c (_nl_find_locale): Retry archive search
359 after alias expansion.
361 2015-02-25 Roland McGrath <roland@hack.frob.com>
363 * iconv/tst-iconv3.c (main): Converted to ...
365 (TEST_FUNCTION): New macro.
366 Include test-skeleton.c.
368 * iconv/tst-iconv5.c (testcode, number): Make variables static const.
369 (convert): Make function static.
370 (test_unalign): Likewise. Add const to argument pointee types.
371 (main): Replace with static function do_test.
372 Print "Succeeded." only if RET is zero.
373 (TEST_FUNCTION): New macro.
374 Include test-skeleton.c.
376 * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
377 returns a null pointer.
379 2015-02-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
381 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
382 to __memcpy_ppc only for static builds.
384 2015-02-25 Joseph Myers <joseph@codesourcery.com>
387 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
388 2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
389 * math/auto-libm-test-in: Add more tests of asinh.
390 * math/auto-libm-test-out: Regenerated.
391 * sysdeps/i386/fpu/libm-test-ulps: Update.
392 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
394 2015-02-25 Cong Wang <xiyou.wangcong@gmail.com>
397 * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
398 and ip6_mtuinfo definitions here.
399 * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
400 in this define too. Update comment.
402 2015-02-24 Benno Schulenberg <bensberg@justemail.net>
404 * elf/sprof.c (load_shobj): Tweak error message to match others.
406 2015-02-24 Kevin Easton <kevin@guarana.org>
408 [BZ #16145] (partial fix)
409 * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
410 to reduce lock contention.
412 2015-02-24 Miroslav Lichvar <mlichvar@redhat.com>
414 * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
415 (struct timex): Update time comment.
416 (ADJ_SETOFFSET): Define.
418 2015-02-24 Joseph Myers <joseph@codesourcery.com>
421 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
422 2**56 not 2**28 as threshold for log (2x) formula.
423 * math/auto-libm-test-in: Add more tests of acosh.
424 * math/auto-libm-test-out: Regenerated.
425 * sysdeps/i386/fpu/libm-test-ulps: Update.
426 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
428 2015-02-24 Mike Frysinger <vapier@gentoo.org>
430 * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
431 parenthesis around the buf assignment.
432 [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
434 2015-02-24 Joseph Myers <joseph@codesourcery.com>
437 * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
438 arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
439 * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
440 * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
441 * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
442 * math/libm-test.inc (scalb_test_data): Add more tests.
444 2015-02-24 Paul Pluzhnikov <ppluzhnikov@google.com>
447 * libio/fileops.c (_IO_new_file_fopen): Limit stack use
448 * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
450 2015-02-24 Eric Rannaud <e@nanocritical.com>
453 * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
454 * io/bits/fcntl2.h (open): Use it.
456 * io/open.c (__libc_open): Likewise.
457 * io/open64.c (__libc_open64): Likewise.
458 * io/open64_2.c (__open64_2): Likewise.
459 * io/open_2.c (__open_2): Likewise.
460 * io/openat.c (__openat): Likewise.
461 * io/openat64.c (__openat64): Likewise.
462 * io/openat64_2.c (__openat64_2): Likewise.
463 * io/openat_2.c (__openat_2): Likewise.
464 * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
465 * sysdeps/mach/hurd/openat.c (__openat): Likewise.
466 * sysdeps/posix/open64.c (__libc_open64): Likewise.
467 * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
468 * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
469 (__open_nocancel): Likewise.
470 * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
471 * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
472 * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
474 2015-02-24 Siddhesh Poyarekar <siddhesh@redhat.com>
477 * resolv/gethnamaddr.c (getanswer): Skip logging if
478 RES_USE_DNSSEC is set.
479 * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
481 2015-02-24 Mike Frysinger <vapier@gentoo.org>
483 * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
485 2015-02-23 Alexandre Oliva <aoliva@redhat.com>
487 * include/stdc-predef.h (__STDC_ISO_10646__): Update to
488 201304L, for Unicode 7.
490 2015-02-23 H.J. Lu <hongjiu.lu@intel.com>
493 * csu/Makefile (extra-objs): Add gmon-start.o if not builing
494 shared library. Add gmon-start.os otherwise.
495 ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
496 $(objpfx)gmon-start.os if builing shared library.
497 ($(objpfx)g$(static-start-installed-name)): Likewise.
499 2015-02-23 Andreas Schwab <schwab@suse.de>
501 * elf/Makefile (CFLAGS-tst-audit2.c): Define.
503 2015-02-22 Paul Pluzhnikov <ppluzhnikov@google.com>
506 * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
507 (enlarge_userbuf): Likewise.
509 2015-02-22 Chung-Lin Tang <cltang@codesourcery.com>
511 * libio/tst-memstream2.c (TIMEOUT): Define as 100.
512 * math/atest-exp.c (TIMEOUT): Adjust to 200.
513 * math/atest-exp2.c (TIMEOUT): Adjust to 300.
514 * math/atest-sincos.c (TIMEOUT): Adjust to 600.
516 2015-02-20 Joseph Myers <joseph@codesourcery.com>
518 * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
519 expression inside statement expression.
521 2015-02-20 Stefan Liebler <stli@linux.vnet.ibm.com>
523 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
524 <sysdeps/nptl/lowlevellock.h> and remove macros and
525 functions that are now defined there.
527 (lll_compare_and_swap): Remove.
528 * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
530 2015-02-19 Joseph Myers <joseph@codesourcery.com>
533 * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
534 instead of scandirat.
535 * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
536 [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
537 [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
539 * include/dirent.h (scandirat): Do not use libc_hidden_proto.
540 (__scandirat): Declare. Use libc_hidden_proto.
541 * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
543 (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
545 2015-02-18 Joseph Myers <joseph@codesourcery.com>
548 * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
550 (__ieee754_atan2): For results with small absolute value, force
551 underflow exception and remove excess range and precision from
553 * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
555 (__ieee754_atan2f): For results with small absolute value, force
556 underflow exception and remove excess range and precision from
558 * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
560 (__atan): For results with small absolute value, force underflow
561 exception and remove excess range and precision from return value.
562 * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
564 (__atanf): For results with small absolute value, force underflow
565 exception and remove excess range and precision from return value.
566 * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
568 (__ieee754_atan2): Force underflow exception for results with
569 small absolute value.
570 * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
572 (atan): Force underflow exception for results with small absolute
574 * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
575 (__atanf): Force underflow exception for results with small
577 * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
579 (__atanl): Force underflow exception for results with small
581 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
582 (__atanl): Force underflow exception for results with small
584 * sysdeps/x86/fpu/bits/mathinline.h
585 [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
586 (__ieee754_atan2): Only define inline for long double.
587 * sysdeps/x86_64/fpu/multiarch/e_atan2.c
588 [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
589 * math/auto-libm-test-in: Do not mark underflow exceptions as
590 possibly missing for bug 15319. Add more tests of atan2.
591 * math/auto-libm-test-out: Regenerated.
592 * math/libm-test.inc (casin_test_data): Do not mark underflow
593 exceptions as possibly missing for bug 15319.
594 (casinh_test_data): Likewise.
595 * sysdeps/i386/fpu/libm-test-ulps: Update.
597 2015-02-18 Steve Ellcey <sellcey@imgtec.com>
599 * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
600 * sysdeps/mips/bits/endian.h: Fix comments.
602 2015-02-18 Joseph Myers <joseph@codesourcery.com>
605 * include/search.h (hcreate_r): Don't use libc_hidden_proto.
606 (hdestroy_r): Likewise.
607 (hsearch_r): Likewise.
608 (__hcreate_r): Declare and use libc_hidden_proto.
609 (__hdestroy_r): Likewise.
610 (__hsearch_r): Likewise.
611 * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
612 (hcreate): Call __hcreate_r instead of hcreate_r.
613 (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
614 * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
615 as weak alias of __hcreate_r.
616 (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
618 (hsearch_r): Rename to __hsearch_r and define as weak alias of
620 * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
622 (test-xfail-XPG4/search.h/linknamespace): Likewise.
623 (test-xfail-UNIX98/search.h/linknamespace): Likewise.
624 (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
625 (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
627 2015-02-18 Siddhesh Poyarekar <siddhesh@redhat.com>
629 * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
630 arena_lock into a single arena_get.
632 2015-02-17 Carlos O'Donell <carlos@redhat.com>
634 * dl-reloc.c: Inlucde libc-internal.h.
635 (_dl_try_allocate_static_tls): Call ALIGN_UP.
636 (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
637 (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
638 * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
639 (grow_heap): Likewise.
640 * malloc/malloc.c: Include libc-internal.h.
641 (do_check_malloc): Call powerof2.
642 (sysmalloc): Use pagesize. Call ALIGN_UP.
643 (systrim): Use pagesize.
644 (mremap_chunk): Use pagesize. Call ALIGN_UP.
645 (__libc_valloc): Use pagesize.
646 (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
648 2015-02-17 Joseph Myers <joseph@codesourcery.com>
651 * include/sys/resource.h (__getrlimit64): Declare. Use
653 * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
654 and define as weak alias of __getrlimit64. Use libc_hidden_weak.
655 * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
657 * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
659 [!getrlimit64] (getrlimit64): Define as weak alias of
660 __getrlimit64. Use libc_hidden_weak.
661 * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
662 using __getrlimit64 not __new_getrlimit64.
663 (__GI_getrlimit64): Likewise.
664 * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
666 (__GI_getrlimit64): Likewise.
667 (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
668 * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
669 (getrlimit): Add __getrlimit64 alias.
670 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
672 * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
674 (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
675 (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
677 2015-02-17 Paul Pluzhnikov <ppluzhnikov@google.com>
679 * libio/fileops.c: Add missing sys/mman.h
680 * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
682 2015-02-17 Joseph Myers <joseph@codesourcery.com>
684 * manual/math.texi (Errors in Math Functions): Clarify goals
685 regarding inexact and underflow exceptions.
687 2015-02-17 Steve Ellcey <sellcey@imgtec.com>
689 * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
690 * sysdeps/mips/memset.S: Ditto.
692 2015-02-17 Steve Ellcey <sellcey@imgtec.com>
694 * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
696 2015-02-17 Stefan Liebler <stli@linux.vnet.ibm.com>
698 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
699 (__v1longjmp): Remove versioned symbol.
700 (__v1siglongjmp): Remove alias and versioned symbol.
701 (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
702 (__v2siglongjmp): Likewise.
704 2015-02-16 Torvald Riegel <triegel@redhat.com>
706 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
708 2015-02-16 Mike Frysinger <vapier@gentoo.org>
710 * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
712 2015-02-16 Joseph Myers <joseph@codesourcery.com>
715 * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
716 zero result does not depend on the sign resulting from
718 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
720 * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
721 * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
722 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
723 * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
724 * math/libm-test.inc (remquo_test_data): Add more tests.
726 2015-02-16 Paul Eggert <eggert@cs.ucla.edu>
728 * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
729 Problem reported by J William Piggott.
731 2015-02-16 Joseph Myers <joseph@codesourcery.com>
734 * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
735 products 4 * y and 2 * y where those would overflow.
736 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
738 * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
739 * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
740 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
741 * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
742 * math/libm-test.inc (remquo_test_data): Add more tests.
744 * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
746 * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
747 [defined _COMPILING_NEWLIB].
748 * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
749 * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
751 * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
752 [!defined __mips_isa_rev || __mips_isa_rev < 6].
754 2015-02-16 Torvald Riegel <triegel@redhat.com>
756 * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
759 2015-02-15 Matthew Fortune <Matthew.Fortune@imgtec.com>
762 * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
763 (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
764 HOST_STACK_END_ADDR): Likewise.
766 2015-02-13 Steve Ellcey <sellcey@imgtec.com>
768 * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
769 * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
770 * sysdeps/mips/memset.S (__MIPSEB): Ditto.
772 2015-02-13 Roland McGrath <roland@hack.frob.com>
774 * sysdeps/generic/c++-types.data: New file.
775 * sysdeps/generic/ld.abilist: New file.
776 * sysdeps/generic/libBrokenLocale.abilist: New file.
777 * sysdeps/generic/libanl.abilist: New file.
778 * sysdeps/generic/libc.abilist: New file.
779 * sysdeps/generic/libcrypt.abilist: New file.
780 * sysdeps/generic/libdl.abilist: New file.
781 * sysdeps/generic/libm.abilist: New file.
782 * sysdeps/generic/libpthread.abilist: New file.
783 * sysdeps/generic/libresolv.abilist: New file.
784 * sysdeps/generic/librt.abilist: New file.
786 2015-02-13 Joseph Myers <joseph@codesourcery.com>
789 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
790 Compute absolute value of x as modified by fmod, not original
792 * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
793 RUN_TEST_ffI_f1_mod8. Check extra return value mod 8.
794 (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8. Call
795 RUN_TEST_ffI_f1_mod8.
796 (remquo_test_data): Add more tests.
798 2015-02-13 Roland McGrath <roland@hack.frob.com>
800 * sysdeps/init_array/pt-crti.S: New file.
802 2015-02-13 Joseph Myers <joseph@codesourcery.com>
805 * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
806 __builtin_fmaf instead of relying on contraction of a * b + c.
808 2015-02-12 J William Piggott <elseifthen@gmx.com>
811 * manual/time.texi: correct the zoneinfo path in the TZ Variable
814 2015-02-12 Joseph Myers <joseph@codesourcery.com>
817 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
818 __builtin_fma instead of relying on contraction of a * b + c.
820 2015-02-12 Roland McGrath <roland@hack.frob.com>
822 * Makeconfig (ASFLAGS): Add -Werror=undef.
823 * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
824 * sysdeps/unix/make-syscalls.sh: Always emit #define's for
825 SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
827 * Makeconfig (after-link): New variable.
828 (+link-pie, +link-pie-tests): Use it.
829 (+link-static, +link-static-tests): Likewise.
830 (+link, +link-tests): Likewise.
831 * Makerules (build-module, build-module-asneeded): Likewise.
832 (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
834 * elf/Makefile ($(objpfx)ld.so): Likewise.
836 2015-02-12 Rüdiger Sonderfeld <ruediger@c-plusplus.net>
839 * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
840 both struct timeval and struct timespec.
842 2015-02-12 Joseph Myers <joseph@codesourcery.com>
845 * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
847 (__ieee754_exp2l): Do not multiply small fractional parts by
849 * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
851 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
852 * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
853 * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
854 * math/auto-libm-test-in: Add more tests of exp2.
855 * math/auto-libm-test-out: Regenerated.
857 2015-02-12 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
859 * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
862 2015-02-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
864 * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
867 2015-02-12 Andreas Schwab <schwab@suse.de>
870 * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
871 Filter out elision flags from value returned in kind.
872 * nptl/Makefile (tests): Add tst-pthread-mutexattr.
873 * nptl/tst-pthread-mutexattr.c: New file.
875 2015-02-11 Samuel Thibault <samuel.thibault@ens-lyon.org>
877 * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
878 * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
879 into gnu-gnu, and update comment to refer to abi-tags.
881 2015-02-11 Joseph Myers <joseph@codesourcery.com>
884 * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
885 (__sincos): Set errno to EDOM for infinite argument.
886 * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
887 (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
888 * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
889 (__sincosl): Set errno to EDOM for infinite argument.
890 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
891 (__sincosl): Set errno to EDOM for infinite argument.
892 * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
893 (__sincosl): Set errno to EDOM for infinite argument.
894 * math/libm-test.inc (sincos_test_data): Test errno setting.
896 2015-02-11 Leonhard Holz <leonhard.holz@web.de>
898 * string/strxfrm_l.c: Remove #define STRCMP.
899 * string/strcoll_l.c: Remove #define STRLEN.
900 * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
901 * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
903 2015-02-10 Joseph Myers <joseph@codesourcery.com>
905 * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
906 * sysdeps/mips/mips32/sfp-machine.h: ... here.
907 * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
908 * sysdeps/mips/mips64/Makefile: ... here.
909 * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
910 * sysdeps/mips/mips64/e_sqrtl.c: ... here.
911 * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
912 * sysdeps/mips/mips64/sfp-machine.h: ... here.
913 * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
914 * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
915 * sysdeps/mips/mips64/n64/Implies: Likewise.
917 2015-02-10 Roland McGrath <roland@hack.frob.com>
919 * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
920 <sys/time.h>, <string.h>, and <errno.h>.
921 (dest_offset, dest_address, value, zero): Remove unused variables.
922 (ldouble): Remove typedef.
923 (myFPsighandler): Use simple handler signature, not SA_SIGINFO
924 signature. Pass 1 to siglongjmp rather than 0 (which is converted to
926 (set_sigaction_FP, remove_sigaction_FP): Functions removed.
927 (check): Function removed.
929 (TEST_FUNC): Fix code style. Use CHECK macro rather than repeating
930 boilerplate feclearexcept + feenableexcept + sigsetjmp code.
931 Don't call set_sigaction_FP and remove_sigaction_FP here.
932 (ldouble_test): Just use 'long double' as macro argument, no need for
933 the 'ldouble' typedef.
934 (do_test): Set up SIGFPE handler at start, using plain signal rather
935 than sigaction. Fix code style.
937 2015-02-10 Evangelos Foutras <evangelos@foutrelis.com>
940 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
943 2015-02-09 Adhemerval Zanellla <azanella@linux.vnet.ibm.com>
945 * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
946 * sysdeps/powerpc/powerpc32/configure: Regenerated.
948 * sysdeps/powerpc/configure.ac: Remove file.
949 * sysdeps/powerpc/configure: Likewise.
951 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
952 [sysdep_routines]: Remove wordcopy-power6 object.
953 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
954 (__memmove_power7): Use local call for wordcopy and memcpy symbols.
955 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
956 (__memmove_ppc32): Likewise.
957 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
959 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
960 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
963 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
964 [sysdep_routines]: Remove wide chars objects.
965 [wcsmbs]: New rule for wide char objects.
967 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
968 Remove wordcopy-power6 obejct.
969 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
970 Use local call for wordcopy and memcpy symbols.
971 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
972 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
973 implementation for loader.
974 * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
976 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
977 Remove wordcopy-power7 object.
978 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
979 * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
980 (_wordcopy_fwd_aligned): Remove POWER7 specialization.
981 (_wordcopy_fwd_dest_aligned): Likewise.
982 (_wordcopy_bwd_aligned): Likewise.
983 (_wordcopy_bwd_dest_aligned): Likewise.
985 * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
986 Rewrite to call __memmove_ppc instead of include default
989 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
990 Remove wide chars objects.
991 [wcsmbs]: New rule for wide char objects.
993 2015-02-09 Andreas Schwab <schwab@suse.de>
996 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
997 in terms of __O_DIRECTORY.
999 2015-02-08 Samuel Thibault <samuel.thibault@ens-lyon.org>
1001 * time/getdate.c: Include <stdbool.h>.
1002 * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
1004 [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
1007 2015-02-07 Paul Eggert <eggert@cs.ucla.edu>
1009 Add ersatz _Static_assert on older C hosts
1010 * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
1011 pre-C11 C platform that is not known to support _Static_assert.
1013 2015-02-07 Richard Braun <rbraun@sceen.net>
1015 * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
1017 * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
1019 2015-02-07 Samuel Thibault <samuel.thibault@ens-lyon.org>
1021 * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
1022 priority against unexistent AIO_PRIO_DELTA_MAX.
1023 * misc/chflags.c (chflags): Set flags parameter type to unsigned long
1025 * misc/fchflags.c (fchflags): Likewise.
1026 * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
1027 * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
1028 * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
1029 UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
1030 SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
1032 [__USE_MISC] (chflags, fchflags): Declare functions.
1033 * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
1034 EINVAL when nfds is greater than FD_SETSIZE.
1035 * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
1036 NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
1038 * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
1039 __mach_msg. If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
1040 * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
1042 * hurd/hurd/signal.h (_hurd_self_sigstate,
1043 _hurd_critical_section_lock, _hurd_critical_section_unlock):
1044 Explicit casts from void *.
1045 * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
1046 * abi-tags: Rename gnu-gnu os into gnu.
1049 * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
1050 _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
1051 _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
1052 _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
1053 _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
1054 _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
1057 * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
1058 duplicates ADDR->sun_path with sockaddr LEN limitation.
1059 * sysdeps/mach/hurd/connect.c: Include <string.h>
1060 (__connect): Give result of _hurd_sun_path_dupa to name lookup.
1061 * sysdeps/mach/hurd/sendmsg.c: Likewise.
1062 * sysdeps/mach/hurd/sendto.c: Likewise.
1063 * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
1064 implementing it by hand.
1066 2015-02-06 Roland McGrath <roland@hack.frob.com>
1068 * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
1069 Use sfi_breg on ldr.
1070 [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
1073 * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
1075 * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
1076 Test SIGSETXID only if it's defined.
1078 * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
1080 * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
1081 will not be used. Use NULL rather than 0 for .sigev_notify_attributes.
1083 * nptl/tst-align2.c: Moved ...
1084 * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
1085 * nptl/Makefile (tests): Remove tst-align2.
1086 * sysdeps/unix/sysv/linux/Makefile
1087 [$(subdir) = nptl] (tests): Add tst-align-clone.
1088 * nptl/tst-getpid1.c: Moved ...
1089 * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
1090 * nptl/tst-getpid2.c: Moved ...
1091 * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
1092 * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
1093 * sysdeps/unix/sysv/linux/Makefile
1094 [$(subdir) = nptl] (tests): ... here.
1095 * nptl/Makefile (tst-getpid2-ENV): Move variable ...
1096 * sysdeps/unix/sysv/linux/Makefile
1097 [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
1099 * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
1100 Drop trailing \n from perror argument. Use return rather than exit.
1102 * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
1104 * nptl/tst-cancel21.c (do_test): Likewise.
1105 * debug/tst-backtrace6.c: Include <signal.h> first thing.
1106 Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
1107 [!SA_SIGINFO]: Make it a stub test.
1109 * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
1110 SIGCHLD; it's redundant with SIG_IGN as sa_handler.
1112 * posix/tst-getlogin.c: Move to ...
1113 * login/tst-getlogin.c: ... here.
1114 * posix/Makefile (tests): Move tst-getlogin to ...
1115 * login/Makefile (tests): ... here.
1117 * libio/tst-atime.c (do_test): Move local variables SV and E
1118 inside [ST_NOATIME] conditional.
1120 * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
1122 * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
1124 * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
1125 (wait_code): New function replaces macro.
1126 Call nanosleep rather than syscall.
1128 * nptl/pt-system.c: Rewritten. Put everything under
1129 [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
1130 Use IFUNC to redirect when possible.
1132 * nptl/pt-longjmp.c: Rewritten. Put everything under
1133 [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
1134 Use IFUNC to redirect when possible.
1136 * nptl/pt-fork.c: Rewritten. Put everything under
1137 [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
1138 Use IFUNC to redirect when possible.
1139 * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
1141 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
1142 code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
1143 unconditionally nowadays. This included the only reference to
1144 __vdso_clock_gettime that appears outside libc proper.
1145 * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
1146 Remove version set (containing only __vdso_clock_gettime).
1147 * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
1148 Add attribute_hidden.
1149 * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
1150 Likewise. Drop __attribute__ ((nocommon)), libc_hidden_proto, and
1151 libc_hidden_data_def.
1152 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
1153 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
1155 * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
1156 getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
1157 setrpcent, and getrpcport to ...
1158 * sunrpc/Versions (libc: GLIBC_2.0): ... here.
1159 * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
1160 getrpcbynumber_r, and getrpcent_r to ...
1161 * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
1162 * inet/getrpcbyname.c: Moved ...
1163 * sunrpc/getrpcbyname.c: ... here.
1164 * inet/getrpcbyname_r.c: Moved ...
1165 * sunrpc/getrpcbyname_r.c: ... here.
1166 * inet/getrpcbynumber.c: Moved ...
1167 * sunrpc/getrpcbynumber.c: ... here.
1168 * inet/getrpcbynumber_r.c: Moved ...
1169 * sunrpc/getrpcbynumber_r.c: ... here.
1170 * inet/getrpcent.c: Moved ...
1171 * sunrpc/getrpcent.c: ... here.
1172 * inet/getrpcent_r.c: Moved ...
1173 * sunrpc/getrpcent_r.c: ... here.
1174 * inet/Makefile (routines): Move those to ...
1175 * sunrpc/Makefile (routines): ... here.
1176 * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
1177 the $(subdirs) list.
1178 (CPPFLAGS-getent.c): New variable. Pass -D option to set HAVE_SUNRPC
1179 to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
1180 * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
1181 (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
1183 * elf/Makefile (routines): Include $(all-dl-routines), not just
1185 (rtld-routines): Likewise. Use = rather than :=.
1186 * sysdeps/aarch64/Makefile [$(subdir) = elf]
1187 (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
1188 dl-tlsdesc to these; sysdep-dl-routines alone is enough.
1189 * sysdeps/arm/Makefile: Likewise.
1190 * sysdeps/i386/Makefile: Likewise.
1191 * sysdeps/x86_64/Makefile: Likewise.
1192 * sysdeps/hppa/Makefile [$(subdir) = elf]
1193 (sysdep_routines, sysdep-rtld-routines): Don't add
1194 $(sysdep-dl-routines) to these.
1195 * sysdeps/ia64/Makefile: Likewise.
1196 * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
1197 * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
1198 [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
1199 Don't add dl-static to these; sysdep-dl-routines alone is enough.
1200 * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
1201 * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
1202 * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
1203 * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
1204 * sysdeps/powerpc/Makefile [$(subdir) = elf]
1205 (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
1206 these; sysdep-dl-routines alone is enough.
1208 2015-02-06 Joseph Myers <joseph@codesourcery.com>
1211 * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
1212 where multiplication results in zero and third argument is finite
1214 * math/auto-libm-test-in: Add more tests of fma.
1215 * math/auto-libm-test-out: Regenerated.
1217 * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
1218 (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
1219 (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
1220 (_FP_CMP_EQ): Likewise.
1221 (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
1223 * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
1224 extra argument CHECK_NAN. Redefine as wrapper around
1227 2015-02-06 Carlos O'Donell <carlos@systemhalted.org>
1229 * version.h (RELEASE): Set to "stable".
1230 (VERSION): Set to "2.21"
1231 * include/features.h (__GLIBC_MINOR__): Set to 21.
1233 * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
1235 2015-02-05 Paul Pluzhnikov <ppluzhnikov@google.com>
1236 Paul Eggert <eggert@cs.ucla.edu>
1239 * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
1240 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
1241 size in bytes. Store needed elements in wpmax. Use needed size
1242 in bytes for extend_alloca.
1244 2015-02-05 Carlos O'Donell <carlos@systemhalted.org>
1246 * manual/install.texi: Latest tested versions are GCC 4.9.2,
1247 binutls 2.25, and texinfo 5.2.
1248 * INSTALL: Regenerate.
1249 * sysdeps/nios2/configure: Regenerate.
1250 * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
1251 * manual/contrib.texi: Update.
1275 * po/pt_BR.po: Update.
1284 * po/zh_CN.po: Update.
1285 * po/zh_TW.po: Update.
1287 * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
1288 * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
1289 * sysdeps/hppa/dl-irel.h: Remove #warning.
1290 * sysdeps/hppa/entry.h: Provide prototype for
1291 __canonicalize_funcptr_for_compare and cast argument.
1292 * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
1293 * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
1294 * sysdeps/hppa/sotruss-lib.c: New file.
1295 * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
1296 (atomic_compare_and_exchange_val_acq): Use __typeof__.
1297 (atomic_compare_and_exchange_bool_acq): Likewise.
1298 * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
1299 * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
1301 * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
1302 * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
1303 * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
1305 2015-02-05 Chung-Lin Tang <cltang@codesourcery.com>
1307 * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
1308 called function in non-PIC case.
1310 2015-01-31 David S. Miller <davem@davemloft.net>
1312 * sysdeps/sparc/sparc32/bits/atomic.h
1313 (__sparc32_atomic_do_unlock24): Put the memory barrier before the
1314 unlock not after it.
1315 (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
1316 volatile register usage warnings from the compiler.
1318 * sysdeps/sparc/nptl/sem_init.c: Delete.
1319 * sysdeps/sparc/nptl/sem_post.c: Delete.
1320 * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
1321 * sysdeps/sparc/nptl/sem_wait.c: Delete.
1322 * sysdeps/sparc/sparc32/sem_init.c: New file.
1323 * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
1324 * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
1325 padding explicitly initialized.
1326 * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
1327 padding for in-semaphore spinlock.
1328 * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
1329 * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
1330 * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
1331 * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
1332 * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
1333 * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
1334 * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
1335 * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
1337 * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
1338 * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
1340 2015-01-30 H.J. Lu <hongjiu.lu@intel.com>
1343 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1344 Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
1345 * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
1347 (index_AVX_Fast_Unaligned_Load): Likewise.
1348 (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
1349 * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
1350 bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
1351 * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
1352 * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
1353 * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
1354 * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
1355 HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
1356 * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
1358 2015-01-29 Andreas Schwab <schwab@suse.de>
1360 * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
1362 2015-01-29 Siddhesh Poyarekar <siddhesh@redhat.com>
1365 * nscd/nscd_stat.c (send_stats): Initialize DATA.
1367 2015-01-28 Martin Sebor <msebor@redhat.com>
1369 * math/README.libm-test: Clarify. Add "How to read the test output."
1371 2015-01-28 Chris Metcalf <cmetcalf@ezchip.com>
1373 * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
1376 2015-01-28 Joseph Myers <joseph@codesourcery.com>
1378 * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
1379 (__HAVE_64B_ATOMICS): Define to 0.
1381 2015-01-28 Adhemerval Zanellla <azanella@linux.vnet.ibm.com>
1384 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
1385 value to set as new flag.
1388 * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
1389 and use _ARCH_PPCSQ instead.
1390 (__ieee754_sqrt): Likewise.
1391 (__ieee754_sqrtf): Likewise.
1392 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
1393 _ARCH_PPCSQ is defined.
1394 (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
1396 * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
1397 _ARCH_PPCSQ is defined.
1398 (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
1400 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
1402 2015-01-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1404 * iconv/loop.c: Suppress array out of bound warning caused by GCC
1405 bug (GCC BZ #64739).
1407 2015-01-25 Andreas Schwab <schwab@linux-m68k.org>
1409 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
1410 Mark _retval as used.
1411 (lll_futex_wake_unlock): Likewise.
1412 (lll_futex_timed_wait_requeue_pi): Likewise.
1414 * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
1415 (atomic_compare_and_exchange_val_acq): Use uint32_t for the
1418 * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
1421 * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
1422 (__bswap_64): Mark as __always_inline.
1424 2015-01-25 Bram <bug_rh@spam.wizbit.be>
1427 * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
1428 when none of the search directories exist.
1430 2015-01-24 Adhemerval Zanellla <azanella@linux.vnet.ibm.com>
1433 * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
1434 power8 in .machine directive.
1437 * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
1438 set dependency from opd value.
1440 2015-01-23 H.J. Lu <hongjiu.lu@intel.com>
1442 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
1443 Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
1446 2015-01-23 H.J. Lu <hongjiu.lu@intel.com>
1449 * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
1451 * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
1453 (__new_sem_wait_fast): Replace unsigned long with uint64_t.
1454 (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
1455 Replace 1UL with (uint64_t) 1.
1456 * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
1459 2015-01-23 Roland McGrath <roland@hack.frob.com>
1461 * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
1462 (if_freenameindex): Likewise.
1464 * resource/getrlimit64.c: Add missing libc_hidden_def.
1466 2015-01-22 Joseph Myers <joseph@codesourcery.com>
1468 * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
1470 (_FP_FMA): Likewise.
1471 (_FP_TO_INT_ROUND): Likewise.
1472 (_FP_FROM_INT): Likewise.
1474 2015-01-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1477 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
1478 Make code racy and cancel safe.
1480 2015-01-21 Carlos O'Donell <carlos@redhat.com>
1482 * sysdeps/arm/unwind-resume.h: Fix copyright year.
1483 * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
1486 * pwd/tst-getpw.c: Rewrite.
1489 * dlfcn/Makefile (tests): Add tst-rec-dlopen.
1490 (modules-names): Add moddummy1 and moddummy2.
1491 ($(objpfx)tst-rec-dlopen): Define.
1492 * dlfcn/moddummy1.c: New file.
1493 * dlfcn/moddummy2.c: New file.
1494 * dlfcn/tst-rec-dlopen.c: New file.
1495 * elf/dl-cache.c (_dl_load_cache_lookup):
1496 Return char*. Copy result with alloca/strcpy/strdup.
1497 * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
1498 returns char*. Free cached. If not saving realname
1500 * elf/dl-open.c (dl_open_worker): Do not assert that
1501 _r_debug->r_state is RT_CONSISTENT.
1502 * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
1505 2015-01-21 Torvald Riegel <triegel@redhat.com>
1506 Carlos O'Donell <carlos@redhat.com>
1509 * nptl/sem_waitcommon.c: New file.
1510 * nptl/sem_wait.c: Include sem_waitcommon.c.
1511 (__sem_wait_cleanup, do_futex_wait): Remove.
1512 (__new_sem_wait): Adapt.
1513 (__new_sem_trywait): New function.
1514 (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
1515 * nptl/sem_timedwait.c: Include sem_waitcommon.c.
1516 (__sem_wait_cleanup, do_futex_timed_wait): Remove.
1517 (sem_timedwait): Adapt.
1518 * nptl/sem_post.c (__new_sem_post): Adapt.
1519 (futex_wake): New function.
1520 (__old_sem_post): Add release MO fence.
1521 * nptl/sem_open.c (sem_open): Adapt.
1522 * nptl/sem_init.c (__new_sem_init): Adapt.
1523 (futex_private_if_supported): New function.
1524 * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
1525 (__old_sem_getvalue): Add using previous code.
1526 * sysdeps/nptl/internaltypes.h: Adapt.
1527 * nptl/tst-sem13.c (do_test): Adapt.
1528 * nptl/tst-sem11.c (main): Adapt.
1529 * nptl/sem_trywait.c: Remove.
1530 * nptl/DESIGN-sem.txt: Remove.
1531 * nptl/Makefile (libpthread-routines): Remove sem_trywait.
1532 (gen-as-const-headers): Remove structsem.sym.
1533 * nptl/structsem.sym: Remove.
1534 * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
1535 * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
1536 * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
1537 * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
1538 * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
1539 * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
1540 * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
1541 * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
1542 * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
1543 * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
1544 * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
1545 * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
1546 * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
1547 * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
1548 * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
1549 * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
1550 * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
1551 * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
1552 * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
1553 * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
1554 * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
1555 * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
1557 2015-01-20 Carlos O'Donell <carlos@redhat.com>
1559 * INSTALL: Regenerated.
1561 * po/libc.pot: Regenerated.
1563 2015-01-18 Chung-Lin Tang <cltang@codesourcery.com>
1564 Sandra Loosemore <sandra@codesourcery.com>
1565 Andrew Jenner <andrew@codesourcery.com>
1566 Joseph Myers <joseph@codesourcery.com>
1567 Nathan Sidwell <nathan@codesourcery.com>
1569 * NEWS: Mention new Nios II port.
1570 * sysdeps/nios2/Implies: New file.
1571 * sysdeps/nios2/Makefile: New file.
1572 * sysdeps/nios2/Subdirs: New file.
1573 * sysdeps/nios2/Versions: New file.
1574 * sysdeps/nios2/__longjmp.S: New file.
1575 * sysdeps/nios2/abort-instr.h: New file.
1576 * sysdeps/nios2/backtrace.c: New file.
1577 * sysdeps/nios2/bits/endian.h: New file.
1578 * sysdeps/nios2/bits/fenv.h: New file.
1579 * sysdeps/nios2/bits/link.h: New file.
1580 * sysdeps/nios2/bits/setjmp.h: New file.
1581 * sysdeps/nios2/bsd-_setjmp.S: New file.
1582 * sysdeps/nios2/bsd-setjmp.S: New file.
1583 * sysdeps/nios2/configure: New generated file.
1584 * sysdeps/nios2/configure.ac: New file.
1585 * sysdeps/nios2/crti.S: New file.
1586 * sysdeps/nios2/crtn.S: New file.
1587 * sysdeps/nios2/dl-init.c: New file.
1588 * sysdeps/nios2/dl-machine.h: New file.
1589 * sysdeps/nios2/dl-sysdep.h: New file.
1590 * sysdeps/nios2/dl-tls.h: New file.
1591 * sysdeps/nios2/dl-trampoline.S: New file.
1592 * sysdeps/nios2/gccframe.h: New file.
1593 * sysdeps/nios2/gmp-mparam.h: New file.
1594 * sysdeps/nios2/jmpbuf-offsets.h: New file.
1595 * sysdeps/nios2/jmpbuf-unwind.h: New file.
1596 * sysdeps/nios2/ldsodefs.h: New file.
1597 * sysdeps/nios2/libc-tls.c: New file.
1598 * sysdeps/nios2/libm-test-ulps: New file.
1599 * sysdeps/nios2/machine-gmon.h: New file.
1600 * sysdeps/nios2/math-tests.h: New file.
1601 * sysdeps/nios2/math_private.h: New file.
1602 * sysdeps/nios2/memusage.h: New file.
1603 * sysdeps/nios2/nptl/Makefile: New file.
1604 * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
1605 * sysdeps/nios2/nptl/bits/semaphore.h: New file.
1606 * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
1607 * sysdeps/nios2/nptl/pthreaddef.h: New file.
1608 * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
1609 * sysdeps/nios2/nptl/tls.h: New file.
1610 * sysdeps/nios2/preconfigure: New file.
1611 * sysdeps/nios2/s_fma.c: New file.
1612 * sysdeps/nios2/s_fmaf.c: New file.
1613 * sysdeps/nios2/setjmp.S: New file.
1614 * sysdeps/nios2/sfp-machine.h: New file.
1615 * sysdeps/nios2/sotruss-lib.c: New file.
1616 * sysdeps/nios2/stackguard-macros.h: New file.
1617 * sysdeps/nios2/stackinfo.h: New file.
1618 * sysdeps/nios2/start.S: New file.
1619 * sysdeps/nios2/sysdep.h: New file.
1620 * sysdeps/nios2/tls-macros.h: New file.
1621 * sysdeps/nios2/tst-audit.h: New file.
1622 * sysdeps/unix/sysv/linux/nios2/Implies: New file.
1623 * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
1624 * sysdeps/unix/sysv/linux/nios2/Versions: New file.
1625 * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
1626 * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
1627 * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
1628 * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
1629 * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
1630 * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
1631 * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
1632 * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
1633 * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
1634 * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
1635 * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
1636 * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
1637 * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
1638 * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
1639 * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
1640 * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
1641 * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
1642 * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
1643 * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
1644 * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
1645 * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
1646 * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
1647 * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
1648 * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
1649 * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
1650 * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
1651 * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
1652 * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
1653 * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
1654 * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
1655 * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
1656 * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
1657 * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
1658 * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
1659 * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
1660 * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
1661 * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
1662 * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
1663 * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
1664 * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
1665 * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
1667 2015-01-16 Stefan Liebler <stli@linux.vnet.ibm.com>
1670 * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
1671 (getutent): Use weak_alias in non SHARED case
1672 and default_symbol_version in SHARED case.
1673 * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
1674 (getutent_r, pututline): Likewise.
1675 * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
1676 (getutid): Likewise.
1677 * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
1678 (getutid_r): Likewise.
1679 * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
1680 (getutline): Likewise.
1681 * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
1682 (getutline_r): Likewise.
1683 * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
1684 (updwtmp): Likewise.
1686 2015-01-16 Stefan Liebler <stli@linux.vnet.ibm.com>
1689 * sysdeps/s390/s390-32/memcmp.S
1690 (memcmp_g5): Rename to __memcmp_g5.
1691 * sysdeps/s390/s390-32/memcpy.S
1692 (memcpy_g5): Rename to __memcpy_g5.
1693 Jump to __memcpy_mvcle instead of memcpy_mvcle.
1694 (memcpy_mvcle) Rename to __memcpy_mvcle.
1695 * sysdeps/s390/s390-32/memset.S
1696 (memset_g5): Rename to __memset_g5.
1697 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
1698 (IFUNC_RESOLVE): Prefix ifunc-resolve function
1699 and use prefixed functions.
1700 * sysdeps/s390/s390-32/multiarch/memcmp.S
1701 (memcmp_z196): Rename to __memcmp_z196.
1702 (memcmp_z10): Rename to __memcmp_z10.
1703 (memcmp): Set alias to __memcmp_g5.
1704 (bcmp): Set alias to __memcmp_g5.
1705 * sysdeps/s390/s390-32/multiarch/memcpy.S
1706 (memcpy_z196): Rename to __memcpy_z196.
1707 Jump to __memcpy_mvcle instead of memcpy_mvcle.
1708 (memcpy_z10): Rename to __memcpy_z10.
1709 Jump to __memcpy_mvcle instead of memcpy_mvcle.
1710 (memcpy): Set alias to __memcpy_g5.
1711 * sysdeps/s390/s390-32/multiarch/memset.S
1712 (memset_z196): Rename to __memset_z196.
1713 Jump to __memset_mvcle instead of memset_mvcle.
1714 (memset_z10): Rename to __memset_z10.
1715 Jump to __memset_mvcle instead of memset_mvcle.
1716 (memset_mvcle) Rename to __memset_mvcle.
1717 (memset): Set alias to __memset_g5.
1718 * sysdeps/s390/s390-64/memcmp.S
1719 (memcmp_z900): Rename to __memcmp_z900.
1720 * sysdeps/s390/s390-64/memcpy.S
1721 (memcpy_z900): Rename to __memcpy_z900.
1722 Jump to __memcpy_mvcle instead of memcpy_mvcle.
1723 (memcpy_mvcle) Rename to __memcpy_mvcle.
1724 * sysdeps/s390/s390-64/memset.S
1725 (memset_z900): Rename to __memset_z900.
1726 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
1727 (IFUNC_RESOLVE): Prefix ifunc-resolve function
1728 and use prefixed functions.
1729 * sysdeps/s390/s390-64/multiarch/memcmp.S
1730 (memcmp_z196): Rename to __memcmp_z196.
1731 (memcmp_z10): Rename to __memcmp_z10.
1732 (memcmp): Set alias to __memcmp_z900.
1733 (bcmp): Set alias to __memcmp_z900.
1734 * sysdeps/s390/s390-64/multiarch/memcpy.S
1735 (memcpy_z196): Rename to __memcpy_z196.
1736 Jump to __memcpy_mvcle instead of memcpy_mvcle.
1737 (memcpy_z10): Rename to __memcpy_z10.
1738 Jump to __memcpy_mvcle instead of memcpy_mvcle.
1739 (memcpy): Set alias to __memcpy_z900.
1740 * sysdeps/s390/s390-64/multiarch/memset.S
1741 (memset_z196): Rename to __memset_z196.
1742 Jump to __memset_mvcle instead of memset_mvcle.
1743 (memset_z10): Rename to __memset_z10.
1744 Jump to __memset_mvcle instead of memset_mvcle.
1745 (memset_mvcle) Rename to __memset_mvcle.
1746 (memset): Set alias to __memset_z900.
1748 2015-01-14 Joseph Myers <joseph@codesourcery.com>
1751 * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
1752 __fesetenv instead of fesetenv.
1754 2015-01-14 Siddhesh Poyarekar <siddhesh@redhat.com>
1756 * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
1759 2015-01-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1761 * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
1764 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
1765 * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
1766 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
1767 strncmp-power8 object.
1768 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1769 (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
1770 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
1773 2015-01-13 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
1774 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1776 * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
1777 trailing byte check.
1779 2015-01-13 David S. Miller <davem@davemloft.net>
1781 * include/signal.h (__sigreturn): Guard with __USE_MISC.
1783 2015-01-13 Roland McGrath <roland@hack.frob.com>
1785 * login/logout.c (logout): Use memset rather than bzero.
1786 * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
1787 * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
1788 * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
1789 (_gethtbyaddr): Likewise.
1790 * locale/programs/simple-hash.c (bcopy): Macro removed.
1792 2015-01-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1794 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1795 Add strcmp-power8 object.
1796 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1797 (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
1798 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
1799 * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
1800 __strcmp_power8 implementation.
1801 * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
1804 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1805 Add strncpy-power8 and stpncpy-power8 objects.
1806 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1807 (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
1809 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
1810 * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
1811 __stpncpy_power8 implementation.
1812 * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
1813 * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
1814 __strncpy_power8 implementation.
1815 * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
1816 * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
1819 * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
1820 * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
1821 * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
1823 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
1824 strncat-power8 object.
1825 * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
1826 __strcat_power8 implementation.
1827 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1828 (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
1829 * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
1830 optimized strcat for power8.
1832 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
1833 strcpy-power8 and stpcpy-power8 objects.
1834 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
1835 (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
1837 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
1838 multiarch stpcpy implementation for POWER8.
1839 * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
1840 multiarch strcpy implementation for POWER8.
1841 * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
1842 __strcpy_power8 function.
1843 * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
1845 * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
1849 2015-01-13 Leonhard Holz <leonhard.holz@web.de>
1852 * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
1853 weights and rules. Use do_xfrm_cached if data fits in cache,
1854 do_xfrm otherwise. Moved former main loop to...
1855 * (do_xfrm_cached): New function.
1856 * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
1857 find_idx, find_position and stack_push.
1858 * (find_idx): New function.
1859 * (find_position): Likewise.
1860 * localedata/sort-test.sh: Added test run for do_xfrm.
1861 * localedata/xfrm-test.c (main): Added command line option
1862 -nocache to run the test with strings that are too large for
1865 2015-01-13 Torvald Riegel <triegel@redhat.com>
1867 * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
1868 variable to lll_futex_wake call, not the value itself.
1870 2015-01-12 Joseph Myers <joseph@codesourcery.com>
1873 * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
1874 twom64. Adjust value to 0x1p-64L.
1875 (__scalblnl): Only return standard underflowing result for K <=
1876 -64 not K <= -63; adjust exponent for underflowing result by 64
1878 * math/libm-test.inc (scalbn_test_data): Add more tests.
1879 (scalbln_test_data): Likewise.
1882 * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
1884 (__scalblnl): Get new exponent of adjusted subnormal value from ES
1886 * math/libm-test.inc (scalbn_test_data): Add more tests.
1887 (scalbln_test_data): Likewise.
1889 2015-01-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1890 Stefani Seibold <stefani@seibold.net>
1892 * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
1893 (sysdep_routines): Add dl-vdso here, ...
1894 * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
1895 (sysdep_routines): ... not here.
1896 * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
1897 fallback when vDSO is not presented.
1898 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
1899 Define with libc_hidden_proto/libc_hidden_data_def definitions.
1900 (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
1901 * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
1902 * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
1903 * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
1904 * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
1905 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
1906 * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
1907 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
1908 * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here. Also added
1909 fallback configurable symbol when vDSO is not available.
1910 * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
1911 * sysdeps/unix/sysv/linux/x86/time.c: ... here. Also refactored to
1912 be able to redefine fallback symbol when vDSO is not available.
1913 * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
1914 * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
1916 2015-01-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1918 * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
1919 (TLS_INIT_TP): Add tm_capable initialization.
1920 (TLS_DEFINE_INIT_TP): Likewise.
1921 (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
1923 (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
1924 * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
1926 * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
1927 transactoion is lock elision is built and TCB tm_capable is set.
1928 * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
1929 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
1930 (INTERNAL_SYSCALL_NCS): Likewise.
1931 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
1932 (INTERNAL_SYSCALL_NCS): Likewise.
1933 * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
1935 * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
1937 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
1938 [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
1939 and remove it for 32 bits case.
1940 [pthread_rwlock_t] (__rwelision): New field for lock elision.
1941 (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
1943 * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
1944 Disable lock elision with rdlocks if elision is not available.
1946 * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
1947 (sysdep_routines): Add lock elision objects.
1948 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
1949 [pthread_mutex_t] (__spins): Rework to add lock elision field.
1950 [pthread_mutex_t] (__elision): Add field.
1951 [__PTHREAD_SPINS]: Adjust to init lock elision field.
1952 * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
1953 elision definitions for powerpc.
1954 * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
1955 implementation of lock elision for powerpc.
1956 * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
1957 implementation of timed lock elision for powerpc.
1958 * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
1959 implementation of trylock with lock elision for powerpc.
1960 * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
1961 implementaion of unlock for lock elision for powerpc.
1962 * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
1963 automatic enable lock elision for mutexes.
1964 * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
1965 transaction execution definitions for powerpc.
1966 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
1968 * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
1969 * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
1970 * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
1971 * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
1974 2015-01-09 Roland McGrath <roland@hack.frob.com>
1976 * sysdeps/posix/shm-directory.c: Use <> rather than ""
1977 for #include of <shm-directory.h>.
1979 2015-01-09 Chung-Lin Tang <cltang@codesourcery.com>
1981 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
1982 assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
1984 2015-01-09 Matthew Fortune <matthew.fortune@imgtec.com>
1987 * NEWS: Mention bug fix.
1988 * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
1989 (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
1990 (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
1992 2015-01-09 Torvald Riegel <triegel@redhat.com>
1994 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
1996 2015-01-09 Torvald Riegel <triegel@redhat.com>
1998 * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
2000 2015-01-09 David Holsgrove <david.holsgrove@xilinx.com>
2002 * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
2003 pointer and cast to uintptr_t.
2005 2015-01-09 David Holsgrove <david.holsgrove@xilinx.com>
2007 * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
2009 (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
2011 2015-01-09 David Holsgrove <david.holsgrove@xilinx.com>
2013 * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
2016 2015-01-08 Roland McGrath <roland@hack.frob.com>
2018 * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
2019 <nptl/pthreadP.h> instead.
2020 * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
2022 * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
2024 [__SIGRTMIN] (init): Function removed.
2025 [__SIGRTMIN] (initialized): Variable removed.
2026 [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
2027 [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
2028 __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
2029 (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
2030 (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
2031 (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
2032 (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
2033 (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
2034 (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
2035 (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
2036 (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
2037 * sysdeps/nptl/allocrtsig.c: New file.
2038 * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
2039 * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
2040 * sysdeps/generic/testrtsig.h: File removed.
2042 * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
2043 (pthread_sigmask): Call sigprocmask, not __sigprocmask.
2045 * nptl/nptl-init.c (pthread_functions): Conditionalize
2046 .ptr__nptl_setxid initialization on [SIGSETXID].
2048 * sysdeps/nptl/sys/procfs.h: New file.
2049 * nptl_db/Makefile (headers): Add it.
2050 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
2052 * nptl/pthreadP.h (check_cpuset_attr): Moved ...
2053 * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
2054 * nptl/pthread_attr_setaffinity.c: Include it.
2055 * nptl/pthread_setattr_default_np.c: Likewise.
2056 * nptl/check-cpuset.h: New file.
2058 2015-01-08 Richard Henderson <rth@redhat.com>
2060 * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
2061 (CFLAGS-tst-execstack-prog.c): Likewise.
2062 * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
2064 2015-01-08 Chung-Lin Tang <cltang@codesourcery.com>
2065 Sandra Loosemore <sandra@codesourcery.com>
2066 Andrew Jenner <andrew@codesourcery.com>
2067 Joseph Myers <joseph@codesourcery.com>
2068 Nathan Sidwell <nathan@codesourcery.com>
2070 * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
2071 (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
2072 (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
2073 (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
2074 (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
2075 (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
2076 (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
2077 (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
2078 (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
2079 (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
2080 (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
2081 (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
2082 (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
2083 (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
2084 (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
2085 (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
2086 (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
2088 2015-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2090 * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
2091 timespec struct member in syscall macro.
2092 * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
2093 * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
2094 first timeval struct member in syscall macro.
2095 * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
2097 2015-01-07 Joseph Myers <joseph@codesourcery.com>
2100 * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
2101 * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
2102 * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
2103 __feupdateenv and define as weak alias of __feupdateenv. Use
2105 * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
2107 * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
2108 and define as weak alias of __feupdateenv. Use libm_hidden_weak.
2109 * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
2110 * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
2112 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
2113 __feupdateenv and define as weak alias of __feupdateenv. Use
2115 * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
2117 * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
2118 __feupdateenv and define as weak alias of __feupdateenv. Use
2120 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
2122 * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
2123 * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
2124 (__feupdateenv): Likewise.
2125 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
2126 __feupdateenv and define as weak alias of __feupdateenv. Use
2128 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2129 * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
2131 * sysdeps/tile/math_private.h (__feupdateenv): New inline
2133 * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
2135 * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
2136 __feupdateenv instead of feupdateenv.
2137 (default_libc_feupdateenv_test): Likewise.
2138 (libc_feresetround_ctx): Likewise.
2140 2015-01-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2142 * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
2145 2015-01-07 Chris Metcalf <cmetcalf@ezchip.com>
2147 * posix/regcomp.c (parse_bracket_exp): Initialize type to
2148 COLL_SYM in a couple of places to avoid uninitialized variable
2149 wanings on tilegx gcc 4.8.2.
2151 2015-01-07 Richard Earnshaw <rearnsha@arm.com>
2153 * sysdeps/aarch64/strcpy.S: New file.
2154 * sysdeps/aarch64/stpcpy.S: New file.
2157 2015-01-07 Richard Earnshaw <rearnsha@arm.com>
2159 * sysdeps/aarch64/strrchr.S: New file.
2162 2015-01-07 Eric Biggers <ebiggers3@gmail.com>
2165 * stdlib/setenv.c: Fix memory leak when setting large,
2168 2015-01-06 Vladimir A. Nazarenko <naszar@ya.ru>
2171 * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
2172 and tabs from buffer before parsing fstab entry.
2173 * misc/tst-mntent.c (main): Add test for mount entry with
2174 trailing spaces and tabs.
2176 2015-01-06 Joseph Myers <joseph@codesourcery.com>
2179 * include/fenv.h (__fesetround): Declare. Use libm_hidden_proto.
2180 * math/fesetround.c (fesetround): Rename to __fesetround and
2181 define as weak alias of __fesetround. Use libm_hidden_weak.
2182 * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
2183 * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
2184 * sysdeps/arm/fesetround.c (fesetround): Likewise.
2185 * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
2186 * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
2187 * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
2188 * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
2189 * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
2190 * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
2191 __fesetround_inline.
2192 * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
2193 __fesetround_inline instead of __fesetround.
2194 * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
2195 __fesetround and define as weak alias of __fesetround. Use
2196 libm_hidden_weak. Call __fesetround_inline instead of
2198 * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
2199 __fesetround and define as weak alias of __fesetround. Use
2201 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
2203 * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
2204 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
2205 * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
2206 * sysdeps/tile/math_private.h (__fesetround): New inline function.
2207 * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
2208 __fesetround and define as weak alias of __fesetround. Use
2210 * sysdeps/generic/math_private.h (default_libc_fesetround): Call
2211 __fesetround instead of fesetround.
2212 (default_libc_feholdexcept_setround): Likewise.
2213 (libc_feholdsetround_ctx): Likewise.
2214 (libc_feholdsetround_noex_ctx): Likewise.
2217 * include/fenv.h (__fesetenv): Use libm_hidden_proto.
2218 * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
2219 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
2220 and define as weak alias of __fesetenv. Use libm_hidden_weak.
2221 * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2222 * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
2223 define as weak alias of __fesetenv. Use libm_hidden_weak.
2224 * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
2225 * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2226 * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2227 define as weak alias of __fesetenv. Use libm_hidden_weak.
2228 * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2229 * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2230 define as weak alias of __fesetenv. Use libm_hidden_weak.
2231 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
2233 * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
2234 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
2236 * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2237 define as weak alias of __fesetenv. Use libm_hidden_weak.
2238 * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
2239 * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2240 * sysdeps/tile/math_private.h (__fesetenv): New inline function.
2241 * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
2242 and define as weak alias of __fesetenv. Use libm_hidden_weak.
2243 * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
2244 __fesetenv instead of fesetenv.
2245 (libc_feresetround_noex_ctx): Likewise.
2246 * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
2247 * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
2248 * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
2249 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
2250 * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
2251 * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
2252 * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
2253 * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
2254 (__feupdateenv): Likewise.
2255 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
2256 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2257 * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
2258 * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
2260 2015-01-06 Aurelien Jarno <aurelien@aurel32.net>
2263 * resolv/res_init.c (__res_iclose): Only clear nsinit if the
2264 addresses have been freed.
2266 2015-01-06 Aurelien Jarno <aurelien@aurel32.net>
2268 * resolv/res_init.c (__res_vinit): Improve comments about nserv
2271 2015-01-06 Ondřej Bílka <neleai@seznam.cz>
2273 * sysdeps/unix/sysv/linux/check_pf.c (make_request):
2274 Clean up check_pf allocation pattern. addresses
2276 2015-01-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2278 * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
2279 * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
2280 * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
2281 * nptl/pthread_exit.c (__pthread_exit): Likewise.
2282 * nptl/pthread_join.c (pthread_join): Likewise.
2283 * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
2284 * sysdeps/posix/waitid.c (__waitid): Likewise.
2285 * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
2286 * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
2287 * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
2288 * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
2289 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
2291 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
2292 (__libc_pread64): Likewise.
2293 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
2294 (__libc_pwrite): Likewise.
2295 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
2296 (__libc_pwrite64): Likewsie.
2297 * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
2298 * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
2299 * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
2300 * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
2301 * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
2302 * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
2303 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
2304 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
2306 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
2307 (__libc_pread64): Likewise.
2308 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
2310 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
2311 (__libc_pwrite64): Likewise.
2312 * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
2313 * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
2314 * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
2315 * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
2316 * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
2317 * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
2318 * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
2319 * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
2320 * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
2321 * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
2322 * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
2323 * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
2324 * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
2325 * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
2326 * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
2327 * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
2330 2015-01-06 Andrew Senkevich <andrew.n.senkevich@gmail.com>
2332 * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
2333 (CFLAGS-test-double.c): Likewise.
2334 (CFLAGS-test-ldouble.c): Likewise.
2335 (CPPFLAGS-test-ifloat.c): Likewise.
2336 (CPPFLAGS-test-idouble.c): Likewise.
2337 (CPPFLAGS-test-ildoubl.c): Likewise.
2338 (CFLAGS-test-test-fenv.c): Remove variable.
2339 (CFLAGS-test-misc.c): Likewise.
2341 2015-01-06 H.J. Lu <hongjiu.lu@intel.com>
2344 * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
2345 * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
2346 * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
2347 CLOCKS_PER_SEC == 1000000.
2348 * time/clocktest.c (main): Replace %ld with %jd and cast to
2351 2015-01-05 Roland McGrath <roland@hack.frob.com>
2353 * sysdeps/generic/unwind-resume.h: New file.
2354 * sysdeps/gnu/unwind-resume.c: Include it.
2355 (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
2356 (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
2358 (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
2359 global rather than static.
2360 (_Unwind_Resume): Update user.
2361 Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
2362 (init): Likewise. Renamed to __libgcc_s_init, made hidden global
2363 rather than static. Add __attribute__ ((cold)).
2364 (_Unwind_Resume, __gcc_personality_v0): Update callers.
2365 * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
2366 * sysdeps/arm/arm-unwind-resume.S: New file.
2367 * sysdeps/arm/rt-arm-unwind-resume.S: New file.
2368 * sysdeps/arm/pt-arm-unwind-resume.S: New file.
2369 * sysdeps/arm/Makefile [$(subdir) = csu]
2370 (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
2371 [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
2372 Add rt-arm-unwind-resume.
2374 (libpthread-sysdep_routines, libpthread-shared-only-routines):
2375 Add pt-arm-unwind-resume.
2376 * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
2377 * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
2379 2015-01-05 Joseph Myers <joseph@codesourcery.com>
2382 * include/fenv.h (__feholdexcept): Declare. Use
2384 * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
2385 define as weak alias of __feholdexcept. Use libm_hidden_weak.
2386 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2387 * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
2388 * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
2389 * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
2390 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
2391 * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2392 * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
2393 * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
2394 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
2395 * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
2396 * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
2397 (feholdexcept): Likewise.
2398 * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
2399 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
2400 * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
2401 * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
2402 * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
2403 __feholdexcept instead of feholdexcept.
2404 (default_libc_feholdexcept_setround): Likewise.
2406 2015-01-05 Steve Ellcey <sellcey@imgtec.com>
2408 * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
2409 to avoid using stl/str to align destination.
2411 2015-01-05 Steve Ellcey <sellcey@imgtec.com>
2413 * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
2415 2015-01-05 Joseph Myers <joseph@codesourcery.com>
2418 * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
2419 [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
2420 Define as weak alias not strong alias.
2422 2015-01-05 Steve Ellcey <sellcey@imgtec.com>
2424 * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
2425 bltzal with addiupc.
2426 (RTLD_START): Ditto.
2428 2015-01-05 Chris Metcalf <cmetcalf@ezchip.com>
2430 * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
2431 for __vdso_* functions in declarations.
2432 * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
2434 * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
2435 INTERNAL_VSYSCALL): Use struct return types to check for error.
2437 * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
2438 && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
2439 function with cast from llround().
2440 * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
2441 * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
2444 2015-01-05 Joseph Myers <joseph@codesourcery.com>
2447 * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
2448 Define as weak alias not strong alias.
2451 * ctype/ctype-c99.c: New file. isblank implementation moved from
2453 * ctype/ctype-extn.c: ... here.
2454 (__isblank_l): Move to ...
2455 * ctype/ctype-c99_l.c: ... here. New file.
2456 * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
2457 * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
2459 (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2460 (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2461 (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2462 (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2463 (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2466 * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
2467 (posix_fadvise64): Define as weak alias not strong alias.
2468 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
2469 (posix_fallocate64): Likewise.
2470 * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
2472 (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2473 (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2474 (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2475 (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2476 (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2478 2015-01-05 Matthew Fortune <matthew.fortune@imgtec.com>
2481 * NEWS: Mention bug fix.
2482 * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
2483 (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
2484 (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
2485 (HOST_STACK_END_ADDR): Likewise.
2487 2015-01-02 Joseph Myers <joseph@codesourcery.com>
2490 * include/fenv.h (__fegetround): Declare. Use libm_hidden_proto.
2491 * math/fegetround.c (fegetround): Rename to __fegetround and
2492 define as weak alias of __fegetround. Use libm_hidden_weak.
2493 * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
2494 * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
2495 * sysdeps/arm/fegetround.c (fegetround): Likewise.
2496 * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
2497 * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
2498 * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
2499 * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
2500 * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
2501 * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
2502 Undefine after rather than before function definition; use
2503 parentheses around function name in definition.
2504 (__fegetround): Also undefine macro after function definition.
2505 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
2506 __fegetround and define as weak alias of __fegetround. Use
2507 libm_hidden_weak. Do not undefine as macro.
2508 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
2510 * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
2511 __fegetround and define as weak alias of __fegetround. Use
2513 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
2514 * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
2515 * sysdeps/tile/math_private.h (__fegetround): New inline function.
2516 * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
2517 __fegetround and define as weak alias of __fegetround. Use
2519 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
2520 __fegetround instead of fegetround.
2523 * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
2524 Condition macro definition on [__USE_MISC].
2527 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
2528 (struct sigaction): Change type of sa_flags field to int.
2531 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
2532 [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
2535 * nptl/version.c (banner): Use single year in copyright notice.
2537 * NEWS: Update copyright dates.
2538 * catgets/gencat.c (print_version): Likewise.
2539 * csu/version.c (banner): Likewise.
2540 * debug/catchsegv.sh: Likewise.
2541 * debug/pcprofiledump.c (print_version): Likewise.
2542 * debug/xtrace.sh (do_version): Likewise.
2543 * elf/ldconfig.c (print_version): Likewise.
2544 * elf/ldd.bash.in: Likewise.
2545 * elf/pldd.c (print_version): Likewise.
2546 * elf/sotruss.sh: Likewise.
2547 * elf/sprof.c (print_version): Likewise.
2548 * iconv/iconv_prog.c (print_version): Likewise.
2549 * iconv/iconvconfig.c (print_version): Likewise.
2550 * locale/programs/locale.c (print_version): Likewise.
2551 * locale/programs/localedef.c (print_version): Likewise.
2552 * login/programs/pt_chown.c (print_version): Likewise.
2553 * malloc/memusage.sh (do_version): Likewise.
2554 * malloc/memusagestat.c (print_version): Likewise.
2555 * malloc/mtrace.pl: Likewise.
2556 * manual/libc.texinfo: Likewise.
2557 * nptl/version.c (banner): Likewise.
2558 * nscd/nscd.c (print_version): Likewise.
2559 * nss/getent.c (print_version): Likewise.
2560 * nss/makedb.c (print_version): Likewise.
2561 * posix/getconf.c (main): Likewise.
2562 * scripts/test-installation.pl: Likewise.
2563 * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
2565 2015-01-02 Will Newton <will.newton@linaro.org>
2567 * sysdeps/arm/armv7/configure: Removed.
2568 * sysdeps/arm/armv7/configure.ac: Likewise.
2570 2015-01-02 Joseph Myers <joseph@codesourcery.com>
2572 * All files with FSF copyright notices: Update copyright dates
2573 using scripts/update-copyrights.
2574 * intl/plural.c: Regenerated.
2575 * locale/programs/charmap-kw.h: Likewise.
2576 * locale/programs/locfile-kw.h: Likewise.
2578 2015-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
2580 * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
2582 2014-12-31 Joseph Myers <joseph@codesourcery.com>
2585 * include/fenv.h (__fegetenv): Use libm_hidden_proto.
2586 * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
2587 * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
2588 and define as weak alias of __fegetenv. Use libm_hidden_weak.
2589 * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2590 * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
2591 define as weak alias of __fegetenv. Use libm_hidden_weak.
2592 * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
2593 * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2594 * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
2595 define as weak alias of __fegetenv. Use libm_hidden_weak.
2596 * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2597 * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
2598 define as weak alias of __fegetenv. Use libm_hidden_weak.
2599 * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
2601 * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
2602 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
2604 * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
2605 define as weak alias of __fegetenv. Use libm_hidden_weak.
2606 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
2607 * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
2608 * sysdeps/tile/math_private.h (__fegetenv): New inline function.
2609 * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
2610 and define as weak alias of __fegetenv. Use libm_hidden_weak.
2611 * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
2612 __fegetenv instead of fegetenv.
2613 (libc_feholdsetround_noex_ctx): Likewise.
2615 2014-12-31 Matthew Fortune <matthew.fortune@imgtec.com>
2617 * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
2618 (Elf_MIPS_ABIFlags_v0): New structure.
2619 (EF_MIPS_FP64): Define.
2620 (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
2621 (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
2622 (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
2623 (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
2624 (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
2625 (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
2626 (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
2627 (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
2628 (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
2629 (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
2630 (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
2631 (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
2632 (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
2633 (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
2634 (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
2635 (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
2636 (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
2637 (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
2638 (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
2639 * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
2640 tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
2641 * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
2643 * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
2645 * sysdeps/mips/dl-machine-reject-phdr.h: New file.
2646 * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
2647 * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
2648 * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
2649 * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
2650 * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
2651 * sysdeps/mips/tst-abi-interlink.c: Likewise.
2652 * sysdeps/mips/tst-mode-switch-1.c: Likewise.
2653 * sysdeps/mips/tst-mode-switch-2.c: Likewise.
2654 * sysdeps/mips/tst-mode-switch-3.c: Likewise.
2655 * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
2656 record the current FP ABI extension.
2657 (mips-mode-switch): Define to show if kernel headers support mode
2659 * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
2660 * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
2661 supported SYSV ABI version to 3.
2662 * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
2665 2014-12-31 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
2666 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2668 * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
2670 * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
2672 2014-12-31 Joseph Myers <joseph@codesourcery.com>
2674 * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
2675 __fegetround and redefine to call __fegetround. Remove condition
2676 on [!__NO_MATH_INLINES].
2677 * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
2679 * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
2680 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
2682 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
2683 instead of <fenv_libc.h>.
2684 (__llrintl): Call fegetround instead of __fegetround.
2685 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
2686 instead of <fenv_libc.h>.
2687 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
2688 (__lrintl): Call fegetround instead of __fegetround.
2689 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
2690 instead of <fenv_libc.h>.
2691 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
2692 (__rintl): Call fegetround instead of __fegetround.
2694 2014-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
2696 * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
2699 2014-12-30 H.J. Lu <hongjiu.lu@intel.com>
2702 * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
2703 (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
2704 (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
2706 2014-12-30 Andrew Senkevich <andrew.senkevich@intel.com>
2708 * sysdeps/i386/tls-macros.h: Include <features.h>.
2709 (TLS_LE): Use non-PIC version for GCC >= 5.0.
2713 * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
2714 define for GCC >= 5.0.
2716 2014-12-30 Chris Metcalf <cmetcalf@ezchip.com>
2718 * math/test-fenv.c (test_single_exception, set_single_exc,
2719 feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
2720 feexcp_mask_test, feenable_test, fe_single_test): Add
2721 [!FE_ALL_EXCEPT] test so these routines are not compiled in the
2722 case where they are not used.
2723 * math/libm-test.inc: Likewise.
2724 * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
2725 unused in the absence of FP rounding/exception support.
2726 * stdio-common/tst-printf-round.c: Likewise.
2727 * stdlib/tst-strtod-round.c: Likewise.
2728 * stdlib/tst-strtod-underflow.c: Likewise.
2730 2014-12-30 Joseph Myers <joseph@codesourcery.com>
2733 * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
2734 * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
2735 * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2736 __feraiseexcept and define as weak alias of __feraiseexcept. Use
2738 * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
2739 * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
2740 * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
2742 * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2743 __feraiseexcept and define as weak alias of __feraiseexcept. Use
2745 * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
2747 * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
2748 * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2749 __feraiseexcept and define as weak alias of __feraiseexcept. Use
2751 * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
2753 * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
2754 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
2755 (__feraiseexcept): Likewise.
2756 * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
2757 __feraiseexcept and define as weak alias of __feraiseexcept. Use
2759 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
2760 * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
2762 * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
2763 * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
2764 Use libm_hidden_def.
2765 * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
2767 (feraiseexcept): Define as weak not strong alias. Use
2769 * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
2770 New inline function. Factored out of ...
2771 (feraiseexcept): ... here. Use __feraiseexcept_invalid_divbyzero.
2772 * sysdeps/x86/fpu/include/bits/fenv.h: New file.
2773 * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
2775 * math/w_acos.c (__acos): Likewise.
2776 * math/w_asin.c (__asin): Likewise.
2777 * math/w_ilogb.c (__ilogb): Likewise.
2778 * math/w_j0.c (y0): Likewise.
2779 * math/w_j1.c (y1): Likewise.
2780 * math/w_jn.c (yn): Likewise.
2781 * math/w_log.c (__log): Likewise.
2782 * math/w_log10.c (__log10): Likewise.
2783 * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
2784 * sysdeps/aarch64/fpu/math_private.h
2785 (libc_feupdateenv_test_aarch64): Likewise.
2786 * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
2787 * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
2788 * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
2789 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
2790 * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
2791 * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
2792 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
2793 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
2794 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2795 * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
2797 2014-12-30 H.J. Lu <hongjiu.lu@intel.com>
2800 * io/test-utime.c (main): Replace %ld with %jd and cast to
2802 * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
2803 * nptl/tst-mutex5.c: Include <stdint.h>.
2804 (do_test): Replace %ld with %jd and cast to intmax_t.
2805 * posix/tst-regex.c (run_test): Likewise.
2806 (run_test_backwards): Likewise.
2807 * rt/tst-clock.c: Include <stdint.h>.
2808 (clock_test): Replace %ld with %jd and cast to intmax_t.
2809 * rt/tst-cpuclock1.c: Include <stdint.h>.
2810 (do_test): Replace %lu with %ju and cast to uintmax_t.
2811 * rt/tst-cpuclock2.c: Include <stdint.h>.
2812 (do_test): Replace %lu with %ju and cast to uintmax_t.
2813 * rt/tst-mqueue1.c: Include <stdint.h>.
2814 (check_attrs): Replace %ld with %jd and cast to intmax_t.
2815 * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
2817 * rt/tst-mqueue4.c (do_test): Likewise.
2818 * rt/tst-timer4.c: Include <stdint.h>.
2819 (check_ts): Replace %ld with %jd and cast to intmax_t.
2820 (do_test): Likewise.
2821 * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
2822 and cast to intmax_t.
2823 * sysdeps/pthread/tst-timer.c (main): Likewise.
2824 * time/clocktest.c (main): Likewise.
2825 * time/tst-posixtz.c (do_test): Likewise.
2826 * timezone/tst-timezone.c (main): Likewise.
2828 2014-12-30 Andrew Senkevich <andrew.senkevich@intel.com>
2829 H.J. Lu <hongjiu.lu@intel.com>
2831 * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
2832 * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
2833 * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
2834 * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
2835 * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
2836 version if bit_Fast_Unaligned_Load is set.
2837 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
2838 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
2839 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
2840 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
2841 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
2842 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
2843 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
2844 bcopy-sse2-unaligned, memcpy-sse2-unaligned,
2845 memmove-sse2-unaligned and mempcpy-sse2-unaligned.
2846 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
2848 (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
2849 __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
2850 __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
2851 __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
2853 2014-12-29 Chris Metcalf <cmetcalf@ezchip.com>
2855 * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
2856 instead of #if to avoid a Wundef warning.
2857 * stdlib/tst-limits.c (do_test): Likewise.
2859 * sysdeps/tile/math_private.h (fetestexcept): Add macro to
2860 parallel other exception macros.
2861 (fegetenv): Convert from macro to extern inline so that it applies
2862 retroactively to inline functions already seen by the compiler.
2863 (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
2865 * posix/Makefile (before-compile): Use $(objpfx) for
2866 posix-conf-vars-def.h.
2868 2014-12-29 Siddhesh Poyarekar <siddhesh@redhat.com>
2870 * posix/getconf.c (main): Use size_t for type of I.
2871 * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
2874 * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
2875 * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
2876 * posix/posix-envs.def: Likewise.
2877 * sysdeps/posix/sysconf.c: Likewise.
2878 * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
2879 (specs): Remove array.
2880 * scripts/gen-posix-conf-vars.awk: Support generation of specs
2883 * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
2884 * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
2885 (__sysconf): Use CONF_IS_* macros.
2887 * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
2888 ($(objpfx)posix-conf-vars-def.h): New target.
2889 * posix/posix-conf-vars.list: New file.
2890 * posix/posix-conf-vars.h: New file.
2891 * posix/confstr.c: Include posix-conf-vars.h.
2892 (confstr): Use CONF_IS_* macros.
2893 * posix/posix-envs.def: Include posix-conf-vars.h. Use
2895 * scripts/gen-posix-conf-vars.awk: New file.
2897 2014-12-26 Chris Metcalf <cmetcalf@ezchip.com>
2899 * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
2900 fegetround): Add no-op macros to avoid linknamespace issues.
2902 * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
2903 definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
2905 * sysdeps/unix/sysv/linux/tile/sysdep.h
2906 (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
2907 assembly-specific section to avoid a redefinition warning.
2909 * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
2910 long before casting to pointer to avoid a cast warning.
2912 2014-12-23 Chris Metcalf <cmetcalf@ezchip.com>
2914 * sysdeps/tile/tilegx/Implies: New file.
2916 2014-12-23 Richard Earnshaw <rearnsha@arm.com>
2918 * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
2920 2014-12-23 Florian Weimer <fweimer@redhat.com>
2922 * iconvdata/run-iconv-test.sh: Actually test iconv modules.
2924 2014-12-22 Joseph Myers <joseph@codesourcery.com>
2926 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
2928 * sysdeps/unix/sysv/linux/utimes.c: Do not include
2929 <kernel-features.h>.
2930 (__utimes) [__NR_utimes]: Make code unconditional.
2931 (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
2932 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
2933 (__ASSUME_UTIMES): Do not undefine.
2934 * sysdeps/unix/sysv/linux/tile/kernel-features.h
2935 (__ASSUME_UTIMES): Likewise.
2936 * sysdeps/unix/sysv/linux/hppa/kernel-features.h
2937 (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
2938 instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
2939 * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
2941 2014-12-22 Steve Ellcey <sellcey@imgtec.com>
2943 * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
2945 2014-12-22 Chris Metcalf <cmetcalf@ezchip.com>
2948 * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
2949 alias to weak alias for j0l, y0l.
2950 * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
2951 * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
2954 * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
2957 2014-12-22 Steve Ellcey <sellcey@imgtec.com>
2959 * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
2960 to zero if not already defined.
2962 2014-12-22 Joseph Myers <joseph@codesourcery.com>
2965 * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
2966 (__kernel_standard_f): Remove. Moved to k_standardf.c.
2967 (__kernel_standard_l): Remove. Moved to k_standardl.c with
2968 (char *) casts added.
2969 * sysdeps/ieee754/k_standardf.c: New file.
2970 * sysdeps/ieee754/k_standardl.c: Likewise.
2971 * math/Makefile (libm-support): Remove k_standard.
2972 (libm-calls): Add k_standard.
2974 2014-12-22 Wilco Dijkstra <wdijkstr@arm.com>
2976 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
2977 Optimize to avoid an unnecessary FPCR read.
2979 2014-12-22 Wilco Dijkstra <wdijkstr@arm.com>
2981 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
2982 Optimize to reduce FPCR/FPSR accesses.
2984 2014-12-22 Wilco Dijkstra <wdijkstr@arm.com>
2986 * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
2987 Call libc_fetestexcept_aarch64.
2989 2014-12-22 Wilco Dijkstra <wdijkstr@arm.com>
2991 * sysdeps/aarch64/fpu/fesetround.c (fesetround):
2992 Call libc_fesetround_aarch64.
2994 2014-12-22 Joseph Myers <joseph@codesourcery.com>
2997 * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
2998 (__bind): Do not define as weak alias.
2999 * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
3001 (__getsockname): Do not define as weak alias.
3003 2014-12-22 Will Newton <will.newton@linaro.org>
3005 * manual/install.texi: Document that we require bison 2.7
3007 * INSTALL: Regenerate.
3008 * configure.ac: Use AC_CHECK_PROG_VER instead of
3009 AC_PATH_PROG when checking for bison and check for
3010 version 2.7 or above.
3011 * configure: Regenerate.
3013 2014-12-21 Chris Metcalf <cmetcalf@ezchip.com>
3016 * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
3017 * sysdeps/tile/ffsll.c (ffsll): To here.
3019 * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
3021 2014-12-21 H.J. Lu <hongjiu.lu@intel.com>
3023 * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
3025 * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
3027 * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
3028 hidden ___tls_get_addr.
3029 * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
3030 hidden __tls_get_addr.
3031 * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
3032 * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
3035 2014-12-21 Andreas Schwab <schwab@linux-m68k.org>
3037 * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
3040 2014-12-21 H.J. Lu <hongjiu.lu@intel.com>
3042 * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
3043 from "call _dl_init@PLT".
3044 * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
3046 2014-12-21 Anders Kaseorg <andersk@mit.edu>
3048 * manual/search.texi: (Array Sort Function): Clarify stable sorting
3051 2014-12-20 Chris Metcalf <cmetcalf@ezchip.com>
3053 * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
3055 2014-12-19 Chris Metcalf <cmetcalf@ezchip.com>
3058 * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
3061 2014-12-19 Steve Ellcey <sellcey@imgtec.com>
3063 * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
3065 * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
3066 * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
3067 * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
3068 * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
3069 * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
3071 2014-12-19 Steve Ellcey <sellcey@imgtec.com>
3073 * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
3074 (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
3075 (PTR_SUBU): Use subu for mips32r6/mips64r6.
3076 (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
3077 * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
3079 (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
3081 2014-12-19 Ondřej Bílka <neleai@seznam.cz>
3083 * string/strncat.c (STRNCAT): Simplify implementation.
3085 2014-12-19 David S. Miller <davem@davemloft.net>
3087 * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
3088 access the quad as both a long double and as a series of 4 words.
3090 * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
3091 link_map->l_info array access.
3093 2014-12-19 Chris Metcalf <cmetcalf@ezchip.com>
3095 * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
3097 * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
3098 * math/atest-exp2.c (TIMEOUT): Likewise.
3099 * math/atest-sincos.c (TIMEOUT): Likewise.
3101 2014-12-19 H.J. Lu <hongjiu.lu@intel.com>
3103 * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
3104 -Wno-error with -fno-builtin-lround.
3106 2014-12-19 Torvald Riegel <triegel@redhat.com>
3108 * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
3109 Contains futex constants and functions moved over from ...
3110 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here. Include
3111 <lowlevellock-futex.h>.
3112 (lll_wait_tid): Use lll_futex_wait instead of assembly code.
3113 (lll_timedwait_tid): Add comments and parentheses around macro
3116 2014-12-19 Torvald Riegel <triegel@redhat.com>
3118 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
3119 <lowlevellock-futex.h>. Remove FUTEX_* constants defined there.
3120 (__lll_private_flag): Remove.
3121 (lll_futex_wait): Likewise.
3122 (lll_futex_timed_wait): Likewise.
3123 (lll_futex_wake): Likewise.
3124 (lll_futex_requeue): Likewise.
3125 (lll_wait_tid): Use lll_futex_wait instead of assembly code.
3126 (__lll_timedwait_tid): Spell out argument names.
3127 (lll_timedwait_tid): Add comments and parentheses around macro
3129 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
3130 LLL_SHARED and LLL_PRIVATE usable from assembly code.
3132 2014-12-19 Torvald Riegel <triegel@redhat.com>
3134 * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
3135 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
3136 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
3137 * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
3138 * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
3139 * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
3140 * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
3141 * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
3142 * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
3143 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
3144 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
3145 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
3146 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
3147 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
3148 * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
3149 * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
3150 * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
3151 * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
3152 * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
3154 2014-12-19 H.J. Lu <hongjiu.lu@intel.com>
3156 * sysdeps/x86_64/x32/Makefile: New file.
3158 2014-12-19 H.J. Lu <hongjiu.lu@intel.com>
3160 * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
3161 1L with (mp_limb_t) 1.
3163 2014-12-17 Roland McGrath <roland@hack.frob.com>
3165 * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
3166 * nptl/libc_pthread_init.c: ... here.
3167 * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
3168 * nptl/register-atfork.c: ... here.
3170 * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
3171 Use pthread_sigmask rather than INTERNAL_SYSCALL.
3172 Use assert_perror to check its return value.
3173 (__gai_create_helper_thread): Likewise.
3175 * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
3177 * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
3179 2014-12-17 Joseph Myers <joseph@codesourcery.com>
3182 * sysdeps/generic/profil-counter.h (profil_counter): Rename to
3184 * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
3186 * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
3188 * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
3190 * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
3191 (profil_counter): Likewise.
3192 * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
3193 (profil_counter): Likewise.
3194 * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
3196 * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
3198 * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
3199 (profil_counter): Likewise.
3200 * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
3202 [!__profil_counter] (profil_counter): Define as weak alias of
3204 * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
3205 (profil_counter): Rename to __profil_counter.
3206 [!__profil_counter] (profil_counter): Define as weak alias of
3208 * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
3209 (profil_counter): Rename to __profil_counter.
3210 [!__profil_counter] (profil_counter): Define as weak alias of
3212 * sysdeps/posix/profil.c: Update comment referring to
3214 (__profil): Use __profil_counter instead of profil_counter.
3215 * sysdeps/posix/sprofil.c (profil_counter): Rename to
3216 __profil_counter. Use __profil_counter_ushort and
3217 __profil_counter_uint in definitions.
3218 (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
3219 instead of profil_counter_uint and profil_counter_ushort.
3222 * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
3223 define as weak alias of __inet_makeaddr.
3224 * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
3225 as weak alias of __inet_addr.
3226 * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
3227 as weak alias of __inet_pton. Use libc_hidden_weak.
3228 * include/arpa/inet.h (__inet_pton): Declare. Use
3230 (inet_makeaddr): Don't use libc_hidden_proto.
3231 (__inet_makeaddr): Declare. Use libc_hidden_proto.
3232 * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
3233 inet_pton. Use __inet_makeaddr instead of inet_makeaddr.
3234 * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
3236 (test-xfail-POSIX/sched.h/linknamespace): Likewise.
3237 (test-xfail-POSIX/time.h/linknamespace): Likewise.
3239 2014-12-17 Steve Ellcey <sellcey@imgtec.com>
3241 * inet/getnetgrent_r.c: Move while loop to be inside if statement.
3243 2014-12-17 Stefan Liebler <stli@linux.vnet.ibm.com>
3245 * stdio-common/bug-vfprintf-nargs.c (do_test):
3246 Cast value to intptr_t to avoid format warning
3247 for usage with PRIdPTR printing macro.
3249 2014-12-17 Stefan Liebler <stli@linux.vnet.ibm.com>
3251 * libio/tst-widetext.c (do_test):
3252 Use format type %td instead of %Zd for ptrdiff_t
3253 in order to avoid format warning.
3255 2014-12-17 Andreas Schwab <schwab@suse.de>
3257 * nscd/mem.c (gc): Add size_t cast to match printf format.
3259 2014-12-16 Roland McGrath <roland@hack.frob.com>
3261 * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
3262 (init): Apply PTR_MANGLE to pointers before storing them.
3263 (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
3266 2014-12-16 Joseph Myers <joseph@codesourcery.com>
3269 * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
3270 define as weak alias of __memrchr.
3271 (__memrchr): Do not define as strong alias of memrchr.
3272 * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
3274 (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
3275 (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
3276 (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
3279 * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
3280 define as weak alias of __if_nametoindex. Use libc_hidden_weak.
3281 (if_indextoname): Rename to __if_indextoname and define as weak
3282 alias of __if_indextoname. Use libc_hidden_weak.
3283 (if_freenameindex): Rename to __if_freenameindex and define as
3284 weak alias of __if_freenameindex.
3285 (if_nameindex): Rename to __if_nameindex and define as weak alias
3287 * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
3288 __if_nametoindex and define as weak alias of __if_nametoindex.
3289 Use libc_hidden_weak.
3290 (if_freenameindex): Rename to __if_freenameindex and define as
3291 weak alias of __if_freenameindex.
3292 (if_nameindex): Rename to __if_nameindex and define as weak alias
3294 (if_indextoname): Rename to __if_indextoname and define as weak
3295 alias of __if_indextoname. Use libc_hidden_weak.
3296 * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
3297 __if_nametoindex and define as weak alias of __if_nametoindex.
3298 Use libc_hidden_weak.
3299 (if_freenameindex): Rename to __if_freenameindex and define as
3300 weak alias of __if_freenameindex. Use libc_hidden_weak.
3301 (if_nameindex_netlink): Use __if_freenameindex instead of
3303 (if_nameindex): Rename to __if_nameindex and define as weak alias
3304 of __if_nameindex. Use libc_hidden_weak.
3305 (if_indextoname): Rename to __if_indextoname and define as weak
3306 alias of __if_indextoname. Use libc_hidden_weak.
3307 * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
3309 [!_ISOMAC] (__if_freenameindex): Likewise.
3310 * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
3312 * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
3314 (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
3315 (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
3316 (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
3317 (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
3318 (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
3319 (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
3320 (test-xfail-UNIX98/time.h/linknamespace): Likewise.
3322 * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
3324 (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
3325 (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
3327 2014-12-16 Siddhesh Poyarekar <siddhesh@redhat.com>
3329 * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
3330 subscript above bounds'
3332 * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
3335 2014-12-16 Arjun Shankar <arjun.is@lostca.se>
3337 * libio/tst-fopenloc.c: Use test-skeleton.c.
3339 * stdlib/tst-bsearch.c: Use test-skeleton.c.
3340 (entry): Rename to ITEM.
3341 (do_test, comp): Adjust.
3343 * stdio-common/tst-fseek.c: Use test-skeleton.c.
3345 2014-12-16 Torvald Riegel <triegel@redhat.com>
3347 * string/tester.c: Include <libc-internal.h>.
3348 (test_memset): Ignore -Wmemset-transposed-args.
3350 2014-12-16 Torvald Riegel <triegel@redhat.com>
3352 * misc/tst-mntent2.c (do_test): Fix warning.
3354 2014-12-16 Torvald Riegel <triegel@redhat.com>
3356 * elf/tst-unique4lib.cc(a): Mark as used.
3358 2014-12-16 Florian Weimer <fweimer@redhat.com>
3361 * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
3364 2014-12-16 Allan McRae <allan@archlinux.org>
3366 * stdio-common/Makefile (tests): Re-add bug26.
3368 2014-12-15 Ondřej Bílka <neleai@seznam.cz>
3371 * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
3374 2014-12-15 Bernard Ogden <bernie.ogden@linaro.org>
3376 * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
3377 (__lll_lock_wait): Likewise.
3378 (__lll_timedlock_wait): Likewise.
3379 (__lll_timedwait_tid): Likewise.
3380 * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
3381 (__lll_robust_timedlock_wait): Likewise.
3382 * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
3383 (lll_cond_trylock): Likewise.
3384 (__lll_lock): Likewise.
3385 (__lll_robust_lock): Likewise.
3386 (__lll_cond_lock): Likewise.
3387 (lll_robust_cond_lock): Likewise.
3388 (__lll_timedlock): Likewise.
3389 (__lll_robust_timedlock): Likewise.
3390 (__lll_unlock): Likewise.
3391 (__lll_robust_unlock): Likewise.
3392 (lll_wait_tid): Likewise.
3393 (lll_timedwait_tid): Likewise.
3395 2014-12-15 Torvald Riegel <triegel@redhat.com>
3397 * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
3399 2014-12-15 Torvald Riegel <triegel@redhat.com>
3401 * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
3403 2014-12-15 Adhemerval Zanella <Azanella@linux.vnet.ibm.com>
3405 * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
3406 * stdio-common/tst-sprintf.c: Likewise.
3408 2014-12-15 Torvald Riegel <triegel@redhat.com>
3410 * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
3412 2014-12-15 Jeff Law <law@redhat.com>
3415 * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
3416 on the heap. (CVE-2012-3406)
3417 * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
3418 * stdio-common/bug23-4.c: New file. Test case by Joseph Myers.
3419 * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
3421 2014-12-15 Will Newton <will.newton@linaro.org>
3423 * manual/install.texi: Bump required version of texinfo
3425 * INSTALL: Regenerated.
3426 * configure.ac: Check for makeinfo version 4.7 and above.
3427 * configure: Regenerated.
3429 2014-12-12 Roland McGrath <roland@hack.frob.com>
3431 * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
3432 PREFIX, string constant to insert between directory and name.
3433 * sysdeps/posix/shm_open.c: Update caller.
3434 * sysdeps/posix/shm_unlink.c: Likewise.
3435 * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
3436 (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
3437 (SEM_SHM_PREFIX): New macro.
3438 * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
3439 [$(have-thread-library) = no].
3440 * nptl/Makefile (libpthread-routines): Add shm-directory.
3441 * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
3442 * sysdeps/nptl/shm-directory.h: New file.
3443 * sysdeps/posix/shm-directory.c
3444 [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
3445 * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
3446 * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
3448 (__where_is_shmfs): Function removed.
3449 (mountpoint, defaultmount, defaultdir, __namedsem_once):
3451 (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
3453 * nptl/sem_unlink.c: Prototypify. Use SHM_GET_NAME.
3455 * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
3456 (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
3457 unconditional for use inside libpthread.
3458 [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
3460 2014-12-12 Roland McGrath <roland@hack.frob.com>
3462 * nptl/pthread_getaffinity.c: New file.
3463 * nptl/pthread_setaffinity.c: New file.
3464 * nptl/pthread_getname.c: New file.
3465 * nptl/pthread_setname.c: New file.
3467 * nptl/pthread_create.c (START_THREAD_DEFN)
3468 [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
3470 2014-12-12 Stefan Liebler <stli@linux.vnet.ibm.com>
3471 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3473 * resolv/res_send.c (send_vc): Disable warning resplen may
3474 be used uninitialized.
3476 2014-12-12 Stefan Liebler <stli@linux.vnet.ibm.com>
3479 (ATTR_NULL): New define checks ATTR against NULL.
3480 (do_test): Use !ATTR_NULL instead of ATTR != NULL.
3481 * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
3483 2014-12-11 James Lemke <jwlemke@codesourcery.com>
3487 (mem2mem_check): Revert my previous change.
3488 (malloc_check_get_size): Revert my previous change.
3489 (mem2chunk_check): Revert my previous change.
3491 2014-12-11 Roland McGrath <roland@hack.frob.com>
3493 * sysdeps/posix/shm-directory.c: New file.
3494 * sysdeps/posix/shm-directory.h: New file.
3495 * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
3496 * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
3497 Use O_NOFOLLOW and O_CLOEXEC if available. Transmute EISDIR to EINVAL.
3498 * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
3499 Transmute EPERM to EACCES.
3500 * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
3502 * sysdeps/unix/sysv/linux/shm_open.c: ... here. File removed.
3503 * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
3505 2014-12-11 Kaz Kojima <kkojima@rr.iij4u.or.jp>
3507 * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
3508 pointer and cast to uintptr_t.
3509 * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
3510 * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
3511 Add cast to avoid warning.
3512 * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
3514 2014-12-11 Joseph Myers <joseph@codesourcery.com>
3516 * nptl/semaphore.h: Move to ...
3517 * sysdeps/pthread/semaphore.h: ... here.
3518 * Makefile (installed-headers): Change nptl/semaphore.h to
3519 sysdeps/pthread/semaphore.h.
3521 2014-12-11 Roland McGrath <roland@hack.frob.com>
3523 * misc/tst-error1.c (do_test): Ignore -Wformat-security for
3524 generated error format strings.
3526 * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
3527 -Wformat-extra-args warnings for scanf formats.
3528 * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
3529 test of zero-length format (duh).
3530 * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
3531 corner-case scanf format test.
3532 * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
3533 generated fprintf format string.
3534 * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
3535 corner-case sprintf format tests.
3536 * stdio-common/tst-printf.c: Ignore -Wformat throughout.
3537 * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
3538 -Wformat-extra-args warnings throughout.
3539 * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
3540 (CFLAGS-scanf4.c): Likewise.
3541 (CFLAGS-scanf7.c): Likewise.
3542 (CFLAGS-tst-sprintf.c): Likewise.
3543 (CFLAGS-tst-printf.c): Likewise.
3544 (CFLAGS-tst-printfsz.c): Likewise.
3546 2014-12-11 Joseph Myers <joseph@codesourcery.com>
3548 * include/cpio.h: New file.
3549 * include/fmtmsg.h: Likewise.
3551 * tst-mbswcs1.c (show): Use %zu format instead of %Zd. Cast
3552 corresponding format argument to size_t.
3553 * tst-mbswcs2.c (show): Likewise. Use %td format for ptrdiff_t
3555 * tst-mbswcs3.c (show): Use %zu format instead of %Zd. Cast
3556 corresponding format argument to size_t.
3557 * tst-mbswcs4.c (show): Likewise. Use %td format for ptrdiff_t
3559 * tst-mbswcs5.c (show): Use %zu format instead of %Zd. Cast
3560 corresponding format argument to size_t.
3561 * tst-trans.c (do_test): Use %lc format for wint_t arguments.
3562 * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
3563 (CFLAGS-tst-mbswcs2.c): Likewise.
3564 (CFLAGS-tst-mbswcs3.c): Likewise.
3565 (CFLAGS-tst-mbswcs4.c): Likewise.
3566 (CFLAGS-tst-mbswcs5.c): Likewise.
3567 (CFLAGS-tst-trans.c): Likewise
3569 2014-12-11 Roland McGrath <roland@hack.frob.com>
3571 * posix/regexbug1.c (main): Use "%s" format with regerror results,
3572 rather than assuming they won't contain any '%'s.
3574 2014-12-11 Chris Metcalf <cmetcalf@ezchip.com>
3576 * sysdeps/tile/tilegx/memset.c (__memcpy): Add
3577 inhibit_loop_to_libcall to avoid recursive calls.
3578 * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
3579 * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
3581 2014-12-11 Adhemerval Zanella <Azanella@linux.vnet.ibm.com>
3583 * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
3586 2014-12-11 Steve Ellcey <sellcey@imgtec.com>
3588 * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
3589 integer value instead of boolean.
3591 2014-12-11 Steve Ellcey <sellcey@imgtec.com>
3593 * malloc/malloc.c: Fix powerof2 check.
3595 2014-12-11 Stefan Liebler <stli@linux.vnet.ibm.com>
3597 * locale/programs/locfile.h (maybe_swap_uint32):
3598 Remove inline and add unused attribute.
3600 2014-12-11 Stefan Liebler <stli@linux.vnet.ibm.com>
3602 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
3603 Truncating assembler expression to a .long expression.
3605 2014-12-11 Andreas Schwab <schwab@suse.de>
3607 * elf/rtld.c (struct map_args): Constify str member.
3608 (do_preload): Constify fname argument.
3610 2014-12-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3612 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
3613 constants definition.
3615 2014-12-11 Andreas Schwab <schwab@suse.de>
3618 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
3619 FORCE_ELISION instead of DO_ELISION.
3620 * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
3622 * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
3625 * iconvdata/gconv-modules: Remove duplicate entry.
3627 2014-12-11 Will Newton <will.newton@linaro.org>
3629 Merge gettext 0.19.3 into intl/.
3631 This involves a number of cosmetic changes to comments
3632 and ANSI function definitions and prototypes throughout
3633 all the files. The gettext copyright header is used but
3634 with the date ranges taken from the glibc copy.
3636 * NEWS: Add gettext merge to 2.21.
3637 * intl/bindtextdom.c: Switch to gettext copyright.
3638 Use ANSI definitions and prototypes.
3639 Use gl_* locking primitives rather than __libc_* ones.
3640 Use __builtin_expect rather than __glibc_likely/unlikely.
3641 * intl/dcgettext.c: Switch to gettext copyright.
3642 Use ANSI definitions and prototypes.
3643 * intl/dcigettext.c: Switch to gettext copyright.
3644 Use ANSI definitions and prototypes.
3645 (INTDIV0_RAISES_SIGFPE): New define.
3646 Use gl_* locking primitives rather than __libc_* ones.
3647 Include eval-plural.h instead of plural-eval.c.
3648 Use __builtin_expect rather than __glibc_likely/unlikely.
3649 * intl/dcngettext.c: Switch to gettext copyright.
3650 Use ANSI definitions and prototypes.
3651 * intl/dgettext.c: Likewise.
3652 * intl/dngettext.c: Likewise.
3653 * intl/plural-eval.c: Renamed to...
3654 * intl/eval-plural.h: ...this.
3655 * intl/explodename.c: Switch to gettext copyright.
3656 Use ANSI definitions and prototypes.
3657 (_nl_explode_name): Use strchr instead of __rawmemchr.
3658 * intl/finddomain.c: Switch to gettext copyright.
3659 Use ANSI definitions and prototypes.
3660 Use gl_* locking primitives rather than __libc_* ones.
3661 (_nl_find_domain): Use malloc rather than alloca for
3662 allocation of temporary locale name.
3663 * intl/gettext.c: Switch to gettext copyright.
3664 Use ANSI definitions and prototypes.
3665 * intl/gettextP.h: Switch to gettext copyright.
3666 Use ANSI definitions and prototypes.
3667 Use gl_* locking primitives rather than __libc_* ones.
3668 * intl/gmo.h: Switch to gettext copyright.
3669 (struct sysdep_string): Move struct segment_pair outside of
3671 * intl/hash-string.c: Use ANSI definitions and prototypes.
3672 * intl/hash-string.h: Switch to gettext copyright.
3673 Use ANSI definitions and prototypes.
3674 * intl/l10nflist.c: Switch to gettext copyright.
3675 Use ANSI definitions and prototypes.
3676 (_nl_normalize_codeset): Avoid integer overflow.
3677 * intl/loadinfo.h: Switch to gettext copyright.
3678 Use ANSI definitions and prototypes.
3679 (LIBINTL_DLL_EXPORTED): New define.
3680 (PATH_SEPARATOR): New define.
3681 * intl/loadmsgcat.c: Switch to gettext copyright.
3682 * intl/localealias.c: Switch to gettext copyright.
3683 Use ANSI definitions and prototypes.
3684 (_nl_expand_alias): Use PATH_SEPARATOR.
3685 * intl/ngettext.c: Switch to gettext copyright.
3686 Use ANSI definitions and prototypes.
3687 * intl/plural-exp.c: Likewise.
3688 * intl/plural-exp.h: Switch to gettext copyright.
3689 Use ANSI definitions and prototypes.
3690 (struct expression): Move definition of enum operator outside
3691 of struct definition.
3692 * intl/plural.c: Regenerate.
3693 * intl/plural.y: Switch to gettext copyright.
3694 Use ANSI definitions and prototypes.
3696 * intl/textdomain.c: Switch to gettext copyright.
3697 Use ANSI definitions and prototypes.
3698 Use gl_* locking primitives rather than __libc_* ones.
3700 2014-12-10 Steve Ellcey <sellcey@imgtec.com>
3702 * debug/warning-nop.c: Add used atrribute.
3704 2014-12-10 Joseph Myers <joseph@codesourcery.com>
3706 * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
3708 * sysdeps/unix/sysv/linux/mips/mips64/Makefile
3709 [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
3710 [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
3712 2014-12-10 Joseph Myers <joseph@codesourcery.com>
3713 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3716 * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
3717 Undefine after defining function. Define as weak alias of
3718 __wcschr. Use libc_hidden_weak.
3719 * include/wchar.h (__wcschr): Declare. Use libc_hidden_proto.
3720 * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
3721 (libc_hidden_def): Also define __GI___wcschr alias.
3722 * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
3723 __wcschr and define as weak alias of __wcschr.
3724 * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
3726 [!WCSCHR] (DEFAULT_WCSCHR): Define.
3727 [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
3728 [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr. Use
3729 libc_hidden_weak. Do not use libc_hidden_def.
3730 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
3731 [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
3732 __GI___wcschr alias.
3733 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
3734 [IS_IN (libc)] (wcschr): Define as macro expanding to
3736 [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
3737 [IS_IN (libc)] (__wcschr_power6): Likewise.
3738 [IS_IN (libc)] (__wcschr_power7): Likewise.
3739 [IS_IN (libc)] (__libc_wcschr): New. Define with libc_ifunc
3741 [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
3743 [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
3744 * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
3745 __wcschr and define as weak alias of __wcschr. Use
3746 libc_hidden_builtin_def.
3747 * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
3748 as weak alias of __wcschr. Use libc_hidden_weak.
3749 * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
3751 * time/era.c (_nl_init_era_entries): Likewise.
3752 * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
3754 (test-xfail-XPG3/time.h/linknamespace): Likewise.
3755 (test-xfail-XPG4/time.h/linknamespace): Likewise.
3757 2014-12-10 Joseph Myers <joseph@codesourcery.com>
3759 * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
3760 format for long int variable.
3762 2014-12-10 Anders Kaseorg <andersk@MIT.EDU>
3765 * manual/search.texi: (Array Sort Function): Remove claim how to make
3768 2014-12-10 Andreas Schwab <schwab@suse.de>
3771 * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
3772 user-controlled locks.
3774 2014-12-10 Richard Earnshaw <rearnsha@arm.com>
3776 * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
3779 2014-12-10 Joseph Myers <joseph@codesourcery.com>
3781 * configure.ac (--disable-werror): New configure option.
3782 (enable_werror): New AC_SUBST.
3783 * configure: Regenerated.
3784 * config.make.in (enable-werror): New variable.
3785 * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
3787 (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
3788 * manual/install.texi (Configuring and compiling): Document
3790 * INSTALL: Regenerated.
3791 * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
3792 (CFLAGS-tst-chk2.c): Likewise.
3793 (CFLAGS-tst-chk3.c): Likewise.
3794 (CFLAGS-tst-chk4.cc): Likewise.
3795 (CFLAGS-tst-chk5.cc): Likewise.
3796 (CFLAGS-tst-chk6.cc): Likewise.
3797 (CFLAGS-tst-lfschk1.c): Likewise.
3798 (CFLAGS-tst-lfschk2.c): Likewise.
3799 (CFLAGS-tst-lfschk3.c): Likewise.
3800 (CFLAGS-tst-lfschk4.cc): Likewise.
3801 (CFLAGS-tst-lfschk5.cc): Likewise.
3802 (CFLAGS-tst-lfschk6.cc): Likewise.
3804 * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
3805 (main): Disable -Wdeprecated-declarations around calls to
3806 register_printf_function.
3808 * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
3809 (do_test): Disable -Wdiv-by-zero around some calls to
3810 fwrite_unlocked and fread_unlocked.
3812 * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
3813 (DIAG_POP_NEEDS_COMMENT): Likewise.
3814 (_DIAG_STR1): Likewise.
3815 (_DIAG_STR): Likewise.
3816 (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
3817 * stdio-common/bug21.c: Include <libc-internal.h>.
3818 (do_test): Disable -Wformat around call to sscanf.
3819 * stdio-common/scanf14.c: Include <libc-internal.h>.
3820 (main): Disable -Wformat around some calls to scanf functions.
3822 2014-12-09 Torvald Riegel <triegel@redhat.com>
3824 * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
3826 2014-12-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3828 * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
3829 stack variable alignment.
3831 2014-12-06 Joseph Myers <joseph@codesourcery.com>
3834 * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
3835 * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
3836 * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
3837 * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
3838 * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
3839 __getrlimit instead of getrlimit.
3840 * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
3841 __gettimeofday instead of gettimeofday.
3842 * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
3844 * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
3846 * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
3847 * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
3849 (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
3850 (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
3852 2014-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3854 * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
3855 for wide-character tests.
3857 2014-12-04 Roland McGrath <roland@hack.frob.com>
3859 * io/openat64.c: #include <libc-internal.h>
3860 (__openat64): Prototypify. Use ignore_value on MODE.
3861 * io/openat.c: Likewise.
3862 * misc/reboot.c: #include <libc-internal.h>
3863 (reboot): Prototypify. Use ignore_value on HOWTO.
3864 * misc/ptrace.c: #include <libc-internal.h>
3865 (ptrace): Prototypify. Use ignore_value for va_arg'd parameters.
3867 2014-12-04 Joseph Myers <joseph@codesourcery.com>
3869 * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
3870 XPG4, UNIX98 and XOPEN2K.
3871 * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
3873 (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
3875 2014-12-04 Siddhesh Poyarekar <siddhesh@redhat.com>
3877 * libio/fileops.c: Use ISO C style for function definitions.
3878 * libio/iofopen.c: Likewise.
3879 * libio/wfileops.c: Likewise.
3882 * libio/fileops.c (_IO_new_file_underflow): Unset cached
3884 * libio/wfileops.c (_IO_wfile_underflow): Likewise.
3885 * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
3886 (fgets_func): Function pointer to fgets and fgetws.
3887 (do_ftell_test): Add test to verify ftell value after read
3889 (do_test): Set fgets_func.
3891 * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
3892 O_TRUNC flag for w and w+ modes.
3893 (do_rewind_test): Likewise.
3894 (do_ftell_test): Likewise.
3895 (do_write_test): Likewise.
3898 * libio/fileops.c (do_ftell): Seek only when there are
3900 * libio/wfileops.c (do_ftell_wide): Likewise.
3901 * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
3903 (do_one_test): Call it.
3905 2014-12-03 Joseph Myers <joseph@codesourcery.com>
3907 * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
3908 for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
3909 * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
3911 (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
3912 (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
3913 (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
3915 2014-12-02 Joseph Myers <joseph@codesourcery.com>
3917 * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
3919 (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
3922 * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
3923 as weak alias of __getifaddrs. Use libc_hidden_weak.
3924 (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
3925 __freeifaddrs. Use libc_hidden_weak.
3926 * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
3927 define as weak alias of __getifaddrs. Use libc_hidden_weak.
3928 (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
3929 __freeifaddrs. Use libc_hidden_weak.
3930 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
3931 __getifaddrs and define as weak alias of __getifaddrs. Use
3933 (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
3934 __freeifaddrs. Use libc_hidden_weak.
3935 * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
3937 (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
3938 (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
3940 2014-12-02 Petar Jovanovic <petar.jovanovic@rt-rk.com>
3943 * sysdeps/mips/start.S (__start): Use indirect jump to call
3946 2014-12-02 Joseph Myers <joseph@codesourcery.com>
3948 * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
3950 * nptl/tst-mutex1.c: Include <stdbool.h>.
3951 [!ATTR] (ATTR_NULL): New macro.
3952 (do_test): Test !ATTR_NULL instead of ATTR != NULL.
3953 * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
3954 * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
3956 * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
3960 * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
3961 Change conditional to [__USE_MISC].
3964 * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
3966 * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
3968 * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
3970 * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
3972 (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
3973 (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
3974 (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
3975 (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
3976 (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
3977 (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
3978 (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
3979 (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
3980 (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
3982 * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
3984 2014-12-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3986 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3987 Remove strpbrk objects.
3988 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3989 (__libc_ifunc_impl_list): Remove strpbrk implementation.
3990 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
3991 * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
3992 * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
3993 * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
3995 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3996 Remove strcspn objects.
3997 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3998 (__libc_ifunc_impl_list): Remove strcspn implementation.
3999 * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
4000 * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
4001 * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
4002 * sysdeps/powerpc/powerpc64/strcspn.S: New file.
4004 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4005 Remove strspn objetcs.
4006 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4007 (__libc_ifunc_impl_list): Remove strspn implementation.
4008 * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
4009 * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
4010 * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
4011 * sysdeps/powerpc/powerpc64/strspn.S: New file.
4013 2014-12-01 James Lemke <jwlemke@codesourcery.com>
4017 (mem2mem_check): Add a terminator to the chain of checking blocks.
4018 (malloc_check_get_size): Use it here.
4019 (mem2chunk_check): Ditto.
4021 2014-12-01 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
4023 * sysdeps/powerpc/powerpc64/strtok.S: New file.
4024 * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
4026 2014-11-29 Carlos O'Donell <carlos@redhat.com>
4028 * bits/ioctl-types.h: Indent preprocessor directives correctly.
4030 * nptl/nptl-init.c: Include libc-internal.h.
4031 (__pthread_initialize_minimal_internal): Use ROUND_UP.
4033 * elf/ldconfig.c (search_dir): Expand comment.
4035 2014-11-29 Joseph Myers <joseph@codesourcery.com>
4037 * conform/Makefile (linknamespace-symlist-stdlibs-base): New
4039 (linknamespace-symlist-stdlibs-tests): Likewise.
4040 (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
4041 instead of $(objpfx)symlist-stdlibs.
4042 (linknamespace-libs-isoc): New variable.
4043 (linknamespace-libs): Use $(linknamespace-libs-isoc).
4044 (linknamespace-libs-ISO): New variable.
4045 (linknamespace-libs-ISO99): Likewise.
4046 (linknamespace-libs-ISO11): Likewise.
4047 (linknamespace-libs-XPG3): Likewise.
4048 (linknamespace-libs-XPG4): Likewise.
4049 (linknamespace-libs-POSIX): Likewise.
4050 (linknamespace-libs-UNIX98): Likewise.
4051 (linknamespace-libs-XOPEN2K): Likewise.
4052 (linknamespace-libs-POSIX2008): Likewise.
4053 (linknamespace-libs-XOPEN2K8): Likewise.
4054 ($(objpfx)symlist-stdlibs): Replace by
4055 $(linknamespace-symlist-stdlibs-tests). Use
4056 $(linknamespace-libs-$*) as set of libraries.
4057 ($(linknamespace-header-tests)): Update dependencies. Use
4058 $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
4059 (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
4060 * conform/linknamespace.pl: Remove comment about considering
4061 definitions of symbols from irrelevant libraries.
4063 2014-11-28 H.J. Lu <hongjiu.lu@intel.com>
4066 * elf/dl-tls.c: Include <atomic.h>.
4067 (oom): Remove #ifdef SHARED/#endif.
4068 (_dl_static_dtv, _dl_initial_dtv): Moved before ...
4069 (_dl_resize_dtv): This. Extracted from _dl_update_slotinfo.
4070 (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
4072 (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
4073 * nptl/Makefile (tests): Add tst-stack4.
4074 (modules-names): Add tst-stack4mod.
4075 ($(objpfx)tst-stack4): New.
4076 (tst-stack4mod.sos): Likewise.
4077 ($(objpfx)tst-stack4.out): Likewise.
4078 ($(tst-stack4mod.sos)): Likewise.
4080 * nptl/tst-stack4.c: New file.
4081 * nptl/tst-stack4mod.c: Likewise.
4083 2014-11-27 J. Brown <jb999@gmx.de>
4085 * sysdeps/x86/bits/string.h: Add recent CPUs.
4087 2014-11-27 Joseph Myers <joseph@codesourcery.com>
4089 * misc/tst-pselect.c (do_test): Use sigprocmask instead of
4092 * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
4095 * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
4098 2014-11-27 Stefan Liebler <stli@linux.vnet.ibm.com>
4100 * nscd/connections.c: Include libc-internal.h because of macro
4103 2014-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
4105 * string/bits/string3.h (__warn_memset_zero_len): Don't
4106 declare for gcc newer than 5.0.
4107 (memset): Don't test for zero-length __LEN for gcc newer than
4110 2014-11-27 Joseph Myers <joseph@codesourcery.com>
4112 * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
4113 size_t for %zu format.
4115 * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
4116 difference, not %ju.
4118 2014-11-26 Joseph Myers <joseph@codesourcery.com>
4120 * include/libc-internal.h (ignore_value): New macro.
4121 * nscd/connections.c (restart): Wrap calls to setuid and setgid
4124 * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
4127 * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
4128 pthread_cleanup_push to void *.
4130 * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
4135 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
4136 instead of 1L << 52.
4138 * libio/bug-rewind.c (do_test): Check fwscanf return values.
4139 * libio/bug-rewind2.c (do_test): Likewise.
4141 * debug/test-stpcpy_chk-ifunc.c: Remove file.
4142 * debug/test-strcpy_chk-ifunc.c: Likewise.
4143 * wcsmbs/test-wcschr-ifunc.c: Likewise.
4144 * wcsmbs/test-wcscmp-ifunc.c: Likewise.
4145 * wcsmbs/test-wcscpy-ifunc.c: Likewise.
4146 * wcsmbs/test-wcslen-ifunc.c: Likewise.
4147 * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
4148 * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
4149 * Rules [$(multi-arch) = no] (tests): Do not filter out
4151 [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
4152 * debug/Makefile (tests-ifunc): Remove variable.
4153 (tests): Do not add $(tests-ifunc).
4154 * wcsmbs/Makefile (tests-ifunc): Remove variable.
4155 (tests): Do not add $(tests-ifunc).
4156 * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
4157 [TEST_IFUNC]: Remove conditionals.
4158 * string/test-string.h (TEST_IFUNC): Remove macro.
4159 [TEST_IFUNC]: Remove conditionals.
4161 * string/test-strchr.c [!WIDE] (L): New macro.
4162 [WIDE] (L): Likewise.
4163 (check1): Use CHAR instead of char. Use L on string and character
4166 2014-11-26 Adhemerval Zanella <azanella@linux.ibm.com>
4168 * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
4170 * sysdeps/powerpc/bits/atomic.h
4171 (__arch_atomic_exchange_and_add_32_acq): Add definition.
4172 (__arch_atomic_exchange_and_add_32_rel): Likewise.
4173 (atomic_exchange_and_add_acq): Likewise.
4174 (atomic_exchange_and_add_rel): Likewise.
4175 * sysdeps/powerpc/powerpc32/bits/atomic.h
4176 (__arch_atomic_exchange_and_add_64_acq): Add definition.
4177 (__arch_atomic_exchange_and_add_64_rel): Likewise.
4178 * sysdeps/powerpc/powerpc64/bits/atomic.h
4179 (__arch_atomic_exchange_and_add_64_acq): Add definition.
4180 (__arch_atomic_exchange_and_add_64_rel): Likewise.
4182 2014-11-26 Torvald Riegel <triegel@redhat.com>
4184 * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
4185 Change synchronization of __sched_fifo_min_prio and
4186 __sched_fifo_max_prio.
4187 * nptl/pthread_mutexattr_getprioceiling.c
4188 (pthread_mutexattr_getprioceiling): Likewise.
4189 * nptl/pthread_mutexattr_setprioceiling.c
4190 (pthread_mutexattr_setprioceiling): Likewise.
4191 * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
4192 * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
4195 2014-11-26 Joseph Myers <joseph@codesourcery.com>
4197 * setjmp/jmpbug.c (test): Make foo volatile and cast it to
4200 2014-11-25 Joseph Myers <joseph@codesourcery.com>
4202 * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
4203 third argument const.
4205 2014-11-25 Paul Eggert <eggert@cs.ucla.edu>
4207 fnmatch: work around GCC compiler warning bug with uninit var
4208 * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
4209 This works around a bug with x86-64 GCC 4.9.2 and earlier
4210 where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
4211 "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
4212 used uninitialized in this function [-Wmaybe-uninitialized]".
4214 2014-11-25 Joseph Myers <joseph@codesourcery.com>
4216 * posix/bug-regex31.c (main): Return RES not 0.
4218 2014-11-25 Anton Blanchard <anton@samba.org>
4220 * sysdeps/powerpc/bits/atomic.h
4221 (__arch_compare_and_exchange_bool_64_rel): Load from mem.
4223 2014-11-24 Sterling Augustine <saugustine@google.com>
4225 * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
4227 2014-11-24 Ryan Cumming <etaoins@gmail.com>
4230 * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
4232 2014-11-24 Joseph Myers <joseph@codesourcery.com>
4235 * stdio-common/perror.c (perror): Call __fileno instead of fileno.
4236 * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
4238 (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
4239 (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
4241 2014-11-24 Wilco Dijkstra <wdijkstr@arm.com>
4243 * string/strncpy.c (strncpy): Improve performance by using memset.
4245 2014-11-24 Wilco Dijkstra <wdijkstr@arm.com>
4247 * string/strcpy.c (strcpy):
4248 Improve performance by using strlen and memcpy.
4250 2014-11-24 Leonhard Holz <leonhard.holz@web.de>
4252 * string/strcoll_l.c (get_next_seq): __always_inline.
4253 * string/strcoll_l.c (do_compare): __always_inline.
4255 2014-11-24 Siddhesh Poyarekar <siddhesh@redhat.com>
4257 * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
4259 * include/mqueue.h: Likewise.
4260 * include/stdlib.h: Likewise.
4262 * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
4263 (get_null_defines): Adjust.
4264 * sunrpc/Makefile: Adjust comment.
4265 * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
4266 * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
4267 (CFLAGS-interp.c): Likewise.
4268 (CFLAGS-ldconfig.c): Likewise.
4269 (CPPFLAGS-.os): Likewise.
4270 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
4271 * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
4272 * extra-modules.mk (extra-modules.mk): Likewise.
4273 * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
4274 * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
4275 * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
4276 * nscd/Makefile (CPPFLAGS-nscd): Likewise.
4277 * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
4278 * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
4279 * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
4280 * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
4281 * iconvdata/Makefile (CPPFLAGS): Likewise.
4282 (cpp-srcs-left): Add libof for all iconvdata routines.
4283 * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
4284 * include/assert.h: Likewise.
4285 * include/ctype.h: Likewise.
4286 * include/errno.h: Likewise.
4287 * include/libc-symbols.h: Likewise.
4288 * include/math.h: Likewise.
4289 * include/netdb.h: Likewise.
4290 * include/resolv.h: Likewise.
4291 * include/stdio.h: Likewise.
4292 * include/stdlib.h: Likewise.
4293 * include/string.h: Likewise.
4294 * include/sys/stat.h: Likewise.
4295 * include/wctype.h: Likewise.
4296 * intl/l10nflist.c: Likewise.
4297 * libidn/idn-stub.c: Likewise.
4298 * libio/libioP.h: Likewise.
4299 * nptl/libc_multiple_threads.c: Likewise.
4300 * nptl/pthreadP.h: Likewise.
4301 * posix/regex_internal.h: Likewise.
4302 * resolv/res_hconf.c: Likewise.
4303 * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
4304 * sysdeps/arm/memmove.S: Likewise.
4305 * sysdeps/arm/sysdep.h: Likewise.
4306 * sysdeps/generic/_itoa.h: Likewise.
4307 * sysdeps/generic/symbol-hacks.h: Likewise.
4308 * sysdeps/gnu/errlist.awk: Likewise.
4309 * sysdeps/gnu/errlist.c: Likewise.
4310 * sysdeps/i386/i586/memcpy.S: Likewise.
4311 * sysdeps/i386/i586/memset.S: Likewise.
4312 * sysdeps/i386/i686/memcpy.S: Likewise.
4313 * sysdeps/i386/i686/memmove.S: Likewise.
4314 * sysdeps/i386/i686/mempcpy.S: Likewise.
4315 * sysdeps/i386/i686/memset.S: Likewise.
4316 * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
4317 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
4318 * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
4319 * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
4320 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
4321 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
4322 * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
4323 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
4324 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
4325 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
4326 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
4327 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
4328 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
4329 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
4330 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
4331 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
4332 * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
4333 * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
4334 * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
4335 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
4336 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
4337 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
4338 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
4339 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
4340 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
4341 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
4342 * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
4343 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
4344 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
4345 * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
4346 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
4347 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
4348 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
4349 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
4350 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
4351 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
4352 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
4353 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
4354 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
4355 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
4356 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
4357 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
4358 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
4359 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
4360 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
4361 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
4362 * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
4363 * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
4364 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
4365 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
4366 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
4367 * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
4368 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
4369 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
4370 * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
4371 * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
4372 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
4373 * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
4374 * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
4375 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
4376 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
4377 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
4378 * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
4379 * sysdeps/nptl/bits/libc-lock.h: Likewise.
4380 * sysdeps/nptl/bits/libc-lockP.h: Likewise.
4381 * sysdeps/nptl/bits/stdio-lock.h: Likewise.
4382 * sysdeps/posix/closedir.c: Likewise.
4383 * sysdeps/posix/opendir.c: Likewise.
4384 * sysdeps/posix/readdir.c: Likewise.
4385 * sysdeps/posix/rewinddir.c: Likewise.
4386 * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
4387 * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
4388 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
4389 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
4390 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
4391 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
4392 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
4393 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
4394 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
4395 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
4396 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
4397 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
4398 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
4399 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
4400 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
4401 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
4402 * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
4403 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
4404 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
4405 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
4406 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
4407 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
4408 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
4409 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
4410 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
4411 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
4412 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
4413 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
4414 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
4415 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
4416 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
4417 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
4418 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
4419 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
4420 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
4421 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
4422 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
4423 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
4424 * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
4425 * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
4426 * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
4427 * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
4428 * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
4429 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
4430 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
4431 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
4432 * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
4433 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
4434 * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
4435 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
4436 * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
4437 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
4438 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
4439 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
4440 * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
4441 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
4442 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
4443 * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
4444 * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
4445 * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
4446 * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
4447 * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
4448 * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
4449 * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
4450 * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
4451 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
4452 * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
4453 * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
4454 * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
4455 * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
4456 * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
4457 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
4458 * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
4459 * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
4460 * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
4461 * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
4462 * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
4463 * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
4464 * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
4465 * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
4466 * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
4467 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
4468 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
4469 * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
4470 * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
4471 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
4472 * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
4473 * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
4474 * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
4475 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
4476 * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
4477 * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
4478 * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
4479 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
4480 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
4481 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
4482 * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
4483 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
4484 * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
4485 * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
4486 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
4487 * sysdeps/unix/alpha/sysdep.S: Likewise.
4488 * sysdeps/unix/alpha/sysdep.h: Likewise.
4489 * sysdeps/unix/make-syscalls.sh: Likewise.
4490 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4491 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4492 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4493 * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
4494 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4495 * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
4496 * sysdeps/unix/sysv/linux/getpid.c: Likewise.
4497 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4498 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4499 * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
4500 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4501 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4502 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4503 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
4504 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4505 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
4506 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4507 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
4508 * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
4509 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4510 * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
4511 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4512 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
4513 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
4514 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
4515 * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
4516 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4517 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
4518 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
4519 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
4520 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4521 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4522 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
4523 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4524 * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
4525 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4526 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
4527 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4528 * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
4529 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
4530 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4531 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4532 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4533 * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
4534 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4535 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
4536 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4537 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
4538 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
4539 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4540 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4541 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
4542 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4543 * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4544 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
4545 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4546 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4547 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4548 * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
4549 * sysdeps/x86_64/memcpy.S: Likewise.
4550 * sysdeps/x86_64/memmove.c: Likewise.
4551 * sysdeps/x86_64/memset.S: Likewise.
4552 * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
4553 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
4554 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
4555 * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
4556 * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
4557 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
4558 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
4559 * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
4560 * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
4561 * sysdeps/x86_64/multiarch/memmove.c: Likewise.
4562 * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
4563 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
4564 * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
4565 * sysdeps/x86_64/multiarch/memset.S: Likewise.
4566 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4567 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
4568 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
4569 * sysdeps/x86_64/multiarch/strcat.S: Likewise.
4570 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
4571 * sysdeps/x86_64/multiarch/strchr.S: Likewise.
4572 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
4573 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
4574 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
4575 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
4576 * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
4577 * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
4578 * sysdeps/x86_64/multiarch/strspn.S: Likewise.
4579 * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
4580 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
4581 * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
4582 * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
4583 * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
4584 * sysdeps/x86_64/strcmp.S: Likewise.
4586 * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
4588 * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
4589 * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
4590 * elf/rtld-Rules: Likewise.
4591 * elf/setup-vdso.h: Likewise.
4592 * include/assert.h: Likewise.
4593 * include/bits/stdlib-float.h: Likewise.
4594 * include/errno.h: Likewise.
4595 * include/sys/stat.h: Likewise.
4596 * include/unistd.h: Likewise.
4597 * sysdeps/aarch64/setjmp.S: Likewise.
4598 * sysdeps/alpha/setjmp.S: Likewise.
4599 * sysdeps/arm/__longjmp.S: Likewise.
4600 * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
4601 * sysdeps/arm/setjmp.S: Likewise.
4602 * sysdeps/arm/sysdep.h: Likewise.
4603 * sysdeps/generic/_itoa.h: Likewise.
4604 * sysdeps/generic/dl-sysdep.h: Likewise.
4605 * sysdeps/generic/ldsodefs.h: Likewise.
4606 * sysdeps/i386/dl-tls.h: Likewise.
4607 * sysdeps/i386/setjmp.S: Likewise.
4608 * sysdeps/m68k/setjmp.c: Likewise.
4609 * sysdeps/mach/hurd/dl-execstack.c: Likewise.
4610 * sysdeps/mach/hurd/opendir.c: Likewise.
4611 * sysdeps/posix/getcwd.c: Likewise.
4612 * sysdeps/posix/opendir.c: Likewise.
4613 * sysdeps/posix/profil.c: Likewise.
4614 * sysdeps/powerpc/dl-procinfo.h: Likewise.
4615 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
4616 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
4617 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
4618 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4619 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
4620 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4621 * sysdeps/s390/dl-tls.h: Likewise.
4622 * sysdeps/s390/s390-32/setjmp.S: Likewise.
4623 * sysdeps/s390/s390-64/setjmp.S: Likewise.
4624 * sysdeps/sh/sh3/setjmp.S: Likewise.
4625 * sysdeps/sh/sh4/setjmp.S: Likewise.
4626 * sysdeps/unix/alpha/sysdep.h: Likewise.
4627 * sysdeps/unix/arm/sysdep.S: Likewise.
4628 * sysdeps/unix/i386/sysdep.S: Likewise.
4629 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4630 * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
4631 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4632 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4633 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4634 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
4635 * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4636 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4637 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
4638 * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
4639 * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
4640 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4641 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4642 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4643 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4644 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4645 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4646 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4647 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4648 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4649 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4650 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4651 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4652 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4653 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4654 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4655 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4656 * sysdeps/unix/x86_64/sysdep.S: Likewise.
4657 * sysdeps/x86_64/setjmp.S: Likewise.
4659 * include/math.h: Use IS_IN instead of IS_IN_libm.
4660 * sysdeps/alpha/fpu/s_copysign.c: Likewise.
4661 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
4662 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
4663 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
4664 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
4665 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
4666 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
4667 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
4668 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
4669 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
4670 * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
4671 * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
4672 * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
4673 * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
4674 * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
4675 * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
4676 * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
4677 * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
4678 * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
4679 * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
4680 * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
4681 * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
4682 * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
4683 * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
4684 * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
4685 * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
4686 * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
4687 * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
4688 * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
4689 * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
4690 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
4691 * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
4692 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
4693 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
4695 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
4697 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
4699 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
4701 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
4703 * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
4704 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
4705 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
4706 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
4707 * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
4708 * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
4709 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
4710 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
4711 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
4712 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
4713 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
4714 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
4715 * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
4716 * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
4717 * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
4718 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
4719 * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
4720 * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
4721 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
4722 * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
4723 * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
4724 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
4725 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
4726 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
4727 * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
4728 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
4729 * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
4731 * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
4732 * nptl/pthreadP.h: Likewise.
4733 * nptl_db/structs.def: Likewise.
4734 * sysdeps/arm/sysdep.h: Likewise.
4735 * sysdeps/nptl/bits/libc-lock.h: Likewise.
4736 * sysdeps/nptl/bits/libc-lockP.h: Likewise.
4737 * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
4738 * sysdeps/unix/alpha/sysdep.h: Likewise.
4739 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4740 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4741 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4742 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4743 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4744 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4745 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4746 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4747 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4748 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4749 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
4750 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
4751 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
4752 * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
4753 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
4754 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
4755 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4756 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4757 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4758 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
4759 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
4760 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
4761 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4762 * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4763 * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
4764 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4766 * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
4767 * nptl/pthreadP.h: Likewise.
4768 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
4769 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
4770 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
4771 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
4772 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
4773 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
4774 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4775 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
4776 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
4777 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
4778 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
4779 * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
4780 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
4782 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
4784 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
4785 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
4786 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
4787 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
4788 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
4789 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
4790 * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
4791 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
4793 * dlfcn/dladdr.c: Use IS_IN.
4794 * dlfcn/dladdr1.c: Likewise.
4795 * dlfcn/dlclose.c: Likewise.
4796 * dlfcn/dlerror.c: Likewise.
4797 * dlfcn/dlinfo.c: Likewise.
4798 * dlfcn/dlmopen.c: Likewise.
4799 * dlfcn/dlopen.c: Likewise.
4800 * dlfcn/dlsym.c: Likewise.
4801 * dlfcn/dlvsym.c: Likewise.
4803 * include/ifaddrs.h: Use IS_IN.
4804 * inet/check_pf.c: Likewise.
4805 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
4806 * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
4808 * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
4810 * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
4811 * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
4813 * include/shlib-compat.h [!NOT_IN_libc]: Remove.
4814 * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
4817 * elf/Makefile (libof-sotruss-lib): Set as extramodules.
4819 * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
4820 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
4821 * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
4822 * include/libc-symbols.h (IS_IN_LIB): New macro.
4823 * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
4824 * include/netdb.h: Likewise.
4825 * include/stap-probe.h: Remove all uses of IN_LIB.
4827 * Makeconfig (module-cppflags-real): Define MODULE_NAME
4828 instead of IN_MODULE.
4829 * include/libc-symbols.h (IN_MODULE): Define using
4831 (PASTE_NAME, PASTE_NAME1): New macros.
4832 * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
4834 (STAP_PROBE_ASM): Likewise.
4836 2014-11-23 Samuel Thibault <samuel.thibault@ens-lyon.org>
4838 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
4839 __mach_init in dlopened libc.
4841 2014-11-22 Mike Frysinger <vapier@gentoo.org>
4843 * sysdeps/arm/preconfigure.ac: Delete EABI check.
4844 * sysdeps/arm/preconfigure: Regenerate.
4846 2014-11-21 Roland McGrath <roland@hack.frob.com>
4848 * nptl/pthread_create.c (__pthread_create_2_1): Set
4849 ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
4850 when copying values from IATTR into PD.
4852 2014-11-21 Will Newton <will.newton@linaro.org>
4853 Andrew Pinski <andrew.pinski@caviumnetworks.com>
4855 * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
4856 Refactor inline-asm. Also add comment.
4858 * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
4859 ElfW macro instead of hardcoded Elf64 types.
4860 (la_aarch64_gnu_pltenter): Likewise.
4861 * sysdeps/aarch64/dl-machine.h
4862 (elf_machine_runtime_setup): Use ElfW(Addr).
4864 * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
4865 R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
4866 R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
4867 R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
4868 R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
4869 (R_AARCH64_TLS_DTPMOD64): Rename to ..
4870 (R_AARCH64_TLS_DTPMOD): This.
4871 (R_AARCH64_TLS_DTPREL64): Rename to ...
4872 (R_AARCH64_TLS_DTPREL): This.
4873 (R_AARCH64_TLS_TPREL64): Rename to ...
4874 (R_AARCH64_TLS_TPREL): This.
4875 * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
4876 R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
4877 R_AARCH64_TLS_TPREL64.
4878 (elf_machine_rela): Likewise.
4880 2014-11-21 Torvald Riegel <triegel@redhat.com>
4882 * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
4883 by setting it to 0. 64b atomics are not supported currently.
4885 2014-11-21 Alexandre Oliva <aoliva@redhat.com>
4888 * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
4889 search domain names.
4891 2014-11-21 Alexandre Oliva <aoliva@redhat.com>
4895 * resolv/res_query.c (__libc_res_nquerydomain): Retain
4897 * posix/tst-getaddrinfo5.c: New.
4898 * posix/Makefile (tests): Add it.
4900 2014-11-21 Alexandre Oliva <aoliva@redhat.com>
4904 * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
4905 after parsing line but before break_if_match.
4906 * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
4907 if there is a protocol mismatch.
4909 2014-11-21 Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
4911 * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
4912 because the potential race is on the user-supplied stream.
4914 2014-11-21 Alexandre Oliva <aoliva@redhat.com>
4916 * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
4917 string literal if not passed a buffer.
4918 * manual/job.texi (ctermid): Update reasoning, note deviation
4919 from posix, suggest mtasurace when not passed a buffer, for
4920 future non-preliminary safety notes.
4922 2014-11-21 Alexandre Oliva <aoliva@redhat.com>
4924 * manual/users.texi (cuserid): Fix MT-Safety note for the case
4925 of not passing it a buffer.
4926 Reported by Peng Haitao.
4928 2014-11-21 Alexandre Oliva <aoliva@redhat.com>
4930 * manual/Makefile ($(objpfx)stamp-summary): Require
4931 check-safety.sh to pass.
4932 * manual/check-safety.sh: Wish for verification that every
4933 @deftypefn and @deftypefun is followed by a @safety remark.
4935 2014-11-20 Roland McGrath <roland@hack.frob.com>
4937 * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
4939 * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
4940 PTHREAD_CANCEL_ASYNCHRONOUS.
4941 * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
4944 * nptl/default-sched.h: New file.
4945 * sysdeps/unix/sysv/linux/default-sched.h: New file.
4946 * nptl/pthread_create.c: Include it.
4947 (__pthread_create_2_1): Use collect_default_sched instead of making
4948 Linux syscalls here directly.
4950 2014-11-20 Torvald Riegel <triegel@redhat.com>
4952 * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
4953 __pthread_once): Use C11 atomics.
4955 2014-11-20 Torvald Riegel <triegel@redhat.com>
4957 * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
4959 2014-11-20 Torvald Riegel <triegel@redhat.com>
4961 * include/atomic.h (__atomic_link_error, __atomic_check_size,
4962 atomic_thread_fence_acquire, atomic_thread_fence_release,
4963 atomic_thread_fence_seq_cst, atomic_load_relaxed,
4964 atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
4965 atomic_compare_exchange_weak_relaxed,
4966 atomic_compare_exchange_weak_acquire,
4967 atomic_compare_exchange_weak_release,
4968 atomic_exchange_acquire, atomic_exchange_release,
4969 atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
4970 atomic_fetch_add_release, atomic_fetch_add_acq_rel,
4971 atomic_fetch_and_acquire,
4972 atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
4974 2014-11-20 Torvald Riegel <triegel@redhat.com>
4976 * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
4977 USE_ATOMIC_COMPILER_BUILTINS): Define.
4978 * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
4979 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4980 * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
4981 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4982 * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
4983 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4984 * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
4985 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4986 * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
4987 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4988 * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
4989 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4990 * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
4991 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4992 * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
4993 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4994 * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
4995 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4996 * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
4997 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
4998 * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
4999 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5000 * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
5001 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5002 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
5003 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5004 * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
5005 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5006 * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
5007 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5008 * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
5009 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5010 * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
5011 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5012 * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
5013 (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5014 * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
5015 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5016 * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
5017 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5019 2014-11-19 Roland McGrath <roland@hack.frob.com>
5021 * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
5022 the sched_priority value here. It was already checked when the user
5023 called pthread_attr_setschedparam.
5025 * nptl/tst-bad-schedattr.c: New file.
5026 * nptl/Makefile (tests): Add it.
5028 2014-11-19 Carlos O'Donell <carlos@redhat.com>
5029 Florian Weimer <fweimer@redhat.com>
5030 Joseph Myers <joseph@codesourcery.com>
5031 Adam Conrad <adconrad@0c3.net>
5032 Andreas Schwab <schwab@suse.de>
5033 Brooks <bmoses@google.com>
5036 * wordexp-test.c (__dso_handle): Add prototype.
5037 (__register_atfork): Likewise.
5038 (__app_register_atfork): New function.
5039 (registered_forks): New global.
5040 (register_fork): New function.
5041 (test_case): Add 3 new tests for WRDE_CMDSUB.
5042 (main): Call __app_register_atfork.
5043 (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
5044 fork count is non-zero fail the test.
5045 * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
5047 (parse_dollars): Remove check for WRDE_NOCMD.
5048 (parse_dquote): Likewise.
5050 2014-11-19 Siddhesh Poyarekar <siddhesh@redhat.com>
5052 * Makeconfig (built-modules): List non-library modules to be
5054 (module-cppflags): Include libc-modules.h for
5055 everything except shlib-versions.v.i.
5057 (before-compile): Add libc-modules.h.
5058 ($(common-objpfx)libc-modules.h,
5059 $(common-objpfx)libc-modules.stmp): New targets.
5060 (common-generated): Add libc-modules.h and libc-modules.stmp.
5061 ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
5062 * include/libc-symbols.h: Don't include libc-modules.h.
5063 * include/libc-modules.h: Remove file.
5064 * scripts/gen-libc-modules.awk: New script to generate
5066 * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
5067 Depend on libc-modules.stmp.
5069 * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
5071 * Makeconfig (in-module): Get value of libof set for the
5073 (CPPFLAGS): Use $(in-module).
5074 * Makerules: Don't suffix routine names for nonlib.
5075 * include/libc-modules.h: New file.
5076 * include/libc-symbols.h: Include libc-modules.h
5077 (IS_IN): New macro to replace IS_IN_* macros.
5078 * elf/Makefile: Set libof-* for each routine.
5079 * elf/rtld-Rules: Likewise.
5080 * extra-modules.mk: Likewise.
5081 * iconv/Makefile: Likewise.
5082 * iconvdata/Makefile: Likewise.
5083 * locale/Makefile: Likewise.
5084 * malloc/Makefile: Likewise.
5085 * nss/Makefile: Likewise.
5086 * sysdeps/gnu/Makefile: Likewise.
5087 * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
5088 * sysdeps/unix/sysv/linux/Makefile: Likewise.
5089 * sysdeps/s390/s390-64/Makefile: Likewise.
5090 * nscd/Makefile: Set libof-* for each routine. Set CFLAGS and
5091 CPPFLAGS for nscd instead of nonlib.
5093 2014-11-18 Roland McGrath <roland@hack.frob.com>
5095 * nptl/createthread.c: New file.
5097 * nptl/createthread.c: Moved ...
5098 * sysdeps/unix/sysv/linux/createthread.c: ... here.
5100 * nptl/createthread.c: Add proper top-line comment.
5101 (do_clone): Folded into ...
5102 (create_thread): ... here. Take new arguments STOPPED_START and
5103 THREAD_RAN. Always set PD->stopped_start to something here. Don't
5104 increment __nptl_threads, do event-reporting logic, do
5105 CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
5106 here. Set *THREAD_RAN after ARCH_CLONE call succeeds. Don't do any
5107 resource cleanup if sched_setaffinity or sched_setscheduler fails,
5108 just send SIGCANCEL.
5109 * nptl/pthread_create.c: Forward-declare create_thread before
5110 including createthread.c.
5111 (start_thread): Use new macro START_THREAD_DEFN to replace defining
5112 declaration, and new macro START_THREAD_SELF to replace argument.
5113 Remove return statement.
5114 (report_thread_creation): New function.
5115 (__pthread_create_2_1): Use it. Do TD_CREATE reporting,
5116 synchronization logic, and __nptl_nthreads increment here, around
5117 calling create_thread. Do CHECK_THREAD_SYSINFO and initialize
5118 PD->parent_cancelhandling here, before create_thread. When
5119 create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
5120 __deallocate_stack, and ENOMEM translation here.
5122 2014-11-18 Joseph Myers <joseph@codesourcery.com>
5125 * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
5126 (mptwo): Rename to __mptwo.
5127 (__inv): Use __mptwo instead of mptwo.
5128 * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
5129 (mptwo): Rename to __mptwo.
5130 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
5131 of mpone and __mptwo instead of mptwo.
5132 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
5134 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
5135 * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
5136 * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
5137 of mpone and __mptwo instead of mptwo.
5138 (__mpranred): Use __mpone instead of mpone.
5139 * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
5141 (test-xfail-ISO99/complex.h/linknamespace): Likewise.
5142 (test-xfail-ISO99/math.h/linknamespace): Likewise.
5143 (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
5144 (test-xfail-ISO11/complex.h/linknamespace): Likewise.
5145 (test-xfail-ISO11/math.h/linknamespace): Likewise.
5146 (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
5147 (test-xfail-XPG3/math.h/linknamespace): Likewise.
5148 (test-xfail-XPG4/math.h/linknamespace): Likewise.
5149 (test-xfail-POSIX/math.h/linknamespace): Likewise.
5150 (test-xfail-UNIX98/math.h/linknamespace): Likewise.
5151 (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
5152 (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
5153 (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
5154 (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
5155 (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
5156 (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
5157 (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
5158 (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
5159 (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
5161 2014-11-18 Tom de Vries <tom@codesoucery.com>
5163 * manual/signal.texi (Primitives Interrupted by Signals): In section,
5164 replace BSD Handler xref with BSD Signal Handling.
5166 2014-11-17 Richard Henderson <rth@redhat.com>
5168 * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
5169 (_FP_PACK_RAW_2): Remove.
5170 (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
5171 (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
5172 (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
5173 (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
5174 * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
5175 * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
5176 * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
5177 * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
5178 * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
5179 * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
5180 * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
5181 * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
5182 * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
5183 * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
5184 * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
5185 * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
5187 2014-11-14 Roland McGrath <roland@hack.frob.com>
5189 * signal/signal.h [__USE_MISC]
5190 (struct sigvec): Remove type.
5191 (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
5192 (sigvec): Remove declaration.
5193 * sysdeps/posix/sigvec.c: Moved ...
5194 * signal/sigvec.c: ... here, replacing old file.
5195 (struct sigvec): New type, copied from old signal.h definition.
5196 (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
5197 (__sigvec): Convert definition to prototype.
5198 (sigvec): Replace weak_alias with compat_symbol.
5199 * signal/Versions (libc: GLIBC_2.21): New version set.
5200 * include/signal.h: Remove __sigvec declaration.
5201 * sysdeps/unix/bsd/sigvec.c: Remove file.
5202 * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
5203 * manual/signal.texi (BSD Handler): Remove subsection.
5204 Move siginterrupt up to ...
5205 (BSD Signal Handling): ... here. Mark it as XPG rather than BSD.
5206 (Blocking in BSD): Fold subsection into its parent.
5207 * NEWS: Mention sigvec removal.
5209 2014-11-14 Joseph Myers <joseph@codesourcery.com>
5211 * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
5212 (DLA_FMS): Make definition conditional only on [__FMA4__].
5213 [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
5216 * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
5217 Make definition conditional only on [PROF].
5218 [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
5220 [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
5221 [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
5223 * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
5225 * include/signal.h (__sigpause): Move declaration above call to
5227 * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
5229 (test-xfail-ISO99/signal.h/linknamespace): Likewise.
5230 (test-xfail-ISO11/signal.h/linknamespace): Likewise.
5232 2014-11-14 David S. Miller <davem@davemloft.net>
5234 * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
5235 Define before including <string/memcpy.c> and <string/mempcpy.c>.
5237 2014-11-14 Joseph Myers <joseph@codesourcery.com>
5239 * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
5240 * configure: Regenerated.
5241 * manual/install.texi (Tools for Compilation): Document a
5242 requirement of GCC 4.6 or later and that GCC 4.9 is the newest
5243 compiler verified to work.
5244 * INSTALL: Regenerated.
5246 * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
5247 redeclare with asm name.
5248 [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
5249 * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
5250 including <string.h>.
5251 * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5252 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
5253 [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5254 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
5255 [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5256 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
5257 [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5259 2014-11-13 Joseph Myers <joseph@codesourcery.com>
5261 * stdlib/strtol.c (__strtol): Use prototype definition.
5264 * stdlib/strtol.c (SYM__): New macro.
5266 (__strtol): Likewise.
5267 (strtol): Rename to __strtol and define as weak alias of
5268 __strtol. Use libc_hidden_weak.
5270 2014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
5272 * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
5273 Use numbered labels in inline assembly.
5275 2014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
5277 * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
5278 Add setjmp LIBC_PROBE.
5279 * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
5281 * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
5282 Add longjmp, longjmp_target LIBC_PROBE.
5283 * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
5286 2014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
5288 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
5289 Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
5290 to get rid of unused variable warning.
5292 2014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
5294 * sysdeps/s390/s390-32/backtrace.c (__backtrace):
5295 Check for unwind_backtrace == NULL only in SHARED case.
5296 (__backchain_backtrace): Compile only in SHARED case.
5297 * sysdeps/s390/s390-64/backtrace.c (__backtrace):
5299 (__backchain_backtrace): Declare as static.
5301 2014-11-12 Roland McGrath <roland@hack.frob.com>
5303 * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
5304 (__libc_multiple_threads_ptr): Variable moved ...
5305 * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
5307 2014-11-12 Joseph Myers <joseph@codesourcery.com>
5309 * conform/GlibcConform.pm: New file.
5310 * conform/conformtest.pl: Use GlibcConform module.
5311 * conform/linknamespace.pl: New file.
5312 * conform/list-header-symbols.pl: Likewise.
5313 * conform/Makefile (linknamespace-symlists-base): New variable.
5314 (linknamespace-symlists-tests): Likewise.
5315 (linknamespace-header-base): Likewise.
5316 (linknamespace-header-tests): Likewise.
5317 (tests-special): Add new tests.
5318 ($(linknamespace-symlists-tests)): New rule.
5319 (linknamespace-libs): New variable.
5320 ($(objpfx)symlist-stdlibs): New rule.
5321 ($(linknamespace-header-tests)): Likewise.
5322 (test-xfail-XPG3/varargs.h/linknamespace): New variable.
5323 (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
5324 (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
5325 (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
5326 (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
5327 (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
5328 (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
5329 (test-xfail-ISO/math.h/linknamespace): Likewise.
5330 (test-xfail-ISO/signal.h/linknamespace): Likewise.
5331 (test-xfail-ISO/stdio.h/linknamespace): Likewise.
5332 (test-xfail-ISO/time.h/linknamespace): Likewise.
5333 (test-xfail-ISO99/complex.h/linknamespace): Likewise.
5334 (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
5335 (test-xfail-ISO99/math.h/linknamespace): Likewise.
5336 (test-xfail-ISO99/signal.h/linknamespace): Likewise.
5337 (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
5338 (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
5339 (test-xfail-ISO11/complex.h/linknamespace): Likewise.
5340 (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
5341 (test-xfail-ISO11/math.h/linknamespace): Likewise.
5342 (test-xfail-ISO11/signal.h/linknamespace): Likewise.
5343 (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
5344 (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
5345 (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
5346 (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
5347 (test-xfail-XPG3/glob.h/linknamespace): Likewise.
5348 (test-xfail-XPG3/math.h/linknamespace): Likewise.
5349 (test-xfail-XPG3/regex.h/linknamespace): Likewise.
5350 (test-xfail-XPG3/search.h/linknamespace): Likewise.
5351 (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
5352 (test-xfail-XPG3/time.h/linknamespace): Likewise.
5353 (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
5354 (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
5355 (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
5356 (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
5357 (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
5358 (test-xfail-XPG4/glob.h/linknamespace): Likewise.
5359 (test-xfail-XPG4/grp.h/linknamespace): Likewise.
5360 (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
5361 (test-xfail-XPG4/math.h/linknamespace): Likewise.
5362 (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
5363 (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
5364 (test-xfail-XPG4/regex.h/linknamespace): Likewise.
5365 (test-xfail-XPG4/search.h/linknamespace): Likewise.
5366 (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
5367 (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
5368 (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
5369 (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
5370 (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
5371 (test-xfail-XPG4/time.h/linknamespace): Likewise.
5372 (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
5373 (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
5374 (test-xfail-POSIX/aio.h/linknamespace): Likewise.
5375 (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
5376 (test-xfail-POSIX/glob.h/linknamespace): Likewise.
5377 (test-xfail-POSIX/math.h/linknamespace): Likewise.
5378 (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
5379 (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
5380 (test-xfail-POSIX/regex.h/linknamespace): Likewise.
5381 (test-xfail-POSIX/sched.h/linknamespace): Likewise.
5382 (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
5383 (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
5384 (test-xfail-POSIX/time.h/linknamespace): Likewise.
5385 (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
5386 (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
5387 (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
5388 (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
5389 (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
5390 (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
5391 (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
5392 (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
5393 (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
5394 (test-xfail-UNIX98/math.h/linknamespace): Likewise.
5395 (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
5396 (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
5397 (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
5398 (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
5399 (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
5400 (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
5401 (test-xfail-UNIX98/search.h/linknamespace): Likewise.
5402 (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
5403 (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
5404 (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
5405 (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
5406 (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
5407 (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
5408 (test-xfail-UNIX98/time.h/linknamespace): Likewise.
5409 (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
5410 (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
5411 (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
5412 (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
5413 (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
5414 (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
5415 (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
5416 (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
5417 (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
5418 (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
5419 (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
5420 (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
5421 (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
5422 (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
5423 (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
5424 (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
5425 (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
5426 (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
5427 (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
5428 (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
5429 (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
5430 (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
5431 (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
5432 (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
5433 (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
5434 (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
5435 (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
5436 (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
5437 (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
5438 (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
5439 (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
5440 (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
5441 (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
5442 (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
5443 (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
5444 (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
5445 (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
5446 (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
5447 (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
5448 (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
5449 (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
5450 (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
5451 (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
5452 (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
5453 (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
5454 (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
5455 (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
5456 (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
5457 (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
5458 (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
5459 (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
5460 (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
5461 (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
5462 (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
5463 (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
5464 (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
5465 (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
5466 (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
5467 (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
5468 (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
5469 (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
5470 (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
5471 (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
5472 (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
5473 (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
5474 (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
5475 (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
5476 (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
5477 (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
5478 (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
5479 (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
5480 (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
5481 (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
5482 (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
5485 * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
5489 * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
5490 (memmem): Rename to __memmem and define as weak alias of
5491 __memmem. Use libc_hidden_weak.
5492 (__memmem): Use libc_hidden_def.
5493 * include/string.h (__memmem): Declare. Use libc_hidden_proto.
5494 * locale/findlocale.c (valid_locale_name): Use __memmem instead of
5498 * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
5499 (__fgets_unlocked): Add alias of _IO_fgets. Use libc_hidden_def.
5500 * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
5501 and define as weak alias of __fgets_unlocked. Use
5503 (__fgets_unlocked): Use libc_hidden_def.
5504 * include/stdio.h (__fgets_unlocked): Declare. Use
5506 * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
5507 __fgets_unlocked instead of fgets_unlocked.
5508 * sysdeps/unix/sysv/linux/alpha/getsysstats.c
5509 (GET_NPROCS_CONF_PARSER): Likewise.
5510 * sysdeps/unix/sysv/linux/sparc/getsysstats.c
5511 (GET_NPROCS_CONF_PARSER): Likewise.
5514 * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
5515 weak alias of __wmemset. Use libc_hidden_weak.
5516 (__wmemset): Use libc_hidden_def.
5517 * include/wchar.h (__wmemset): Declare. Use libc_hidden_proto.
5518 * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
5522 * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
5523 with asm name __mempcpy.
5524 [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
5527 * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
5528 and define as weak alias of __rawmemchr.
5529 (__rawmemchr): Do not define as strong alias of rawmemchr.
5532 * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
5534 (qsort): Call __qsort_r instead of qsort_r.
5535 * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
5536 (__qsort_r): Declare. Call libc_hidden_proto.
5537 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
5539 * nscd/gai.c (__qsort_r): Define to qsort_r.
5540 * posix/tst-rfc3484.c (__qsort_r): Likewise.
5541 * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
5542 * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
5545 * malloc/malloc.c (malloc_info): Rename to __malloc_info and
5546 define as weak alias of __malloc_info.
5549 * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
5550 as weak alias of __rewinddir. Don't use libc_hidden_def.
5551 (__rewinddir): Use libc_hidden_def.
5552 * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
5553 as weak alias of __rewinddir. Don't use libc_hidden_def.
5554 (__rewinddir): Use libc_hidden_def.
5555 * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
5556 weak alias of __rewinddir. Don't use libc_hidden_def.
5557 (__rewinddir): Use libc_hidden_def.
5558 * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
5559 (__rewinddir): Use libc_hidden_proto.
5560 * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
5562 (__getcwd): Use __rewinddir instead of rewinddir.
5565 * libio/fileno.c (fileno): Rename to __fileno and define as weak
5566 alias of __fileno. Use libc_hidden_weak.
5567 (__fileno): Use libc_hidden_def.
5568 [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
5569 * libio/ftello.c (ftello): Rename to __ftello and define as weak
5571 [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
5573 * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
5574 (__fread_unlocked): Define as strong alias of _IO_fread. Use
5576 (fread_unlocked): Don't use libc_hidden_ver.
5577 * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
5578 and define as weak alias of __fread_unlocked. Don't use
5580 (__fread_unlocked): Use libc_hidden_def.
5581 * include/stdio.h (__fileno): Declare. Use libc_hidden_proto.
5582 (ftello): Don't use libc_hidden_proto.
5583 (__ftello): Declare. Use libc_hidden_proto.
5584 (fread_unlocked): Don't use libc_hidden_proto.
5585 (__fread_unlocked): Declare. Use libc_hidden_proto.
5586 * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
5587 and __ftello instead of fileno, fread_unlocked and ftello.
5589 2012-11-12 Siddhesh Poyarekar <siddhesh@redhat.com>
5591 * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
5593 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
5595 (_dl_start_user): Likewise.
5596 * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
5598 2014-11-12 Carlos O'Donell <carlos@redhat.com>
5599 Siddhesh Poyarekar <siddhesh@redhat.com>
5601 * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
5602 Move argv and envp down instead of moving argc up.
5603 * sysdeps/s390/s390-32/dl-sysdep.h: New file.
5605 2014-11-12 Leonhard Holz <leonhard.holz@web.de>
5608 * test-skeleton.c (main): Return successful if one of
5609 EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
5610 * string/tst-strcoll-overflow.c: Define expected status.
5612 2014-11-12 Tatiana Udalova <t.udalova@samsung.com>
5615 * locale/iso-639.def: Define Bhili and Tulu language codes.
5617 2014-11-11 Alan Hayward <alan.hayward@arm.com>
5619 * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
5621 2014-11-10 Renlin Li <Renlin.Li@arm.com>
5624 * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
5626 2014-11-10 Andrew Senkevich <andrew.n.senkevich@gmail.com>
5628 * configure.ac: Updated check of minimal required version to
5630 * manual/install.texi (Tools for Compilation): Updated version
5632 * configure: Regenerated.
5633 * INSTALL: Likewise.
5635 2014-11-07 Andreas Schwab <schwab@linux-m68k.org>
5637 * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
5640 2014-11-07 Joseph Myers <joseph@codesourcery.com>
5642 * include/sys/wait.h (__libc_waitpid): Remove declaration.
5643 * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
5644 (__waitpid): Don't define as alias. Use libc_hidden_def not
5646 (waitpid): Define as alias of __waitpid.
5647 * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
5649 (__waitpid): Don't define as alias. Use libc_hidden_def not
5651 (waitpid): Define as alias of __waitpid.
5652 * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
5653 __libc_waitpid alias.
5654 * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
5655 * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
5657 * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
5658 * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
5659 * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
5661 * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
5663 (__waitpid): Don't define as alias. Use libc_hidden_def not
5665 (waitpid): Define as alias of __waitpid.
5667 2014-11-06 Carlos O'Donell <carlos@redhat.com>
5669 * manual/llio.texi: Add comment that write safety has been
5672 * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
5673 (localplt-build-dso): Add elf/ld.so.
5674 * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
5675 i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
5677 * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
5678 __libc_memalign, malloc, calloc, realloc, and free for ld.so.
5679 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
5681 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
5683 * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
5684 * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
5685 version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
5686 * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
5687 * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
5688 * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
5689 * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
5690 * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
5691 * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
5692 * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
5693 * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
5695 2014-11-05 Joseph Myers <joseph@codesourcery.com>
5698 * include/libc-symbols.h (INTUSE): Remove macro.
5700 (INTVARDEF): Likewise.
5701 (_INTVARDEF): Likewise.
5702 (INTDEF2): Likewise.
5703 (INTVARDEF2): Likewise.
5704 * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
5705 rtld_hidden_def instead of INTVARDEF.
5706 * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
5707 (_dl_starting_up_internal): Remove declaration.
5708 (_dl_starting_up): Use rtld_hidden_proto.
5709 * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
5711 [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
5712 (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
5714 * elf/dl-writev.h (_dl_writev): Likewise.
5715 * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
5716 (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
5717 _dl_starting_up_internal.
5719 2014-11-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5721 * stdio-common/tst-fmemopen.c (do_test): Refactor to use
5724 2014-11-05 Will Newton <will.newton@linaro.org>
5726 * benchtests/Makefile: (bench-malloc): Add malloc thread
5727 scalability benchmark.
5728 * benchtests/bench-malloc-threads.c: New file.
5730 2014-11-05 Richard Earnshaw <rearnsha@arm.com>
5732 * sysdeps/aarch64/strchrnul.S: New file.
5734 2014-11-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5736 * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
5738 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
5740 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
5742 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
5744 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
5746 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
5749 2014-11-05 Arjun Shankar <arjun.is@lostca.se>
5751 * catgets/test-gencat.c: Use test-skeleton.c.
5752 * catgets/tst-catgets.c: Likewise.
5753 * csu/tst-empty.c: Likewise.
5754 * elf/tst-audit2.c: Likewise.
5755 * elf/tst-global1.c: Likewise.
5756 * elf/tst-pathopt.c: Likewise.
5757 * elf/tst-piemod1.c: Likewise.
5758 * elf/tst-tls10.c: Likewise.
5759 * elf/tst-tls11.c: Likewise.
5760 * elf/tst-tls12.c: Likewise.
5761 * gnulib/tst-gcc.c: Likewise.
5762 * iconvdata/tst-e2big.c: Likewise.
5763 * iconvdata/tst-loading.c: Likewise.
5764 * iconv/tst-iconv1.c: Likewise.
5765 * iconv/tst-iconv2.c: Likewise.
5766 * inet/test-inet6_opt.c: Likewise.
5767 * inet/tst-gethnm.c: Likewise.
5768 * inet/tst-network.c: Likewise.
5769 * inet/tst-ntoa.c: Likewise.
5770 * intl/tst-codeset.c: Likewise.
5771 * intl/tst-gettext2.c: Likewise.
5772 * intl/tst-gettext3.c: Likewise.
5773 * intl/tst-ngettext.c: Likewise.
5774 * intl/tst-translit.c: Likewise.
5775 * io/test-stat.c: Likewise.
5776 * libio/test-fmemopen.c: Likewise.
5777 * libio/tst-freopen.c: Likewise.
5778 * libio/tst-sscanf.c: Likewise.
5779 * libio/tst-ungetwc1.c: Likewise.
5780 * libio/tst-ungetwc2.c: Likewise.
5781 * libio/tst-widetext.c: Likewise.
5782 * localedata/tst-ctype.c: Likewise.
5783 * localedata/tst-digits.c: Likewise.
5784 * localedata/tst-leaks.c: Likewise.
5785 * localedata/tst-mbswcs1.c: Likewise.
5786 * localedata/tst-mbswcs2.c: Likewise.
5787 * localedata/tst-mbswcs3.c: Likewise.
5788 * localedata/tst-mbswcs4.c: Likewise.
5789 * localedata/tst-mbswcs5.c: Likewise.
5790 * localedata/tst-setlocale.c: Likewise.
5791 * localedata/tst-trans.c: Likewise.
5792 * localedata/tst-wctype.c: Likewise.
5793 * localedata/tst-xlocale1.c: Likewise.
5794 * login/tst-grantpt.c: Likewise.
5795 * malloc/tst-calloc.c: Likewise.
5796 * malloc/tst-malloc.c: Likewise.
5797 * malloc/tst-mallocstate.c: Likewise.
5798 * malloc/tst-mcheck.c: Likewise.
5799 * malloc/tst-mtrace.c: Likewise.
5800 * malloc/tst-obstack.c: Likewise.
5801 * math/atest-exp2.c: Likewise.
5802 * math/atest-exp.c: Likewise.
5803 * math/atest-sincos.c: Likewise.
5804 * math/test-matherr.c: Likewise.
5805 * math/test-misc.c: Likewise.
5806 * math/test-powl.c: Likewise.
5807 * math/tst-definitions.c: Likewise.
5808 * misc/tst-dirname.c: Likewise.
5809 * misc/tst-efgcvt.c: Likewise.
5810 * misc/tst-fdset.c: Likewise.
5811 * misc/tst-hsearch.c: Likewise.
5812 * misc/tst-mntent2.c: Likewise.
5813 * nptl/tst-sem7.c: Likewise.
5814 * nptl/tst-sem8.c: Likewise.
5815 * nptl/tst-sem9.c: Likewise.
5816 * nss/test-netdb.c: Likewise.
5817 * posix/tst-fnmatch.c: Likewise.
5818 * posix/tst-getlogin.c: Likewise.
5819 * posix/tst-gnuglob.c: Likewise.
5820 * posix/tst-mmap.c: Likewise.
5821 * pwd/tst-getpw.c: Likewise.
5822 * resolv/tst-inet_ntop.c: Likewise.
5823 * rt/tst-timer.c: Likewise.
5824 * stdio-common/test-fseek.c: Likewise.
5825 * stdio-common/test-popen.c: Likewise.
5826 * stdio-common/test-vfprintf.c: Likewise.
5827 * stdio-common/tst-cookie.c: Likewise.
5828 * stdio-common/tst-fileno.c: Likewise.
5829 * stdio-common/tst-gets.c: Likewise.
5830 * stdio-common/tst-obprintf.c: Likewise.
5831 * stdio-common/tst-perror.c: Likewise.
5832 * stdio-common/tst-sprintf2.c: Likewise.
5833 * stdio-common/tst-sprintf3.c: Likewise.
5834 * stdio-common/tst-sprintf.c: Likewise.
5835 * stdio-common/tst-swprintf.c: Likewise.
5836 * stdio-common/tst-tmpnam.c: Likewise.
5837 * stdio-common/tst-unbputc.c: Likewise.
5838 * stdio-common/tst-wc-printf.c: Likewise.
5839 * stdlib/tst-environ.c: Likewise.
5840 * stdlib/tst-fmtmsg.c: Likewise.
5841 * stdlib/tst-limits.c: Likewise.
5842 * stdlib/tst-rand48-2.c: Likewise.
5843 * stdlib/tst-rand48.c: Likewise.
5844 * stdlib/tst-random2.c: Likewise.
5845 * stdlib/tst-random.c: Likewise.
5846 * stdlib/tst-strtol.c: Likewise.
5847 * stdlib/tst-strtoll.c: Likewise.
5848 * stdlib/tst-tls-atexit.c: Likewise.
5849 * stdlib/tst-xpg-basename.c: Likewise.
5850 * string/test-ffs.c: Likewise.
5851 * string/tst-bswap.c: Likewise.
5852 * string/tst-inlcall.c: Likewise.
5853 * string/tst-strtok.c: Likewise.
5854 * string/tst-strxfrm.c: Likewise.
5855 * sysdeps/x86_64/tst-audit10.c: Likewise.
5856 * sysdeps/x86_64/tst-audit3.c: Likewise.
5857 * sysdeps/x86_64/tst-audit4.c: Likewise.
5858 * sysdeps/x86_64/tst-audit5.c: Likewise.
5859 * time/tst-ftime_l.c: Likewise.
5860 * time/tst-getdate.c: Likewise.
5861 * time/tst-mktime3.c: Likewise.
5862 * time/tst-mktime.c: Likewise.
5863 * time/tst-posixtz.c: Likewise.
5864 * time/tst-strptime2.c: Likewise.
5865 * time/tst-strptime3.c: Likewise.
5866 * wcsmbs/tst-btowc.c: Likewise.
5867 * wcsmbs/tst-mbrtowc.c: Likewise.
5868 * wcsmbs/tst-mbsrtowcs.c: Likewise.
5869 * wcsmbs/tst-wchar-h.c: Likewise.
5870 * wcsmbs/tst-wcpncpy.c: Likewise.
5871 * wcsmbs/tst-wcrtomb.c: Likewise.
5872 * wcsmbs/tst-wcsnlen.c: Likewise.
5873 * wcsmbs/tst-wcstof.c: Likewise.
5875 2014-11-04 Joseph Myers <joseph@codesourcery.com>
5878 * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
5880 * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
5882 (_dl_mcount): Use rtld_hidden_proto.
5883 * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
5885 * elf/rtld.c (_rtld_global_ro): Likewise.
5888 * elf/dl-init.c (_dl_init): Don't use INTDEF.
5889 * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
5890 of _dl_init_internal.
5891 * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
5892 * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
5893 * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
5894 * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
5895 * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
5896 * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
5897 * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
5898 * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
5899 * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
5900 * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
5901 * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
5902 * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
5903 * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
5904 * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
5905 * sysdeps/tile/dl-start.S (_start): Likewise.
5906 * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
5907 * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
5910 * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
5911 [IS_IN_rtld] (_dl_argv_internal): Do not declare.
5912 (rtld_progname): Make macro definition unconditional.
5913 * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
5915 (dlmopen_doit): Do not use INTUSE with _dl_argv.
5916 (dl_main): Likewise.
5917 * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
5918 * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
5919 instead of _dl_argv_internal.
5920 * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
5921 __GI__dl_argv instead of INTUSE(_dl_argv).
5922 * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
5923 __GI__dl_argv instead of _dl_argv_internal.
5925 * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
5926 * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
5928 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
5929 * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
5931 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
5932 * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
5934 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
5935 * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
5937 2014-11-04 Andreas Schwab <schwab@suse.de>
5939 * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
5941 2014-11-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
5943 * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
5944 mtvsrd instruction in binary form.
5946 2014-11-03 Andreas Schwab <schwab@suse.de>
5949 * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
5950 for less than MB_LEN_MAX use a local buffer of that size.
5951 * libio/tst-fputws.c: New file.
5952 * libio/Makefile (tests): Add tst-fputws.
5954 2014-11-01 Jose E. Marchesi <jose.marchesi@oracle.com>
5956 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
5957 the size of the fpu_fr.fpu_dregs[] array.
5959 2014-11-01 Joseph Myers <joseph@codesourcery.com>
5961 * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
5962 (__nanosleep): Do not define as alias.
5963 (nanosleep): Define as alias of __nanosleep.
5964 * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
5965 __libc_nanosleep name.
5967 2014-10-31 Joseph Myers <joseph@codesourcery.com>
5969 * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
5970 install.texi in comment.
5972 2014-10-31 Torvald Riegel <triegel@redhat.com>
5974 * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
5975 * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
5976 ... add here and use lwsync or sync ...
5977 * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
5978 ... and add here using lwsync.
5980 2014-10-31 Matthew Fortune <matthew.fortune@imgtec.com>
5982 * elf/dl-machine-reject-phdr.h: New file.
5983 * elf/dl-load.c: #include that.
5984 (open_verify): Call elf_machine_reject_phdr_p and ignore the file
5985 if that returned true.
5987 2014-10-31 Roland McGrath <roland@hack.frob.com>
5990 * Makerules: Move gnu/lib-names.h generation chunk up, to right after
5991 gen-as-const-headers chunk. Add a big scare comment after the last
5992 safe place to touch before-compile.
5994 2014-10-31 Joseph Myers <joseph@codesourcery.com>
5996 * manual/install.texi (Tools for Compilation): Update autoconf
5997 version requirements.
5998 * INSTALL: Regenerated.
6000 * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
6001 * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
6002 (__libc_pselect): Likewise.
6005 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
6006 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6007 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6008 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6010 2014-10-31 Torvald Riegel <triegel@redhat.com>
6012 * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
6013 correct barrier instruction.
6014 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
6016 * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
6019 2014-10-30 Roland McGrath <roland@hack.frob.com>
6021 * include/ctype.h: Include <ctype/ctype.h> first thing rather than
6022 after defining inlines. Instead, just use parens to defeat macro
6023 expansion of __isctype in its declaration.
6025 2014-10-30 Joseph Myers <joseph@codesourcery.com>
6027 * include/sys/uio.h (__libc_readv): Remove declaration.
6028 (__libc_writev): Likewise.
6029 * misc/readv.c (__libc_readv): Rename to __readv.
6030 (__readv): Do not define as alias.
6031 (readv): Define as alias of __readv.
6032 * misc/writev.c (__libc_writev): Rename to __writev.
6033 (__writev): Do not define as alias.
6034 (writev): Define as alias of __writev.
6035 * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
6036 (__readv): Do not define as alias.
6037 (readv): Define unconditionally as alias of __readv.
6038 * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
6039 (__writev): Do not define as alias.
6040 (writev): Define unconditionally as alias of __writev.
6041 * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
6043 (writev): Do not define __libc_writev name.
6045 2014-10-30 Roland McGrath <roland@hack.frob.com>
6047 * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
6048 (convert_charseq): New function, broken out of ...
6049 (use_from_charmap): ... here. Call it.
6050 (use_to_charmap): Use convert_charseq and free instead of duplicating
6051 its code with a variable-length stack struct.
6053 2014-10-30 Joseph Myers <joseph@codesourcery.com>
6055 * include/fcntl.h (__libc_creat): Remove declaration.
6056 * io/creat.c (__libc_creat): Rename to creat.
6057 (creat): Do not define as alias.
6058 * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
6059 of creat instead of __libc_creat.
6060 * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
6062 (creat): Do not define as alias.
6063 [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
6065 * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
6067 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
6070 2014-10-29 Carlos O'Donell <carlos@redhat.com>
6072 * manual/llio.texi: Add comments discussing why write() may be
6073 considered MT-unsafe on Linux.
6075 2014-10-28 Carlos O'Donell <carlos@redhat.com>
6077 * dl-load.c (local_strdup): Remove.
6078 (expand_dynamic_string_token): Use __strdup.
6079 (decompose_rpath): Likewise.
6080 (_dl_map_object): Likewise.
6082 2014-10-28 Joseph Myers <joseph@codesourcery.com>
6085 * sysdeps/generic/unwind-dw2-fde.c
6086 (__register_frame_info_bases_internal): Do not declare.
6087 (__register_frame_info_table_bases_internal): Likewise.
6088 (__deregister_frame_info_bases_internal): Likewise.
6089 (__register_frame_info_bases): Declare and use hidden_proto before
6090 definition. Use hidden_def instead of INTDEF.
6091 (__register_frame_info_table_bases): Likewise.
6092 (__deregister_frame_info_bases): Likewise.
6093 (__register_frame_info): Do not use INTUSE.
6094 (__register_frame): Likewise.
6095 (__register_frame_info_table): Likewise.
6096 (__register_frame_table): Likewise.
6097 (__deregister_frame_info): Likewise.
6098 (__deregister_frame): Likewise.
6100 2014-10-27 Gratian Crisan <gratian.crisan@ni.com>
6102 * sysdeps/unix/sysv/linux/arm/kernel-features.h
6103 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
6105 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
6107 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
6110 2014-10-27 Joseph Myers <joseph@codesourcery.com>
6113 * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
6114 * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
6115 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
6116 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
6117 * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
6118 * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
6119 * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
6120 * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
6121 * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
6122 * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
6123 * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
6124 * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
6125 * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
6127 (setfsuid): Likewise.
6128 * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
6129 (setfsuid): Likewise.
6130 * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
6131 (setfsuid): Likewise.
6132 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
6134 (setfsuid): Likewise.
6135 * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
6136 (setfsuid): Likewise.
6137 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
6139 (setfsuid): Likewise.
6141 2014-10-27 Andreas Schwab <schwab@suse.de>
6144 * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
6145 check for Slow_SSE4_2 feature bit.
6146 * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
6147 * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
6148 * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
6149 Likewise. Fix check for Fast_Unaligned_Load feature bit.
6151 2014-10-24 Roland McGrath <roland@hack.frob.com>
6153 * configure.ac: Validate compiler version with a empirical test of
6154 __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
6156 * configure: Regenerated.
6158 * inet/htons.c (htons): Prototypify.
6159 * inet/htonl.c (htonl): Likewise.
6161 2014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
6163 * string/strncat.c (strncat): Improve performance by using strlen.
6165 2014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
6167 * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
6169 2014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
6171 * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
6172 Call libc_fetestexcept_aarch64.
6174 2014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
6176 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
6177 Call libc_feholdexcept_aarch64.
6179 2014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
6181 * sysdeps/aarch64/fpu/fegetround.c (fegetround):
6182 Call get_rounding_mode.
6184 2014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
6186 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
6189 2014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
6191 * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
6194 2014-10-24 Joseph Myers <joseph@codesourcery.com>
6197 * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
6198 * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
6199 * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
6200 * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
6201 * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
6202 * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
6203 * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
6204 * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
6205 * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
6206 * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
6207 * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
6208 * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
6209 * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
6210 * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
6211 * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
6212 * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
6213 * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
6214 * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
6215 * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
6216 * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
6217 * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
6218 * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
6219 * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
6220 * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
6221 * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
6222 * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
6223 * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
6224 * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
6225 * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
6226 * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
6227 * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
6228 * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
6229 * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
6230 * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
6231 * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
6232 * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
6233 * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
6234 * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
6235 * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
6236 * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
6237 * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
6239 (geteuid): Likewise.
6242 (getresgid): Likewise.
6243 (getresuid): Likewise.
6244 (getgroups): Likewise.
6245 * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
6246 (geteuid): Likewise.
6249 (getresgid): Likewise.
6250 (getresuid): Likewise.
6251 (getgroups): Likewise.
6252 * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
6253 (geteuid): Likewise.
6256 (getresgid): Likewise.
6257 (getresuid): Likewise.
6258 (getgroups): Likewise.
6259 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
6261 (geteuid): Likewise.
6264 (getresgid): Likewise.
6265 (getresuid): Likewise.
6266 (getgroups): Likewise.
6267 * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
6268 (geteuid): Likewise.
6271 (getresgid): Likewise.
6272 (getresuid): Likewise.
6273 (getgroups): Likewise.
6274 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
6276 (geteuid): Likewise.
6279 (getgroups): Likewise.
6282 * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
6283 * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
6284 * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
6285 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
6286 * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
6287 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
6288 * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
6289 * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
6290 * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
6291 * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
6292 * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
6293 * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
6294 * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
6296 * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
6299 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
6303 * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
6306 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
6311 2014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
6313 * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
6316 2014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
6318 * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
6321 2014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
6323 * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
6324 Remove unused include.
6326 2014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
6328 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
6329 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
6330 * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
6331 * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
6333 2014-10-23 Carlos O'Donell <carlos@systemhalted.org>
6334 Helge Deller <deller@gmx.de>
6337 * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
6338 Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
6339 Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
6341 2014-10-23 Joseph Myers <joseph@codesourcery.com>
6344 * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
6345 Remove macro definition.
6346 (__ashrdi3_v_glibc20): Likewise.
6347 (__lshrdi3_v_glibc20): Likewise.
6348 (__cmpdi2_v_glibc20): Likewise.
6349 (__ucmpdi2_v_glibc20): Likewise.
6350 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
6351 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
6352 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
6353 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
6354 [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
6355 [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
6357 2014-10-22 Roland McGrath <roland@hack.frob.com>
6359 * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
6360 old GNU extension [0] syntax.
6361 * nscd/nscd_helper.c (open_socket): Use a flexible array member and
6362 alloca rather than an array member with variable length.
6363 * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
6364 * nscd/nscd.c (invalidate_db): New function, broken out of ...
6365 (parse_opt): ... here. Likewise use alloca there.
6366 Validate the -i argument before checking for rootness.
6367 (send_shutdown): New function, broken out of ...
6368 (parse_opt): ... here.
6370 2014-10-22 Roland McGrath <roland@hack.frob.com>
6372 * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
6373 macro to get at the _rt_local_ro field.
6374 [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
6375 ([PIC] case) or _dl_hwcap ([!PIC] case).
6376 * sysdeps/arm/setjmp.S: Likewise.
6378 * config.h.in (ARM_PCREL_MOVW_OK): New macro.
6379 * sysdeps/arm/configure.ac: New check to define it.
6380 * sysdeps/arm/configure: Regenerated.
6381 * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
6382 (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
6383 (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
6384 depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
6385 (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
6386 Use move/movt pair instead of a load.
6387 (LDST_GLOBAL): Macro removed.
6388 (LDR_GLOBAL): New macro replaces it.
6389 (LDR_HIDDEN): New macro.
6390 (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
6391 Use LDR_HIDDEN instead for __pointer_chk_guard_local.
6393 * setjmp/tst-setjmp-static.c: New file.
6394 * setjmp/Makefile (tests): Add it.
6395 (tests-static): New variable.
6397 2014-10-22 Maciej W. Rozycki <macro@codesourcery.com>
6400 * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
6402 2014-10-21 Joseph Myers <joseph@codesourcery.com>
6405 * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
6407 2014-10-21 Roland McGrath <roland@hack.frob.com>
6409 * nptl/version.c (__nptl_main): Call __libc_write, not __write.
6411 2014-10-20 Roland McGrath <roland@hack.frob.com>
6413 * io/fts.c (dirent_not_directory): New function.
6414 (fts_build): Call it.
6416 2014-10-20 Roland McGrath <roland@hack.frob.com>
6418 * nptl/version.c (__nptl_main): Use normal __write rather than
6420 (banner): Update copyright years.
6422 * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
6424 * nptl/pthread_rwlock_timedwrlock.c: Likewise.
6425 * nptl/pthread_cond_timedwait.c: Likewise.
6426 * nptl/pthread_mutex_timedlock.c: Likewise.
6427 * nptl/sem_timedwait.c: Likewise.
6429 * sysdeps/nptl/bits/libc-lock.h
6430 [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
6431 (__libc_lock_init_recursive): Return void, not 0.
6432 * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
6433 (__libc_rwlock_init): Likewise.
6434 * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
6436 2014-10-20 Torvald Riegel <triegel@redhat.com>
6439 * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
6440 (__pthread_once_slow): ... here.
6441 * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
6442 * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
6444 2014-10-20 Torvald Riegel <triegel@redhat.com>
6447 * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
6448 __PTHREAD_ONCE_FORK_GEN_INCR): New.
6449 * sysdeps/nptl/fork.c (__libc_fork): Use them.
6450 * nptl/pthread_once.c (__pthread_once): Likewise.
6453 2014-10-20 Joseph Myers <joseph@codesourcery.com>
6456 * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
6458 (writev): Use __libc_writev as strong name.
6459 * sysdeps/unix/sysv/linux/readv.c: Remove file.
6460 * sysdeps/unix/sysv/linux/writev.c: Likewise.
6462 2014-10-17 Roland McGrath <roland@hack.frob.com>
6464 * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
6466 * sysdeps/i386/nptl/tls.h
6467 (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
6468 [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
6470 * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
6471 (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
6472 * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
6473 Call SETUP_THREAD_SYSINFO instead of doing an assignment.
6474 * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
6475 Call CHECK_THREAD_SYSINFO instead of doing an assert.
6477 * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
6478 Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
6480 * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
6482 (__pthread_mutex_init): ... here. Call it.
6483 * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
6484 Conditionalize PI cases on [__NR_futex].
6485 * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
6486 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
6487 * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
6489 * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
6490 conditional on [SIGSETXID].
6491 (sigcancel_handler): Make definition conditional on [SIGCANCEL].
6492 (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
6493 is defined. Likewise for SIGSETXID.
6494 * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
6495 Conditionalize definitions on [SIGSETXID].
6496 (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
6497 * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
6498 unblocking on [SIGCANCEL].
6500 * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
6501 [__NR_set_robust_list].
6503 2014-10-17 Siddhesh Poyarekar <siddhesh@redhat.com>
6505 * string/strcoll_l.c (get_next_seq): Fix up formatting.
6506 (do_compare): Likewise.
6508 2014-10-17 Leonhard Holz <leonhard.holz@web.de>
6511 * string/strcoll_l.c: Don't include stdio.h.
6512 (coll_seq): Remove members idxarr and rulearr.
6513 (get_next_seq_cached): Remove function.
6514 (get_next_seq): Likewise.
6515 (get_next_seq_nocache): Rename to get_next_seq.
6516 (do_compare): Remove function.
6517 (do_compare_nocache): Rename to do_compare.
6518 (STRCOLL): Remove weight and rules cache.
6520 2014-10-16 Roland McGrath <roland@hack.frob.com>
6522 * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
6523 * sysdeps/arm/sfp-machine.h: ... to here.
6524 * sysdeps/arm/Implies: Remove arm/soft-fp.
6526 2014-10-14 Joseph Myers <joseph@codesourcery.com>
6528 * conform/data/sys/utsname.h-data (*_t): Allow.
6529 * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
6530 [POSIX] (WEXITED): Do not expect constant.
6531 [POSIX] (WSTOPPED): Likewise.
6532 [POSIX] (WNOHANG): Likewise.
6533 [POSIX] (WNOWAIT): Likewise.
6534 [POSIX] (siginfo_t): Do not expect type or elements.
6535 [POSIX] (pid_t): Do not expect type.
6536 [POSIX] (signal.h): Do not allow header.
6537 [POSIX] (sys/resource.h): Likewise.
6538 [POSIX] (si_*): Do not allow pattern.
6539 [POSIX] (W*): Likewise.
6540 [POSIX] (P_*): Likewise.
6541 [POSIX] (BUS_*): Likewise.
6542 [POSIX] (CLD_*): Likewise.
6543 [POSIX] (FPE_*): Likewise.
6544 [POSIX] (ILL_*): Likewise.
6545 [POSIX] (POLL_*): Likewise.
6546 [POSIX] (SEGV_*): Likewise.
6547 [POSIX] (SI_*): Likewise.
6548 [POSIX] (TRAP_*): Likewise.
6549 * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
6552 2014-10-14 Paul Pluzhnikov <ppluzhnikov@google.com>
6555 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
6556 infinite loop when __recvmsg returns 0.
6558 2014-10-10 Joseph Myers <joseph@codesourcery.com>
6560 * CANCEL-FCT-WAIVE: Remove file.
6561 * CANCEL-FILE-WAIVE: Likewise.
6564 * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
6565 instead of INTVARDEF.
6566 (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
6567 * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
6568 rtld_hidden_data_def instead of INTVARDEF.
6569 (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
6570 * elf/dl-deps.c (expand_dst): Likewise.
6571 * elf/dl-load.c (_dl_dst_count): Likewise.
6572 (_dl_dst_substitute): Likewise.
6573 (decompose_rpath): Likewise.
6574 (_dl_init_paths): Likewise.
6575 (open_path): Likewise.
6576 (_dl_map_object): Likewise.
6577 * elf/rtld.c (dl_main): Likewise.
6578 (process_dl_audit): Likewise.
6579 (process_envvars): Likewise.
6580 * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
6582 (__libc_enable_secure): Use rtld_hidden_proto.
6584 2014-10-09 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
6587 (add_path): New function broken out of _dl_rtld_di_serinfo.
6588 (_dl_rtld_di_serinfo): Remove that nested function. Update call sites.
6590 2014-10-09 Joseph Myers <joseph@codesourcery.com>
6592 * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
6593 parentheses around macro arguments.
6594 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
6595 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
6596 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
6597 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
6598 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
6599 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
6600 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
6601 [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
6602 [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
6603 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
6604 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
6605 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
6606 [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
6607 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
6608 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
6609 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
6610 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
6611 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
6612 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
6613 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
6614 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
6615 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
6616 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
6617 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
6618 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
6619 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
6620 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
6621 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
6622 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
6623 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
6624 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
6625 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
6626 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
6627 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
6628 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
6629 * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
6631 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
6632 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
6633 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
6634 [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
6635 [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
6636 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
6637 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
6638 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
6639 [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
6640 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
6641 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
6642 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
6643 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
6644 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
6645 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
6646 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
6647 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
6648 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
6649 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
6650 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
6651 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
6652 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
6653 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
6654 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
6655 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
6656 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
6657 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
6658 * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
6659 (_FP_FRAC_SRS_1): Likewise.
6660 (_FP_FRAC_CLZ_1): Likewise.
6661 (_FP_MUL_MEAT_1_imm): Likewise.
6662 (_FP_MUL_MEAT_1_wide): Likewise.
6663 (_FP_MUL_MEAT_1_hard): Likewise.
6664 (_FP_SQRT_MEAT_1): Likewise.
6665 (_FP_FRAC_ASSEMBLE_1): Likewise.
6666 (_FP_FRAC_DISASSEMBLE_1): Likewise.
6667 * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
6668 (__FP_CLZ_2): Likewise.
6669 (_FP_MUL_MEAT_2_wide): Likewise.
6670 (_FP_MUL_MEAT_2_wide_3mul): Likewise.
6671 (_FP_MUL_MEAT_2_gmp): Likewise.
6672 (_FP_MUL_MEAT_2_120_240_double): Likewise.
6673 (_FP_SQRT_MEAT_2): Likewise.
6674 (_FP_FRAC_ASSEMBLE_2): Likewise.
6675 (_FP_FRAC_DISASSEMBLE_2): Likewise.
6676 * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
6677 (_FP_FRAC_CLZ_4): Likewise.
6678 (_FP_MUL_MEAT_4_wide): Likewise.
6679 (_FP_MUL_MEAT_4_gmp): Likewise.
6680 (_FP_SQRT_MEAT_4): Likewise.
6681 (_FP_FRAC_ASSEMBLE_4): Likewise.
6682 (_FP_FRAC_DISASSEMBLE_4): Likewise.
6683 * soft-fp/op-common.h (_FP_CMP): Likewise.
6684 (_FP_CMP_EQ): Likewise.
6685 (_FP_CMP_UNORD): Likewise.
6686 (_FP_TO_INT): Likewise.
6687 (_FP_FROM_INT): Likewise.
6688 [!__FP_CLZ] (__FP_CLZ): Likewise.
6689 (_FP_DIV_HELP_imm): Likewise.
6690 * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
6692 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
6693 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
6694 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
6695 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
6696 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
6697 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
6698 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
6699 [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
6700 [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
6701 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
6702 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
6703 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
6704 [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
6705 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
6706 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
6707 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
6708 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
6709 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
6710 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
6711 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
6712 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
6713 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
6714 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
6715 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
6716 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
6717 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
6718 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
6719 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
6720 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
6721 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
6722 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
6723 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
6724 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
6725 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
6726 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
6727 * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
6728 (FP_UNPACK_RAW_SP): Likewise.
6729 (FP_PACK_RAW_S): Likewise.
6730 (FP_PACK_RAW_SP): Likewise.
6731 (FP_UNPACK_S): Likewise.
6732 (FP_UNPACK_SP): Likewise.
6733 (FP_UNPACK_SEMIRAW_S): Likewise.
6734 (FP_UNPACK_SEMIRAW_SP): Likewise.
6735 (FP_PACK_S): Likewise.
6736 (FP_PACK_SP): Likewise.
6737 (FP_PACK_SEMIRAW_S): Likewise.
6738 (FP_PACK_SEMIRAW_SP): Likewise.
6739 (_FP_SQRT_MEAT_S): Likewise.
6740 (FP_CMP_S): Likewise.
6741 (FP_CMP_EQ_S): Likewise.
6742 (FP_CMP_UNORD_S): Likewise.
6743 (FP_TO_INT_S): Likewise.
6744 (FP_FROM_INT_S): Likewise.
6746 * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
6748 * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
6749 (FP_EX_INVALID_IMZ): Likewise.
6750 (FP_EX_INVALID_IMZ_FMA): Likewise.
6751 (FP_EX_INVALID_ISI): Likewise.
6752 (FP_EX_INVALID_ZDZ): Likewise.
6753 (FP_EX_INVALID_IDI): Likewise.
6754 (FP_EX_INVALID_SQRT): Likewise.
6755 (FP_EX_INVALID_CVI): Likewise.
6756 (FP_EX_INVALID_VC): Likewise.
6757 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
6758 "invalid" exceptions.
6759 (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
6760 (_FP_ADD_INTERNAL): Likewise.
6761 (_FP_MUL): Likewise.
6762 (_FP_FMA): Likewise.
6763 (_FP_DIV): Likewise.
6764 (_FP_CMP_CHECK_NAN): Likewise.
6765 (_FP_SQRT): Likewise.
6766 (_FP_TO_INT): Likewise.
6767 (FP_EXTEND): Likewise.
6769 2014-10-09 Allan McRae <allan@archlinux.org>
6771 * po/fr.po: Update French translation from translation project.
6773 2014-10-09 Joseph Myers <joseph@codesourcery.com>
6776 * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
6778 * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
6779 (__cxa_atexit): Use libc_hidden_proto.
6780 [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
6783 * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
6785 [!_ISOMAC] (__iswdigit_l_internal): Likewise.
6786 [!_ISOMAC] (__iswspace_l_internal): Likewise.
6787 [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
6788 [!_ISOMAC] (__iswctype_internal): Likewise.
6789 * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
6790 * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
6792 (fcntl): Remove __fcntl_internal alias.
6793 * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
6794 __connect_internal alias.
6795 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
6798 * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
6799 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
6801 (_FP_CHECK_FLUSH_ZERO): New macro.
6802 (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
6803 (_FP_CMP): Likewise.
6804 (_FP_CMP_EQ): Likewise.
6805 (_FP_TO_INT): Do not set inexact for subnormal arguments if
6807 (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
6808 (FP_TRUNC): Likewise.
6810 * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
6811 treated as invalid conversion, not as normal exponent.
6813 * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
6814 (_FP_CMP): Add extra argument EX. Call _FP_CMP_CHECK_NAN.
6815 (_FP_CMP_EQ): Likewise.
6816 (_FP_CMP_UNORD): Likewise.
6817 * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
6818 (FP_CMP_EQ_D): Likewise.
6819 (FP_CMP_UNORD_D): Likewise.
6820 * soft-fp/extended.h (FP_CMP_E): Likewise.
6821 (FP_CMP_EQ_E): Likewise.
6822 (FP_CMP_UNORD_E): Likewise.
6823 * soft-fp/quad.h (FP_CMP_Q): Likewise.
6824 (FP_CMP_EQ_Q): Likewise.
6825 (FP_CMP_UNORD_Q): Likewise.
6826 * soft-fp/single.h (FP_CMP_S): Likewise.
6827 (FP_CMP_EQ_S): Likewise.
6828 (FP_CMP_UNORD_S): Likewise.
6829 * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
6830 * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
6831 * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
6832 * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
6833 * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
6834 * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
6835 * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
6836 * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
6837 * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
6838 * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
6839 * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
6840 * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
6841 * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
6843 * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
6845 * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
6846 * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
6848 * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
6850 * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
6851 * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
6852 * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
6853 * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
6855 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
6857 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
6858 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
6860 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
6862 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
6863 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
6864 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
6865 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
6868 * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
6869 a subnormal result, set the underflow exception if trapping on
6870 underflow is enabled.
6871 * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
6872 (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
6873 [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
6875 * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
6876 * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
6877 * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
6878 * soft-fp/extendxftf2.c (__extendxftf2): Use
6879 FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
6881 * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
6882 * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
6883 (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6884 FP_HANDLE_EXCEPTIONS.
6885 * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
6886 (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6887 FP_HANDLE_EXCEPTIONS.
6888 * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
6889 (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6890 FP_HANDLE_EXCEPTIONS.
6891 * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
6892 (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
6893 FP_HANDLE_EXCEPTIONS.
6895 2014-10-08 Joseph Myers <joseph@codesourcery.com>
6898 * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
6899 * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
6901 [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
6902 * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
6904 (__adjtimex): Define using libc_hidden_ver.
6905 * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
6907 (ntp_gettime): Call __adjtimex directly.
6908 * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
6910 (ntp_gettimex): Call __adjtimex directly.
6911 * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
6912 __adjtimex_internal alias.
6914 2014-10-08 Roland McGrath <roland@hack.frob.com>
6917 * nscd/nscd.c (more_help): Rewrite list of tables collection
6918 using xstrdup and asprintf.
6920 * nscd/nscd_conf.c: Remove local xstrdup declaration.
6922 2014-10-08 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
6923 Roland McGrath <roland@hack.frob.com>
6925 * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
6926 (do_lookup_unique): ... local function 'enter' here; update callers.
6928 2014-10-06 Joseph Myers <joseph@codesourcery.com>
6930 * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
6931 compat_symbol calls on [SHARED].
6932 * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
6933 * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
6935 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6936 * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
6937 (oldsetrlimit): Remove.
6938 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6939 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
6940 (lchown): New syscall entry.
6941 (oldsetrlimit): Remove.
6942 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6943 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
6944 (oldsetrlimit): Remove.
6945 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
6948 * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
6949 * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
6950 * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
6951 * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
6952 * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6953 * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
6955 * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
6957 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
6960 2014-10-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6962 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
6963 * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
6964 (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
6965 __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
6966 * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
6968 (__old_sem_post): Likewise.
6970 2014-10-06 Chris Metcalf <cmetcalf@tilera.com>
6972 * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
6973 INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
6974 HAVE_CLOCK_GETTIME_VSYSCALL macros.
6975 * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
6976 Use INLINE_VSYSCALL macro.
6977 * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
6978 __vdso_clock_gettime.
6979 * sysdeps/unix/sysv/linux/tile/init-first.c
6980 (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
6981 * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
6982 __vdso_clock_gettime.
6984 * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
6985 to set up frame more cleanly.
6987 * sysdeps/tile/memcmp.c: New file.
6989 * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
6991 * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
6992 * sysdeps/tile/tilegx/strcasestr.c: New file.
6993 * sysdeps/tile/tilegx/strnlen.c: New file.
6994 * sysdeps/tile/tilegx/strstr.c: New file.
6996 * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
6998 2014-10-06 Arjun Shankar <arjun.is@lostca.se>
7000 * nptl/tst-setuid3.c: Write errors to stdout.
7002 2014-10-01 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
7005 (preload): New functions broken out of _dl_map_object_deps.
7006 (_dl_map_object_deps): Remove a nested function. Update call sites.
7008 2014-10-01 Joseph Myers <joseph@codesourcery.com>
7011 * sysdeps/unix/sysv/linux/execve.c: Remove file.
7012 * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
7014 2014-10-01 Steve Ellcey <sellcey@mips.com>
7016 * sysdeps/mips/strcmp.S: New.
7018 2014-09-30 Joseph Myers <joseph@codesourcery.com>
7021 * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
7023 (mkdirat): Likewise.
7024 (readlinkat): Likewise.
7025 (renameat): Likewise.
7026 (symlinkat): Likewise.
7027 (unlinkat): Likewise.
7028 * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
7029 * sysdeps/unix/sysv/linux/linkat.c: Likewise.
7030 * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
7031 * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
7032 * sysdeps/unix/sysv/linux/renameat.c: Likewise.
7033 * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
7034 * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
7036 2014-09-30 Will Newton <will.newton@linaro.org>
7038 * math/math.h: Define long double math functions if
7039 _LIBC_TEST is defined.
7040 * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
7042 * localedata/Makefile: Move assignment to tests-special
7043 into an ifdef testing run-built-tests.
7044 * timezone/Makefile: Likewise.
7046 2014-09-29 Joseph Myers <joseph@codesourcery.com>
7048 * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
7049 with $(BASH) not $(SHELL).
7051 2014-09-29 Carlos O'Donell <carlos@redhat.com>
7052 Matthew LeGendre <legendre1@llnl.gov>
7055 * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
7058 2014-09-29 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
7060 * stdio-common/printf_fp.c
7061 (hack_digit): New function, broken out of ...
7062 (__printf_fp): ... local function here. Update call sites.
7063 hack_digit now takes an additional parameter that is a pointer
7064 to a struct of the referenced locals. Those locals moved inside
7065 the struct and references updated.
7067 2014-09-29 H.J. Lu <hongjiu.lu@intel.com>
7069 * aclocal.m4: Require autoconf 2.69.
7070 * configure: Regenerated.
7071 * sysdeps/aarch64/configure: Likewise.
7072 * sysdeps/alpha/configure: Likewise.
7073 * sysdeps/arm/armv7/configure: Likewise.
7074 * sysdeps/arm/configure: Likewise.
7075 * sysdeps/ia64/configure: Likewise.
7076 * sysdeps/mach/configure: Likewise.
7077 * sysdeps/mips/configure: Likewise.
7078 * sysdeps/s390/configure: Likewise.
7079 * sysdeps/unix/sysv/linux/mips/configure: Likewise.
7080 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
7082 * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
7084 * sysdeps/ia64/configure.ac: Likewise.
7086 2014-09-26 Joseph Myers <joseph@codesourcery.com>
7088 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
7089 specify symbol version for ld.so. Do not include entry for
7091 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7092 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
7093 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7096 * Makeconfig [$(build-shared) = yes]
7097 ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
7099 [$(build-shared) = yes && $(soversions.mk-done) = t]
7100 ($(common-objpfx)gnu/lib-names.h): Remove rule.
7101 [$(build-shared) = yes && $(soversions.mk-done) = t]
7102 ($(common-objpfx)gnu/lib-names.stmp): Likewise. Split and moved
7104 [$(build-shared) = yes && $(soversions.mk-done) = t]
7105 (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
7107 [$(build-shared) = yes && $(soversions.mk-done) = t]
7108 (common-generated): Don't append gnu/lib-names.h and
7109 gnu/lib-names.stmp here.
7110 * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
7111 (lib-names-h-abi): New variable.
7112 [$(build-shared) = yes && $(soversions.mk-done) = t]
7113 (lib-names-stmp-abi): Likewise.
7114 [$(build-shared) = yes && $(soversions.mk-done) = t &&
7115 abi-variants] (before-compile): Append
7116 $(common-objpfx)$(lib-names-h-abi).
7117 [$(build-shared) = yes && $(soversions.mk-done) = t &&
7118 abi-variants] (common-generated): Append gnu/lib-names.h.
7119 [$(build-shared) = yes && $(soversions.mk-done) = t &&
7120 abi-variants] (install-others-nosubdir): Depend on
7121 $(inst_includedir)/$(lib-names-h-abi).
7122 [$(build-shared) = yes && $(soversions.mk-done) = t &&
7123 abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
7124 [$(build-shared) = yes && $(soversions.mk-done) = t]
7125 ($(common-objpfx)$(lib-names-h-abi)): New rule.
7126 [$(build-shared) = yes && $(soversions.mk-done) = t]
7127 ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
7128 [$(build-shared) = yes && $(soversions.mk-done) = t]
7129 (common-generated): Append $(lib-names-h-abi) and
7130 $(lib-names-stmp-abi).
7131 * scripts/lib-names.awk: Do not handle multi being set.
7132 * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
7134 (abi-lp64_be-ld-soname): Likewise.
7135 * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
7137 (abi-hard-ld-soname): Likewise.
7138 * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
7139 * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
7141 (abi-o32_hard-ld-soname): Likewise.
7142 (abi-o32_soft_2008-ld-soname): Likewise.
7143 (abi-o32_hard_2008-ld-soname): Likewise.
7144 (abi-n32_soft-ld-soname): Likewise.
7145 (abi-n32_hard-ld-soname): Likewise.
7146 (abi-n32_soft_2008-ld-soname): Likewise.
7147 (abi-n32_hard_2008-ld-soname): Likewise.
7148 (abi-n64_soft-ld-soname): Likewise.
7149 (abi-n64_hard-ld-soname): Likewise.
7150 (abi-n64_soft_2008-ld-soname): Likewise.
7151 (abi-n64_hard_2008-ld-soname): Likewise.
7152 * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
7154 (abi-64-v2-ld-soname): Likewise.
7155 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
7157 * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
7159 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
7161 * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
7163 (abi-64-ld-soname): Likewise.
7164 (abi-x32-ld-soname): Likewise.
7165 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
7167 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7169 2014-09-23 Joseph Myers <joseph@codesourcery.com>
7172 * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
7173 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
7174 * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
7175 * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
7176 * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
7177 * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
7178 * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
7179 syscall entry for GLIBC_2.2 symbol version.
7180 * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
7182 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
7183 (setrlimit): Likewise.
7184 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
7187 2014-09-23 Will Newton <will.newton@linaro.org>
7189 * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
7190 _LINUX_ARM_SYSDEP_H include guard too.
7191 * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
7194 2014-09-20 Rasmus Villemoes <rv@rasmusvillemoes.dk>
7196 * sysdeps/unix/sysv/linux/eventfd.c:
7197 Make first argument unsigned.
7198 * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
7199 * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
7201 2014-09-20 Ondřej Bílka <neleai@seznam.cz>
7203 * socket/recvmmsg.c (recvmmsg): Drop const argument.
7204 * socket/sys/socket.h: Likewise
7205 * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
7207 2014-09-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
7209 * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
7211 2014-09-17 Arjun Shankar <arjun.is@lostca.se>
7213 * time/tst-ftime.c: New test.
7214 * time/Makefile (tests): Add tst-ftime.
7216 2014-09-17 Joseph Myers <joseph@codesourcery.com>
7218 * soft-fp/extended.h: Fix comment formatting.
7219 * soft-fp/op-1.h: Likewise.
7220 * soft-fp/op-2.h: Likewise.
7221 * soft-fp/op-4.h: Likewise.
7222 * soft-fp/op-8.h: Likewise.
7223 * soft-fp/op-common.h: Likewise.
7224 * soft-fp/soft-fp.h: Likewise.
7226 * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
7228 2014-09-16 Joseph Myers <joseph@codesourcery.com>
7231 * Makeconfig (soversions-default-setname): Remove variable.
7232 ($(common-objpfx)soversions.i): Don't pass default_setname to
7234 * Makerules ($(common-objpfx)abi-versions.h): Don't pass
7235 oldest_abi to abi-versions.awk.
7236 * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
7237 * config.make.in (oldest-abi): Remove variable.
7238 * configure.ac (--enable-oldest-abi): Remove configure option.
7239 * configure: Regenerated.
7240 * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
7242 * scripts/abi-versions.awk: Do not handle oldest_abi variable.
7243 * scripts/soversions.awk: Do not handle default_setname variable.
7244 * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
7246 * sysdeps/mach/hurd/configure: Regenerated.
7247 * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
7249 * sysdeps/unix/sysv/linux/configure: Regenerated.
7251 2014-09-16 Siddhesh Poyarekar <siddhesh@redhat.com>
7253 * elf/Makefile (CFLAGS-interp.c): Remove.
7254 ($(elf-objpfx)runtime-linker.h): Generate header with linker
7256 * elf/interp.c: Include generated runtime-linker.h
7258 * Makerules (lib%.so): Don't include $(+interp) in
7260 * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
7261 * dlfcn/eval.c: Remove file.
7263 * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
7267 * misc/sys/cdefs.h: Define __extern_always_inline for clang
7271 * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
7273 2014-09-16 Siddhesh Poyarekar <siddhesh@redhat.com>
7274 Jakub Jelinek <jakub@redhat.com>
7277 * libio/stdio.h: Check definition of __fortify_function
7278 instead of __extern_always_inline to include bits/stdio2.h.
7279 * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
7280 check if __extern_always_inline is defined.
7281 [__USE_MISC || __USE_XOPEN]: Likewise.
7282 [__USE_ISOC99] Likewise.
7283 * misc/sys/cdefs.h (__fortify_function): Define only if
7284 __extern_always_inline is defined.
7285 [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
7286 __extern_always_inline and __extern_inline only for g++-4.3
7287 and newer or a compatible gcc.
7289 2014-09-15 Andreas Schwab <schwab@linux-m68k.org>
7292 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
7293 last change to handle zero prefix length.
7295 2014-09-15 Siddhesh Poyarekar <siddhesh@redhat.com>
7297 * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
7300 * posix/getconf.c (vars): Add _POSIX_IPV6 and
7303 2014-09-13 Allan McRae <allan@archlinux.org>
7305 * po/ru.po: Update Russian translation from translation project.
7307 2014-09-12 Roland McGrath <roland@hack.frob.com>
7309 * locale/programs/locale.c (show_locale_vars): Inline local function
7310 into its sole call site. Clean up some style nits.
7311 (print_item): New function, broken out of ...
7312 (show_info): ... local function here. Clean up style nits.
7314 * locale/programs/ld-ctype.c (set_one_default): New function, broken
7316 (set_class_defaults): ... local function set_default here.
7317 Define set_default as a macro locally to pass constant parameters.
7318 (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
7319 rather than a shared local.
7321 * stdlib/rpmatch.c (try): New function, broken out of ...
7322 (rpmatch): ... local function here. Also, prototypify definition.
7324 2014-09-12 Joseph Myers <joseph@codesourcery.com>
7326 * scripts/soversions.awk: Do not handle configuration names.
7327 * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
7328 vendor and os variables to soversions.awk.
7329 * configure.ac: Do not modify gnu-* host_os.
7330 * configure: Regenerated
7331 * shlib-versions: Remove first column with configuration names.
7332 * nptl/shlib-versions: Likewise.
7333 * nptl_db/shlib-versions: Likewise.
7334 * sysdeps/hppa/shlib-versions: Likewise.
7335 * sysdeps/m68k/shlib-versions: Likewise.
7336 * sysdeps/mach/hurd/shlib-versions: Likewise.
7337 * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
7338 * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
7339 * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
7340 * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
7341 * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
7342 * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
7343 * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
7344 * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
7345 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
7347 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7348 * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
7349 * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
7350 * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
7351 * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
7352 * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
7353 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
7354 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7356 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
7357 (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
7358 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
7360 * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
7361 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
7362 Condition symbol version definitions on [HAVE_ELFV2_ABI].
7364 * shlib-versions: Remove OS-specific entries. Moved to files in
7366 * sysdeps/mach/hurd/shlib-versions: New file.
7367 * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
7369 * nptl/shlib-versions: Remove architecture-specific entries.
7370 Moved to files in sysdeps.
7371 * shlib-versions: Likewise.
7372 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
7374 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7375 * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
7376 * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
7377 * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
7379 * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
7380 (UDP_NO_CHECK6_RX): Likewise.
7382 2014-09-12 Siddhesh Poyarekar <siddhesh@redhat.com>
7384 * sysdeps/posix/sysconf.c (__sysconf): Spell
7385 _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
7387 2014-08-12 Florian Weimer <fweimer@redhat.com>
7389 * iconv/gconv_open.c (__gconv_open): Remove transliteration module
7391 * iconv/Versions (__gconv_transliterate): Export for use from
7393 * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
7394 (struct __gconv_trans_data, __gconv_trans_fct,
7395 __gconv_trans_context_fct, __gconv_trans_query_fct,
7396 __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
7398 (struct __gconv_step_data): Remove __trans member.
7399 (__gconv_transliterate): Declaration moved from gconv_int.h. No
7400 longer hidden. Remove unused trans_data argument.
7401 * iconv/gconv_int.h (struct trans_struct): Remove definition.
7402 (__gconv_translit_find): Remove declaration.
7403 (__gconv_transliterate): Declaration moved to gconv.h. Add hidden
7405 * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
7406 * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
7407 trans_data argument. Add hidden definition.
7408 (__gconv_translit_find): Remove.
7409 * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
7410 __gconv_transliterate directly if __GCONV_TRANSLIT is set.
7411 * iconv/skeleton.c: Remove transliteration initialization.
7412 * libio/fileops.c (_IO_new_file_fopen): Adjust struct
7413 __gconv_step_data initialization.
7414 * libio/iofwide.c (__libio_translit_): Remove.
7415 (_IO_fwide): Adjust struct __gconv_step_data initialization.
7416 * wcsmbs/btowc.c (__btowc): Likewise.
7417 * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
7418 * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
7419 * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
7420 * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
7421 * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
7422 * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
7423 * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
7424 * wcsmbs/wctob.c (wctob): Likewise.
7426 2014-09-12 Siddhesh Poyarekar <siddhesh@redhat.com>
7429 * sysdeps/x86/tst-xmmymm.sh: Rename file to...
7430 * sysdeps/x86/tst-ld-sse-use.sh: ... this. Check for zmm
7432 * sysdeps/x86/Makefile: Adjust.
7434 2014-09-11 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
7435 Roland McGrath <roland@hack.frob.com>
7437 * locale/weight.h: Add include guard.
7438 (findidx): Make static rather than auto; take new parameters
7439 TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
7440 * locale/weightwc.h: Likewise.
7441 * posix/fnmatch_loop.c
7442 (FCT): Change type of EXTRA from int32_t to wint_t.
7443 Don't include either header inside the function.
7444 Call FINDIDX rather than findidx, and pass new arguments.
7445 #undef FINDIDX at the end of the file.
7446 * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
7447 FINDIDX before including fnmatch_loop.c for the non-wide version.
7448 [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
7449 #include <locale/weightwc.h>, and define FINDIDX to findidxwc
7450 for the wide version.
7451 * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
7452 (build_equiv_class) [_LIBC]: Don't #include it inside the function.
7453 Pass new arguments to findidx.
7454 * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
7455 [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
7456 Don't #include it inside the function. Pass new arguments to findidx.
7457 * posix/regex_internal.h
7458 [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
7459 (re_string_elem_size_at): Don't #include it inside the function.
7460 Pass new arguments to findidx.
7461 * string/strcoll_l.c: #include WEIGHT_H at top level.
7462 (get_next_seq): Don't #include it inside the function.
7463 Pass new arguments to findidx.
7464 (get_next_seq_nocache): Likewise.
7465 * string/strxfrm_l.c: #include WEIGHT_H at top level.
7466 (STRXFRM): Don't #include it inside the function.
7467 Pass new arguments to findidx.
7469 2014-09-11 Florian Weimer <fweimer@redhat.com>
7472 * malloc/malloc.c (unlink): Turn asserts into a call to
7475 2014-09-11 Tim Lammens <tim.lammens@gmail.com>
7478 * libio/wfileops (do_ftell_wide): Free OUT.
7480 2014-09-10 Chris Metcalf <cmetcalf@tilera.com>
7482 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
7484 2014-09-10 Siddhesh Poyarekar <siddhesh@redhat.com>
7487 * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
7488 group if the current group is empty.
7490 2014-09-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7492 * benchtests/bench-memset.c (test_main): Add more test from size
7493 from 32 to 512 bytes.
7494 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
7495 Add POWER8 memset object.
7496 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
7497 (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
7498 * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
7500 * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
7502 * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
7503 multiarch POWER8 memset optimization.
7504 * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
7505 POWER8 memset optimization.
7507 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
7508 Remove bzero multiarch objects.
7509 * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
7510 * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
7511 * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
7512 * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
7514 [__bzero]: Redefine to specific name.
7515 * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
7516 * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
7517 * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
7519 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
7520 * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
7522 2014-09-10 Florian Weimer <fweimer@redhat.com>
7524 * Makeconfig (gccwarn-c): Turn implicit-function-declaration
7525 warnings into errors.
7527 * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
7528 __cxa_thread_atexit_impl prototype.
7530 2014-09-09 Steve Ellcey <sellcey@mips.com>
7532 * sysdeps/mips/preconfigure: Put code inside mips* case statement.
7533 Fix capitalization of error message.
7535 2014-09-09 Steve Ellcey <sellcey@mips.com>
7537 * sysdeps/mips/preconfigure: Modify ABI tests.
7539 2014-09-07 Carlos O'Donell <carlos@systemhalted.org>
7541 * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
7543 2014-09-07 Roland McGrath <roland@hack.frob.com>
7544 Carlos O'Donell <carlos@systemhalted.org>
7546 * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
7547 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
7548 * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
7549 * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
7550 * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
7551 * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
7552 * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
7553 * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
7554 * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
7555 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
7556 * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
7557 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
7558 * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
7559 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
7560 * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
7561 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
7562 * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
7563 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
7564 * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
7565 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
7566 * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
7567 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
7568 * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
7569 * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
7570 * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
7571 * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
7572 * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
7573 * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
7574 Deconditionalize the code that was previously under [RESET_PID].
7575 * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
7576 * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
7577 * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
7578 * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
7581 2014-09-08 Allan McRae <allan@archlinux.org>
7583 * version.h (RELEASE): Set to "development".
7584 (VERSION): Set to "2.20.90"
7586 2014-09-07 Allan McRae <allan@archlinux.org
7588 * version.h (RELEASE): Set to "stable".
7589 (VERSION): Set to "2.20"
7590 * include/features.h (__GLIBC_MINOR__): Set to 20.
7592 * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
7595 * po/ko.po: Update Korean translation from translation project.
7597 2014-09-06 Chris Metcalf <cmetcalf@tilera.com>
7600 * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
7601 macro for handling signed relocations.
7603 2014-09-03 Florian Weimer <fweimer@redhat.com>
7606 * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
7607 * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
7609 * iconvdata/ibm933.c (BODY): Fix check for sentinel.
7610 * iconvdata/ibm935.c (BODY): Likewise.
7611 * iconvdata/ibm937.c (BODY): Likewise.
7612 * iconvdata/ibm939.c (BODY): Likewise.
7613 * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
7615 * iconvdata/Makefile (iconv-test.out): Pass module list to test
7617 * iconvdata/run-iconv-test.sh: New test loop for checking for
7620 2014-09-02 Khem Raj <raj.khem@gmail.com>
7622 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
7625 2014-09-01 Allan McRae <allan@archlinux.org>
7627 * po/eo.po: Update Esperanto translation from translation project.
7629 * po/ca.po: Update Catalan translation from translation project.
7631 2014-08-28 Samuel Thibault <samuel.thibault@ens-lyon.org>
7633 * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
7636 2014-08-27 Mark Wielaard <mjw@redhat.com>
7639 * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
7640 to call set_thread_area instead of hand written asm.
7641 (__NR_set_thread_area): Removed define.
7642 (TLS_FLAG_WRITABLE): Likewise.
7643 (__ASSUME_SET_THREAD_AREA): Remove check.
7644 (TLS_EBX_ARG): Remove define.
7645 (TLS_LOAD_EBX): Likewise.
7647 2014-08-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
7649 Simplify atomicity of socket creation in bind.
7651 * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
7652 looking up the name after linking the file.
7654 2014-08-27 Allan McRae <allan@archlinux.org>
7656 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
7658 2014-08-26 Florian Weimer <fweimer@redhat.com>
7661 * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
7662 trans_compare, open_translit, __gconv_translit_find):
7663 Remove module loading code.
7665 2014-08-26 Allan McRae <allan@archlinux.org>
7667 * po/vi.po: Update Vietnamese translation from translation project.
7669 * po/uk.po: Update Ukrainian translation from translation project.
7671 * po/fr.po: Update French translation from translation project.
7673 * po/ru.po: Update Russian translation from translation project.
7675 * po/pl.po: Update Polish translation from translation project.
7677 * po/cs.po: Update Czech translation from translation project.
7679 * po/de.po: Update German translation from translation project.
7681 * po/bg.po: Update Bulgarian translation from translation project.
7683 * po/sv.po: Update Sweedish translation from translation project.
7685 * po/nl.po: Update Dutch translation from translation project.
7687 * po/es.po: Update Spanish translation from translation project.
7689 2014-08-21 Siddhesh Poyarekar <siddhesh@redhat.com>
7691 * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
7693 * catgets/Makefile (CPPFLAGS-gencat): Remove.
7694 * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
7695 (CPPFLAGS-iconvconfig): Likewise.
7696 * timezone/Makefile (CPPFLAGS-zic): Likewise.
7698 * include/libc-symbols.h: Remove unnecessary check for
7700 * nptl/pthreadP.h: Likewise.
7701 * sysdeps/aarch64/setjmp.S: Likewise.
7702 * sysdeps/alpha/setjmp.S: Likewise.
7703 * sysdeps/arm/sysdep.h: Likewise.
7704 * sysdeps/i386/setjmp.S: Likewise.
7705 * sysdeps/m68k/setjmp.c: Likewise.
7706 * sysdeps/posix/getcwd.c: Likewise.
7707 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
7708 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
7709 * sysdeps/s390/s390-32/setjmp.S: Likewise.
7710 * sysdeps/s390/s390-64/setjmp.S: Likewise.
7711 * sysdeps/sh/sh3/setjmp.S: Likewise.
7712 * sysdeps/sh/sh4/setjmp.S: Likewise.
7713 * sysdeps/unix/alpha/sysdep.h: Likewise.
7714 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
7715 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
7716 * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
7717 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
7718 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
7719 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
7720 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
7721 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
7722 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
7723 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
7724 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
7725 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
7726 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
7727 * sysdeps/x86_64/setjmp.S: Likewise.
7729 2014-08-13 Joseph Myers <joseph@codesourcery.com>
7732 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
7734 (__get_clockfreq): Use uint64_t instead of hp_timing_t in
7735 INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
7737 2014-08-13 Siddhesh Poyarekar <siddhesh@redhat.com>
7739 * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
7742 * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
7743 and __x86_64__ when disabling x87 inline functions.
7745 2014-08-12 H.J. Lu <hongjiu.lu@intel.com>
7748 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
7749 asm statement with __cpuid_count.
7751 2014-08-12 Mike Frysinger <vapier@gentoo.org>
7753 * configure.ac: Change __ehdr_start code to dereference the struct.
7754 Run readelf on the output to look for relocations.
7755 * configure: Regenerated.
7757 2014-08-12 Joseph Myers <joseph@codesourcery.com>
7760 * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
7762 (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
7764 2014-08-12 Roland McGrath <roland@hack.frob.com>
7766 * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
7768 2014-08-12 Bernard Ogden <bernie.ogden@linaro.org>
7771 * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
7772 atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
7774 2014-08-12 Sean Anderson <seanga2@gmail.com>
7776 * malloc/malloc.c: Fix typo in comment.
7778 2014-08-09 Allan McRae <allan@archlinux.org>
7780 * Regenerate libc.po.
7782 2014-08-08 Mike Frysinger <vapier@gentoo.org>
7784 * intl/tst-gettext2.sh: Check every lang file for creation.
7786 2014-08-07 Wilco Dijkstra <wdijkstr@arm.com>
7788 * sysdeps/aarch64/fpu/math_private.h
7789 (libc_feholdsetround_noex_aarch64_ctx): New function.
7791 2014-08-07 Wilco Dijkstra <wdijkstr@arm.com>
7793 * sysdeps/arm/armv6/strcpy.S (strcpy):
7794 Fix performance issue in misaligned cases.
7796 2014-08-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7798 * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
7799 Move definition from termios.h.
7800 (struct termio): Likewise.
7801 (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
7802 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
7803 N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
7804 N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
7806 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
7807 Move definition to ioctl-types.h
7808 (struct termio): Likewise.
7809 (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
7810 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
7811 N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
7812 N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
7815 2014-08-05 Richard Henderson <rth@redhat.com>
7817 * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
7819 * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
7821 * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
7822 Use __feraiseexcept.
7823 * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
7824 Protect libm symbols with IS_IN_libm.
7826 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
7828 2014-08-04 Bernard Ogden <bernie.ogden@linaro.org>
7830 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
7832 2014-08-04 Will Newton <will.newton@linaro.org>
7834 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
7837 2014-08-04 Mike Frysinger <vapier@gentoo.org>
7839 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
7840 variants for each function.
7842 2014-08-04 Roland McGrath <roland@hack.frob.com>
7844 * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
7846 * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
7847 * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
7849 * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
7850 * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
7851 * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
7852 * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
7853 * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
7854 * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
7855 * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
7856 * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
7857 * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
7858 * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
7859 * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
7860 * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
7861 * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
7862 * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
7863 * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
7864 * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
7865 * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
7866 * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
7867 * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
7868 * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
7869 * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
7870 * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
7871 * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
7872 * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
7873 * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
7874 * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
7875 * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
7876 * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
7877 * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
7878 * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
7879 * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
7880 * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
7881 * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
7882 * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
7883 * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
7884 * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
7885 * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
7886 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
7887 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
7888 * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
7889 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
7890 * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
7891 * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
7892 * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
7893 * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
7894 * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
7895 * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
7896 * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
7897 * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
7898 * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
7899 * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
7900 * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
7901 * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
7903 * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
7904 * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
7906 2014-08-04 Roland McGrath <roland@hack.frob.com>
7908 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
7909 * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
7910 * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
7911 * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
7912 * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
7913 * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
7915 2014-08-04 Roland McGrath <roland@hack.frob.com>
7917 * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
7918 * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
7919 * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7920 * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
7922 2014-08-04 Roland McGrath <roland@hack.frob.com>
7924 * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
7925 * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
7926 (__libc_vfork): Define function under this name.
7927 (__vfork): Define as an alias.
7928 * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
7929 * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
7931 2014-08-04 Roland McGrath <roland@hack.frob.com>
7933 * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
7934 that was previously under [RESET_PID].
7935 * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
7937 2014-08-04 Andreas Schwab <schwab@suse.de>
7939 * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
7941 2014-08-03 Mike Frysinger <vapier@gentoo.org>
7943 * stdlib/tst-setcontext.c (test_stack): Fix coding style.
7946 2014-08-01 Roland McGrath <roland@hack.frob.com>
7948 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
7950 2014-08-01 Richard Henderon <rth@redhat.com>
7952 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
7953 feclearexcept; use math_opt_barrier instead of open-coded asm; fix
7954 typo in exact zero test.
7955 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
7956 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
7957 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
7959 2014-08-01 Roland McGrath <roland@hack.frob.com>
7961 * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
7962 (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
7963 * sysdeps/arm/sysdep.h: ... here.
7964 [!__ASSEMBLER__]: Include <stdint.h>.
7966 2014-08-01 Siddhesh Poyarekar <siddhesh@redhat.com>
7968 * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
7969 (HAVE_WCTYPE_H): Likewise.
7970 (HAVE_ISWCTYPE): Likewise.
7971 (ENABLE_NLS): Likewise.
7972 * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
7973 && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
7975 * posix/regex_internal.c: Check if DEBUG is defined and is
7978 * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
7979 (HAVE_MBSRTOWCS): Likewise.
7980 * posix/fnmatch.c: Include string.h unconditionally.
7982 2014-08-01 Stefan Liebler <stli@linux.vnet.ibm.com>
7984 * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
7987 2014-07-31 Roland McGrath <roland@hack.frob.com>
7989 * sysdeps/generic/safe-fatal.h: New file.
7990 * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
7991 * nptl/forward.c: Include it.
7992 (__pthread_unwind): Use __safe_fatal as default action, rather
7993 than a bogus use of INTERNAL_SYSCALL that could never work.
7995 * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
7996 * configure.ac (libc_cv_builtin_trap): New test.
7997 * configure: Regenerated.
7998 * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
7999 (ABORT_INSTRUCTION): Define using __builtin_trap.
8001 * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
8002 * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
8003 * sysdeps/nptl/nptl-signals.h: New file.
8004 * nptl/pthreadP.h: Include <nptl-signals.h>.
8006 2014-07-31 Stefan Liebler <stli@linux.vnet.ibm.com>
8008 * sysdeps/s390/s390-64/utf16-utf32-z9.c
8009 (ONE_DIRECTION): Define.
8010 * sysdeps/s390/s390-64/utf8-utf16-z9.c
8011 (ONE_DIRECTION): Define.
8012 * sysdeps/s390/s390-64/utf8-utf32-z9.c
8013 (ONE_DIRECTION): Define.
8015 2014-07-31 Stefan Liebler <stli@linux.vnet.ibm.com>
8017 * sysdeps/s390/Makefile: Delete file.
8018 * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
8019 * sysdeps/s390/__longjmp.c: Delete file.
8020 * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
8021 Remove fields __flags and __reserved.
8022 * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
8024 * sysdeps/s390/rtld-__longjmp.c: Delete file.
8025 * sysdeps/s390/rtld-global-offsets.sym: Likewise.
8026 * sysdeps/s390/rtld-setjmp.S: Likewise.
8027 * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
8028 * sysdeps/s390/s390-32/__longjmp.c: ... here.
8029 * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
8030 * sysdeps/s390/s390-32/setjmp.S: ... here.
8032 (__sigsetjmp): Remove setting __flags field.
8033 * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
8034 * sysdeps/s390/s390-64/__longjmp.c: ... here.
8035 * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
8036 * sysdeps/s390/s390-64/setjmp.S: ... here.
8038 (__sigsetjmp): Remove setting __flags field.
8039 * sysdeps/s390/setjmp.S: Delete file.
8040 * sysdeps/s390/sigjmp.c: Likewise.
8041 * sysdeps/s390/v1-longjmp.c: Likewise.
8042 * sysdeps/s390/v1-setjmp.h: Likewise.
8043 * sysdeps/s390/v1-sigjmp.c: Likewise.
8044 * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
8045 Remove v1-longjmp_chk.
8046 * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
8047 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
8048 Include debug/longjmp_chk.c and add versioning.
8049 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
8050 Include nptl/pt-longjmp.c and add versioning.
8051 * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
8052 * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
8053 Include __longjmp.c.
8054 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
8056 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
8057 (__getcontext): Remove setting __flags field.
8059 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
8060 Don't restore upper high grps.
8061 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
8063 (__swapcontext): Remove setting uc_flags field.
8064 * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
8066 * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
8067 Include __longjmp.c.
8068 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
8070 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
8071 (__getcontext): Remove setting __flags field.
8073 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
8074 (__swapcontext): Remove setting uc_flags field.
8075 * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
8076 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
8077 Remove fields uc_high_gprs and __reserved.
8078 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
8079 New file with reverted content.
8080 * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
8081 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
8083 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
8086 2014-07-31 Andreas Schwab <schwab@suse.de>
8088 * config.h.in (HAVE_IFUNC): Define to 0.
8089 * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
8092 2014-07-30 Ling Ma <ling.ml@alibaba-inc.com>
8094 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
8095 memmove-avx-unaligned, memcpy-avx-unaligned and
8096 mempcpy-avx-unaligned.
8097 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
8098 Add tests for AVX memcpy functions.
8099 * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
8100 * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
8102 * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
8103 * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
8105 * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
8106 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
8108 * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
8109 * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
8110 * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
8112 2013-07-29 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8115 * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
8118 2014-07-29 Jeff Layton <jlayton@poochiereds.net>
8121 * manual/llio.texi: Add section about open file description locks.
8122 * manual/examples/ofdlocks.c: Example of open file description
8124 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
8125 F_OFD_SETLK, and F_OFD_SETLKW.
8127 2014-07-23 Allan McRae <allan@archlinux.org>
8129 * po/es.po: Update Spanish translation from translation project.
8131 2014-07-18 Andreas Schwab <schwab@linux-m68k.org>
8133 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
8135 2014-07-17 Maciej W. Rozycki <macro@codesourcery.com>
8138 * sysdeps/arm/dl-machine.h (elf_machine_rela)
8139 [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
8140 (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
8142 2014-07-17 Joseph Myers <joseph@codesourcery.com>
8145 * math/fesetenv.c (__fesetenv)
8146 [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
8147 * math/feupdateenv.c (__feupdateenv)
8148 [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
8150 * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
8151 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
8152 (__ASSUME_SOCKETCALL): Do not define.
8154 * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
8155 * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
8156 (__ASSUME_SOCKETCALL): Do not define.
8157 (__ASSUME_ST_INO_64_BIT): Define unconditionally.
8158 [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
8159 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8160 [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
8161 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8162 [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
8163 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8164 [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8166 * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
8167 * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
8168 (__ASSUME_SOCKETCALL): Do not define.
8169 (__ASSUME_IPC64): Define unconditionally.
8170 [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
8171 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8172 [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
8173 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8174 [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
8175 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8176 [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
8179 * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
8180 * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
8181 (__ASSUME_SOCKETCALL): Do not define.
8182 (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
8183 (__ASSUME_FUTEX_LOCK_PI): Likewise.
8184 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8185 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
8186 (__ASSUME_REQUEUE_PI): Define unconditionally.
8187 [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
8188 (__ASSUME_RECVMMSG_SYSCALL): Do not define.
8189 [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8190 [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
8191 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8192 [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8194 * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
8195 * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
8196 (__ASSUME_SOCKETCALL): Do not define.
8197 [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
8198 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8199 [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8200 [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
8201 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8202 [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8204 * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
8205 * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
8206 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8207 [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
8208 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8209 [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
8210 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8211 [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
8212 (__ASSUME_GETCPU_SYSCALL): Likewise.
8214 * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
8215 * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR. Remove
8216 cases for individual architectures.
8217 * sysdeps/gnu/configure: Regenerated.
8218 * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
8219 LIBC_SLIBDIR_RTLDDIR.
8220 * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
8221 * sysdeps/unix/sysv/linux/mips/configure.ac: Use
8222 LIBC_SLIBDIR_RTLDDIR.
8223 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
8224 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
8225 LIBC_SLIBDIR_RTLDDIR.
8226 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
8228 * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
8229 * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
8231 * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
8232 * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
8234 * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
8235 * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
8236 * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
8237 * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
8239 * sysdeps/aarch64/shlib-versions: Move to ...
8240 * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
8241 * sysdeps/alpha/shlib-versions: Move to ...
8242 * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
8243 * sysdeps/arm/shlib-versions: Move to ...
8244 * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
8245 * sysdeps/hppa/shlib-versions: Move all contents except for
8246 libgcc_s entry to ...
8247 * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here. Merge in
8249 * sysdeps/hppa/nptl/shlib-versions: ... here. Remove file.
8250 * sysdeps/ia64/shlib-versions: Move to ...
8251 * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here. Merge in
8253 * sysdeps/ia64/nptl/shlib-versions: ... here. Remove file.
8254 * sysdeps/m68k/coldfire/shlib-versions: Move to ...
8255 * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
8256 * sysdeps/microblaze/shlib-versions: Move to ...
8257 * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
8258 * sysdeps/mips/shlib-versions: Move to ...
8259 * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here. Merge in
8261 * sysdeps/mips/nptl/shlib-versions: ... here. Remove file.
8262 * sysdeps/tile/shlib-versions: Move to ...
8263 * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
8264 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
8266 * sysdeps/x86_64/64/shlib-versions: ... here. Remove file.
8267 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
8269 * sysdeps/x86_64/x32/shlib-versions: ... here. Remove file.
8271 2014-07-17 Will Newton <will.newton@linaro.org>
8273 * sysdeps/arm/bits/atomic.h
8274 (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
8275 (__arch_compare_and_exchange_bool_16_int): Likewise.
8276 (__arch_compare_and_exchange_bool_64_int): Likewise.
8278 * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
8279 into an #else block.
8281 2014-07-16 Roland McGrath <roland@hack.frob.com>
8283 * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
8284 just Linux configurations. Test empirically that the compiler sets
8285 __ARM_EABI__, rather than using the tuple to decide.
8286 * sysdeps/arm/preconfigure: Regenerated.
8287 * sysdeps/unix/sysv/linux/arm/configure: File removed.
8288 * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
8289 contents appended ...
8290 * sysdeps/arm/configure.ac: ... here.
8291 * sysdeps/arm/configure: Regenerated.
8293 2014-07-15 Roland McGrath <roland@hack.frob.com>
8295 * nptl/pthread_kill.c: New file.
8296 * nptl/pthread_sigmask.c: New file.
8297 * nptl/pthread_sigqueue.c: New file.
8299 * sysdeps/nptl/lowlevellock.h: New file.
8300 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
8301 * sysdeps/nptl/lowlevellock-futex.h: New file.
8303 * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
8304 Remove dead declarations.
8306 2014-07-14 H.J. Lu <hongjiu.lu@intel.com>
8308 * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
8309 * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
8311 * sysdeps/x86_64/configure.ac: Likewise.
8312 * sysdeps/i386/configure: Regenerated.
8313 * sysdeps/x86_64/configure: Likewise.
8314 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
8315 memset-avx2 only if config-cflags-avx2 is yes.
8316 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
8317 Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
8319 * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
8320 only if HAVE_AVX2_SUPPORT is defined.
8321 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
8323 2014-07-14 Alan Modra <amodra@gmail.com>
8326 * elf/elf.h (DT_PPC64_NUM): Correct value.
8327 * NEWS: Add to fixed bug list.
8329 2014-07-13 Jim Meyering <meyering@fb.com>
8332 regex: don't deref NULL upon heap allocation failure
8333 * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
8334 failure in one more place.
8335 To trigger the segfault, configure grep -with-included-regex,
8336 build it, and run these commands:
8337 ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
8339 2014-07-13 Andreas Schwab <schwab@linux-m68k.org>
8341 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
8343 2014-07-11 Richard Henderson <rth@redhat.com>
8345 * sysdeps/aarch64/libm-test-ulps: Update.
8347 2014-07-10 Florian Weimer <fweimer@redhat.com>
8350 * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
8351 * nptl/allocatestack.c (__nptl_setxid_error): New function.
8352 (__nptl_setxid): Initialize error member. Call
8353 __nptl_setxid_error.
8354 * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
8355 * nptl/descr.h (struct xid_command): Add error member.
8356 * nptl/tst-setuid3.c: New file.
8357 * nptl/Makefile (tests): Add it.
8359 2014-07-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8361 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
8363 (__lll_trylock): Use __lll_base_trylock.
8364 (__lll_cond_trylock): Likewise.
8366 2014-07-10 Roland McGrath <roland@hack.frob.com>
8368 * nptl/pthread_create.c (start_thread): Use atomic_or and
8369 lll_futex_wake directly rather than lll_robust_dead.
8370 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
8371 (lll_robust_dead): Macro removed.
8372 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
8373 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
8374 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
8375 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
8376 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
8377 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
8378 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
8379 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
8380 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
8381 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
8382 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
8383 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
8384 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
8385 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
8386 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
8388 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
8389 Use atomic_compare_and_exchange_val_acq directly rather than
8391 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
8392 (__lll_robust_trylock, lll_robust_trylock): Removed.
8393 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
8394 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
8395 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
8396 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
8397 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
8398 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
8399 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
8400 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
8401 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
8402 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
8403 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
8404 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
8405 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
8406 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
8408 2014-07-02 Florian Weimer <fweimer@redhat.com>
8410 * manual/locale.texi (Locale Names): New section documenting
8411 locale name syntax. Adjust menu and node chaining accordingly.
8412 (Choosing Locale): Reference Locale Names, Locale Categories.
8413 Mention setting LC_ALL=C. Reflect that name syntax is now
8415 (Locale Categories): New section title. Reference Locale Names.
8416 LC_ALL is an environment variable, but not a category.
8417 (Setting the Locale): Remove "locale -a" invocation and LOCPATH
8418 description, now in Locale Name. Reference that section. Locale
8419 name syntax is now documented.
8421 2014-07-02 Florian Weimer <fweimer@redhat.com>
8424 * locale/findlocale.c (name_present, valid_locale_name): New
8426 (_nl_find_locale): Use the loc_name variable to store name
8427 candidates. Call name_present and valid_locale_name to check and
8428 validate locale names. Return an error if the locale is invalid.
8430 2014-07-02 Florian Weimer <fweimer@redhat.com>
8432 * locale/setlocale.c (setlocale): Use strdup for allocating
8433 composite name copy.
8435 2014-07-10 Siddhesh Poyarekar <siddhesh@redhat.com>
8437 Sync up with gnulib.
8438 * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
8439 [!_LIBC && ENABLE_NLS]: Include gettext.h.
8440 [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
8441 and _GL_ARG_NONNULL.
8442 [USE_UNLOCKED_IO]: Include unlocked-io.h.
8443 [!_LIBC]: Include code for Windows and Cygwin.
8444 [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
8445 Include prototype for int strerror_r.
8446 [!_LIBC] (is_open): New function.
8447 (flush_stdout): New function.
8448 (print_errno_message): Use it.
8450 (error_at_line): Likewise.
8451 (error_tail) Add function attribute macros. Use
8454 * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
8456 * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
8458 * io/ftw.c: Include sys/param.h unconditionally.
8460 * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
8463 * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
8465 (freecache): New function to free CACHE on exit.
8467 * sunrpc/xdr.c (xdr_string): Add comment about SIZE
8470 2014-07-09 David S. Miller <davem@davemloft.net>
8472 * sysdeps/sparc/fpu/libm-test-ulps: Update.
8474 * sysdeps/sparc/nptl/internaltypes.h: Delete.
8475 * sysdeps/sparc/nptl/sparc-nptl.h: New file.
8476 * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
8477 * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
8478 * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
8479 * sysdeps/sparc/nptl/sem_init.c: Likewise.
8480 * sysdeps/sparc/nptl/sem_post.c: Likewise.
8481 * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
8482 * sysdeps/sparc/nptl/sem_wait.c: Likewise.
8483 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
8484 * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
8485 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
8486 * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
8488 2014-07-09 Andreas Schwab <schwab@suse.de>
8490 * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
8492 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
8493 (do_test): Likewise.
8495 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
8497 2014-07-09 Will Newton <will.newton@linaro.org>
8499 * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
8500 * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
8501 * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
8502 * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
8503 * sysdeps/hppa/start.S (_start): Likewise.
8505 2014-07-09 Siddhesh Poyarekar <siddhesh@redhat.com>
8507 * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
8509 * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
8512 2014-07-08 Siddhesh Poyarekar <siddhesh@redhat.com>
8514 * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
8515 after checking that it is non-NULL.
8517 * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
8519 2014-07-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8521 * sysdeps/powerpc/memmove.c: Remove file.
8522 * sysdeps/powerpc/powerpc32/power4/memcopy.h
8523 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
8524 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
8525 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
8526 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
8527 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
8528 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
8529 string memmove instead of removed powerpc one.
8531 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
8532 [weak_alias]: Fix compiler warning due trailing data.
8533 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
8534 [weak_alias]: Likewise.
8535 * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
8536 warnigs due missing definition of __strcpy_power7 and __strlen_power7.
8538 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
8539 (__libc_ifunc_impl_list): Add memmove functions.
8541 2014-07-08 Siddhesh Poyarekar <siddhesh@redhat.com>
8543 * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
8545 * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
8547 * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
8549 * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
8551 * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
8553 * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
8555 * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
8557 * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
8559 * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
8561 * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
8563 * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
8565 * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
8567 * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
8569 * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
8571 * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
8573 * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
8575 * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
8578 2014-07-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8580 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
8581 to avoid alignment traps in non-cacheable memory.
8582 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
8584 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
8586 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
8587 file: multiarch power7 memmove.
8588 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
8589 multiarch default memmove.
8590 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
8591 multiarch memove for powerpc32/power4.
8593 * string/bcopy.c: Use full path to include memmove.c.
8594 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
8596 * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
8597 bcopy for powerpc64.
8598 * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
8599 bcopy for powerpc64.
8600 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
8601 and memmove implementations.
8602 * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
8603 optimized multiarch memmove for POWER7/powerpc64.
8604 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
8605 default multiarch memmove for powerpc64.
8606 * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
8607 multiarch for powerpc64.
8608 * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
8609 for POWER7/powerpc64.
8610 * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
8611 memmove for POWER7/powerpc64.
8613 * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
8616 * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
8617 __ELF_NATIVE_CLASS equal to 64.
8619 2014-07-07 Roland McGrath <roland@hack.frob.com>
8621 * sysdeps/nptl/lowlevellock.h: File removed.
8623 * NEWS: NPTL is no longer an add-on!
8624 * nptl/internaltypes.h: Moved ...
8625 * sysdeps/nptl/internaltypes.h: ... here.
8626 * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
8627 * sysdeps/nptl/fork.c: Likewise.
8628 * sysdeps/nptl/gai_misc.h: Likewise.
8629 * sysdeps/nptl/librt-cancellation.c: Likewise.
8630 * sysdeps/nptl/jmp-unwind.c: Likewise.
8631 * sysdeps/nptl/setxid.h: Likewise.
8632 * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
8633 * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
8634 * sysdeps/unix/sysv/linux/arm/Implies: New file.
8635 * sysdeps/unix/sysv/linux/hppa/Implies: New file.
8636 * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
8637 * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
8638 * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
8639 * sysdeps/unix/sysv/linux/m68k/Implies: New file.
8640 * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
8641 * sysdeps/unix/sysv/linux/mips/Implies: New file.
8642 * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
8643 * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
8644 * sysdeps/unix/sysv/linux/sh/Implies: New file.
8645 * sysdeps/unix/sysv/linux/sparc/Implies: New file.
8646 * sysdeps/unix/sysv/linux/tile/Implies: New file.
8647 * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
8648 * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
8649 * nptl/Makeconfig: Moved ...
8650 * sysdeps/nptl/Makeconfig: ... here.
8651 * nptl/configure: File removed.
8652 * nptl/ANNOUNCE: File removed.
8653 * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
8654 * sysdeps/unix/sysv/linux/configure: Regenerated.
8656 * nptl/Makefile (routines): Add libc_pthread_init,
8657 libc_multiple_threads, register-atfork and unregister-atfork.
8658 (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
8659 (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
8660 lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
8661 pthread-pi-defines.sym, structsem.sym.
8662 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
8663 (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
8664 [$(subdir) = nptl] (tests): Add tst-setgetname.
8665 * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
8666 * sysdeps/unix/sysv/linux/sigaction.c: Just include
8667 <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
8668 [!LIBC_SIGACTION]: Remove aliases.
8669 * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
8670 * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
8671 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8672 * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
8673 * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
8674 * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
8675 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
8676 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
8677 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
8678 * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
8679 (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
8680 __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
8681 __libc_allocate_rtsig_private.
8682 * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
8683 * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
8684 * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
8685 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
8686 * sysdeps/unix/sysv/linux/sleep.c: Likewise.
8687 * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
8688 * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
8689 * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
8690 * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
8691 * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
8692 * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
8693 * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
8694 * nptl/internaltypes.h: ... here.
8695 * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
8696 * sysdeps/nptl/jmp-unwind.c: ... here.
8697 * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
8698 * nptl/libc-lowlevellock.c: ... here.
8699 * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
8700 * nptl/libc_multiple_threads.c: ... here.
8701 * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
8702 * nptl/libc_pthread_init.c: ... here.
8703 * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
8704 * nptl/lowlevelbarrier.sym: ... here.
8705 * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
8706 * nptl/lowlevelcond.sym: ... here.
8707 * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
8708 * nptl/lowlevellock.c: ... here.
8709 * nptl/lowlevellock.h: Moved ...
8710 * sysdeps/nptl/lowlevellock.h: ... here.
8711 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
8712 * nptl/lowlevelrobustlock.c: ... here.
8713 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
8714 * nptl/lowlevelrobustlock.sym: ... here.
8715 * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
8716 * nptl/lowlevelrwlock.sym: ... here.
8717 * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
8718 * nptl/pt-fork.c: ... here.
8719 * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
8720 * nptl/pthread-pi-defines.sym: ... here.
8721 * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
8722 * nptl/pthread_attr_getaffinity.c: ... here.
8723 * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
8724 * nptl/pthread_attr_setaffinity.c: ... here.
8725 * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
8726 * nptl/pthread_mutex_cond_lock.c: ... here.
8727 * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
8729 * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
8730 * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
8731 * nptl/pthread_once.c: ... here, replacing old file.
8732 * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
8733 * nptl/pthread_yield.c: ... here.
8734 * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
8735 * nptl/register-atfork.c: ... here.
8736 * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
8737 * nptl/sem_post.c: ... here.
8738 * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
8739 * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
8740 * nptl/sem_timedwait.c: ... here.
8741 * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
8742 * nptl/sem_trywait.c: ... here.
8743 * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
8744 * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
8745 * nptl/sem_wait.c: ... here.
8746 * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
8747 * nptl/structsem.sym: ... here.
8748 * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
8749 * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
8750 * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
8751 * nptl/unregister-atfork.c: ... here.
8752 * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
8753 * nptl/unwindbuf.sym: ... here.
8754 * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
8755 * sysdeps/nptl/fork.c: ... here.
8756 * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
8757 * sysdeps/nptl/fork.h: ... here.
8758 * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
8759 * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
8760 * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
8761 * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
8762 * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
8763 * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
8764 * sysdeps/unix/sysv/linux/getpid.c: ... here.
8765 * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
8766 * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
8767 * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
8768 * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
8769 * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
8770 * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
8771 * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
8772 * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
8773 * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
8774 * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
8775 * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
8776 * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
8777 * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
8778 * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
8779 * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
8780 * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
8781 * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
8782 * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
8783 * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
8784 * sysdeps/unix/sysv/linux/raise.c: ... here.
8785 * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
8786 * sysdeps/unix/sysv/linux/timer_create.c: ... here.
8787 * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
8788 * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
8789 * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
8790 * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
8791 * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
8792 * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
8793 * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
8794 * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
8795 * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
8796 * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
8797 * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
8798 * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
8799 * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
8801 2014-07-04 Siddhesh Poyarekar <siddhesh@redhat.com>
8803 * sysdeps/generic/memcopy.h: Add comment for
8804 MEMCPY_OK_FOR_FWD_MEMMOVE.
8806 2014-07-04 Will Newton <will.newton@linaro.org>
8808 * string/memchr.c: Merge from gnulib.
8809 [_LIBC]: Remove conditionals.
8810 (__ptr_t): Remove define.
8811 (LONG_MAX_32_BITS): Likewise.
8812 (LONG_MAX): Likewise.
8813 (MEMCHR): Use ANSI prototype and optimize algorithm.
8815 * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
8817 2014-07-03 Roland McGrath <roland@hack.frob.com>
8819 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
8820 (lll_futex_timed_wait_bitset): Fix syscall argument count.
8822 * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
8823 Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
8824 in a bare environment with no <stdlib.h> installed.
8825 * sysdeps/nptl/configure: Regenerated.
8827 * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
8829 * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
8830 AC_EGREP_CPP for kernel header checks, so they only succeed if
8831 including <linux/version.h> actually works right.
8832 * sysdeps/unix/sysv/linux/configure: Regenerated.
8834 * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
8835 value so it's not diagnosed as unused.
8837 * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
8838 thing) with "ifeq ($(subdir),rt)".
8840 2014-07-03 Richard Henderson <rth@redhat.com>
8842 * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
8843 * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
8844 include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
8846 * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
8847 (math_force_eval): New.
8849 * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
8850 * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
8852 * sysdeps/alpha/fpu/s_round.c: Remove file.
8853 * sysdeps/alpha/fpu/s_roundf.c: Remove file.
8855 * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
8856 (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
8857 * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
8858 (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
8859 (_dl_start, print_statistics): Likewise.
8860 * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
8861 HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
8863 * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8864 * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8865 * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8866 * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8867 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
8868 (HP_SMALL_TIMING_AVAIL): Define.
8869 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8870 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
8871 (HP_SMALL_TIMING_AVAIL): Define.
8872 * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8873 * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
8875 * sysdeps/aarch64/hp-timing.h: New file.
8877 * sysdeps/generic/hp-timing.h: Remove dead comment.
8878 * sysdeps/generic/hp-timing-common.h: New file.
8879 * sysdeps/alpha/hp-timing.h: Include it.
8880 (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
8881 * sysdeps/i386/i686/hp-timing.h: Likewise.
8882 * sysdeps/ia64/hp-timing.h: Likewise.
8883 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
8884 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
8885 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
8886 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
8887 * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
8888 (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
8891 * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
8892 * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
8893 (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
8894 * elf/rtld.c (_dl_start_final): Likewise.
8895 * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
8896 * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8897 * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8898 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8899 * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8900 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
8901 (HP_TIMING_DIFF_INIT): Remove.
8902 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8903 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
8904 (HP_TIMING_DIFF_INIT): Remove.
8905 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
8906 * sysdeps/i386/i686/hp-timing.c: Remove file.
8907 * sysdeps/x86_64/hp-timing.c: Remove file.
8908 * sysdeps/ia64/hp-timing.c: Remove file.
8909 * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
8910 * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
8911 * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
8912 * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
8914 * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
8915 * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
8916 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
8917 * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
8918 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
8919 (HP_TIMING_ACCUM): Remove.
8920 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
8921 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
8922 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
8924 * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
8925 * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
8926 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
8927 * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
8928 * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
8929 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
8930 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
8931 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
8933 * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
8935 2014-07-03 Maciej W. Rozycki <macro@codesourcery.com>
8937 * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
8939 2014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
8941 Sync up with gettext.
8942 * intl/loadmsgcat.c: Define O_BINARY if not defined.
8943 [_MSC_VER]: Include malloc.h
8944 [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
8945 (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
8946 (_nl_load_domain): Open DOMAIN_FILE in binary mode. Don't use
8947 TEMP_FAILURE_RETRY. Cast return of alloca.
8948 [!_LIBC] Call gl_rwlock_init.
8949 [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
8951 2014-07-02 Roland McGrath <roland@hack.frob.com>
8953 * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
8954 before checking its value.
8956 2014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
8958 * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
8960 * debug/memcpy_chk.c: Don't include pagecopy.h.
8961 * debug/mempcpy_chk.c: Likewise.
8962 * string/memcpy.c: Likewise.
8963 * string/memmove.c: Likewise.
8964 * sysdeps/powerpc/memmove.c: Likewise.
8965 * sysdeps/generic/memcopy.h: Include pagecopy.h. Move
8966 definition of PAGE_COPY_FWD_MAYBE here...
8967 * sysdeps/generic/pagecopy.h: ... from here.
8968 * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
8970 2014-07-02 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
8971 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8973 * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
8974 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
8976 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8977 (__libc_ifunc_impl_list): Likewise.
8978 * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
8979 multiarch strcat for PPC64.
8980 * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
8981 * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
8983 2014-07-02 Roland McGrath <roland@hack.frob.com>
8985 * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
8987 2014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
8989 * intl/loadmsgcat.c: Remove declaration of
8990 get_sysdep_segment_value.
8991 (get_sysdep_segment_value): Use ISO C style.
8992 (_nl_load_domain): Use ISO C style. Get rid of redundant
8993 semicolon. Fix typo and formatting in comment.
8994 (_nl_unload_domain): Use ISO C style.
8996 * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
8998 2014-07-02 Will Newton <will.newton@linaro.org>
9000 * malloc/obstack.c: Merge from gnulib master.
9001 [HAVE_CONFIG_H]: Remove conditional code.
9002 [!_LIBC]: Include config.h.
9003 [!ELIDE_CODE]: Don't include inttypes.h, include
9004 stdint.h unconditionally.
9005 (print_and_abort): Mark as _Noreturn.
9006 (_obstack_allocated_p): Mark as __attribute_pure__.
9007 (obstack_free): Rename to __obstack_free.
9008 [!__attribute__]: Remove conditional code.
9009 * malloc/obstack.h: Merge from gnulib master.
9010 [__cplusplus]: Move conditional down.
9011 [!__attribute_pure__]: Define __attribute_pure__ here
9012 if it is not already defined.
9013 (_obstack_memory_used): Mark as __attribute_pure__.
9014 [!__obstack_free]: Define as obstack_free.
9015 [__GNUC__]: Remove check for ancient NeXT gcc.
9017 2014-07-02 Will Newton <will.newton@linaro.org>
9018 Paul Eggert <eggert@cs.ucla.edu>
9020 * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
9022 2014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
9024 * resolv/gethnamaddr.c: Add comment warning that the file is
9027 2014-07-01 Carlos O'Donell <carlos@redhat.com>
9029 * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
9032 * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
9033 entry for aio_cancel and aio_cancel64.
9034 * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
9035 * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
9036 * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
9037 * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
9038 * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
9039 * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
9040 * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
9041 * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
9042 * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
9043 * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
9044 * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
9045 * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
9046 * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
9048 2014-07-01 Roland McGrath <roland@hack.frob.com>
9050 * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
9051 * nptl/pthread_mutex_lock.c: Likewise.
9052 * nptl/pthread_mutex_timedlock.c: Likewise.
9053 * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
9055 2014-07-01 Richard henderson <rth@redhat.com>
9057 * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
9058 (__isnan, __isnanl): Remove.
9059 * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
9061 * sysdeps/alpha/fpu/libm-test-ulps: Update.
9063 2014-07-01 Stefan Liebler <stli@linux.vnet.ibm.com>
9065 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9067 2014-07-01 Siddhesh Poyarekar <siddhesh@redhat.com>
9069 * resolv/nss_dns/dns-host.c (getanswer_r)
9070 [MULTI_PTRS_ARE_ALIASES]: Remove code.
9072 2014-07-01 Joseph Myers <joseph@codesourcery.com>
9074 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9075 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
9077 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
9078 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
9080 2014-07-01 Roland McGrath <roland@hack.frob.com>
9082 * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
9083 * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
9085 * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
9086 * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
9088 * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
9089 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
9091 * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
9092 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
9094 * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
9095 * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
9096 * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
9097 * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
9099 * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
9100 * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
9101 * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
9102 * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
9103 * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
9105 * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
9107 * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
9108 * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
9109 * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
9110 * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
9111 * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
9112 * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
9113 * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
9114 * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
9115 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
9116 * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
9117 * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
9118 * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
9119 * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
9120 * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
9121 * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
9122 * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
9123 * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
9124 * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
9125 * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
9126 * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
9128 * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
9129 * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
9130 * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
9131 * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
9132 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
9133 * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
9134 * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
9135 * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
9137 2014-07-01 David Holsgrove <david.holsgrove@xilinx.com>
9139 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
9140 * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
9141 * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
9144 2014-06-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9146 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9148 2014-06-30 Joseph Myers <joseph@codesourcery.com>
9150 * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
9151 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
9153 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
9155 * sysdeps/arm/libm-test-ulps: Regenerated.
9157 2014-06-30 Maciej W. Rozycki <macro@codesourcery.com>
9158 Roland McGrath <roland@hack.frob.com>
9160 * test-skeleton.c (signal_handler): Kill the whole process group
9161 before killing the child individually.
9162 (main): Report any failure on `setpgid'.
9164 2014-06-30 Roland McGrath <roland@hack.frob.com>
9166 * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
9167 from _TLS_H to _ARM_NPTL_TLS_H.
9168 (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
9169 * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
9171 2014-06-30 Joseph Myers <joseph@codesourcery.com>
9174 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
9175 (__expm1l): Return argument unchanged when small but not
9178 * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
9180 (_FP_UNPACK_RAW_1_P): Likewise.
9181 (_FP_PACK_RAW_1): Likewise.
9182 (_FP_PACK_RAW_1_P): Likewise.
9183 (_FP_MUL_MEAT_1_wide): Likewise.
9184 (_FP_MUL_MEAT_DW_1_hard): Likewise.
9185 (_FP_MUL_MEAT_1_hard): Likewise.
9186 (_FP_DIV_MEAT_1_imm): Likewise.
9187 (_FP_DIV_MEAT_1_udiv_norm): Likewise.
9188 (_FP_DIV_MEAT_1_udiv): Likewise.
9189 * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
9190 (_FP_UNPACK_RAW_2): Likewise.
9191 (_FP_UNPACK_RAW_2_P): Likewise.
9192 (_FP_PACK_RAW_2): Likewise.
9193 (_FP_PACK_RAW_2_P): Likewise.
9194 (_FP_MUL_MEAT_DW_2_wide): Likewise.
9195 (_FP_MUL_MEAT_2_wide): Likewise.
9196 (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
9197 (_FP_MUL_MEAT_2_wide_3mul): Likewise.
9198 (_FP_MUL_MEAT_DW_2_gmp): Likewise.
9199 (_FP_MUL_MEAT_2_gmp): Likewise.
9200 (_FP_DIV_MEAT_2_udiv): Likewise.
9201 * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
9202 (_FP_FRAC_SRL_4): Likewise.
9203 (_FP_FRAC_SRST_4): Likewise.
9204 (_FP_FRAC_SRS_4): Likewise.
9205 (_FP_UNPACK_RAW_4): Likewise.
9206 (_FP_UNPACK_RAW_4_P): Likewise.
9207 (_FP_PACK_RAW_4): Likewise.
9208 (_FP_PACK_RAW_4_P): Likewise.
9209 (_FP_MUL_MEAT_DW_4_wide): Likewise.
9210 (_FP_MUL_MEAT_4_wide): Likewise.
9211 (_FP_MUL_MEAT_4_gmp): Likewise.
9212 (umul_ppppmnnn): Likewise.
9213 (_FP_DIV_MEAT_4_udiv): Likewise.
9214 (__FP_FRAC_ADD_4): Likewise.
9215 (__FP_FRAC_SUB_3): Likewise.
9216 (__FP_FRAC_SUB_4): Likewise.
9217 (__FP_FRAC_DEC_3): Likewise.
9218 (__FP_FRAC_DEC_4): Likewise.
9219 (__FP_FRAC_ADDI_4): Likewise.
9220 * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
9221 (_FP_FRAC_SRL_8): Likewise.
9222 (_FP_FRAC_SRS_8): Likewise.
9224 * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
9226 (FP_UNPACK_RAW_EP): Likewise.
9227 (FP_PACK_RAW_E): Likewise.
9228 (FP_PACK_RAW_EP): Likewise.
9229 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
9230 (_FP_ISSIGNAN): Likewise.
9231 (_FP_ADD_INTERNAL): Likewise.
9232 (_FP_FMA): Likewise.
9233 (_FP_CMP): Likewise.
9234 (_FP_SQRT): Likewise.
9235 (_FP_TO_INT): Likewise.
9236 (_FP_FROM_INT): Likewise.
9237 (FP_EXTEND): Likewise.
9238 (_FP_DIV_MEAT_N_loop): Likewise.
9240 2014-06-30 Maciej W. Rozycki <macro@codesourcery.com>
9242 * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
9245 2014-06-29 Joseph Myers <joseph@codesourcery.com>
9248 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
9249 result with correct sign in case of exponents that produce
9250 overflow except for X very close to 1.
9252 2014-06-28 Paul Eggert <eggert@cs.ucla.edu>
9254 mktime: merge #if/#ifdef usage from glibc
9255 * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
9256 as that works with both Glibc's and Gnulib's style.
9257 See thread starting at Siddhesh Poyarekar's bug report at:
9258 http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
9260 2014-06-28 Siddhesh Poyarekar <siddhesh@redhat.com>
9262 * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
9263 * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
9264 * sysdeps/tile/tilegx/memmove.c: Remove file.
9266 2014-06-27 Joseph Myers <joseph@codesourcery.com>
9268 * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
9269 abi-name definition.
9270 * scripts/soversions.awk: Do not handle or generate ABI lines.
9271 * shlib-versions: Remove ABI entries.
9272 * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
9273 * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
9275 2014-06-27 Roland McGrath <roland@hack.frob.com>
9277 * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
9278 * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
9279 * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
9280 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
9281 * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
9282 * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
9283 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
9285 * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
9287 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
9288 * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
9289 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
9290 * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
9291 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
9292 * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
9293 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
9294 * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
9295 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
9296 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
9297 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
9298 * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
9299 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
9301 * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
9302 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
9303 * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
9304 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
9305 * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
9306 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
9308 * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
9309 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
9311 * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
9312 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
9313 * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
9314 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
9316 * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
9317 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
9318 * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
9319 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
9320 * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
9321 * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
9322 * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
9323 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
9325 * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
9326 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
9327 * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
9328 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
9330 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
9331 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
9333 * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
9334 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
9335 * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
9336 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
9338 * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
9340 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
9341 Identical file removed.
9342 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
9344 * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
9345 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
9346 Identical file removed.
9347 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
9348 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
9349 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
9351 * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
9352 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
9353 Identical file removed.
9354 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
9355 * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
9356 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
9357 Identical file removed.
9358 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
9359 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
9360 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
9361 Identical file removed.
9362 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
9363 * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
9364 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
9365 Identical file removed.
9366 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
9368 * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
9369 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
9370 Identical file removed.
9371 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
9373 * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
9374 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
9375 * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
9376 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
9377 Identical file removed.
9378 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
9380 * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
9382 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
9383 Identical file removed.
9384 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
9386 * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
9387 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
9388 Identical file removed.
9389 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
9391 * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
9392 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
9393 * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
9394 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
9395 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
9396 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
9398 * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
9399 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
9400 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
9402 * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
9403 SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
9404 * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
9405 * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
9406 * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
9408 2014-06-27 Arjun Shankar <arjun.is@lostca.se>
9411 * nscd/nscd.c (monitor_child): Return exit status of child
9412 instead of return value from wait syscall.
9414 2014-06-27 Joseph Myers <joseph@codesourcery.com>
9416 * configure.ac (libc_commonpagesize): Remove variable.
9417 (libc_relro_required): Likewise.
9418 (libc_cv_z_relro): Remove configure test.
9419 * configure: Regenerated.
9420 * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
9422 (libc_relro_required): Likewise.
9423 * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
9424 (libc_relro_required): Likewise.
9425 * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
9426 (libc_relro_required): Likewise.
9427 * sysdeps/arm/preconfigure: Regenerated.
9428 * sysdeps/ia64/preconfigure: Remove file.
9429 * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
9431 (libc_relro_required): Likewise.
9435 * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
9436 (__ieee754_yn): Set FE_TONEAREST mode internally and then
9437 recompute overflowing results in original rounding mode.
9438 * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
9439 (__ieee754_ynf): Set FE_TONEAREST mode internally and then
9440 recompute overflowing results in original rounding mode.
9441 * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
9442 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9443 recompute overflowing results in original rounding mode.
9444 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
9445 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9446 recompute overflowing results in original rounding mode.
9447 * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
9448 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
9449 recompute overflowing results in original rounding mode.
9450 * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
9451 (libc_feholdsetround_ctx): New macro.
9452 * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
9453 * sysdeps/i386/fpu/libm-test-ulps: Update.
9454 * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
9456 2014-06-26 Joseph Myers <joseph@codesourcery.com>
9458 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
9459 [__PIC__] (PSEUDO): Use name of _nocancel entry point in
9460 corresponding .cpsetup call.
9462 2014-06-26 Roland McGrath <roland@hack.frob.com>
9464 * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
9465 * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
9466 * sysdeps/arm/Makefile [$(subdir) = csu]
9467 (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
9468 (static-only-routines): Add aeabi_read_tp here.
9469 (shared-only-routines): Add libc-aeabi_read_tp here.
9470 (CFLAGS-libc-start.c): Add -fexceptions here.
9471 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
9472 (sysdep_routines, static-only-routines, shared-only-routines):
9473 Don't add to these here.
9474 (CFLAGS-libc-start.c): Likewise.
9476 * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
9477 * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
9478 * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
9479 * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
9480 * sysdeps/arm/Makefile [$(subdir) = rt]
9481 (librt-sysdep_routines, librt-shared-only-routines):
9482 Append rt-aeabi_unwind_cpp_pr1 here.
9483 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
9484 (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
9485 * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
9486 (libpthread-sysdep_routines, libpthread-shared-only-routines):
9487 Append nptl-aeabi_unwind_cpp_pr1 here.
9488 (tests): Filter out tst-cleanupx4 here.
9489 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
9490 (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
9491 Don't do those here.
9493 2014-06-26 Joseph Myers <joseph@codesourcery.com>
9495 * scripts/list-sources.sh: Do not handle ports specially.
9497 2014-06-26 Roland McGrath <roland@hack.frob.com>
9499 * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
9500 * sysdeps/arm/feupdateenv.c: Likewise.
9502 * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
9504 2014-06-26 Joseph Myers <joseph@codesourcery.com>
9506 * manual/texinfo.tex: Update to version 2014-05-05.10 with
9507 trailing whitespace removed.
9508 * scripts/config.guess: Update to version 2014-03-23.
9509 * scripts/config.sub: Update to version 2014-05-01
9510 * scripts/install-sh: Update to version 2013-12-25.23.
9511 * scripts/move-if-change: Update from gnulib.
9513 2014-06-26 Siddhesh Poyarekar <siddhesh@redhat.com>
9515 * debug/memmove_chk.c: Remove pagecopy.h include.
9517 2014-06-26 Paul Eggert <eggert@cs.ucla.edu>
9519 * time/mktime.c (leapyear): Remove inline keyword. The code is now
9520 identical to gnulib mktime.
9522 2014-06-26 Joseph Myers <joseph@codesourcery.com>
9524 * configure.ac: Do not test for machine being rs6000. Do not test
9526 * configure: Regenerated.
9528 * configure.ac (libc_cv_asm_cfi_directives): Remove configure
9530 * configure: Regenerated.
9531 * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
9532 * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
9533 Remove configure test.
9534 * sysdeps/arm/configure: Regenerated.
9535 * sysdeps/nptl/configure.ac: Do not check
9536 libc_cv_asm_cfi_directives.
9537 * sysdeps/nptl/configure: Regenerated.
9538 * sysdeps/x86_64/nptl/configure.ac: Remove file.
9539 * sysdeps/x86_64/nptl/configure: Remove generated file.
9540 * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
9542 [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
9544 2014-06-26 Siddhesh Poyarekar <siddhesh@redhat.com>
9546 * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
9547 * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
9548 (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
9551 * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
9552 instead of whether it is defined.
9553 * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
9554 * sysdeps/hppa/dl-machine.h: Likewise.
9555 * sysdeps/ia64/dl-machine.h: Likewise.
9556 * sysdeps/m68k/dl-machine.h: Likewise.
9557 * sysdeps/microblaze/dl-machine.h: Likewise.
9558 * sysdeps/mips/dl-machine.: Likewise.
9559 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
9560 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
9561 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
9562 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
9563 * sysdeps/sh/dl-machine.h: Likewise.
9564 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
9565 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
9566 * sysdeps/tile/dl-machine.h: Likewise.
9567 * sysdeps/x86_64/dl-machine.h: Likewise.
9569 * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
9571 (verify_persistent_db): Likewise.
9573 2014-06-26 Roland McGrath <roland@hack.frob.com>
9575 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
9576 * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
9577 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
9578 * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
9579 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
9581 * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
9583 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
9584 * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
9585 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
9586 Identical file removed.
9587 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
9588 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
9589 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
9590 * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
9591 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
9592 * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
9593 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
9594 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
9595 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
9596 * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
9597 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
9599 * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
9600 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
9601 * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
9602 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
9603 * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
9604 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
9606 * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
9607 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
9608 * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
9609 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
9610 * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
9611 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
9612 Identical file removed.
9613 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
9614 * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
9615 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
9616 * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
9617 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
9619 * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
9621 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
9622 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
9623 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
9624 * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
9625 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
9626 * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
9627 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
9628 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
9629 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
9630 * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
9631 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
9633 * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
9634 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
9636 * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
9637 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
9638 * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
9639 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
9641 * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
9642 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
9643 * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
9645 * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
9647 * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
9648 * sysdeps/unix/sysv/linux/s390/Versions
9649 (libpthread: GLIBC_2.19): New version set.
9650 * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
9651 * sysdeps/unix/sysv/linux/s390/s390-64/Versions
9652 (librt: GLIBC_2.3.3): New version set.
9653 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
9654 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
9655 * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
9656 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
9657 * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
9658 * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
9659 * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
9660 * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
9661 * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
9662 * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
9663 * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
9664 * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
9665 * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
9666 * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
9667 * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
9668 * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
9669 * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
9670 * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
9671 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
9672 * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
9673 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
9674 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
9675 * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
9676 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
9677 * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
9678 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
9679 * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
9680 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
9681 * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
9682 * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
9683 * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
9684 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
9685 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
9686 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
9687 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
9688 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
9689 * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
9690 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
9691 * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
9692 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
9693 * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
9694 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
9695 * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
9696 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
9697 * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
9699 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
9700 * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
9701 (__libc_vfork): Define the function under this name.
9702 [!NOT_IN_libc] (__vfork): Make this an alias.
9703 [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
9704 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
9705 * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
9706 (__libc_vfork): Define the function under this name.
9707 [!NOT_IN_libc] (__vfork): Make this an alias.
9708 [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
9709 * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
9710 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
9711 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
9712 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
9713 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
9715 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
9716 code that was previously under [RESET_PID].
9717 * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
9718 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
9719 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
9721 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
9722 * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
9723 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
9724 * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
9725 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
9726 * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
9727 * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
9728 * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
9729 * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
9730 * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
9731 * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
9733 * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
9734 * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
9735 * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
9736 * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
9737 * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
9738 * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
9739 * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
9740 * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
9741 * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
9742 * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
9743 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
9744 * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
9745 * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
9746 * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
9747 * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
9748 * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
9749 * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
9750 * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
9751 * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
9752 * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
9753 * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
9754 * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
9755 * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
9756 * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
9757 * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
9758 * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
9759 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
9760 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
9761 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
9763 2014-06-25 Roland McGrath <roland@hack.frob.com>
9765 * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
9766 that was previously under [RESET_PID].
9767 * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
9769 2014-06-25 Joseph Myers <joseph@codesourcery.com>
9771 * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
9772 not undefine and redefine.
9773 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
9774 [O_CLOEXEC]: Make code unconditional.
9775 (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
9776 * sysdeps/unix/sysv/linux/shm_open.c: Do not include
9777 <kernel-features.h>.
9778 [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
9779 conditional variable definition.
9780 (shm_open) [O_CLOEXEC]: Make code unconditional.
9781 (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
9784 * configure.ac (USE_REGPARMS): Don't define here.
9785 * configure: Regenerated.
9786 * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
9787 * sysdeps/i386/configure: Regenerated.
9789 * nptl/createthread.c: Don't include kernel-features.h.
9790 * nptl/pthread_cancel.c: Likewise.
9791 * nptl/pthread_condattr_setclock.c: Likewise.
9792 * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
9793 * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
9794 * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
9795 * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
9796 * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
9797 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
9798 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
9799 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
9800 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
9801 * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
9802 * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
9803 * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
9804 * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
9805 * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
9806 * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
9807 * nscd/gai.c: Likewise.
9808 * nss/nss_db/db-open.c: Likewise.
9809 * sysdeps/generic/ldsodefs.h: Likewise.
9810 * sysdeps/sh/nptl/tls.h: Likewise.
9811 * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
9812 * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
9813 * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
9814 * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
9815 * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
9816 * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
9817 * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
9818 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
9819 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
9820 * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
9821 * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
9822 * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
9823 * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
9824 * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
9825 * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
9826 * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
9827 * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
9828 * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
9829 * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
9830 * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
9831 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
9832 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
9833 * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
9834 * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
9835 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
9836 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
9837 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
9838 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
9839 * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
9840 * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
9841 * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
9842 * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
9843 * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
9844 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
9845 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
9846 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9847 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
9848 * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
9849 * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
9850 * sysdeps/unix/sysv/linux/if_index.c: Likewise.
9851 * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
9852 * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
9853 * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
9854 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
9855 * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
9856 * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
9857 * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
9858 * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
9859 * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
9860 * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
9861 * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
9862 * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
9863 * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
9864 * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
9865 * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
9866 * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
9867 * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
9868 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
9869 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
9870 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
9871 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
9872 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
9873 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
9874 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
9875 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
9876 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
9877 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
9878 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
9879 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
9880 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
9881 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
9882 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
9883 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
9884 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
9885 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
9886 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
9887 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
9888 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
9889 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
9890 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
9891 * sysdeps/unix/sysv/linux/pread.c: Likewise.
9892 * sysdeps/unix/sysv/linux/pread64.c: Likewise.
9893 * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
9894 * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
9895 * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
9896 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
9897 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
9898 * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
9899 * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
9900 * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
9901 * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
9902 * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
9903 * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
9904 * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
9905 * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
9906 * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
9907 * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
9908 * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
9909 * sysdeps/unix/sysv/linux/syslog.c: Likewise.
9910 * sysdeps/unix/sysv/linux/system.c: Likewise.
9911 * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
9912 * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
9913 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
9914 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
9915 * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
9916 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
9917 * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
9919 * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
9920 * configure: Regenerated.
9921 * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
9923 * configure.ac (base_machine): Do not set specially for particular
9925 * configure: Regenerated.
9926 * sysdeps/powerpc/preconfigure: Move machine and base_machine
9927 settings from configure.ac.
9928 * sysdeps/i386/preconfigure: New file.
9929 * sysdeps/s390/preconfigure: Likewise.
9930 * sysdeps/sh/preconfigure: Likewise.
9931 * sysdeps/sparc/preconfigure: Likewise.
9933 2014-06-25 Roland McGrath <roland@hack.frob.com>
9935 * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
9936 * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
9937 * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
9938 * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
9939 * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
9940 * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
9941 * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
9942 * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
9943 * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
9944 * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
9945 * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
9946 * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
9947 * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
9948 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
9949 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
9950 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
9951 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
9952 * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
9953 * sysdeps/sparc/sparc64/Makefile: ... appended here.
9955 * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
9956 * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
9957 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
9958 * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
9959 * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
9960 * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
9961 * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
9962 * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
9963 * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
9964 * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
9965 * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
9966 * sysdeps/sparc/sparc32/sem_post.c: ... here.
9967 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
9968 * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
9969 * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
9970 * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
9971 * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
9972 * sysdeps/sparc/sparc32/sem_wait.c: ... here.
9973 * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
9974 * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
9975 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
9976 * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
9977 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
9978 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
9979 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
9980 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
9981 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
9982 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
9983 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
9984 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
9985 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
9986 * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
9987 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
9988 * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
9989 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
9990 * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
9991 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
9992 * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
9994 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
9995 * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
9996 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
9997 * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
9998 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
10000 * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
10002 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
10003 * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
10004 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
10005 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
10006 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
10008 * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
10009 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
10010 * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
10011 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
10012 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
10013 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
10014 * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
10015 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
10017 * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
10018 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
10020 * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
10021 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
10022 * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
10023 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
10025 * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
10026 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
10027 * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
10028 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
10029 * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
10030 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
10031 * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
10032 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
10033 * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
10034 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
10036 * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
10038 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
10039 * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
10040 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
10041 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
10042 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
10044 * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
10045 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
10046 * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
10047 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
10048 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
10049 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
10050 * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
10051 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
10053 * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
10054 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
10056 * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
10057 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
10058 * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
10059 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
10061 * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
10062 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
10063 * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
10064 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
10065 * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
10067 2014-06-25 Joseph Myers <joseph@codesourcery.com>
10069 * timezone/checktab.awk: Update from tzcode 2014e.
10070 * timezone/private.h: Likewise.
10071 * timezone/tzfile.h: Likewise.
10072 * timezone/zdump.c: Likewise.
10073 * timezone/zic.c: Likewise.
10075 * sysdeps/unix/sysv/linux/kernel-features.h
10076 (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
10077 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
10078 [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
10079 (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
10080 Remove conditional code.
10082 2014-06-25 Will Newton <will.newton@linaro.org>
10084 * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
10085 (_dl_arm_cap_flags): Add HWCAP2 values.
10086 * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
10087 (_DL_HWCAP_COUNT): Increase to 37.
10088 (_DL_HWCAP_LAST): New define.
10089 (_DL_HWCAP2_LAST): New define.
10090 (_dl_procinfo): Add support for printing
10092 (_dl_string_hwcap): Use _dl_hwcap_string.
10094 2014-06-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10096 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10098 2014-06-25 Joseph Myers <joseph@codesourcery.com>
10100 * README: Do not mention ports directory.
10102 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
10104 * sysdeps/unix/sysv/linux/futimes.c: Do not include
10105 <kernel-features.h>.
10106 [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
10107 conditional variable definition.
10108 (__futimes): Update comment.
10109 (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
10110 (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
10113 * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
10114 arguments close to 0.
10115 * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
10117 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
10119 * math/auto-libm-test-in: Add more tests of exp10.
10120 * math/auto-libm-test-out: Regenerated.
10121 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
10123 * sysdeps/unix/sysv/linux/kernel-features.h
10124 (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
10125 * sysdeps/unix/sysv/linux/readv.c: Do not include
10126 <kernel-features.h>.
10127 [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
10128 [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
10129 (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
10131 (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
10133 * sysdeps/unix/sysv/linux/writev.c: Do not include
10134 <kernel-features.h>.
10135 [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
10136 [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
10137 (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
10139 (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
10142 2014-06-25 Will Newton <will.newton@linaro.org>
10144 * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
10145 comment changes throughout the file. Remove checks
10146 for HAVE_*_H definitions that are not required.
10147 (__gen_tempname): Call abort if an unknown kind value is
10150 2014-06-25 Andreas Schwab <schwab@suse.de>
10153 * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
10154 scalbln, scalblnf, scalblnl in libc.
10156 2014-06-25 Siddhesh Poyarekar <siddhesh@redhat.com>
10159 * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
10160 * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
10161 * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
10163 2014-06-24 Roland McGrath <roland@hack.frob.com>
10165 * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
10166 * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
10167 * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
10168 * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
10170 * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
10171 * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
10173 * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
10174 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
10175 * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
10176 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
10177 * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
10178 * sysdeps/x86/bits/pthreadtypes.h: ... here.
10179 * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
10180 * sysdeps/x86/bits/semaphore.h: ... here.
10181 * sysdeps/x86/nptl/elide.h: Moved ...
10182 * sysdeps/x86/elide.h: ... here.
10183 * sysdeps/x86_64/nptl/Implies: File removed.
10184 * sysdeps/i386/nptl/Implies: File removed.
10186 2014-06-24 Joseph Myers <joseph@codesourcery.com>
10189 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
10190 return the argument for normal arguments with exponent below -64.
10191 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
10193 * math/auto-libm-test-in: Add another test of expm1.
10194 * math/auto-libm-test-out: Regenerated.
10197 * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
10198 calling __erfcl for arguments at least 16.
10199 * math/auto-libm-test-in: Add more tests of erf.
10200 * math/auto-libm-test-out: Regenerated.
10202 * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
10203 individual architectures.
10204 * sysdeps/unix/sysv/linux/configure: Regenerated.
10205 * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
10206 * sysdeps/unix/sysv/linux/i386/configure: New generated file.
10207 * sysdeps/unix/sysv/linux/powerpc/configure.ac
10208 (ldd_rewrite_script): Define variable.
10209 * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
10210 * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
10212 * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
10214 * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
10215 * sysdeps/unix/sysv/linux/s390/configure: New generated file.
10216 * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
10217 * sysdeps/unix/sysv/linux/sh/configure: New generated file.
10218 * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
10219 * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
10220 * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
10221 * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
10223 2014-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
10226 * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
10227 Rename member __data.d to __data.__elision_data.
10229 2014-06-24 Wilco <wdijkstr@arm.com>
10231 * NEWS: Add 16918 to fixed bug list.
10233 2014-06-24 Wilco <wdijkstr@arm.com>
10235 * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
10237 2014-06-24 Wilco <wdijkstr@arm.com>
10239 * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
10240 * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
10241 (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
10242 (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
10243 (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
10244 * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
10245 * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
10248 2014-06-24 Wilco <wdijkstr@arm.com>
10250 * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
10252 2014-06-24 Wilco <wdijkstr@arm.com>
10254 * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
10255 * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
10256 * sysdeps/arm/fesetround.c (fesetround): Remove space.
10257 * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
10259 2014-06-24 Wilco <wdijkstr@arm.com>
10262 * sysdeps/arm/feupdateenv.c (feupdateenv):
10263 Rewrite to reduce FPSCR accesses and fix return value.
10265 2014-06-24 Wilco <wdijkstr@arm.com>
10267 * sysdeps/arm/fclrexcpt.c (feclearexcept):
10268 Optimize to avoid unnecessary FPSCR writes.
10269 * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
10270 * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
10271 * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
10272 * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
10274 2014-06-24 Wilco <wdijkstr@arm.com>
10276 * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
10277 * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
10278 * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
10279 * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
10280 Call libc_fetestexcept_vfp.
10281 * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
10282 * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
10283 __SOFTFP__ ifdef so that they can be built for softfp.
10285 2014-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
10287 * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
10288 argument type signed char.
10290 * Makerules (check-abi): Dump diff of symlist if the test
10293 2014-06-23 Roland McGrath <roland@hack.frob.com>
10295 * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
10298 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
10299 Remove unused variable ST.
10301 2014-06-23 Joseph Myers <joseph@codesourcery.com>
10305 * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
10306 small arguments before calling __expm1.
10307 * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
10308 small arguments before calling __expm1f.
10309 * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
10310 small arguments before calling __expm1l.
10311 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
10313 * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
10314 * math/auto-libm-test-in: Add more cosh tests. Do not allow
10315 spurious underflow for some cosh tests.
10316 * math/auto-libm-test-out: Regenerated.
10317 * sysdeps/i386/fpu/libm-test-ulps: Update.
10320 * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
10321 (__ieee754_y1): Set errno if return value overflows.
10322 * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
10323 (__ieee754_y1f): Set errno if return value overflows.
10324 * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
10325 (__ieee754_y1l): Set errno if return value overflows.
10326 * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
10327 (__ieee754_y1l): Set errno if return value overflows.
10328 * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
10329 * math/auto-libm-test-out: Regenerated.
10331 * math/gen-auto-libm-tests.c: Document use of
10332 ignore-zero-inf-sign.
10333 (input_flag_type): Add value flag_ignore_zero_inf_sign.
10334 (input_flags): Add ignore-zero-inf-sign.
10335 (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
10336 * math/gen-libm-test.pl (generate_testfile): Handle
10337 ignore-zero-inf-sign.
10338 * math/auto-libm-test-in: Mark some cpow tests with
10339 ignore-zero-inf-sign and some with xfail-rounding.
10340 * math/auto-libm-test-out: Regenerated.
10341 * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
10342 * sysdeps/i386/fpu/libm-test-ulps: Update.
10343 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10346 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
10347 overflowing or underflowing operations take place with sign of
10349 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
10350 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
10351 * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
10352 (__ieee754_pow): Recompute overflowing and underflowing results in
10353 original rounding mode.
10354 * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
10355 (__powl_helper): Allow negative argument X and scale negated value
10356 as needed. Avoid passing value outside [-1, 1] to f2xm1.
10357 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
10358 overflowing or underflowing operations take place with sign of
10360 * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
10362 * math/auto-libm-test-in: Add more tests of pow.
10363 * math/auto-libm-test-out: Regenerated.
10364 * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
10365 (pow_tonearest_test_data): Remove.
10366 (pow_test_tonearest): Likewise.
10367 (pow_towardzero_test_data): Likewise.
10368 (pow_test_towardzero): Likewise.
10369 (pow_downward_test_data): Likewise.
10370 (pow_test_downward): Likewise.
10371 (pow_upward_test_data): Likewise.
10372 (pow_test_upward): Likewise.
10373 (main): Don't call removed functions.
10374 * sysdeps/i386/fpu/libm-test-ulps: Update.
10375 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10377 2014-06-23 Roland McGrath <roland@hack.frob.com>
10379 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
10381 * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
10382 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
10384 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
10385 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
10387 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
10388 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
10390 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
10391 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
10393 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
10395 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
10397 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
10399 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
10401 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
10403 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
10405 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
10407 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
10409 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
10411 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
10413 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
10415 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
10417 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
10418 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
10420 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
10422 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
10424 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
10425 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
10427 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
10428 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
10430 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
10431 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
10433 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
10434 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
10436 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
10437 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
10439 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
10440 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
10442 * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
10443 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
10444 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
10446 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
10448 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
10449 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
10451 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
10453 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
10455 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
10457 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
10459 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
10461 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
10463 * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
10464 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
10466 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
10467 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
10468 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
10469 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
10471 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
10473 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
10475 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
10477 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
10479 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
10480 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
10482 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
10483 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
10485 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
10486 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
10488 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
10489 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
10491 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
10493 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
10495 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
10496 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
10498 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
10499 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
10501 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
10502 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
10504 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
10505 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
10506 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
10507 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
10509 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
10510 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
10512 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
10513 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
10515 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
10517 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
10519 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
10521 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
10523 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
10525 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
10527 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
10528 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
10530 * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
10531 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
10533 * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
10534 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
10536 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
10538 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
10540 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
10542 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
10544 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
10546 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
10548 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
10549 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
10551 * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
10553 2014-06-23 Will Newton <will.newton@linaro.org>
10554 Wilco <wdijkstr@arm.com>
10556 * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
10557 implementation. Include get-rounding-mode.h.
10558 [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
10559 [!libc_feholdsetround_noex_ctx]: Define
10560 libc_feholdsetround_noex_ctx.
10561 [!libc_feholdsetround_noexf_ctx]: Define
10562 libc_feholdsetround_noexf_ctx.
10563 [!libc_feholdsetround_noexl_ctx]: Define
10564 libc_feholdsetround_noexl_ctx.
10565 (libc_feholdsetround_ctx): New function.
10566 (libc_feresetround_ctx): New function.
10567 (libc_feholdsetround_noex_ctx): New function.
10568 (libc_feresetround_noex_ctx): New function.
10570 2014-06-23 Roland McGrath <roland@hack.frob.com>
10572 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
10573 * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
10574 * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
10575 * sysdeps/mips/nptl/bits/semaphore.h: ... here.
10576 * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
10577 * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
10579 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
10580 * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
10581 * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
10582 * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
10583 * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
10584 * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
10585 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
10586 * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
10587 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
10588 * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
10589 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
10591 * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
10593 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
10594 * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
10595 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
10596 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
10597 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
10599 * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
10600 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
10601 * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
10602 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
10603 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
10604 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
10605 * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
10606 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
10608 * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
10609 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
10611 * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
10612 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
10613 * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
10614 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
10616 * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
10617 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
10618 * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
10619 * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
10620 * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
10621 * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
10622 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
10623 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
10624 * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
10625 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
10627 * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
10629 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
10630 * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
10631 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
10632 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
10633 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
10634 * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
10635 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
10636 * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
10637 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
10638 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
10639 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
10640 * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
10641 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
10643 * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
10644 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
10645 * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
10646 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
10647 * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
10648 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
10650 * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
10651 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
10652 * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
10653 * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
10654 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
10656 * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
10657 * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
10658 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
10659 * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
10660 * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
10661 * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
10662 * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
10663 * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
10664 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
10665 * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
10666 * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
10667 * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
10668 * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
10669 * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
10670 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
10671 * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
10672 * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
10673 * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
10674 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
10675 * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
10676 * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
10677 * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
10678 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
10679 * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
10680 * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
10681 * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
10682 * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
10683 * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
10685 2014-06-23 Joseph Myers <joseph@codesourcery.com>
10687 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
10688 (FALLOC_FL_COLLAPSE_RANGE): New macro.
10689 [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
10690 * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
10691 (IPV6_PMTUDISC_INTERFACE): Likewise.
10692 (IPV6_PMTUDISC_OMIT): Likewise.
10694 2014-06-23 Andreas Schwab <schwab@suse.de>
10696 * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
10697 Remove unused errout label.
10699 2014-06-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10701 * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
10702 macro: hardware supports Vector Crypto instructions.
10704 2014-06-23 Will Newton <will.newton@linaro.org>
10706 * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
10707 rather than __builtin_expect.
10709 * elf/dl-lookup.c (undefined_msg): Remove variable.
10710 (_dl_lookup_symbol_x): Replace undefined_msg with string
10713 * elf/dl-lookup.c (do_lookup_unique): New function.
10714 (do_lookup_x): Move STB_GNU_UNIQUE handling code
10715 to a separate function.
10717 2014-06-23 Andreas Schwab <schwab@suse.de>
10720 * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
10721 before reading the next line.
10723 2014-06-23 Will Newton <will.newton@linaro.org>
10725 * test-skeleton.c (signal_handler): Use printf and %m
10726 rather than perror. Use printf rather than fprintf to
10727 stderr. Use puts rather than fputs to stderr.
10730 2014-06-22 Ludovic Courtès <ludo@gnu.org>
10732 * nscd/nscd.c (thread_info_t): Remove typedef.
10733 (thread_info): Remove variable.
10735 2014-06-21 Allan McRae <allan@archlinux.org>
10737 * NEWS: Mention CVE-2014-4043.
10739 2014-06-20 Roland McGrath <roland@hack.frob.com>
10741 * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
10742 * nptl/smp.h: ... here.
10744 * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
10746 * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
10747 * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
10748 * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
10749 * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
10751 * nptl/allocatestack.c: Include <stack-aliasing.h>.
10752 * nptl/stack-aliasing.h: New file.
10753 * sysdeps/i386/i686/stack-aliasing.h: New file.
10754 * sysdeps/i386/i686/nptl/Makefile: File removed.
10755 * sysdeps/x86_64/stack-aliasing.h: New file.
10756 * sysdeps/x86_64/nptl/Makefile
10757 (CFLAGS-pthread_create.c): Variable removed.
10759 * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
10760 * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
10762 * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
10763 * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
10766 2014-06-21 Joseph Myers <joseph@codesourcery.com>
10768 * sysdeps/unix/sysv/linux/arm/kernel-features.h
10769 (__ASSUME_SIGFRAME_V2): Remove macro.
10770 * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
10771 [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
10772 (__default_sa_restorer_v2): Rename to __default_sa_restorer.
10773 (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
10774 * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
10775 Declare as function. Remove conditional macro definitions.
10776 (__default_rt_sa_restorer): Likewise.
10777 (__default_sa_restorer_v1): Remove declaration.
10778 (__default_sa_restorer_v2): Likewise.
10779 (__default_rt_sa_restorer_v1): Likewise.
10780 (__default_rt_sa_restorer_v2): Likewise.
10781 * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
10782 __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
10783 __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
10785 2014-06-20 Roland McGrath <roland@hack.frob.com>
10787 * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
10788 (libpthread-routines): Add sysdep.
10789 * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
10790 * sysdeps/unix/sysv/linux/sparc/Versions
10791 (libpthread: GLIBC_2.3.3): New version set.
10792 * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
10793 * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
10794 * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
10795 * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
10796 * sysdeps/sparc/nptl/internaltypes.h: ... here. Use #include_next.
10797 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
10799 * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
10800 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
10801 * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
10802 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
10803 * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
10804 * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
10805 * sysdeps/sparc/nptl/sem_init.c: ... here.
10806 * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
10807 * sysdeps/sparc/nptl/sem_post.c: ... here.
10808 * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
10809 * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
10810 * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
10811 * sysdeps/sparc/nptl/sem_wait.c: ... here.
10812 * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
10813 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
10814 * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
10815 (libpthread-routines): Add cpu_relax.
10816 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
10818 * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
10819 (librt: GLIBC_2.3.3): New version set.
10820 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
10821 * sysdeps/sparc/sparc64/nptl/Makefile: New file.
10822 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
10823 (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
10824 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
10825 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
10826 * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
10827 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
10829 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
10830 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
10831 * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
10832 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
10833 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
10834 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
10835 * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
10836 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
10837 * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
10838 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
10840 * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
10842 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
10844 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
10846 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
10848 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
10850 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
10852 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
10854 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
10856 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
10858 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
10860 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
10862 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
10863 * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
10864 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
10865 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
10866 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
10867 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
10868 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
10869 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
10870 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
10871 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
10872 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10874 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
10875 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
10876 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
10877 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
10878 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
10880 2014-06-20 Joseph Myers <joseph@codesourcery.com>
10882 * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
10883 * nptl/pthread_rwlock_timedrdlock.c: Likewise.
10884 * nptl/pthread_rwlock_timedwrlock.c: Likewise.
10885 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
10886 * nscd/nscd.c: Likewise.
10887 * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
10888 * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
10889 * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
10890 * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
10892 * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
10893 <kernel-features.h>.
10894 (init_mq_netlink): Remove conditional have_sock_cloexec
10895 definitions. Remove code conditional on have_sock_cloexec < 0.
10896 (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
10897 (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
10898 * sysdeps/unix/sysv/linux/opensock.c: Do not include
10899 <kernel-features.h>.
10900 (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
10901 (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
10903 2014-06-20 H.J. Lu <hongjiu.lu@intel.com>
10905 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
10906 Add tests for memset_chk and memset.
10908 * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
10911 2014-06-20 Maciej W. Rozycki <macro@codesourcery.com>
10914 * elf/tst-dl-iter-static.c: New file.
10915 * elf/Makefile (tests-static): Add tst-dl-iter-static.
10917 * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
10920 2014-06-20 Joseph Myers <joseph@codesourcery.com>
10922 * sysdeps/unix/sysv/linux/kernel-features.h
10923 (__ASSUME_F_GETOWN_EX): Remove macro.
10924 * sysdeps/unix/sysv/linux/fcntl.c: Do not include
10925 <kernel-features.h>.
10926 (miss_F_GETOWN_EX): Remove variable or macro.
10927 (do_fcntl): Do not check miss_F_GETOWN_EX.
10928 (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
10930 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
10932 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
10933 [!__ASSUME_AT_RANDOM]: Remove conditional code.
10934 (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
10936 * sysdeps/unix/sysv/linux/kernel-features.h
10937 (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
10938 * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
10939 [ADJ_OFFSET_SS_READ]: Make code unconditional.
10940 (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
10942 2014-06-20 Maciej W. Rozycki <macro@codesourcery.com>
10945 * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
10946 Fix calculation of the symbol's value.
10947 * sysdeps/arm/tst-armtlsdescloc.c: New file.
10948 * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
10949 * sysdeps/arm/tst-armtlsdescextnow.c: New file.
10950 * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
10951 * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
10952 * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
10953 * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
10954 `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
10955 (modules-names): Add `tst-armtlsdescmod',
10956 `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
10957 (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
10958 (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
10959 (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
10960 (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
10961 (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
10962 (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
10963 ($(objpfx)tst-armtlsdescloc): New dependency.
10964 ($(objpfx)tst-armtlsdescextnow): Likewise.
10965 ($(objpfx)tst-armtlsdescextlazy): Likewise.
10966 * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
10967 TLS scheme support.
10968 * sysdeps/arm/configure: Regenerate.
10970 2014-06-20 Joseph Myers <joseph@codesourcery.com>
10972 * include/fcntl.h (__atfct_seterrno): Remove prototype.
10973 (__atfct_seterrno_2): Likewise.
10974 * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
10975 <kernel-features.h>.
10976 (__ASSUME_ATFCTS): Do not undefine and redefine.
10977 * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
10978 (__have_atfcts): Remove conditional definition.
10979 (__fxstatat([__NR_fstatat64]: Make code unconditional.
10980 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
10981 unreachable if [__ASSUME_ATFCTS].
10982 * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
10983 not undefine and redefine.
10984 * sysdeps/unix/sysv/linux/faccessat.c: Do not include
10985 <kernel-features.h>.
10986 (faccessat) [__NR_faccessat]: Make code unconditional.
10987 (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
10988 * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
10989 <kernel-features.h>.
10990 (fchmodat) [__NR_fchmodat]: Make code unconditional.
10991 (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
10992 * sysdeps/unix/sysv/linux/fchownat.c: Do not include
10993 <kernel-features.h>.
10994 (fchownat) [__NR_fchownat]: Make code unconditional.
10995 (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
10996 * sysdeps/unix/sysv/linux/futimesat.c: Do not include
10997 <kernel-features.h>.
10998 (futimesat) [__NR_futimesat]: Make code unconditional.
10999 (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
11000 * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
11001 <kernel-features.h>.
11002 (__fxstatat) [__NR_newfstatat]: Make code unconditional.
11003 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
11004 * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
11005 <kernel-features.h>.
11006 (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
11007 (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
11008 * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
11009 * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
11010 <kernel-features.h>.
11011 (__fxstatat) [__NR_fstatat64]: Make code unconditional.
11012 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
11013 * sysdeps/unix/sysv/linux/linkat.c: Do not include
11014 <kernel-features.h>.
11015 (linkat) [__NR_linkat]: Make code unconditional.
11016 (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
11017 * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
11018 * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
11019 <kernel-features.h>.
11020 (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
11021 (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
11022 * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
11023 <kernel-features.h>.
11024 (mkdirat) [__NR_mkdirat]: Make code unconditional.
11025 (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
11026 * sysdeps/unix/sysv/linux/openat.c: Do not include
11027 <kernel-features.h>.
11028 [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
11029 [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
11030 (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
11031 (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
11032 * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
11033 * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
11034 <kernel-features.h>.
11035 (readlinkat) [__NR_readlinkat]: Make code unconditional.
11036 (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code. Return
11037 result of INLINE_SYSCALL directly, not via int variable.
11038 * sysdeps/unix/sysv/linux/renameat.c: Do not include
11039 <kernel-features.h>.
11040 [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
11041 (renameat) [__NR_renameat]: Make code unconditional.
11042 (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
11043 * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
11044 * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
11045 * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
11046 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
11047 (__ASSUME_ATFCTS): Do not undefine and redefine.
11048 * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
11049 <kernel-features.h>.
11050 (symlinkat) [__NR_symlinkat]: Make code unconditional.
11051 (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
11052 * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
11053 <kernel-features.h>.
11054 (unlinkat) [__NR_unlinkat]: Make code unconditional.
11055 (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
11056 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
11057 (__ASSUME_ATFCTS): Do not undefine and redefine.
11058 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
11059 <kernel-features.h>.
11060 (__fxstatat) [__NR_newfstatat]: Make code unconditional.
11061 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
11062 * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
11063 <kernel-features.h>.
11064 (__xmknodat) [__NR_mknodat]: Make code unconditional.
11065 (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
11067 2014-06-20 H.J. Lu <hongjiu.lu@intel.com>
11069 * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
11071 2014-06-20 Andreas Schwab <schwab@linux-m68k.org>
11074 * posix/regcomp.c (parse_reg_exp): Deallocate partially
11075 constructed tree before returning error.
11076 * posix/bug-regexp36.c: Expand test case.
11078 2014-06-20 Stefan Liebler <stli@linux.vnet.ibm.com>
11081 * math/libm-test.inc (scalbln_test_date):
11082 Add errno expectations.
11083 * math/w_scalblnf.c: New File.
11084 Add wrapper which checks for setting errno to ERANGE.
11085 Add weak_alias for corresponding scalbln function.
11086 * math/w_scalbln.c: Likewise.
11087 * math/w_scalblnl.c: Likewise.
11088 * math/Makefile (libm-calls): Add w_scalbln.
11089 * sysdeps/ieee754/flt-32/s_scalblnf.c:
11090 Remove weak_alias for corresponding scalbln function.
11091 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
11092 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
11093 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
11094 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
11095 * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
11096 * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
11097 * sysdeps/i386/fpu/s_scalbn.S: Likewise.
11098 * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
11099 * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
11100 * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
11101 Remove long_double_symbol for scalblnl function in libm, libc.
11102 * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
11103 Add wrapper which checks for setting errno to ERANGE.
11104 Add long_double_symbol for scalblnl function in libm, libc.
11105 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
11106 Remove long_double_symbol for scalblnl in libm.
11107 * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
11108 Add wrapper which checks for setting errno to ERANGE.
11109 Add long_double_symbol for scalblnl function in libm.
11110 * sysdeps/ia64/fpu/w_scalblnf.c: New File.
11111 Do not use wrapper because of own implementation.
11113 2014-06-19 H.J. Lu <hongjiu.lu@intel.com>
11115 * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
11116 3 bytes for __pad1 for x32.
11117 (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
11119 2014-06-19 Ling Ma <ling.ml@alibaba-inc.com>
11120 H.J. Lu <hongjiu.lu@intel.com>
11122 * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
11123 * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
11124 * sysdeps/x86_64/multiarch/memset.S: Likewise.
11125 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
11126 * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
11128 2014-06-19 Andreas Schwab <schwab@linux-m68k.org>
11131 * posix/regcomp.c (parse_expression): Deallocate partially
11132 constructed tree before returning error.
11133 * posix/Makefile.c (tests): Add bug-regex36.
11134 (generated): Add bug-regex36.mtrace.
11135 (tests-special): Add $(objpfx)bug-regex36-mem.out
11136 (bug-regex36-ENV): New variable.
11137 ($(objpfx)bug-regex36-mem.out): New rule.
11138 * posix/bug-regex36.c: New file.
11140 2014-06-19 Will Newton <will.newton@linaro.org>
11142 * malloc/malloc.c (systrim): If extra is zero then return
11145 2014-06-19 Siddhesh Poyarekar <siddhesh@redhat.com>
11147 * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
11149 2014-06-19 Richard Earnshaw <rearnsha@arm.com>
11151 * sysdeps/aarch64/strchr.S: New file.
11153 2014-06-18 Joseph Myers <joseph@codesourcery.com>
11156 * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
11157 from arguments -2 or below.
11158 * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
11159 * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
11161 2014-06-18 Andreas Schwab <schwab@suse.de>
11164 * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
11165 of a bracket expr not to run off the end of the string.
11166 * posix/Makefile (tests): Add tst-fnmatch3.
11167 * posix/tst-fnmatch3.c: New file.
11169 2014-06-18 Joseph Myers <joseph@codesourcery.com>
11171 * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
11172 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
11173 [$(cross-compiling) = no]: Likewise.
11174 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
11175 [$(cross-compiling) = no]: Likewise.
11177 2014-16-17 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
11180 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
11181 double, adjusted for any remainder from the high double.
11182 * math/libm-test.inc (nearbyint): Add tests.
11185 2014-06-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11187 * nptl/sysdeps/powerpc/Makefile: Moved ...
11188 * sysdeps/powerpc/nptl/Makefile: ... here.
11189 * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
11190 * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
11191 * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
11192 * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
11193 * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
11194 * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
11195 * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
11196 * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
11197 * nptl/sysdeps/powerpc/tls.h: Moved ...
11198 * sysdeps/powerpc/nptl/tls.h: ... here.
11200 2014-06-16 Joseph Myers <joseph@codesourcery.com>
11203 * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
11204 * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
11205 * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
11206 * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
11207 * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
11208 * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
11209 * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
11210 * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
11211 * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
11213 2014-06-17 Andreas Schwab <schwab@linux-m68k.org>
11215 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
11217 2014-06-16 Andreas Schwab <schwab@linux-m68k.org>
11219 * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
11222 * scripts/cross-test-ssh.sh (timeoutfactor): Default to
11225 2014-06-16 Florian Weimer <fweimer@redhat.com>
11228 * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
11229 non-executed part of the test.
11231 2014-06-16 Andreas Schwab <schwab@suse.de>
11233 * string/bits/string2.h (strdup, strndup): Update feature guard.
11235 2014-06-14 David S. Miller <davem@davemloft.net>
11237 * sysdeps/sparc/fpu/libm-test-ulps: Update.
11239 2014-06-14 Andreas Schwab <schwab@linux-m68k.org>
11241 * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
11242 that was previously under [RESET_PID].
11243 * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
11245 * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
11246 * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
11247 * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
11248 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
11249 (__libc_vfork): New strong alias.
11250 * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
11252 2014-06-14 Andi Kleen <ak@linux.intel.com>
11254 * sysdeps/generic/elide.h: New file.
11256 2014-06-13 Stefan Liebler <stli@linux.vnet.ibm.com>
11258 * Makefile (installed-headers): Adjust path of pthread.h header.
11260 2014-06-13 Roland McGrath <roland@hack.frob.com>
11262 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
11263 * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
11264 * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
11265 * sysdeps/s390/nptl/bits/semaphore.h: ... here.
11267 * nptl/sysdeps/s390/Makefile: Moved ...
11268 * sysdeps/s390/nptl/Makefile: ... here.
11269 * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
11270 * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
11271 * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
11272 * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
11273 * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
11274 * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
11275 * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
11276 * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
11277 * nptl/sysdeps/s390/pthreaddef.h: Moved ...
11278 * sysdeps/s390/nptl/pthreaddef.h: ... here.
11279 * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
11280 * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
11281 * nptl/sysdeps/s390/tls.h: Moved ...
11282 * sysdeps/s390/nptl/tls.h: ... here.
11284 * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
11285 * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
11287 2014-06-13 David S. Miller <davem@davemloft.net>
11289 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
11290 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
11291 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
11292 * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
11293 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
11294 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
11295 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
11296 * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
11297 * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
11298 * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
11299 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
11300 Remove RESET_PID cpp guards.
11301 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
11302 Remove RESET_PID cpp guards.
11303 * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
11305 2014-06-13 Andreas Schwab <schwab@linux-m68k.org>
11307 * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
11310 2014-06-13 Andi Kleen <ak@linux.intel.com>
11312 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
11313 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
11314 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
11315 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
11316 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
11317 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
11318 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
11319 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
11320 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
11321 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
11322 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
11323 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
11324 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
11325 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
11326 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
11327 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
11328 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
11329 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
11330 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
11331 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
11333 * nptl/pthread_rwlock_rdlock.c: Include elide.h.
11334 (pthread_rwlock_rdlock): Add elision.
11335 * nptl/pthread_rwlock_wrlock.c: Include elide.h.
11336 (pthread_rwlock_wrlock): Add elision.
11337 * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
11338 (pthread_rwlock_trywrlock): Add elision.
11339 * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
11340 (pthread_rwlock_tryrdlock): Add elision.
11341 * nptl/pthread_rwlock_unlock.c: Include elide.h.
11342 (pthread_rwlock_tryrdlock): Add elision unlock.
11343 * nptl/sysdeps/pthread/pthread.h:
11344 (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
11345 (PTHREAD_RWLOCK_INITIALIZER,
11346 PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
11347 Handle new elision field.
11348 * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
11349 * sysdeps/arm/nptl/bits/pthreadtypes.h
11350 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11351 * sysdeps/sh/nptl/bits/pthreadtypes.h
11352 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11353 * sysdeps/tile/nptl/bits/pthreadtypes.h
11354 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11355 * sysdeps/a/nptl/bits/pthreadtypes.h
11356 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11357 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11358 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11359 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11360 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11361 * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
11362 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11363 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11364 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11365 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11366 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11367 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11368 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11369 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11370 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11371 * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
11372 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11373 * sysdeps/unix/sysv/linux/x86/elision-conf.c:
11374 (elision_init): Set try_xbegin to zero when no RTM.
11375 * sysdeps/x86/nptl/bits/pthreadtypes.h
11376 (pthread_rwlock_t): Change __pad1 to __rwelision.
11377 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
11379 2014-06-13 Andi Kleen <ak@linux.intel.com>
11381 * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
11382 Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
11383 * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
11384 Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
11386 2014-06-13 Meador Inge <meadori@codesourcery.com>
11389 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
11390 that the cached result has been set before returning it.
11392 2014-06-12 Roland McGrath <roland@hack.frob.com>
11394 * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
11395 * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
11396 * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
11397 * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
11398 * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
11399 * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
11401 * nptl/sysdeps/sparc/Makefile: Moved ...
11402 * sysdeps/sparc/nptl/Makefile: ... here.
11403 * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
11404 * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
11405 * nptl/sysdeps/sparc/tls.h: Moved ...
11406 * sysdeps/sparc/nptl/tls.h: ... here.
11407 * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
11408 * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
11409 * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
11410 * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
11411 * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
11412 * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
11413 * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
11414 * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
11415 * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
11416 * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
11417 * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
11418 * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
11419 * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
11420 * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
11421 * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
11422 * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
11423 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
11424 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
11426 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
11427 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
11429 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
11430 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
11432 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
11433 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
11436 * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
11438 * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
11439 * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
11441 * sysdeps/pthread/posix-timer.h: Include <list.h>.
11442 (struct list_links): Type removed.
11443 (struct thread_node, struct timer_node): Replace struct list_links
11444 with struct list_head.
11445 (list_unlink_ip): Likewise.
11446 * sysdeps/pthread/timer_routines.c
11447 (timer_free_list, thread_free_list, thread_active_list): Likewise.
11448 (list_append, list_insbefore): Likewise.
11449 (list_init): Function removed.
11450 (thread_init, init_module): Use INIT_LIST_HEAD instead.
11451 * sysdeps/nptl/Makefile: Move tst-timer bits to ...
11452 * sysdeps/pthread/Makefile: ... here, new file.
11454 * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
11455 * sysdeps/nptl/Implies: ... here.
11456 * sysdeps/unix/sysv/linux/Implies: Add nptl.
11457 * nptl/sysdeps/pthread/list.h: Moved ...
11458 * include/list.h: ... here.
11459 * nptl/sysdeps/pthread/createthread.c: Moved ...
11460 * nptl/createthread.c: ... here.
11461 * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
11462 * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
11463 * nptl/pt-longjmp.c: ... here.
11464 * nptl/sysdeps/pthread/Makefile: Moved ...
11465 * sysdeps/nptl/Makefile: ... here.
11466 * nptl/sysdeps/pthread/Subdirs: Moved ...
11467 * sysdeps/nptl/Subdirs: ... here.
11468 * nptl/sysdeps/pthread/aio_misc.h: Moved ...
11469 * sysdeps/nptl/aio_misc.h: ... here.
11470 * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
11471 * sysdeps/nptl/bits/libc-lock.h: ... here.
11472 * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
11473 * sysdeps/nptl/bits/libc-lockP.h: ... here.
11474 * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
11475 * sysdeps/nptl/bits/stdio-lock.h: ... here.
11476 * nptl/sysdeps/pthread/configure: Moved ...
11477 * sysdeps/nptl/configure: ... here.
11478 * nptl/sysdeps/pthread/configure.ac: Moved ...
11479 * sysdeps/nptl/configure.ac: ... here.
11480 * nptl/sysdeps/pthread/gai_misc.h: Moved ...
11481 * sysdeps/nptl/gai_misc.h: ... here.
11482 * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
11483 * sysdeps/nptl/librt-cancellation.c: ... here.
11484 * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
11485 * sysdeps/nptl/malloc-machine.h: ... here.
11486 * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
11487 * sysdeps/nptl/pthread-functions.h: ... here.
11488 * nptl/sysdeps/pthread/pthread.h: Moved ...
11489 * sysdeps/nptl/pthread.h: ... here.
11490 * nptl/sysdeps/pthread/setxid.h: Moved ...
11491 * sysdeps/nptl/setxid.h: ... here.
11492 * nptl/sysdeps/pthread/sigfillset.c: Moved ...
11493 * sysdeps/nptl/sigfillset.c: ... here.
11494 * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
11495 * sysdeps/nptl/tcb-offsets.h: ... here.
11496 * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
11497 * sysdeps/nptl/tst-mqueue8x.c: ... here.
11498 * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
11499 * sysdeps/nptl/unwind-forcedunwind.c: ... here.
11500 * nptl/sysdeps/pthread/allocalim.h: Moved ...
11501 * sysdeps/pthread/allocalim.h: ... here.
11502 * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
11503 * sysdeps/pthread/bits/sigthread.h: ... here.
11504 * nptl/sysdeps/pthread/flockfile.c: Moved ...
11505 * sysdeps/pthread/flockfile.c: ... here.
11506 * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
11507 * sysdeps/pthread/ftrylockfile.c: ... here.
11508 * nptl/sysdeps/pthread/funlockfile.c: Moved ...
11509 * sysdeps/pthread/funlockfile.c: ... here.
11510 * nptl/sysdeps/pthread/posix-timer.h: Moved ...
11511 * sysdeps/pthread/posix-timer.h: ... here.
11512 * nptl/sysdeps/pthread/timer_create.c: Moved ...
11513 * sysdeps/pthread/timer_create.c: ... here.
11514 * nptl/sysdeps/pthread/timer_delete.c: Moved ...
11515 * sysdeps/pthread/timer_delete.c: ... here.
11516 * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
11517 * sysdeps/pthread/timer_getoverr.c: ... here.
11518 * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
11519 * sysdeps/pthread/timer_gettime.c: ... here.
11520 * nptl/sysdeps/pthread/timer_routines.c: Moved ...
11521 * sysdeps/pthread/timer_routines.c: ... here.
11522 * nptl/sysdeps/pthread/timer_settime.c: Moved ...
11523 * sysdeps/pthread/timer_settime.c: ... here.
11524 * nptl/sysdeps/pthread/tst-timer.c: Moved ...
11525 * sysdeps/pthread/tst-timer.c: ... here.
11526 * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
11527 * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
11529 * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
11530 * nptl/sysdeps/pthread/sigprocmask.c: File removed.
11532 * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
11533 * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
11534 * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
11535 * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
11536 Update #include target.
11537 * nptl/sysdeps/i386/i686/Makefile: Moved ...
11538 * sysdeps/i386/i686/nptl/Makefile: ... here.
11539 * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
11540 * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
11541 Update #include target.
11542 * nptl/sysdeps/i386/i686/tls.h: Moved ...
11543 * sysdeps/i386/i686/nptl/tls.h: ... here. Use #include_next.
11544 * nptl/sysdeps/i386/Makefile: Moved ...
11545 * sysdeps/i386/nptl/Makefile: ... here.
11546 * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
11547 * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
11548 * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
11549 * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
11550 * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
11551 * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
11552 * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
11553 * nptl/sysdeps/i386/pthreaddef.h: Moved ...
11554 * sysdeps/i386/nptl/pthreaddef.h: ... here.
11555 * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
11556 * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
11557 * nptl/sysdeps/i386/tls.h: Moved ...
11558 * sysdeps/i386/nptl/tls.h: ... here.
11560 * sysdeps/sh/Makefile [$(subdir) = csu]
11561 (gen-as-const-headers): Add tcb-offsets.sym.
11562 * nptl/sysdeps/sh/Makefile: File removed.
11563 * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
11564 * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
11565 * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
11566 * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
11567 * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
11568 * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
11569 * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
11570 * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
11571 * nptl/sysdeps/sh/pthreaddef.h: Moved ...
11572 * sysdeps/sh/nptl/pthreaddef.h: ... here.
11573 * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
11574 * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
11575 * nptl/sysdeps/sh/tls.h: Moved ...
11576 * sysdeps/sh/nptl/tls.h: ... here.
11577 * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
11578 * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
11579 * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
11580 * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
11581 * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
11582 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
11583 * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
11584 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
11585 * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
11586 * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
11587 * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
11588 * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
11589 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
11590 * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
11591 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
11592 * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
11593 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
11594 * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
11595 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
11596 * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
11597 * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
11598 * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
11599 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
11600 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
11601 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
11603 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
11604 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
11606 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
11607 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
11608 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
11609 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
11610 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
11611 * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
11612 * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
11613 * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
11614 * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
11615 * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
11616 * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
11617 * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
11618 * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
11619 * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
11620 * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
11621 * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
11622 * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
11623 * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
11624 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
11626 2014-06-12 Stefan Liebler <stli@linux.vnet.ibm.com>
11628 * posix/spawn_faction_addopen.c: Include string.h.
11630 2014-06-11 Roland McGrath <roland@hack.frob.com>
11632 * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
11633 * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
11634 * nptl/sysdeps/x86_64/Makefile: Moved ...
11635 * sysdeps/x86_64/nptl/Makefile: ... here.
11636 * nptl/sysdeps/x86_64/configure: Moved ...
11637 * sysdeps/x86_64/nptl/configure: ... here.
11638 * nptl/sysdeps/x86_64/configure.ac: Moved ...
11639 * sysdeps/x86_64/nptl/configure.ac: ... here.
11640 * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
11641 * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
11642 * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
11643 * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
11644 * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
11645 * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
11646 * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
11647 * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
11648 * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
11649 * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
11650 * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
11651 * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
11652 * nptl/sysdeps/x86_64/tls.h: Moved ...
11653 * sysdeps/x86_64/nptl/tls.h: ... here.
11654 * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
11655 * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
11656 * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
11657 * sysdeps/x86_64/x32/nptl/tls.h: ... here.
11659 * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
11661 2014-06-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11663 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11665 2014-06-11 Joseph Myers <joseph@codesourcery.com>
11667 * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
11669 [POSIX] (off_t): Likewise.
11670 * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
11671 [POSIX] (S_ISBLK): Require macro.
11672 [POSIX] (S_ISCHR): Likewise.
11673 [POSIX] (S_ISDIR): Likewise.
11674 [POSIX] (S_ISFIFO): Likewise.
11675 [POSIX] (S_ISREG): Likewise.
11676 [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
11678 * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
11680 [POSIX] (time_t): Likewise.
11681 [POSIX] (timer_t): Likewise.
11683 2014-06-11 Florian Weimer <fweimer@redhat.com>
11686 * posix/spawn_int.h (struct __spawn_action): Make the path string
11687 non-const to support deallocation.
11688 * posix/spawn_faction_addopen.c
11689 (posix_spawn_file_actions_addopen): Make a copy of the pathname.
11690 * posix/spawn_faction_destroy.c
11691 (posix_spawn_file_actions_destroy): Adjust comment. Deallocate
11692 path in all spawn_do_open actions.
11693 * posix/tst-spawn.c (do_test): Exercise the copy operation in
11694 posix_spawn_file_actions_addopen.
11696 2014-06-11 Chris Metcalf <cmetcalf@tilera.com>
11698 * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
11699 * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
11700 * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
11701 conditional code always true.
11702 (__libc_vfork): New alias.
11704 2014-06-11 Roland McGrath <roland@hack.frob.com>
11706 * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11707 * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
11709 * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
11711 * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11712 * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
11714 * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
11715 * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
11717 * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11718 * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
11720 2014-06-11 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
11722 * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
11723 * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
11724 multiarch strcmp for PPC64.
11725 * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
11726 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
11727 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
11728 multiarch optimizations.
11729 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11730 (__libc_ifunc_impl_list): Likewise.
11732 2014-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
11734 * benchtests/scripts/validate_benchout.py: New script.
11735 * benchtests/Makefile (bench-func): Call it.
11736 * benchtests/scripts/benchout.schema.json: New file.
11738 2014-06-10 Chris Metcalf <cmetcalf@tilera.com>
11740 * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
11741 * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
11742 * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
11743 * sysdeps/tile/nptl/bits/semaphore.h: ... here.
11744 * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
11745 * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
11746 * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
11747 * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
11748 * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
11749 * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
11750 * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
11751 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
11752 * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
11753 * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
11754 * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
11755 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
11756 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
11758 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
11760 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
11762 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
11763 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
11765 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
11767 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
11769 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
11771 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
11773 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
11774 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
11776 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
11778 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
11780 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
11782 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
11784 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
11785 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
11787 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
11789 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
11791 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
11793 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
11795 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
11797 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
11799 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
11800 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
11802 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
11804 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
11806 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
11808 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
11810 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
11812 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
11814 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
11815 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
11817 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
11819 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
11821 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
11823 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
11825 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
11826 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
11828 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
11830 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
11832 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
11833 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
11835 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
11836 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
11838 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
11840 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
11842 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
11844 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
11846 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
11848 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
11850 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
11851 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
11853 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
11855 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
11857 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
11859 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
11860 * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
11861 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
11862 * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
11863 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
11865 * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
11867 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
11868 * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
11869 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
11870 * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
11871 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
11872 * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
11873 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
11874 * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
11875 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
11876 * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
11877 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
11878 * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
11879 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
11881 * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
11882 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
11884 * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
11885 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
11886 * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
11887 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
11889 * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
11890 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
11891 * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
11892 * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
11893 * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
11894 * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
11895 * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
11897 2014-06-10 Wilco <wdijkstr@arm.com>
11899 * math/test-fenv-return.c: New file.
11900 * math/Makefile: Add new test test-fenv-return.
11902 2014-06-10 Joseph Myers <joseph@codesourcery.com>
11905 * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
11906 when x - 1 is zero.
11907 * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
11908 * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
11909 * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
11910 0.0L for an argument of 1.0L.
11911 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
11913 * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
11914 value when x - 1 is zero.
11915 * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
11916 * sysdeps/i386/fpu/libm-test-ulps: Update.
11917 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11919 2014-06-09 Bernard Ogden <bernie.ogden@linaro.org>
11922 * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
11924 2014-06-09 Roland McGrath <roland@hack.frob.com>
11926 * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
11927 * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
11929 2014-06-09 Roland McGrath <roland@hack.frob.com>
11931 * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11932 * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
11934 * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11935 * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
11937 * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11938 * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
11940 * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
11941 * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
11943 * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
11944 if not already defined.
11945 (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
11946 * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
11947 * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
11948 (TLS_INIT_TP): Use it.
11949 (TLS_DEFINE_INIT_TP): New macro.
11950 * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
11952 2014-06-09 Joseph Myers <joseph@codesourcery.com>
11954 * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
11956 [POSIX] (IXANY): Likewise.
11957 [POSIX] (OLCUC): Likewise.
11958 [POSIX || POSIX2008] (CBAUD): Do not allow.
11959 [POSIX || POSIX2008] (DEFECHO): Likewise.
11960 [POSIX || POSIX2008] (ECHOCTL): Likewise.
11961 [POSIX || POSIX2008] (ECHOKE): Likewise.
11962 [POSIX || POSIX2008] (ECHOPRT): Likewise.
11963 [POSIX || POSIX2008] (EXTA): Likewise.
11964 [POSIX || POSIX2008] (EXTB): Likewise.
11965 [POSIX || POSIX2008] (FLUSHO): Likewise.
11966 [POSIX || POSIX2008] (LOBLK): Likewise.
11967 [POSIX || POSIX2008] (PENDIN): Likewise.
11968 [POSIX || POSIX2008] (SWTCH): Likewise.
11969 [POSIX || POSIX2008] (VDISCARD): Likewise.
11970 [POSIX || POSIX2008] (VDSUSP): Likewise.
11971 [POSIX || POSIX2008] (VLNEXT): Likewise.
11972 [POSIX || POSIX2008] (VREPRINT): Likewise.
11973 [POSIX || POSIX2008] (VSTATUS): Likewise.
11974 [POSIX || POSIX2008] (VWERASE): Likewise.
11975 (B*): Change to B[0123456789]*.
11976 * conform/data/time.h-data [POSIX || UNIX98]
11977 (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
11978 [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
11979 [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
11980 [POSIX] (tm_*): Do not allow.
11982 2014-06-07 Joseph Myers <joseph@codesourcery.com>
11984 * Makefile (install): Don't set LANGUAGE.
11985 * Makefile.in (install): Likewise.
11986 * assert/Makefile (test-assert-ENV): Remove variable.
11987 (test-assert-perr-ENV): Likewise.
11988 * elf/Makefile (neededtest4-ENV): Likewise.
11989 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
11990 [$(cross-compiling) = no]: Don't set LANGUAGE.
11991 * io/ftwtest-sh (LANG): Remove variable.
11992 * libio/Makefile (tst-widetext-ENV): Likewise.
11993 * manual/install.texi (Running make install): Don't refer to
11994 environment settings for make install.
11995 * INSTALL: Regenerated.
11996 * nptl/tst-tls6.sh: Don't set LANG.
11997 * posix/globtest.sh (LANG): Remove variable.
11998 * string/Makefile (tester-ENV): Likewise.
11999 (inl-tester-ENV): Likewise.
12000 (noinl-tester-ENV): Likewise.
12001 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
12002 [$(cross-compiling) = no]: Don't set LANGUAGE.
12003 * timezone/Makefile (build-testdata): Use $(built-program-cmd)
12004 without explicit environment settings.
12006 2014-06-06 Roland McGrath <roland@hack.frob.com>
12008 * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
12009 * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
12010 * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
12011 * sysdeps/sh/nptl/bits/semaphore.h: ... here.
12013 2014-06-06 Chris Metcalf <cmetcalf@tilera.com>
12015 * crypt/crypt-private.h [DOS]: Add some includes taken from the
12016 other files in the crypt directory.
12017 * crypt/crypt.c: Remove duplicate includes.
12018 * crypt/crypt-entry.c: Likewise.
12019 * crypt/crypt_util.c: Likewise.
12021 2014-06-06 Joseph Myers <joseph@codesourcery.com>
12023 * Makeconfig (run-program-env): New variable.
12024 (run-program-prefix-before-env): Likewise.
12025 (run-program-prefix-after-env): Likewise.
12026 (run-program-prefix): Define in terms of new variables.
12027 (built-program-cmd-before-env): New variable.
12028 (built-program-cmd-after-env): Likewise.
12029 (built-program-cmd): Define in terms of new variables.
12030 (test-program-prefix-before-env): New variable.
12031 (test-program-prefix-after-env): Likewise.
12032 (test-program-prefix): Define in terms of new variables.
12033 (test-program-cmd-before-env): New variable.
12034 (test-program-cmd-after-env): Likewise.
12035 (test-program-cmd): Define in terms of new variables.
12036 * Rules (make-test-out): Use $(run-program-env).
12037 * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
12038 (help): Do not mention environment variables. Mention
12039 --timeoutfactor option.
12040 (timeoutfactor): New variable.
12041 (blacklist_exports): Remove function.
12042 (exports): Remove variable.
12043 (command): Do not include ${exports}.
12044 * manual/install.texi (Configuring and compiling): Do not mention
12045 test wrappers preserving environment variables. Mention that last
12046 assignment to a variable must take precedence.
12047 * INSTALL: Regenerated.
12048 * benchtests/Makefile (run-bench): Use $(run-program-env).
12049 * catgets/Makefile ($(objpfx)test1.cat): Use
12050 $(built-program-cmd-before-env), $(run-program-env) and
12051 $(built-program-cmd-after-env).
12052 ($(objpfx)test2.cat): Do not specify environment variables
12054 ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
12055 $(run-program-env) and $(built-program-cmd-after-env).
12056 ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
12057 $(run-program-env) and $(test-program-cmd-after-env).
12058 ($(objpfx)sample.SJIS.cat): Do not specify environment variables
12060 * catgets/test-gencat.sh: Use test_program_cmd_before_env,
12061 run_program_env and test_program_cmd_after_env arguments.
12062 * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
12063 * elf/tst-pathopt.sh: Use run_program_env argument.
12064 * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
12065 $(test-wrapper-env) and $(run-program-env).
12066 * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
12067 run_program_env arguments.
12068 * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
12069 * intl/Makefile ($(objpfx)tst-gettext.out): Use
12070 $(test-program-prefix-before-env), $(run-program-env) and
12071 $(test-program-prefix-after-env).
12072 ($(objpfx)tst-gettext2.out): Likewise.
12073 * intl/tst-gettext.sh: Use test_program_prefix_before_env,
12074 run_program_env and test_program_prefix_after_env arguments.
12075 * intl/tst-gettext2.sh: Likewise.
12076 * intl/tst-gettext4.sh: Do not set environment variables
12078 * intl/tst-gettext6.sh: Likewise.
12079 * intl/tst-translit.sh: Likewise.
12080 * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
12081 $(test-program-prefix-before-env), $(run-program-env) and
12082 $(test-program-prefix-after-env).
12083 * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
12084 run_program_env and test_program_prefix_after_env arguments.
12085 * math/Makefile (run-regen-ulps): Use $(run-program-env).
12086 * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
12087 * nptl/tst-tls6.sh: Use run_program_env argument. Set LANG=C
12088 explicitly with each use of ${test_wrapper_env}.
12089 * posix/Makefile ($(objpfx)wordexp-tst.out): Use
12090 $(test-program-prefix-before-env), $(run-program-env) and
12091 $(test-program-prefix-after-env).
12092 * posix/tst-getconf.sh: Do not set environment variables
12094 * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
12095 run_program_env and test_program_prefix_after_env arguments.
12096 * stdio-common/tst-printf.sh: Do not set environment variables
12098 * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
12099 $(test-program-prefix-before-env), $(run-program-env) and
12100 $(test-program-prefix-after-env).
12101 * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
12102 run_program_env and test_program_prefix_after_env arguments.
12103 Split $test calls into $test_pre and $test.
12104 * timezone/Makefile (build-testdata): Use
12105 $(built-program-cmd-before-env), $(run-program-env) and
12106 $(built-program-cmd-after-env).
12108 2014-06-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12110 * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
12111 strlen for non SHARED builds.
12113 2014-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
12115 * nptl/allocatestack.c (check_list): Inlined function...
12116 (__reclaim_stacks): ... here.
12118 2014-06-05 Ondřej Bílka <neleai@seznam.cz>
12121 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
12124 2014-06-05 Joseph Myers <joseph@codesourcery.com>
12126 * Rules (make-test-out): Include
12127 LOCPATH=$(common-objpfx)localedata in default environment.
12128 * debug/Makefile (tst-chk1-ENV): Remove variable.
12129 (tst-chk2-ENV): Likewise.
12130 (tst-chk3-ENV): Likewise.
12131 (tst-chk4-ENV): Likewise.
12132 (tst-chk5-ENV): Likewise.
12133 (tst-chk6-ENV): Likewise.
12134 (tst-lfschk1-ENV): Likewise.
12135 (tst-lfschk2-ENV): Likewise.
12136 (tst-lfschk3-ENV): Likewise.
12137 (tst-lfschk4-ENV): Likewise.
12138 (tst-lfschk5-ENV): Likewise.
12139 (tst-lfschk6-ENV): Likewise.
12140 * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
12141 (tst-iconv7-ENV): Likewise.
12142 * intl/Makefile (LOCPATH-ENV): Likewise.
12143 (tst-codeset-ENV): Likewise.
12144 (tst-gettext3-ENV): Likewise.
12145 (tst-gettext5-ENV): Likewise.
12146 * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
12147 (tst-fopenloc-ENV): Likewise.
12148 (tst-fgetws-ENV): Remove variable.
12149 (tst-ungetwc1-ENV): Likewise.
12150 (tst-ungetwc2-ENV): Likewise.
12151 (bug-ungetwc2-ENV): Likewise.
12152 (tst-swscanf-ENV): Likewise.
12153 (bug-ftell-ENV): Likewise.
12154 (tst-fgetwc-ENV): Likewise.
12155 (tst-fseek-ENV): Likewise.
12156 (tst-ftell-partial-wide-ENV): Likewise.
12157 (tst-ftell-active-handler-ENV): Likewise.
12158 (tst-ftell-append-ENV): Likewise.
12159 * posix/Makefile (tst-fnmatch-ENV): Likewise.
12160 (tst-regexloc-ENV): Likewise.
12161 (bug-regex1-ENV): Likewise.
12162 (tst-regex-ENV): Likewise.
12163 (tst-regex2-ENV): Likewise.
12164 (bug-regex5-ENV): Likewise.
12165 (bug-regex6-ENV): Likewise.
12166 (bug-regex17-ENV): Likewise.
12167 (bug-regex18-ENV): Likewise.
12168 (bug-regex19-ENV): Likewise.
12169 (bug-regex20-ENV): Likewise.
12170 (bug-regex22-ENV): Likewise.
12171 (bug-regex23-ENV): Likewise.
12172 (bug-regex25-ENV): Likewise.
12173 (bug-regex26-ENV): Likewise.
12174 (bug-regex30-ENV): Likewise.
12175 (bug-regex32-ENV): Likewise.
12176 (bug-regex33-ENV): Likewise.
12177 (bug-regex34-ENV): Likewise.
12178 (bug-regex35-ENV): Likewise.
12179 (tst-rxspencer-ENV): Likewise.
12180 (tst-rxspencer-no-utf8-ENV): Likewise.
12181 * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
12182 (tst-sscanf-ENV): Likewise.
12183 (tst-swprintf-ENV): Likewise.
12184 (tst-swscanf-ENV): Likewise.
12185 (test-vfprintf-ENV): Likewise.
12186 (scanf13-ENV): Likewise.
12187 (bug14-ENV): Likewise.
12188 (tst-grouping-ENV): Likewise.
12189 * stdlib/Makefile (tst-strtod-ENV): Likewise.
12190 (tst-strtod3-ENV): Likewise.
12191 (tst-strtod4-ENV): Likewise.
12192 (tst-strtod5-ENV): Likewise.
12193 (testmb2-ENV): Likewise./
12194 * string/Makefile (tst-strxfrm-ENV): Likewise.
12195 (tst-strxfrm2-ENV): Likewise.
12196 (bug-strcoll1-ENV): Likewise.
12197 (test-strcasecmp-ENV): Likewise.
12198 (test-strncasecmp-ENV): Likewise.
12199 * time/Makefile (tst-strptime-ENV): Likewise.
12200 (tst-ftime_l-ENV): Likewise.
12201 * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
12202 (tst-mbrtowc-ENV): Likewise.
12203 (tst-wcrtomb-ENV): Likewise.
12204 (tst-mbrtowc2-ENV): Likewise.
12205 (tst-c16c32-1-ENV): Likewise.
12206 (tst-mbsnrtowcs-ENV): Likewise.
12208 2014-06-05 Ondřej Bílka <neleai@seznam.cz>
12210 * manual/resource.texi (How to get information about the memory
12211 subsystem?): Fix typo.
12212 Reported by Peon de la Parra Ivan <peon@keba.com>
12214 2014-06-03 Guo Yixuan <culu.gyx@gmail.com>
12217 * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
12218 (pthread_spin_lock): Branch out of spin loop to proper location.
12219 * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
12220 (pthread_spin_lock): Likewise.
12222 * nptl/tst-spin4.c: New test.
12223 * nptl/Makefile (tests): Add tst-spin4.
12225 2014-06-03 Andreas Schwab <schwab@suse.de>
12228 * resolv/res_send.c (send_dg): Reload file descriptor after
12231 2014-06-03 Stefan Liebler <stli@linux.vnet.ibm.com>
12233 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
12235 2014-06-03 Richard Henderson <rth@redhat.com>
12237 * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
12238 * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
12239 * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
12240 SAVE_PID and RESTORE_PID blocks from pt-vfork.S. Map 0 to INT_MIN
12241 in the SAVE_PID block.
12242 (__libc_vfork): New alias.
12243 * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
12245 * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
12246 child in registers, not on the stack. Remove RESET_PID conditionals.
12247 * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
12249 2014-06-03 Marcus Shawcroft <marcus.shawcroft@arm.com>
12251 * sysdeps/aarch64/libm-test-ulps: Regenerate.
12253 2014-06-03 Wilco <wdijkstr@arm.com>
12255 * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
12256 (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
12257 (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
12258 Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
12259 * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
12262 2014-06-03 Wilco <wdijkstr@arm.com>
12264 * sysdeps/aarch64/fpu/math_private.h
12265 (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
12266 (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
12267 (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
12268 (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
12271 2014-06-03 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
12273 * crypt/crypt-private.h: Include ufc-crypt.h.
12274 (__b64_from_24bit): Declare extern.
12275 * crypt/crypt_util.c(__b64_from_24bit): New function.
12276 (b64t): New static const variable.
12277 * crypt/md5-crypt.c (b64_from_24bit): Remove function.
12278 (b64t): Remove variable.
12279 (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
12280 * crypt/sha256-crypt.c: Include crypt-private.h.
12281 (b64t): Remove variable.
12282 (__sha256_crypt_r): Remove b64_from_24bit and replace
12283 with __b64_from_24bit.
12284 * crypt/sha512-crypt.c: Likewise.
12286 2014-06-02 Roland McGrath <roland@hack.frob.com>
12288 * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
12289 * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
12290 Label the code __libc_vfork rather than __vfork.
12291 [!NOT_IN_libc] (vfork): Define as weak alias.
12292 [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
12293 * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
12294 * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
12296 2014-06-02 Siddhesh Poyarekar <siddhesh@redhat.com>
12298 * malloc/malloc.c (malloc_info): Fix format specifier for
12301 2014-06-02 Wilco <wdijkstr@arm.com>
12303 * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
12306 2014-06-02 Wilco <wdijkstr@arm.com>
12309 * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
12310 Rewrite to reduce FPCR/FPSR accesses.
12312 2014-06-01 David S. Miller <davem@davemloft.net>
12314 * sysdeps/sparc/fpu/libm-test-ulps: Update.
12316 2014-05-31 David S. Miller <davem@davemloft.net>
12318 * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
12319 to occur in round to nearest mode when |x| >= 2.0
12321 2014-05-30 Richard Henderson <rth@twiddle.net>
12323 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
12324 (PSEUDO_RET_NOERRNO): Remove.
12325 (ret): Don't redefine.
12326 (ret_NOERRNO): Define in terms of ret.
12327 (ret_ERRVAL): Likewise.
12329 * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
12330 use of PSEUDO_RET; perform the error check directly.
12332 2014-05-30 Marko Myllynen <myllynen@redhat.com>
12334 * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
12337 2014-05-30 Siddhesh Poyarekar <siddhesh@redhat.com>
12339 * malloc/malloc (malloc_info): Fix formatting.
12341 2014-05-30 Siddhesh Poyarekar <siddhesh@redhat.com>
12342 Roland McGrath <roland@hack.frob.com>
12344 * malloc/malloc (malloc_info): Also print mmapped statistics.
12346 2014-05-30 Roland McGrath <roland@hack.frob.com>
12348 * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
12349 * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
12351 2014-05-30 Ondřej Bílka <neleai@seznam.cz>
12353 * malloc/malloc.c (malloc_info): Inline mi_arena.
12355 2014-05-29 Richard Henderson <rth@twiddle.net>
12357 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
12358 Remove comma before expanding ASM_ARGS_##nr.
12359 (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
12360 Make _x0 a strict output; make _x8 a strict input; adjust expansion
12362 (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
12363 (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
12364 (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
12365 (ASM_ARGS_1): Add leading comma.
12367 * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
12368 (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
12369 to __errno_location.
12370 * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
12371 Remove the expected plt for __errno_location.
12373 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12374 [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
12377 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12378 Always allocate 64 bytes of stack frame. Use ldp/stp to create
12379 it and break it down.
12380 (DOCARGS_0, DOCARGS_1): Do nothing.
12381 (DOCARGS_2): Update to store into the new stack frame.
12382 (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
12383 (UNDOCARGS_1): Update to restore from the new stack frame.
12384 (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
12385 (UNDOCARGS_5, UNDOCARGS_6): Likewise.
12387 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12388 (SINGLE_THREAD_P): New parameter for result regno.
12389 (PSEUDO): Update to match; use cbz instead of beq.
12391 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12392 Use ENTRY to define the _nocancel entry point. Share the syscall
12393 and syscall error check paths with the cancel path.
12396 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
12397 whitespace; tabs before and after asm mnemonics.
12399 2014-05-29 Eric Wong <normalperson@yhbt.net>
12402 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
12403 Call fstat64 or stat64 internally, depending on arguments passed.
12404 Replace stat buffer argument with file descriptor argument.
12405 (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
12406 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
12407 Pass fd to __internal_statvfs instead of calling fstat64.
12408 * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
12409 Pass fd to __internal_statvfs64 instead of calling fstat64.
12410 * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
12411 Pass -1 to __internal_statvfs instead of calling stat64.
12412 * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
12413 Pass -1 to __internal_statvfs64 instead of calling stat64.
12415 2014-05-28 Roland McGrath <roland@hack.frob.com>
12417 * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
12418 that was previously under [RESET_PID].
12419 * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
12421 * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
12422 * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
12424 2014-05-27 Roland McGrath <roland@hack.frob.com>
12426 * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
12428 * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
12429 * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
12431 2014-05-27 Ondřej Bílka <neleai@seznam.cz>
12433 * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
12435 2014-05-27 Andreas Schwab <schwab@suse.de>
12437 * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
12439 * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
12440 * elf/rtld.c (init_tls, dl_main): Likewise.
12441 * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
12442 * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
12443 * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
12444 * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
12445 * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
12446 * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
12447 * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
12448 * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
12449 * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
12450 * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
12451 * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
12452 * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
12453 * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
12454 * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
12455 * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
12456 * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
12457 * sysdeps/generic/tls.h: Update description.
12459 2014-05-27 Will Newton <will.newton@linaro.org>
12462 * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
12463 and restore r2 rather than just restoring.
12465 2014-05-27 Siddhesh Poyarekar <siddhesh@redhat.com>
12468 * libio/tst-ftell-append.c: New test case.
12469 * libio/Makefile (tests): Add test case.
12470 * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
12472 * libio/wfileops.c (do_ftell_wide): Likewise.
12474 2014-05-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12476 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12478 * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
12480 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
12481 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
12482 * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
12483 * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
12484 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
12485 * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
12486 * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
12487 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
12488 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
12490 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
12491 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
12493 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
12494 * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
12495 * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
12496 * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
12497 * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
12498 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
12500 * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
12501 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
12503 * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
12505 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
12507 * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
12508 * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
12509 * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
12511 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
12512 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
12513 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
12514 * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
12516 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
12518 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
12519 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
12521 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
12522 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
12524 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
12525 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
12527 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
12529 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
12531 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
12532 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
12534 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
12536 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
12537 conditional [RESET_PID].
12538 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
12539 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
12541 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
12544 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
12546 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12547 (__libc_vfork): New strong alias.
12548 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
12550 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
12553 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
12555 (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
12556 (__libc_vfork): New strong alias.
12557 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
12559 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
12562 2014-05-26 Carlos O'Donell <carlos@redhat.com>
12564 * malloc/malloc.c (mi_arena): New function.
12565 (malloc_info): Remove nested function mi_arena. Call non-nosted
12568 2014-05-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12570 * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
12572 * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
12573 * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
12574 * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
12575 * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
12576 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
12577 * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
12578 * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
12580 2014-05-26 Andreas Schwab <schwab@suse.de>
12583 * locale/programs/repertoire.c (repertoire_read): Add slash
12584 between I18NPATH element and file name.
12585 * locale/programs/locfile.c (locfile_read): Likewise.
12587 2014-05-26 Stefan Liebler <stli@linux.vnet.ibm.com>
12589 * nptl/pthread_mutexattr_settype.c
12590 (__pthread_mutexattr_settype):
12591 Disable lock elision for PTHREAD_MUTEX_NORMAL.
12593 2014-05-26 Stefan Liebler <stli@linux.vnet.ibm.com>
12595 * nptl/tst-mutex5 (do_test):
12596 Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
12598 2014-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
12600 * benchtests/README: Document 'init' directive.
12601 * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
12603 * scripts/bench.py (gen_source): Define BENCH_INIT macro.
12604 (parse_file): Recognize 'init' directive.
12606 2014-05-26 Kyle McMartin <kyle@redhat.com>
12609 * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
12610 alignment of struct pthread.
12612 2014-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
12615 * nscd/netgroupcache.c (addgetnetgrentX): Look for
12616 NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
12617 * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
12618 NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
12620 2014-05-25 Richard Henderson <rth@twiddle.net>
12622 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12623 (SINGLE_THREAD_P_PIC): Remove.
12624 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
12625 (SINGLE_THREAD_P_PIC): Remove.
12627 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
12628 branch to syscall error ...
12629 (PSEUDO): ... here.
12630 [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
12631 from __local_syscall_error to .Lsyscall_error.
12632 [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
12633 (SYSCALL_ERROR): Update label name.
12635 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12636 Do not use DOARGS/UNDOARGS.
12637 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
12638 (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
12639 (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
12640 (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
12641 (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
12643 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
12646 * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
12647 define if !NOT_IN_libc.
12648 * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
12649 define with non-default symbol versions.
12651 2014-05-23 Richard Henderson <rth@twiddle.net>
12653 * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
12654 (vfork, __vfork): Define via compat_symbol.
12656 * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
12657 [!HAVE_IFUNC] (vfork_compat): Remove.
12658 [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
12660 2014-05-23 Joseph Myers <joseph@codesourcery.com>
12663 * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
12664 * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
12667 2014-05-23 Richard Henderson <rth@twiddle.net>
12669 * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
12670 * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
12671 * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
12672 * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
12674 * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
12675 * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
12676 * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
12677 * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
12678 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
12679 * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
12680 * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
12681 * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
12682 * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
12683 * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
12684 * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
12685 * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
12686 * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
12687 * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
12688 * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
12689 * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
12690 * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
12691 * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
12692 * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
12693 * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
12694 * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
12695 * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
12696 * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
12697 * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
12698 * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
12699 * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
12700 * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
12701 * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
12702 * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
12703 * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
12704 * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
12705 * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
12706 * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
12707 * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
12708 * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
12709 * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
12710 * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
12711 * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
12712 * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
12713 * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
12714 * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
12715 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
12716 * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
12717 * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
12718 * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
12719 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
12720 * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
12721 * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
12722 * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
12723 * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
12724 * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
12725 * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
12726 * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
12727 * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
12728 * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
12729 * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
12731 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
12732 * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
12733 * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here. Restore PID
12734 before exiting on error.
12735 (__libc_vfork): New strong alias.
12736 * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
12737 * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
12739 * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
12740 that was previously under [RESET_PID].
12741 * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
12743 * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
12745 2014-05-23 Joseph Myers <joseph@codesourcery.com>
12748 * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
12749 value when x - 1 is zero.
12750 * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
12751 * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
12752 * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
12753 0.0L for an argument of 1.0L.
12754 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
12756 * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
12757 value when x - 1 is zero.
12758 * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
12759 * sysdeps/i386/fpu/libm-test-ulps: Update.
12760 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12762 2014-05-23 Rasmus Villemoes <rv@rasmusvillemoes.dk>
12764 * manual/filesys.texi (Scanning Directory Content): Fix prototype of
12765 alphasort and versionsort.
12767 2014-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12769 * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
12771 [copysignf]: Likewise.
12773 2014-05-22 Siddhesh Poyarekar <siddhesh@redhat.com>
12775 * crypt/md5-crypt.c: Fix formatting.
12777 2014-05-22 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
12779 * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
12780 (b64_from_24bit): New function.
12782 2014-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12784 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
12785 libc_hidden_builtin_def to ifunc.
12786 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
12787 [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
12789 2014-05-21 Roland McGrath <roland@hack.frob.com>
12791 * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
12792 * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
12794 2014-05-21 Joseph Myers <joseph@codesourcery.com>
12796 * nscd/Depend (linuxthreads): Remove.
12798 * resolv/Depend (linuxthreads): Remove.
12799 * rt/Depend (linuxthreads): Remove.
12801 * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
12802 (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
12803 $(common-objpfx)elf/.
12804 (link-libc-before-gnulib): Likewise.
12805 (elfobjdir): Remove variable.
12806 * Makefile (install): Use $(elf-objpfx) instead of
12807 $(common-objpfx)elf/.
12808 * Makerules (link-libc-args): Use $(elf-objpfx) instead of
12810 (link-libc-deps): Likewise.
12811 ($(common-objpfx)libc.so): Likewise.
12812 ($(common-objpfx)linkobj/libc.so): Likewise.
12813 [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
12814 instead of $(common-objpfx)elf/.
12815 (symbolic-link-list): Likewise.
12816 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
12817 [$(cross-compiling) = no]: Likewise.
12818 * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
12820 (static-gnulib-arch): Likewise.
12821 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
12822 [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
12823 $(common-objpfx)elf/.
12825 2014-05-21 Richard Henderson <rth@redhat.com>
12827 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
12828 (SINGLE_THREAD_P): Use the correct width load. Fold
12829 into the ldr offset.
12831 * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
12832 (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
12834 2014-05-20 Joseph Myers <joseph@codesourcery.com>
12836 * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
12837 (libgcc_s_resume): Use __attribute_used__.
12838 * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
12841 2014-05-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12843 * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
12844 optimization when used with float constants.
12846 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12848 2014-05-20 Aurelien Jarno <aurelien@aurel32.net>
12851 * locale/nl_langinfo_l.c: Make direct reference to every
12852 _nl_current_CATEGORY symbol.
12853 * localedata/Makefile (test-srcs): Add tst-langinfo-static.
12854 (tests-static): Add tst-langinfo-static.
12855 (tests-special): Add tst-langinfo-static.out.
12856 ($(objpfx)tst-langinfo.out): Redirect output.
12857 ($(objpfx)tst-langinfo-static.out): New.
12858 * localedata/tst-langinfo.sh: Send output to stdout.
12859 * localedata/tst-langinfo-static.c: New file.
12862 * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
12863 when the shift amount is modulo the limb size.
12865 2014-05-20 Richard Henderson <rth@redhat.com>
12868 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
12869 Change type of sa_flags from unsigned int to int.
12872 * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
12874 * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
12876 2014-05-20 Will Newton <will.newton@linaro.org>
12878 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
12879 Test the return value of the system call in the nocancel case.
12881 2014-05-20 Will Newton <will.newton@linaro.org>
12882 Yvan Roux <yvan.roux@linaro.org>
12884 * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
12885 #include of asm/ptrace.h.
12886 (PTRACE_GET_THREAD_AREA): Remove #undef.
12887 (PTRACE_GETHBPREGS): Likewise.
12888 (PTRACE_SETHBPREGS): Likewise.
12889 (struct user_regs_struct): New structure.
12890 (struct user_fpsimd_struct): New structure.
12891 * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
12892 #include of asm/ptrace.h and second #include of sys/user.h.
12893 (PTRACE_GET_THREAD_AREA): Remove #undef.
12894 (PTRACE_GETHBPREGS): Likewise.
12895 (PTRACE_SETHBPREGS): Likewise.
12896 (ELF_NGREG): Use new struct user_regs_struct.
12897 (elf_fpregset_t): Use new struct user_fpsimd_struct.
12899 2014-05-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12901 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
12902 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
12904 2014-05-17 Jose E. Marchesi <jose.marchesi@oracle.com>
12907 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
12908 membar to avoid block loads/stores to overlap previous stores.
12910 2014-05-17 Richard Henderson <rth@redhat.com>
12912 * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
12913 Create the __##syscall_name##_nocancel entry point.
12914 * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
12915 Remove; let the sysdep-cancel.h code create it.
12917 2014-05-17 David S. Miller <davem@davemloft.net>
12919 * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
12920 Protect with __USE_GNU.
12921 (TIOCSET_TEMPT): Likewise.
12922 (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
12923 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
12924 these are already provided in bits/ioctl-types.h
12926 2014-05-16 Roland McGrath <roland@hack.frob.com>
12928 * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
12929 * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
12931 * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
12932 Use wait4 regardless of [__NR_waitpid].
12934 2014-05-16 Maciej W. Rozycki <macro@codesourcery.com>
12937 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
12938 (_FP_NANSIGN_Q): Set the quiet bit.
12940 2014-05-16 Joseph Myers <joseph@codesourcery.com>
12942 * benchtests/Makefile
12943 ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
12944 not $(common-objpfx)math/libm.so.
12945 ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
12946 $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
12947 * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
12948 $(common-objpfx)dlfcn/libdl.so.
12949 ($(objpfx)tst-audit8): Depend on $(libm), not
12950 $(common-objpfx)math/libm.so.
12951 * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
12952 not $(common-objpfx)dlfcn/libdl.so.
12954 ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
12955 Depend on $(libm), not $(objpfx)libm.so. Do not condition on
12956 [$(build-shared) = yes].
12957 ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
12958 $(common-objpfx)nptl/libpthread.so.
12959 * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
12960 $(common-objpfx)math/libm.so$(libm.so-version) or
12961 $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
12962 * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
12963 $(common-objpfx)dlfcn/libdl.so.
12964 * setjmp/Makefile (link-libm): Remove variable.
12965 ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
12966 * stdio-common/Makefile (link-libm): Remove variable.
12967 ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
12968 * stdlib/Makefile (link-libm): Remove variable.
12969 ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
12970 ($(objpfx)tst-strtod-round): Likewise.
12971 ($(objpfx)tst-tininess): Likewise.
12972 ($(objpfx)tst-strtod-underflow): Likewise.
12973 ($(objpfx)tst-strtod6): Likewise.
12974 ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
12975 $(libdl), not $(common-objpfx)nptl/libpthread.so and
12976 $(common-objpfx)dlfcn/libdl.so.
12978 2014-05-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12980 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
12981 BSD terminal modes definitions.
12983 2014-05-16 Roland McGrath <roland@hack.frob.com>
12985 * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
12986 * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
12988 * sysdeps/unix/sysv/linux/arch-fork.h: New file.
12989 * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
12990 * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
12991 Don't do #include_next.
12992 * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
12993 * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
12994 Don't do #include_next.
12995 * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
12996 * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
12997 * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
12998 * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
13000 2014-05-16 Allan McRae <allan@archlinux.org>
13002 * po/sv.po: Update Swedish translation from translation project.
13004 * timezone/Makefile ($(objpfx)tzselect): Use correct variable
13007 2014-05-16 Aurelien Jarno <aurelien@aurel32.net>
13010 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
13011 errno if the TIOCGPTN ioctl fails with an error different than
13013 * login/tst-ptsname.c: New file.
13014 * login/Makefile (tests): Add tst-ptsname.
13017 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
13020 2014-05-15 Siddhesh Poyarekar <siddhesh@redhat.com>
13023 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
13024 herrno to return EAI_AGAIN.
13026 2014-05-14 Roland McGrath <roland@hack.frob.com>
13028 * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
13029 * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
13030 * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
13031 * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
13032 * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
13033 * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
13034 * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
13035 * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
13036 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
13037 * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
13038 * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
13039 * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
13040 * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
13041 * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
13042 * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
13043 * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
13044 * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
13045 * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
13046 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
13047 * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
13048 * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
13049 * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
13050 * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
13051 * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
13052 * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
13053 * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
13054 * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
13055 * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
13056 * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
13057 * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
13058 * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
13059 * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
13060 * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
13061 * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
13062 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
13064 * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
13065 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
13066 * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
13067 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
13068 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
13069 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
13070 * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
13071 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
13072 * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
13073 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
13074 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
13075 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
13076 * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
13077 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
13078 * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
13079 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
13080 * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
13081 * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
13082 * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
13083 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
13084 * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
13085 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
13086 * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
13087 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
13088 * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
13089 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
13090 * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
13091 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
13093 * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
13094 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
13095 * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
13096 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
13097 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
13098 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
13099 * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
13100 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
13101 * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
13102 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
13103 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
13104 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
13105 * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
13106 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
13107 * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
13108 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
13109 * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
13110 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
13111 * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
13112 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
13114 * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
13115 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
13116 * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
13118 * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
13119 * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
13120 (libpthread-sysdep_routines): Add elision-related stuff here instead.
13121 * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
13122 * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
13123 * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
13124 * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
13125 * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
13126 * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
13127 * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
13128 * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
13129 * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
13130 * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
13131 * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
13132 * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
13133 * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
13134 * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
13135 * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
13136 * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
13137 * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
13138 * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
13139 * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
13140 * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
13141 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
13142 * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
13143 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
13144 * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
13145 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
13146 * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
13147 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
13148 * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
13150 * sysdeps/unix/sysv/linux/mips/fork.h: New file.
13151 * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
13153 * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
13154 * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
13155 * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
13156 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
13157 * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
13158 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
13160 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
13161 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
13163 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
13164 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
13166 * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
13167 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
13169 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
13170 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
13171 * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
13172 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
13174 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
13175 * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
13176 * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
13177 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
13178 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
13179 * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
13180 * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
13181 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
13183 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
13184 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
13186 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
13188 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
13189 * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
13190 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
13191 * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
13192 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
13194 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
13196 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
13198 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
13199 * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
13200 * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
13201 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
13202 * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
13203 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
13205 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
13206 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
13208 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
13209 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
13211 * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
13212 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
13214 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
13215 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
13216 * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
13217 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
13219 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
13220 * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
13221 * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
13222 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
13223 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
13224 * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
13225 * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
13226 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
13228 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
13229 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
13231 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
13233 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
13234 * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
13235 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
13236 * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
13237 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
13239 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
13241 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
13243 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
13244 * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
13245 * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
13246 * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
13247 * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
13248 * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
13249 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
13250 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
13251 * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
13252 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
13254 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
13255 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
13257 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
13258 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
13260 * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
13261 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
13263 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
13264 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
13265 * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
13266 * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
13267 * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
13268 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
13270 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
13271 * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
13272 * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
13273 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
13274 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
13275 * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
13276 * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
13277 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
13279 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
13280 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
13282 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
13284 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
13285 * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
13286 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
13287 * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
13288 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
13290 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
13292 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
13294 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
13295 * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
13296 * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
13297 * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
13298 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
13299 * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
13300 * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
13301 * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
13302 * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
13303 * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
13304 * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
13306 * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
13307 * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
13309 * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
13310 * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
13312 * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
13313 * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
13314 * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
13315 * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
13316 * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
13317 * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
13318 * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
13319 * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
13320 * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
13321 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
13322 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
13323 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
13324 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
13325 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
13326 * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
13327 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
13328 * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
13329 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
13331 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
13332 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
13333 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
13334 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
13336 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
13337 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
13338 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
13339 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
13340 * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
13341 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
13342 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
13343 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
13345 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
13346 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
13348 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
13349 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
13350 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
13351 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
13352 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
13353 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
13354 * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
13355 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
13356 * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
13357 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
13358 * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
13359 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
13360 * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
13361 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
13362 * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
13363 * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
13364 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
13366 * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
13367 * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
13368 * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
13369 * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
13370 * sysdeps/unix/sysv/linux/i386/fork.h: New file.
13372 * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
13373 * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
13374 * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
13375 * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
13376 * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
13377 * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
13378 * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
13379 * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
13380 * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
13381 * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
13383 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
13384 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
13386 * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
13387 * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
13388 * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
13389 * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
13390 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
13391 * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
13392 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
13393 * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
13394 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
13395 * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
13396 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
13397 * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
13398 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
13399 * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
13400 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
13402 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
13404 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
13406 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
13408 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
13410 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
13412 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
13414 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
13416 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
13418 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
13420 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
13421 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
13422 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
13423 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
13424 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
13425 * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
13426 * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
13427 * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
13428 * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
13429 * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
13430 * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
13431 * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
13432 * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
13433 * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Likewise.
13434 * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Likewise.
13436 * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
13437 that was previously under [RESET_PID].
13438 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
13439 * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
13440 * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
13442 * sysdeps/i386/nptl/Implies: New file.
13443 * sysdeps/x86_64/nptl/Implies: New file.
13444 * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
13445 * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
13446 * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
13447 * sysdeps/x86/nptl/bits/semaphore.h: ... here.
13449 * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
13450 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13451 (__libc_vfork): New strong alias.
13452 * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
13453 * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
13455 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
13456 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13457 (__libc_vfork): New strong alias.
13458 * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
13459 * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
13461 * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
13462 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13463 (__libc_vfork): New strong alias.
13464 * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
13465 * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
13466 * nptl/pt-vfork.c: New file.
13467 * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
13468 (libpthread: GLIBC_2.20): New version set (empty).
13470 2014-05-14 Will Newton <will.newton@linaro.org>
13472 * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
13475 2014-05-14 Joseph Myers <joseph@codesourcery.com>
13478 * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
13479 arguments with exponent 65 or above.
13480 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
13481 arguments 0x1p113L or above.
13482 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
13483 to arguments 0x1p107L or above.
13484 * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
13485 positive arguments with exponent 65 or above.
13486 * math/auto-libm-test-in: Add more tests of log1p.
13487 * math/auto-libm-test-out: Regenerated.
13490 * math/s_cacos.c (__cacos): Ensure zero real part of result from
13491 non-finite arguments is +0.
13492 * math/s_cacosf.c (__cacosf): Likewise.
13493 * math/s_cacosl.c (__cacosl): Likewise.
13494 * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
13495 * sysdeps/i386/fpu/libm-test-ulps: Update.
13496 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13499 * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
13501 * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
13502 * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
13503 * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
13504 for explicit high bit of mantissa when testing for argument equal
13506 * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
13507 * sysdeps/i386/fpu/libm-test-ulps: Update.
13508 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13511 * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
13512 (__erf): Scale by 16 instead of 8 in potentially underflowing
13513 case. Ensure exception if result actually underflows.
13514 * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
13515 (__erff): Scale by 16 instead of 8 in potentially underflowing
13516 case. Ensure exception if result actually underflows.
13517 * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
13518 (efx8): Remove variable.
13519 (__erfl): Scale by 16 instead of 8 in potentially underflowing
13520 case. Ensure exception if result actually underflows.
13521 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
13522 (efx8): Remove variable.
13523 (__erfl): Scale by 16 instead of 8 in potentially underflowing
13524 case. Ensure exception if result actually underflows.
13525 * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
13526 (efx8): Remove variable.
13527 (__erfl): Scale by 16 instead of 8 in potentially underflowing
13528 case. Ensure exception if result actually underflows.
13529 * math/auto-libm-test-in: Add more tests of erf.
13530 * math/auto-libm-test-out: Regenerated.
13532 2014-05-14 Andreas Schwab <schwab@suse.de>
13534 * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
13535 Remove code conditionalized on USE___THREAD.
13537 * config.h.in (HAVE_PT_CHOWN): Define as 0.
13538 * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
13541 2014-05-14 Joseph Myers <joseph@codesourcery.com>
13543 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
13544 Define unconditionally.
13545 (__ASSUME_O_CLOEXEC): Likewise.
13546 (__ASSUME_SOCK_CLOEXEC): Likewise.
13547 (__ASSUME_IN_NONBLOCK): Likewise.
13548 (__ASSUME_PIPE2): Likewise.
13549 (__ASSUME_EVENTFD2): Likewise.
13550 (__ASSUME_SIGNALFD4): Likewise.
13551 (__ASSUME_DUP3): Likewise.
13552 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13553 (__ASSUME_DUP3): Do not define.
13554 (__ASSUME_EVENTFD2): Likewise.
13555 (__ASSUME_IN_NONBLOCK): Likewise.
13556 (__ASSUME_O_CLOEXEC): Likewise.
13557 (__ASSUME_PIPE2): Likewise.
13558 (__ASSUME_SIGNALFD4): Likewise.
13559 (__ASSUME_SOCK_CLOEXEC): Likewise.
13560 (__ASSUME_UTIMES): Undefine.
13561 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13562 (__ASSUME_UTIMES): Do not define.
13563 (__ASSUME_O_CLOEXEC): Likewise.
13564 (__ASSUME_SOCK_CLOEXEC): Likewise.
13565 (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
13566 0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
13568 (__ASSUME_PIPE2): Likewise.
13569 (__ASSUME_EVENTFD2): Likewise.
13570 (__ASSUME_SIGNALFD4): Likewise.
13571 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
13572 * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
13574 (__ASSUME_EVENTFD2): Likewise.
13575 (__ASSUME_SIGNALFD4): Likewise.
13576 * sysdeps/unix/sysv/linux/hppa/kernel-features.h
13577 (__ASSUME_32BITUIDS): Likewise.
13578 (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
13579 (__ASSUME_IPC64): Likewise.
13580 (__ASSUME_ST_INO_64_BIT): Likewise.
13581 (__ASSUME_GETDENTS64_SYSCALL): Likewise.
13582 [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
13583 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13584 (__ASSUME_UTIMES): Do not define.
13585 (__ASSUME_PSELECT): Likewise.
13586 (__ASSUME_PPOLL): Likewise.
13587 (__ASSUME_O_CLOEXEC): Likewise.
13588 (__ASSUME_SOCK_CLOEXEC): Likewise.
13589 (__ASSUME_IN_NONBLOCK): Likewise.
13590 (__ASSUME_PIPE2): Likewise.
13591 (__ASSUME_EVENTFD2): Likewise.
13592 (__ASSUME_SIGNALFD4): Likewise.
13593 (__ASSUME_DUP3): Likewise.
13594 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13595 (__ASSUME_UTIMES): Likewise.
13596 (__ASSUME_O_CLOEXEC): Likewise.
13597 (__ASSUME_SOCK_CLOEXEC): Likewise.
13598 (__ASSUME_IN_NONBLOCK): Likewise.
13599 (__ASSUME_PIPE2): Likewise.
13600 (__ASSUME_EVENTFD2): Likewise.
13601 (__ASSUME_SIGNALFD4): Likewise.
13602 (__ASSUME_DUP3): Likewise.
13603 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13604 (__ASSUME_UTIMES): Likewise.
13605 (__ASSUME_O_CLOEXEC): Likewise.
13606 (__ASSUME_SOCK_CLOEXEC): Likewise.
13607 (__ASSUME_IN_NONBLOCK): Likewise.
13608 (__ASSUME_PIPE2): Likewise.
13609 (__ASSUME_EVENTFD2): Likewise.
13610 (__ASSUME_SIGNALFD4): Likewise.
13611 (__ASSUME_DUP3): Likewise.
13612 * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
13614 (__ASSUME_UTIMES): Likewise.
13615 (__ASSUME_EVENTFD2): Likewise.
13616 (__ASSUME_SIGNALFD4): Likewise.
13617 * sysdeps/unix/sysv/linux/tile/kernel-features.h
13618 (__ASSUME_O_CLOEXEC): Likewise.
13619 (__ASSUME_SOCK_CLOEXEC): Likewise.
13620 (__ASSUME_IN_NONBLOCK): Likewise.
13621 (__ASSUME_PIPE2): Likewise.
13622 (__ASSUME_EVENTFD2): Likewise.
13623 (__ASSUME_SIGNALFD4): Likewise.
13624 (__ASSUME_DUP3): Likewise.
13625 (__ASSUME_UTIMES): Undefine.
13627 * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
13628 feclearexcept. Remove symbol versioning code.
13629 * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv. Remove
13630 symbol versioning code.
13631 * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv. Remove
13632 symbol versioning code.
13633 * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
13634 feupdateenv. Remove symbol versioning code.
13635 * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
13636 fegetexceptflag. Remove symbol versioning code.
13637 * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
13638 fesetexceptflag. Remove symbol versioning code.
13639 * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
13640 GLIBC_2.2 and GLIBC_2.3.3 entries. Change GLIBC_2.1 to GLIBC_2.4.
13641 * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
13642 (__posix_fadvise64_l32): Remove prototype.
13643 [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
13646 2014-05-13 Roland McGrath <roland@hack.frob.com>
13648 * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
13649 * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
13650 * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
13651 * sysdeps/arm/nptl/bits/semaphore.h: ... here.
13653 2014-05-13 Sami Kerola <kerolasa@iki.fi>
13655 * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
13656 current working directory
13658 2014-05-13 Roland McGrath <roland@hack.frob.com>
13660 * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
13661 * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
13662 * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
13663 * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
13664 * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
13665 * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
13666 * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
13667 * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
13668 * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
13669 * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
13670 * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
13671 * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
13672 * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
13673 * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
13674 * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
13675 * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
13676 * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
13677 * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
13678 * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
13679 * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
13680 * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
13681 * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
13682 * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
13683 * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
13684 * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
13685 * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
13686 * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
13687 * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
13688 * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
13689 * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
13690 * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
13691 * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
13692 * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
13693 * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
13694 * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
13695 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
13696 * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
13697 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
13698 * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
13699 * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
13700 * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
13701 * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
13703 * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
13704 * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
13706 * sysdeps/unix/sysv/linux/arm/Makefile
13707 [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
13708 Add rt-aeabi_unwind_cpp_pr1.
13709 [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
13710 Add nptl-aeabi_unwind_cpp_pr1.
13711 [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
13712 * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
13713 * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
13714 * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
13715 * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
13716 * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
13718 * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
13719 * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
13720 * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
13721 * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
13723 * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
13724 Deconditionalize the code that was previously under [RESET_PID].
13725 * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
13727 * sysdeps/generic/exit-thread.h: New file.
13728 * sysdeps/unix/sysv/linux/exit-thread.h: New file.
13729 * include/unistd.h (__exit_thread): Remove declaration.
13730 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
13731 * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
13732 * csu/libc-start.c: Include <exit-thread.h>.
13733 (LIBC_START_MAIN): Pass no argument to __exit_thread.
13734 * nptl/pthread_create.c: Include <exit-thread.h>.
13735 (start_thread): Call __exit_thread in place of __exit_thread_inline.
13736 * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
13737 * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
13738 * nptl/sysdeps/s390/pthreaddef.h: Likewise.
13739 * nptl/sysdeps/sh/pthreaddef.h: Likewise.
13740 * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
13741 * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
13742 * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
13743 * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
13744 * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
13745 * sysdeps/arm/nptl/pthreaddef.h: Likewise.
13746 * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
13747 * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
13748 * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
13749 * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
13750 * sysdeps/mips/nptl/pthreaddef.h: Likewise.
13751 * sysdeps/tile/nptl/pthreaddef.h: Likewise.
13753 2014-05-13 Andreas Schwab <schwab@suse.de>
13755 * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
13757 2014-05-12 Joseph Myers <joseph@codesourcery.com>
13759 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
13760 (__ASSUME_UTIMES): Do not condition on kernel version.
13761 (__ASSUME_PSELECT): Define unconditionally.
13762 (__ASSUME_PPOLL): Likewise.
13763 (__ASSUME_ATFCTS): Likewise.
13764 (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
13765 (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
13766 (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
13767 (__ASSUME_UTIMENSAT): Define unconditionally.
13768 (__ASSUME_PRIVATE_FUTEX): Likewise.
13769 (__ASSUME_FALLOCATE): Likewise.
13770 (__ASSUME_O_CLOEXEC): Likewise.
13771 (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
13772 (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
13773 (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
13774 (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
13775 (__ASSUME_IN_NONBLOCK): Likewise.
13776 (__ASSUME_PIPE2): Likewise.
13777 (__ASSUME_EVENTFD2): Likewise.
13778 (__ASSUME_SIGNALFD4): Likewise.
13779 (__ASSUME_DUP3): Likewise.
13780 [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
13781 (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
13782 (__ASSUME_AT_RANDOM): Likewise.
13783 (__ASSUME_PREADV): Likewise.
13784 (__ASSUME_PWRITEV): Likewise.
13785 (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
13786 (__ASSUME_F_GETOWN_EX): Define unconditionally.
13787 (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
13788 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
13789 [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
13790 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13791 (__ASSUME_O_CLOEXEC): Define unconditionally.
13792 (__ASSUME_PSELECT): Do not undefine conditionally.
13793 (__ASSUME_PPOLL): Likewise.
13794 (__ASSUME_ATFCTS): Likewise.
13795 (__ASSUME_SET_ROBUST_LIST): Likewise.
13796 (__ASSUME_UTIMENSAT): Likewise.
13797 (__ASSUME_FDATASYNC): Define unconditionally.
13798 * sysdeps/unix/sysv/linux/arm/kernel-features.h
13799 (__ASSUME_SIGFRAME_V2): Likewise.
13800 )__ASSUME_EVENTFD2): Likewise.
13801 (__ASSUME_SIGNALFD4): Likewise.
13802 (__ASSUME_PSELECT): Do not undefine conditionally.
13803 (__ASSUME_PPOLL): Likewise.
13804 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13805 (__ASSUME_PSELECT): Define unconditionally.
13806 (__ASSUME_PPOLL): Likewise.
13807 (__ASSUME_O_CLOEXEC): Likewise.
13808 (__ASSUME_SOCK_CLOEXEC): Likewise.
13809 (__ASSUME_IN_NONBLOCK): Likewise.
13810 (__ASSUME_PIPE2): Likewise.
13811 (__ASSUME_EVENTFD2): Likewise.
13812 (__ASSUME_SIGNALFD4): Likewise.
13813 (__ASSUME_DUP3): Likewise.
13814 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13815 (__ASSUME_O_CLOEXEC): Likewise.
13816 (__ASSUME_SOCK_CLOEXEC): Likewise.
13817 (__ASSUME_IN_NONBLOCK): Likewise.
13818 (__ASSUME_PIPE2): Likewise.
13819 (__ASSUME_EVENTFD2): Likewise.
13820 (__ASSUME_SIGNALFD4): Likewise.
13821 (__ASSUME_DUP3): Likewise.
13822 * sysdeps/unix/sysv/linux/mips/kernel-features.h
13823 (__ASSUME_EVENTFD2): Likewise.
13824 (__ASSUME_SIGNALFD4): Likewise.
13825 (__ASSUME_ACCEPT4_SYSCALL): Likewise.
13827 2014-05-12 Andreas Schwab <schwab@suse.de>
13830 * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
13831 (_nss_nis_gethostbyname4_r): Return error if item length is larger
13832 than maximum RPC packet size.
13833 * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
13834 * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
13835 * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
13836 (_nss_nis_getservbyport_r): Likewise.
13838 2014-05-12 Will Newton <will.newton@linaro.org>
13840 * malloc/Makefile (tests): Add tst-mallopt.
13841 * malloc/tst-mallopt.c: New file.
13843 2014-05-09 Roland McGrath <roland@hack.frob.com>
13845 * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
13846 [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
13848 2014-05-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13850 * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
13851 (tst-tlsmod6.so): Likewise.
13853 2014-05-09 Roland McGrath <roland@hack.frob.com>
13855 * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
13857 2014-05-09 Joseph Myers <joseph@codesourcery.com>
13860 * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
13861 and <dl-procinfo.h>.
13862 (__fegetenv): Save SSE state in envp->__eip if supported.
13863 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
13864 envp->__eip if supported.
13865 * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
13866 and <dl-procinfo.h>.
13867 (__fesetenv): Always set __eip, __cs_selector, __opcode,
13868 __data_offset and __data_selector in environment to 0. Set SSE
13869 state if supported.
13870 * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
13872 [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
13874 * sysdeps/x86/fpu/test-fenv-sse.c: New file.
13876 2014-05-09 Will Newton <will.newton@linaro.org>
13878 * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
13879 and libc_relro_required for ARM.
13880 * sysdeps/arm/preconfigure: Regenerate.
13882 2014-05-09 Dominik Vogt <vogt@linux.vnet.ibm.com>
13883 Stefan Liebler <stli@linux.vnet.ibm.com>
13885 * config.make.in (enable-lock-elision): New Makefile variable.
13886 * configure.ac: Likewise.
13887 * configure: Regenerate.
13888 * sysdeps/s390/configure.ac:
13889 Add check for gcc transactions support.
13890 * sysdeps/s390/configure: Regenerate.
13891 * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
13892 Build elision files if enabled.
13893 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
13894 Add lock elision support for s390.
13895 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
13896 * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
13897 * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
13898 * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
13899 * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
13900 * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
13901 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
13903 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
13905 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
13907 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
13909 * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
13910 (__lll_timedlock_elision, __lll_lock_elision)
13911 (__lll_unlock_elision, __lll_trylock_elision)
13912 (lll_timedlock_elision, lll_lock_elision)
13913 (lll_unlock_elision, lll_trylock_elision): Add.
13914 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
13915 (pthread_mutex_t): Add lock elision support for s390.
13917 2014-05-14 Wilco <wdijkstr@arm.com>
13919 * sysdeps/arm/fclrexcpt.c: Cleanup.
13920 * sysdeps/arm/fedisblxcpt.c: Cleanup.
13921 * sysdeps/arm/feenablxcpt.c: Cleanup.
13922 * sysdeps/arm/fegetenv.c: Cleanup.
13923 * sysdeps/arm/fegetexcept.c: Cleanup.
13924 * sysdeps/arm/fegetround.c: Cleanup.
13925 * sysdeps/arm/feholdexcpt.c: Cleanup.
13926 * sysdeps/arm/fesetenv.c: Cleanup.
13927 * sysdeps/arm/fesetround.c: Cleanup.
13928 * sysdeps/arm/feupdateenv.c: Cleanup.
13929 * sysdeps/arm/fgetexcptflg.c: Cleanup.
13930 * sysdeps/arm/fraiseexcpt.c: Cleanup.
13931 * sysdeps/arm/fsetexcptflg.c: Cleanup.
13932 * sysdeps/arm/ftestexcept.c: Cleanup.
13933 * sysdeps/arm/get-rounding-mode.h: Cleanup.
13934 * sysdeps/arm/setfpucw.c: Cleanup.
13936 2014-05-09 Will Newton <will.newton@linaro.org>
13938 * sysdeps/arm/armv7/strcmp.S: New file.
13939 * NEWS: Mention addition of ARMv7 optimized strcmp.
13941 2014-05-08 Roland McGrath <roland@hack.frob.com>
13943 * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
13944 look for %.ac rather than %.in.
13946 * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
13947 * sysdeps/unix/sysv/linux/configure.ac: Likewise.
13948 * sysdeps/mach/hurd/configure: Regenerated.
13949 * sysdeps/unix/sysv/linux/configure: Regenerated.
13951 * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
13953 2014-05-07 Steve Ellcey <sellcey@mips.com>
13956 * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
13960 2014-05-07 Andreas Schwab <schwab@suse.de>
13962 * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
13963 when skipping over non-matching result from nscd.
13965 2014-05-07 Ondřej Bílka <neleai@seznam.cz>
13968 * nptl/sockperf.c (client): Check socket return value.
13971 * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
13972 nscd security class.
13974 2014-05-06 Roland McGrath <roland@hack.frob.com>
13976 * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
13977 * sysdeps/arm/unwind.h: ... here.
13979 2014-05-06 Aurelien Jarno <aurelien@aurel32.net>
13982 * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
13985 2014-05-06 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
13987 * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
13988 * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
13989 multiarch strncpy for PPC64.
13990 * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
13991 * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
13992 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
13993 multiarch optimizations.
13994 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13995 (__libc_ifunc_impl_list): Likewise.
13996 * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
13997 * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
13998 multiarch stpncpy for PPC64.
13999 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
14000 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
14002 2014-05-06 Andreas Schwab <schwab@suse.de>
14005 * gmon/mcount.c (_MCOUNT_DECL): Use
14006 atomic_compare_and_exchange_bool_acq instead of
14007 catomic_compare_and_exchange_bool_acq.
14009 2014-05-05 Roland McGrath <roland@hack.frob.com>
14011 * elf/Makefile (others, install-bin): Remove pldd.
14012 (pldd-modules): Variable removed.
14013 ($(objpfx)pldd): Target removed.
14014 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
14015 (others, install-bin): Append pldd here.
14016 ($(objpfx)pldd): New target.
14018 * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
14019 to 0, so the first #if test emitted later doesn't see it undefined.
14020 (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
14021 * sysdeps/gnu/errlist.c: Regenerated.
14023 2014-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14025 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
14026 [libc_hidden_builtin_def]: Define to empty value.
14027 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
14028 [libc_hidden_builtin_def]: Likewise.
14029 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
14030 [libc_hidden_builtin_def]: Likewise.
14031 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
14032 [libc_hidden_builtin_def]: Likewise.
14033 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
14034 __redirect_memcpy and define ifunc as default hidden symbol.
14035 * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
14036 * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
14038 2014-05-04 Adam Conrad <adconrad@0c3.net>
14040 * locale/iso-4217.def: Reintroduce XDR currency.
14042 2014-05-04 Allan McRae <allan@archlinux.org>
14044 * po/eo.po: Update Esperanto translation from translation project.
14046 2014-05-02 Carlos O'Donell <carlos@redhat.com>
14048 * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
14049 and FEATURE_INDEX_MAX to 1.
14050 [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
14052 2014-05-01 Steve Ellcey <sellcey@mips.com>
14054 * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
14055 * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
14056 * iconvdata/big5.c (ONE_DIRECTION): Define.
14057 * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
14058 * iconvdata/cp1255.c (ONE_DIRECTION): Define.
14059 * iconvdata/cp1258.c (ONE_DIRECTION): Define.
14060 * iconvdata/cp932.c (ONE_DIRECTION): Define.
14061 * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
14062 * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
14063 * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
14064 * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
14065 * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
14066 * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
14067 * iconvdata/gb18030.c (ONE_DIRECTION): Define.
14068 * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
14069 * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
14070 * iconvdata/gbk.c (ONE_DIRECTION): Define.
14071 * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
14072 * iconvdata/ibm930.c (ONE_DIRECTION): Define.
14073 * iconvdata/ibm932.c (ONE_DIRECTION): Define.
14074 * iconvdata/ibm933.c (ONE_DIRECTION): Define.
14075 * iconvdata/ibm935.c (ONE_DIRECTION): Define.
14076 * iconvdata/ibm937.c (ONE_DIRECTION): Define.
14077 * iconvdata/ibm939.c (ONE_DIRECTION): Define.
14078 * iconvdata/ibm943.c (ONE_DIRECTION): Define.
14079 * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
14080 * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
14081 * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
14082 * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
14083 * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
14084 * iconvdata/iso646.c (ONE_DIRECTION): Define.
14085 * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
14086 * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
14087 * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
14088 * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
14089 * iconvdata/johab.c (ONE_DIRECTION): Define.
14090 * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
14091 * iconvdata/sjis.c (ONE_DIRECTION): Define.
14092 * iconvdata/t.61.c (ONE_DIRECTION): Define.
14093 * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
14094 * iconvdata/tscii.c (ONE_DIRECTION): Define.
14095 * iconvdata/uhc.c (ONE_DIRECTION): Define.
14096 * iconvdata/unicode.c (ONE_DIRECTION): Define.
14097 * iconvdata/utf-16.c (ONE_DIRECTION): Define.
14098 * iconvdata/utf-32.c (ONE_DIRECTION): Define.
14099 * iconvdata/utf-7.c (ONE_DIRECTION): Define.
14101 2014-05-01 Roland McGrath <roland@hack.frob.com>
14103 * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
14104 (_IO_JUMPS_OFFSET): Define to 0.
14106 * nptl/sysdeps/pthread/bits/libc-lock.h
14107 [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
14108 (__libc_lock_define_initialized_recursive): Always define using
14109 initializer. Modern compilers treat uninitialized (implicit zero) and
14110 explicit zero initializers the same (i.e. put the datum in bss).
14112 2014-05-01 Andreas Schwab <schwab@linux-m68k.org>
14114 * nscd/nscd-client.h: Include <string.h>.
14116 2014-05-01 David S. Miller <davem@davemloft.net>
14119 * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
14120 multiple zero bytes exist at the end of a string.
14121 Reported by Aurelien Jarno <aurelien@aurel32.net>
14123 * string/test-strcmp.c (check): Add explicit test for situations where
14124 there are multiple zero bytes after the first.
14126 2014-05-01 Andreas Schwab <schwab@linux-m68k.org>
14129 * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
14130 when compiling wprintf.
14131 * stdio-common/tstdiomisc.c (t3): New function.
14134 2014-05-01 Steve Ellcey <sellcey@mips.com>
14136 * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
14137 * iconv/gconv_simple.c (ONE_DIRECTION): Define.
14138 * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
14139 * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
14141 2014-05-01 Steve Ellcey <sellcey@mips.com>
14143 * stdlib/longlong.h: Updated from GCC.
14145 2014-05-01 Will Newton <will.newton@linaro.org>
14146 Bernard Ogden <bernie.ogden@linaro.org>
14148 * NEWS: Update fixed bug list.
14151 * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
14153 2014-04-30 David S. Miller <davem@davemloft.net>
14155 * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
14156 (libc_feholdexcept_setround_sparc_ctx): New function.
14157 (libc_fesetenv_sparc_ctx): Likewise.
14158 (libc_feupdateenv_sparc_ctx): Likewise.
14159 (libc_feholdsetround_sparc_ctx): Likewise.
14160 (libc_feholdexcept_setround_ctx): Define.
14161 (libc_feholdexcept_setroundf_ctx): Likewise.
14162 (libc_feholdexcept_setroundl_ctx): Likewise.
14163 (libc_fesetenv_ctx): Likewise.
14164 (libc_fesetenvf_ctx): Likewise.
14165 (libc_fesetenvl_ctx): Likewise.
14166 (libc_feupdateenv_ctx): Likewise.
14167 (libc_feupdateenvf_ctx): Likewise.
14168 (libc_feupdateenvl_ctx): Likewise.
14169 (libc_feresetround_ctx): Likewise.
14170 (libc_feresetroundf_ctx): Likewise.
14171 (libc_feresetroundl_ctx): Likewise.
14172 (libc_feholdsetround_ctx): Likewise.
14173 (libc_feholdsetroundf_ctx): Likewise.
14174 (libc_feholdsetroundl_ctx): Likewise.
14176 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
14177 with __USE_GNU instead of XOPEN cpp guards.
14179 * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
14182 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
14183 with XOPEN cpp guards.
14185 2014-04-30 Julian Brown <julian@codesourcery.com>
14188 * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
14191 2014-04-30 Joseph Myers <joseph@codesourcery.com>
14194 * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
14196 (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
14197 * sysdeps/unix/sysv/linux/configure: Regenerated.
14198 * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
14199 * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
14200 * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
14201 * sysdeps/unix/sysv/linux/tile/configure: Likewise.
14202 * README: Update reference to required Linux kernel version.
14203 * manual/install.texi (Linux): Update reference to required Linux
14204 kernel headers version.
14205 * INSTALL: Regenerated.
14207 * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
14209 [POSIX] (limits.h): Likewise.
14210 [POSIX] (math.h): Likewise.
14211 [POSIX] (sys/wait.h): Likewise.
14212 * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
14214 [POSIX] (stddef.h): Do not allow header inclusion.
14216 2014-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14218 * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
14220 2014-04-30 Yang Yingliang <yangyingliang@huawei.com>
14222 * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
14223 Return immediately after lll_futex_wake.
14225 2014-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
14228 * nscd/nscd-client.h (datahead_init_common): Initialize entire
14230 (datahead_init_pos): Call datahead_init_common early.
14231 (datahead_init_neg): Likewise.
14233 * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
14234 datahead_init_neg): New functions.
14235 * nscd/aicache.c (addhstaiX): Use them.
14236 * nscd/grpcache.c (cache_addgr): Likewise.
14237 * nscd/hstcache.c (cache_addhst): Likewise.
14238 * nscd/initgrcache.c (addinitgroupsX): Likewise.
14239 * nscd/netgroupcache.c (do_notfound): Likewise.
14240 (addgetnetgrentX): Likewise.
14241 (addinnetgrX): Likewise.
14242 * nscd/pwdcache.c (cache_addpw): Likewise.
14243 * nscd/servicescache.c (cache_addserv): Likewise.
14245 2014-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
14246 Atsushi Onoe <atsushi@onoe.org>
14251 * resolv/res_query.c (__libc_res_nsearch): Return if at least
14252 one response is valid.
14253 * resolv/res_send.c (send_dg): Check for validity of other
14254 response if the current response is a referral.
14256 2014-04-29 Steve Ellcey <sellcey@mips.com>
14258 * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
14260 2014-04-29 Stefan Liebler <stli@linux.vnet.ibm.com>
14263 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
14264 Always divide by positive zero when computing -Inf result.
14265 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
14266 * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
14268 2014-04-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14270 * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
14271 FPSCR if value do not change.
14272 * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
14273 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
14274 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
14275 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
14276 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
14277 * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
14280 2014-05-29 Carlos O'Donell <carlos@systemhalted.org>
14282 * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
14283 * sysdeps/unix/sysv/linux/hppa: Move directory from
14284 ports/systeps/unix/sysv/linux/hppa.
14285 * README: Update listing for hppa-*-linux-gnu.
14287 2014-04-28 Ondřej Bílka <neleai@seznam.cz>
14290 * manual/stdio.texi (Hook functions): Fix types of stream hook
14293 * socket/sys/socket.h: Fix typo in comment.
14295 2014-04-28 Wilco <wdijkstr@arm.com>
14297 * sysdeps/arm/fenv_private.h: New file.
14298 * sysdeps/arm/math_private.h: New file.
14299 * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
14301 2014-04-25 H.J. Lu <hongjiu.lu@intel.com>
14303 * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
14305 (La_x86_64_retval): Likewise.
14307 2014-04-24 Ian Bolton <ian.bolton@arm.com>
14309 * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
14310 fpsr if value didn't change.
14311 * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
14312 to fpcr if value didn't change.
14313 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
14314 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
14315 fpsr or fpcr if value didn't change.
14316 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
14317 * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
14318 fpcr if value didn't change.
14319 * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
14320 to fpsr if value didn't change.
14322 2014-02-23 Siddhesh Poyarekar <siddhesh@redhat.com>
14324 * nptl/tst-sem3.c: Use test-skeleton.c
14325 (main): Rename to do_test. Use return instead of
14327 * nptl/tst-sem4.c: Use test-skeleton.c
14328 (main): Rename to do_test.
14330 2014-04-22 David S. Miller <davem@davemloft.net>
14332 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
14333 (struct sigaction): New struct member __glibc_reserved0, change
14334 type of sa_flags to int.
14336 2014-04-22 Yufeng Zhang <yufeng.zhang@arm.com>
14338 * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
14339 (COUNT_LEADING_ZEROS_0): Define for AArch64.
14341 2014-04-22 Siddhesh Poyarekar <siddhesh@redhat.com>
14343 * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
14344 * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
14346 2014-04-22 Will Newton <will.newton@linaro.org>
14347 Venkataramanan Kumar <venkataramanan.kumar@linaro.org>
14349 * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
14350 (__longjmp): Add longjmp and longjmp_target SystemTap
14352 * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
14353 (__sigsetjmp): Add setjmp SystemTap probe.
14355 2014-04-17 Carlos O'Donell <carlos@redhat.com>
14357 * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
14358 match manual order.
14360 2014-04-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14362 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
14364 * sysdeps/powerpc/fpu/fenv_private.h
14365 (libc_feholdexcept_setroundl_ctx): Define to
14366 libc_feholdexcept_setround_ppc_ctx.
14367 (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
14368 (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
14369 (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
14370 (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
14372 2014-04-17 Ian Bolton <ian.bolton@arm.com>
14374 * sysdeps/aarch64/math-tests.h: New file.
14376 2014-04-17 Sihai Yao <sihai.ysh@alibaba-inc.com>
14378 * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
14380 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
14381 Check and set bit_AVX2_Usable.
14382 * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
14384 (bit_AVX2): Likewise.
14385 (index_AVX2_Usable): Likewise.
14386 (CPUID_AVX2): Likewise.
14387 (HAS_AVX2): Likewise.
14389 2014-04-17 Will Newton <will.newton@linaro.org>
14391 * manual/setjmp.texi (System V contexts): Add note that
14392 calling setcontext on a context created by a call to a
14393 signal handler is undefined. Update text to note that
14394 setcontext from a signal handler is possible but not
14398 * stdlib/tst-setcontext.c: Include signal.h.
14399 (main): Check that the signal stack before and
14400 after swapcontext is the same.
14402 * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
14403 Re-implement to restore registers in user code and avoid
14404 rt_sigreturn system call.
14406 2014-04-17 Wilco <wdijkstr@arm.com>
14408 * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
14409 * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
14410 * math/test-fenv.c: Skip exception trap tests on targets which only
14411 support non-stop mode.
14413 2014-04-17 Ian Bolton <ian.bolton@arm.com>
14414 Wilco Dijkstra <wilco.dijkstra@arm.com>
14416 * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
14417 (libc_feholdsetround_aarch64_ctx)
14418 (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
14419 (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
14420 (libc_feresetround_ctx, libc_feresetroundf_ctx)
14421 (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
14422 (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
14423 (libc_feresetround_noexl_ctx): Define.
14425 2014-04-16 Richard Henderson <rth@redhat.com>
14427 * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
14429 * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
14432 * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
14433 const from the non-libc, non-ldso copy.
14435 * sysdeps/alpha/libm-test-ulps: Regenerate.
14437 2014-04-16 Ian Bolton <ian.bolton@arm.com>
14438 Wilco Dijkstra <wilco.dijkstra@arm.com>
14440 * sysdeps/aarch64/fpu/math_private.h: New file.
14442 2014-04-16 Marcus Shawcroft <marcus.shawcroft@arm.com>
14444 * sysdeps/aarch64/libm-test-ulps: Regenerate.
14446 2014-04-16 Igor Zamyatin <igor.zamyatin@intel.com>
14449 * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
14450 (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
14451 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
14452 Intel MPX bound registers before _dl_profile_fixup.
14453 * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
14454 registers after _dl_profile_fixup. Save and restore bound
14455 registers bnd0/bnd1 when calling _dl_call_pltexit.
14456 * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
14457 (LR_BND_OFFSET): Likewise.
14458 (LRV_BND0_OFFSET): Likewise.
14459 (LRV_BND1_OFFSET): Likewise.
14461 2014-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
14463 * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
14465 * sysdeps/mach/hurd/i386/tls.h: ... here.
14466 (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
14467 pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
14470 2014-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
14472 * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
14474 2014-04-16 Stefan Liebler <stli@linux.vnet.ibm.com>
14476 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14478 2014-04-16 Stefan Liebler <stli@linux.vnet.ibm.com>
14481 * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
14482 * sysdeps/s390/configure: Regenerate.
14485 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
14486 Set round-to-nearest internally to reduce error accumulation.
14488 2014-04-16 Alan Modra <amodra@gmail.com>
14492 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
14493 * math/libm-test.inc (frexp_test_data): Add tests.
14494 * NEWS: Update fixed bug list.
14496 2014-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
14498 * benchtests/Makefile: Depend on libraries in build directory.
14499 (bench-math): Separate out math tests.
14500 (bench-pthread): Separate out pthread tests.
14501 (bench): Include math and pthread tests.
14503 2014-04-14 Carlos O'Donell <carlos@redhat.com>
14506 * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
14507 _dl_debug_initialize.
14509 * configure.ac: Remove SELinux header check.
14510 * configure: Regenerate.
14511 * nscd/selinux.c (perms): Array of const char* to permission names.
14512 (nscd_request_avc_has_perm): Call security_deny_unknown to find
14513 default policy. Call string_to_security_class and string_to_av_perm to
14514 translate strings. Enforce default policy and call avs_has_perm with
14515 results of translated strings.
14517 2014-04-13 David S. Miller <davem@davemloft.net>
14519 * sysdeps/sparc/fpu/libm-test-ulps: Update.
14521 2014-04-12 Allan McRae <allan@archlinux.org>
14524 * manual/string.texi (Collation Functions): Fix qsort argument
14526 Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
14528 2014-04-11 Chris Metcalf <cmetcalf@tilera.com>
14530 * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
14531 Make the test a no-op if there are no exceptions defined.
14533 2014-04-11 Paul Pluzhnikov <ppluzhnikov@google.com>
14535 * elf/Makefile (tests): make tst-dlopen-aout conditional on
14536 enable-hardcoded-path-in-tests
14538 2014-04-11 Will Newton <will.newton@linaro.org>
14540 * benchtests/Makefile (extra-objs): Add json-lib.o.
14541 (bench-func): Tidy up JSON output.
14542 * benchtests/bench-skeleton.c: Include json-lib.h.
14543 (main): Use JSON library functions to do output of
14545 * benchtests/bench-timing-type.c (main): Output the
14546 timing type simply, leaving formatting to the user.
14547 * benchtests/json-lib.c: New file.
14548 * benchtests/json-lib.h: Likewise.
14550 2014-04-11 Torvald Riegel <triegel@redhat.com>
14553 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
14554 * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here. Add missing
14555 memory barriers. Add comments.
14556 * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
14557 * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
14558 * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
14559 * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
14560 * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
14561 * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
14563 2014-04-11 Stefan Liebler <stli@linux.vnet.ibm.com>
14565 * sysdeps/s390/s390-32/configure.ac: Unify file with ...
14566 * sysdeps/s390/s390-64/configure.ac: ... this ...
14567 * sysdeps/s390/configure.ac: ... to here.
14568 * sysdeps/s390/s390-32/configure: Delete file.
14569 * sysdeps/s390/s390-64/configure: Delete file.
14570 * sysdeps/s390/configure: Regenerate.
14572 2014-04-11 Joseph Anthony Pasquale Holsten <joseph@josephholsten.com>
14574 * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
14576 2014-04-11 Will Newton <will.newton@linaro.org>
14578 * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
14579 to zero if it is not defined elsewhere. (mtrim): Test
14580 the value of MALLOC_DEBUG with #if rather than #ifdef.
14582 2014-04-10 Torvald Riegel <triegel@redhat.com>
14584 * benchtests/pthread_once-inputs: New file.
14585 * benchtests/pthread_once-source.c: New file.
14586 * benchtests/README: Update documentation.
14588 2014-04-09 Igor Zamyatin <igor.zamyatin@intel.com>
14589 H.J. Lu <hongjiu.lu@intel.com>
14592 * config.h.in (HAVE_MPX_SUPPORT): New #undef.
14593 * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
14594 * sysdeps/x86_64/configure: Regenerated.
14595 * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
14597 (REGISTER_SAVE_RAX): Likewise.
14598 (REGISTER_SAVE_RCX): Likewise.
14599 (REGISTER_SAVE_RDX): Likewise.
14600 (REGISTER_SAVE_RSI): Likewise.
14601 (REGISTER_SAVE_RDI): Likewise.
14602 (REGISTER_SAVE_R8): Likewise.
14603 (REGISTER_SAVE_R9): Likewise.
14604 (REGISTER_SAVE_BND0): Likewise.
14605 (REGISTER_SAVE_BND1): Likewise.
14606 (REGISTER_SAVE_BND2): Likewise.
14607 (_dl_runtime_resolve): Use them. Save and restore Intel MPX
14608 bound registers when calling _dl_fixup.
14610 2014-04-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14612 * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
14613 * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
14615 * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
14616 * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
14617 * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
14618 * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
14619 * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
14620 * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
14621 * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
14623 2014-04-09 Peter Brett <peter@peter-b.co.uk>
14626 * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
14627 pathconf(_PC_NAME_MAX).
14629 2014-04-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14631 * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
14632 Remove macro usage.
14633 (__PTHREAD_SPINS): Move definition to ...
14634 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
14635 (__PTHREAD_SPINS): ... here.
14636 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14637 (__PTHREAD_SPIN): Likewise.
14638 * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
14639 (__PTHREAD_SPIN): Likewise.
14640 * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
14641 (__PTHREAD_SPIN): Likewise.
14642 * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
14643 (__PTHREAD_SPIN): Likewise.
14644 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
14645 (__PTHREAD_SPIN): Likewise.
14646 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
14647 (__PTHREAD_SPIN): Likewise.
14648 * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
14649 (__PTHREAD_SPIN): Likewise.
14650 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
14651 (__PTHREAD_SPIN): Likewise.
14652 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
14653 (__PTHREAD_SPIN): Likewise.
14654 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
14655 (__PTHREAD_SPIN): Likewise.
14656 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
14657 (__PTHREAD_SPIN): Likewise.
14658 * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
14659 (__PTHREAD_SPIN): Likewise.
14661 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
14662 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
14663 * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
14664 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
14666 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
14667 * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
14668 * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
14669 * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
14670 correct imply path.
14671 * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
14672 strlen symbol for non multi-arch builds.
14673 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
14674 missing hidden_def and weak_alias.
14676 2014-04-08 Carlos O'Donell <carlos@redhat.com>
14678 * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
14680 2014-04-07 Will Newton <will.newton@linaro.org>
14682 * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
14683 and contents. [!_LIBC] Remove #ifndef and contents.
14684 (basename): Use ANSI prototype. [_LIBC] Remove #idef.
14685 * string/memccpy.c (__memccpy): Use ANSI prototype.
14686 * string/memfrob.c (memfrob): Likewise.
14687 * string/strcoll.c (STRCOLL): Likewise.
14688 * string/strlen.c (strlen): Likewise.
14689 * string/strtok.c (STRTOK): Likewise.
14690 * string/strcat.c: Remove unused #include of memcopy.h.
14691 (strcat): Use ANSI prototype.
14692 * string/strchr.c: Remove unused #include of memcopy.h.
14693 (strchr): Use ANSI prototype.
14694 * string/strcmp.c: Remove unused #include of memcopy.h.
14695 (strcmp): Use ANSI prototype.
14696 * string/strcpy.c: Remove unused #include of memcopy.h.
14697 (strcpy): Use ANSI prototype.
14699 2014-04-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14701 * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
14702 * config.make.in (config-extra-cppflags): Set it from
14703 libc_extra_cppflags.
14704 * configure.ac (libc_extra_cflags): Make it accumulate over
14705 configure fragments.
14706 (libc_extra_cppflags): New flag.
14707 * configure. Regenerate.
14708 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
14709 (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
14710 not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
14711 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
14714 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
14715 result for FE_DOWNWARD rounding mode.
14716 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
14718 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14720 2014-04-04 Chris Metcalf <cmetcalf@tilera.com>
14722 * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
14723 in function argument name.
14725 2014-04-03 David Svoboda <svoboda@cert.org>
14728 * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
14731 2014-04-03 Roland McGrath <roland@hack.frob.com>
14733 * elf/dl-unmap-segments.h: New file.
14734 * sysdeps/generic/ldsodefs.h
14735 (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
14736 * elf/dl-close.c: Include <dl-unmap-segments.h>.
14737 * elf/dl-fptr.c: Likewise.
14738 (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
14739 * sysdeps/aarch64/tlsdesc.c: Likewise.
14740 * sysdeps/arm/tlsdesc.c: Likewise.
14741 * sysdeps/i386/tlsdesc.c: Likewise.
14742 * sysdeps/tile/dl-runtime.c: Likewise.
14743 * sysdeps/x86_64/tlsdesc.c: Likewise.
14744 * elf/dl-load.h: New file.
14745 * elf/dl-load.c: Include it.
14746 (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
14747 Macros moved to dl-load.h.
14748 (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
14749 (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
14750 Use _dl_unmap_segments in place of __munmap.
14751 Break out segment-mapping loop into ...
14752 * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
14754 2014-04-03 Will Newton <will.newton@linaro.org>
14756 * elf/dl-lookup.c (do_lookup_x): Remove comment
14757 referring to nested function and move variable
14758 declarations down to before first use.
14760 2014-04-02 Joseph Myers <joseph@codesourcery.com>
14764 * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
14766 * math/s_catanf.c (__catanf): Likewise.
14767 * math/s_catanh.c (__catanh): Likewise.
14768 * math/s_catanhf.c (__catanhf): Likewise.
14769 * math/s_catanhl.c (__catanhl): Likewise.
14770 * math/s_catanl.c (__catanl): Likewise.
14771 * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
14772 by positive zero when computing -Inf result.
14773 * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
14774 (catanh_test): Likewise.
14775 * sysdeps/i386/fpu/libm-test-ulps: Update.
14776 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14779 * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
14780 instead of using underflowing value in computing result.
14781 * math/s_clog10.c (__clog10): Likewise.
14782 * math/s_clog10f.c (__clog10f): Likewise.
14783 * math/s_clog10l.c (__clog10l): Likewise.
14784 * math/s_clogf.c (__clogf): Likewise.
14785 * math/s_clogl.c (__clogl): Likewise.
14786 * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
14787 (clog10_test): Likewise.
14788 * sysdeps/i386/fpu/libm-test-ulps: Update.
14789 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14791 2014-04-02 Alan Modra <amodra@gmail.com>
14794 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
14795 output when value is near a power of two. Use int64_t for lx and
14796 remove casts. Use decimal rather than hex exponent constants.
14797 Don't use long double multiplication when double will suffice.
14798 * math/libm-test.inc (nextafter_test_data): Add tests.
14799 * NEWS: Add 16739 and 16786 to bug list.
14801 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
14803 * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
14805 2014-04-01 Will Newton <will.newton@linaro.org>
14807 * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
14808 -fno-builtin. (CFLAGS-bench-ffsll.c): Likewise.
14810 2014-04-01 Florian Weimer <fweimer@redhat.com>
14813 * nptl/nptl-init.c (sighandler_setxid): Check system call result.
14814 * nptl/tst-setuid2.c: New file.
14815 * nptl/Makefile (xtests): Add tst-setuid2.
14817 2014-04-01 Alan Modra <amodra@gmail.com>
14820 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
14822 2014-03-31 Joseph Myers <joseph@codesourcery.com>
14826 * math/w_scalb.c (__scalb): For non-SVID mode, check result and
14827 set errno as appropriate.
14828 * math/w_scalbf.c (__scalbf): Likewise.
14829 * math/w_scalbl.c (__scalbl): Likewise.
14830 * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
14831 ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
14832 * math/libm-test.inc (scalb_test_data): Add errno expectations.
14833 Add more NaN tests.
14836 * math/w_atan2.c: Include <errno.h>.
14837 (__atan2): Set errno for result underflowing to zero.
14838 * math/w_atan2f.c: Include <errno.h>.
14839 (__atan2f): Set errno for result underflowing to zero.
14840 * math/w_atan2l.c: Include <errno.h>.
14841 (__atan2l): Set errno for result underflowing to zero.
14842 * math/auto-libm-test-in: Don't allow missing errno for some atan2
14844 * math/auto-libm-test-out: Regenerated.
14846 2014-03-31 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14848 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
14849 Encode instruction correctly in little endian.
14850 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
14852 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
14854 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
14856 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
14859 2014-03-31 Joseph Myers <joseph@codesourcery.com>
14862 * sysdeps/unix/sysv/linux/kernel-features.h
14863 [__sparc__ && !__arch64__ && !__sparc_v9__]
14864 (__ASSUME_SET_ROBUST_LIST): Do not define.
14865 [__sparc__ && !__arch64__ && !__sparc_v9__]
14866 (__ASSUME_FUTEX_LOCK_PI): Likewise.
14867 [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
14869 * sysdeps/unix/sysv/linux/arm/kernel-features.h
14870 (__ASSUME_FUTEX_LOCK_PI): Undefine.
14871 (__ASSUME_REQUEUE_PI): Likewise.
14872 (__ASSUME_SET_ROBUST_LIST): Likewise.
14873 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14874 [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
14876 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14877 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
14879 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
14881 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
14883 * sysdeps/unix/sysv/linux/mips/kernel-features.h
14884 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
14886 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
14887 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
14891 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14892 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
14893 * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
14895 2014-03-31 Will Newton <will.newton@linaro.org>
14897 * benchtests/Makefile (bench): Add ffs and ffsll to list
14899 * benchtests/ffs-inputs: New file.
14900 * benchtests/ffsll-inputs: Likewise.
14902 2014-03-29 Joseph Myers <joseph@codesourcery.com>
14905 * math/e_scalb.c (__ieee754_scalb): Check second argument is not
14906 too large before casting to int.
14907 * math/e_scalbf.c (__ieee754_scalbf): Likewise.
14908 * math/e_scalbl.c (__ieee754_scalbl): Likewise.
14909 * math/libm-test.inc (scalb_test_data): Add more tests.
14911 2014-03-29 Siddhesh Poyarekar <siddhesh@redhat.com>
14913 * benchtests/Makefile (DETAILED_OPT): New make option.
14914 (bench-func): Run benchmark program with -d if DETAILED_OPT is
14916 * benchtests/bench-skeleton.c: Include stdbool.h.
14917 (main): Store and print timings per input.
14918 * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
14919 member to each argument value.
14920 (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
14921 (_print_arg_data): Initialize per-input timing to 0.
14923 * benchtests/Makefile (timing-type): New binary.
14924 (bench-clean): Also remove bench-timing-type.
14925 (bench): New target for timing-type.
14926 (bench-func): Print output in JSON format.
14927 * benchtests/bench-skeleton.c (main): Print output in JSON
14929 * benchtests/bench-timing-type.c: New file.
14930 * benchtests/bench-timing.h (TIMING_TYPE): New macro.
14931 (TIMING_PRINT_STATS): Remove.
14932 * benchtests/scripts/bench.py (_print_arg_data): Store variant
14935 * benchtests/bench-modf.c: Remove.
14936 * benchtests/modf-inputs: New inputs file.
14938 2014-03-28 Joseph Myers <joseph@codesourcery.com>
14941 * math/s_clog10.c (M_PI_LOG10E): New macro.
14942 (__clog10): Use M_PI_LOG10E instead of M_PI when real and
14943 imaginary parts are 0.
14944 * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
14945 (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
14946 imaginary parts are 0.
14947 * math/s_clog10l.c (M_PI_LOG10El): New macro.
14948 (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
14949 imaginary parts are 0.
14950 * math/libm-test.inc (clog10_test_data): Update expected results
14951 for when real and imaginary parts are 0.
14953 2014-03-27 Paul Pluzhnikov <ppluzhnikov@google.com>
14955 * elf/dl-load.c: Finish conversion of __builtin_expect into
14956 __glibc_{un}likely.
14958 2014-03-27 Joseph Myers <joseph@codesourcery.com>
14961 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
14962 1+x for argument with exponent below -67.
14963 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
14965 * math/auto-libm-test-in: Add more tests of exp.
14966 * math/auto-libm-test-out: Regenerated.
14968 2014-03-27 Siddhesh Poyarekar <siddhesh@redhat.com>
14971 * inet/getnetgrent_r.c (get_nonempty_val): New function.
14972 (nscd_getnetgrent): Use it.
14975 * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
14978 2014-03-27 Andi Kleen <ak@linux.intel.com>
14980 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
14981 (lll_robust_lock, lll_cond_lock, lll_timedlock)
14982 (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
14983 (lll_robust_unlock): Remove out of line section. Use cfi
14985 (LLL_STUB_UNWIND_INFO*): Remove.
14986 * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
14987 (lll_robust_lock, lll_cond_lock, lll_timedlock)
14988 (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
14989 (lll_robust_unlock): Remove out of line section. Use cfi
14991 (LLL_STUB_UNWIND_INFO*): Remove.
14993 2014-03-27 Siddhesh Poyarekar <siddhesh@redhat.com>
14996 * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
14999 2014-03-26 Paul Pluzhnikov <ppluzhnikov@google.com>
15001 * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
15003 2014-03-26 Joseph Myers <joseph@codesourcery.com>
15006 * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
15008 * math/test-fenv-preserve.c: New file.
15009 * math/Makefile (tests): Add test-fenv-preserve.
15011 2014-03-26 Will Newton <will.newton@linaro.org>
15013 * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
15015 2014-03-25 Roland McGrath <roland@hack.frob.com>
15017 * scripts/versionlist.awk: Partition the version sets and emit all
15018 GLIBC_* (sorted) before all others (sorted).
15020 2014-03-25 Joseph Myers <joseph@codesourcery.com>
15022 * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
15023 GLIBC_2.2.5 version.
15025 2014-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15027 * scripts/localplt.awk: Check for PLT generated by internal IFUNC
15030 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
15033 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15035 2014-03-25 Andreas Schwab <schwab@suse.de>
15037 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
15038 label to be used after in6ailist is initialized.
15040 2014-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15042 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
15043 (__PTHREAD_MUTEX_HAVE_ELISION): New define.
15045 2014-03-25 Joseph Myers <joseph@codesourcery.com>
15049 * math/gen-auto-libm-tests.c (fp_format_desc): Add field
15051 (fp_formats): Update initializers.
15052 (init_fp_formats): Initialize new field.
15053 (output_for_one_input_case): Allow underflow for results up to
15055 * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
15056 * math/auto-libm-test-in: Don't mark some underflows from asin and
15058 * math/auto-libm-test-out: Regenerated.
15059 * sysdeps/i386/fpu/libm-test-ulps: Update.
15060 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15062 2014-03-25 Andreas Schwab <schwab@suse.de>
15064 * libio/Makefile (tst-ftell-partial-wide-ENV)
15065 (tst-ftell-active-handler-ENV): Define.
15067 2014-03-25 Stefan Liebler <stli@linux.vnet.ibm.com>
15069 * NEWS: Add 16712, 16713, 16714 to fixed bug list.
15071 2014-03-24 Paul Pluzhnikov <ppluzhnikov@google.com>
15073 * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
15075 2014-03-24 Joseph Myers <joseph@codesourcery.com>
15077 * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
15078 * sysdeps/x86_64/fpu/multiarch/e_exp.c
15079 [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
15081 2014-03-24 Paul Pluzhnikov <ppluzhnikov@google.com>
15084 * elf/dl-load.c (open_verify): Add mode parameter.
15085 Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
15086 (open_path): Change from boolean 'secure' to complete flag 'mode'
15087 (_dl_map_object): Adjust.
15088 * elf/Makefile (tests): Add tst-dlopen-aout.
15089 * elf/tst-dlopen-aout.c: New test.
15091 2014-03-24 Stefan Liebler <stli@linux.vnet.ibm.com>
15094 * sysdeps/unix/sysv/linux/s390/bits/stat.h
15095 (struct stat): Rename member pad0 to __glibc_reserved0.
15098 * sysdeps/s390/s390-32/bits/wordsize.h
15099 (__WORDSIZE32_SIZE_ULONG): New define.
15100 * sysdeps/s390/s390-64/bits/wordsize.h
15101 (__WORDSIZE32_SIZE_ULONG): Likewise.
15102 * sysdeps/generic/stdint.h (SIZE_MAX):
15103 Define as UL if __WORDSIZE32_SIZE_ULONG.
15106 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
15107 (__glibc_reserved0): New variable.
15108 (sa_flags): Change type to int.
15110 * posix/Makefile (before-compile): Use += before-compile instead
15113 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15114 (__PTHREAD_MUTEX_HAVE_ELISION): New define.
15116 2014-03-20 Andreas Schwab <schwab@suse.de>
15119 * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
15120 non-matching result from nscd.
15122 2014-03-24 Siddhesh Poyarekar <siddhesh@redhat.com>
15124 * scripts/bench.py: Moved to ...
15125 * benchtests/scripts/bench.py: ... here.
15126 * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
15128 2014-03-24 Andreas Schwab <schwab@suse.de>
15131 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
15132 alloca_account and account alloca use for struct in6ailist.
15134 2014-03-24 Joseph Myers <joseph@codesourcery.com>
15137 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
15138 rounding mode to recompute results that overflow to infinity or
15140 * math/auto-libm-test-in: Don't mark tests as expected to fail for
15142 * math/auto-libm-test-out: Regenerated.
15143 * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
15144 (ccosh_test): Likewise.
15145 (csin_test_data): Use plus_oflow.
15146 (csin_test): Use ALL_RM_TEST.
15147 (csinh_test_data): Use plus_oflow.
15148 (csinh_test): Use ALL_RM_TEST.
15149 * sysdeps/i386/fpu/libm-test-ulps: Update.
15150 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15152 2014-03-21 Joseph Myers <joseph@codesourcery.com>
15154 * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
15155 * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
15156 * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
15159 * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
15160 when x - 1 is zero.
15161 * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
15162 * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
15163 * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
15164 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
15166 * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
15167 * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
15169 * math/libm-test.inc (log_test): Use ALL_RM_TEST.
15170 * sysdeps/i386/fpu/libm-test-ulps: Update.
15171 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15173 2014-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
15175 * scripts/bench.pl: Remove file.
15176 * scripts/bench.py: New benchmark script.
15177 * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
15178 * benchtests/README: Mention python dependency.
15179 * scripts/pylintrc: New file.
15180 * scripts/pylint: New file.
15182 * bits/mathdef.h: Use #ifdef instead of #if.
15183 * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
15184 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15185 * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
15186 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15187 * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
15188 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15190 2014-03-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15191 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
15193 * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
15194 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
15195 and strpbrk-ppc64 objects.
15196 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
15197 (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
15198 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
15199 multiarch strpbrk for POWER7.
15200 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
15201 multiarch strpbrk for PPC64.
15202 * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
15204 * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
15205 strpbrk for POWER7.
15207 2014-03-20 Joseph Myers <joseph@codesourcery.com>
15209 * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
15210 (atan_test): Likewise.
15211 (atanh_test_data): Use NO_TEST_INLINE for two tests.
15212 (atanh_test): Use ALL_RM_TEST.
15213 (atan2_test_data): Likewise.
15214 (cabs_test): Likewise.
15215 (cacosh_test): Likewise.
15216 (carg_test): Likewise.
15217 (casin_test): Likewise.
15218 (casinh_test): Likewise.
15219 (cbrt_test): Likewise.
15220 (csqrt_test): Likewise.
15221 (erf_test): Likewise.
15222 (erfc_test): Likewise.
15223 (pow10_test): Likewise.
15224 (exp2_test): Likewise.
15225 (hypot_test): Likewise.
15226 (j0_test): Likewise.
15227 (j1_test): Likewise.
15228 (lgamma_test): Likewise.
15229 (gamma_test): Likewise.
15230 (sincos_test): Likewise.
15231 (tanh_test): Likewise.
15232 (y0_test): Likewise.
15233 (y1_test): Likewise.
15234 * sysdeps/i386/fpu/libm-test-ulps: Update.
15235 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15237 2014-03-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15239 * string/strcspn.c (strcspn): Using macro to redefine symbol name.
15240 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
15241 and strcspn-ppc64 objects.
15242 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
15243 (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
15244 * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
15245 multiarch strcspn for POWER7.
15246 * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
15247 multiarch strcspn for PPC64.
15248 * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
15250 * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
15251 strcspn for POWER7.
15253 2014-03-20 Joseph Myers <joseph@codesourcery.com>
15255 * math/gen-libm-test.pl (generate_testfile): Expect only function
15256 name as argument to AUTO_TESTS_* and pass results for all rounding
15257 modes to parse_args.
15258 (parse_auto_input): Separate inputs of automatic tests from
15259 outputs before storing in %auto_tests.
15260 * math/libm-test.inc (acos_test_data): Update call to
15262 (acos_test): Use ALL_RM_TEST.
15263 (acos_tonearest_test_data): Remove.
15264 (acos_test_tonearest): Likewise.
15265 (acos_towardzero_test_data): Likewise.
15266 (acos_test_towardzero): Likewise.
15267 (acos_downward_test_data): Likewise.
15268 (acos_test_downward): Likewise.
15269 (acos_upward_test_data): Likewise.
15270 (acos_test_upward): Likewise.
15271 (acosh_test_data): Update call to AUTO_TESTS_f_f.
15272 (asin_test_data): Likewise.
15273 (asin_test): Use ALL_RM_TEST.
15274 (asin_tonearest_test_data): Remove.
15275 (asin_test_tonearest): Likewise.
15276 (asin_towardzero_test_data): Likewise.
15277 (asin_test_towardzero): Likewise.
15278 (asin_downward_test_data): Likewise.
15279 (asin_test_downward): Likewise.
15280 (asin_upward_test_data): Likewise.
15281 (asin_test_upward): Likewise.
15282 (asinh_test_data): Update call to AUTO_TESTS_f_f.
15283 (atan_test_data): Likewise.
15284 (atanh_test_data): Likewise.
15285 (atan2_test_data): Update call to AUTO_TESTS_ff_f.
15286 (cabs_test_data): Update call to AUTO_TESTS_c_f.
15287 (carg_test_data): Likewise.
15288 (cbrt_test_data): Update call to AUTO_TESTS_f_f.
15289 (ccos_test_data): Update call to AUTO_TESTS_c_c.
15290 (ccosh_test_data): Likewise.
15291 (cexp_test_data): Likewise.
15292 (clog_test_data): Likewise.
15293 (clog10_test_data): Likewise.
15294 (cos_test_data): Update call to AUTO_TESTS_f_f.
15295 (cos_test): Use ALL_RM_TEST.
15296 (cos_tonearest_test_data): Remove.
15297 (cos_test_tonearest): Likewise.
15298 (cos_towardzero_test_data): Likewise.
15299 (cos_test_towardzero): Likewise.
15300 (cos_downward_test_data): Likewise.
15301 (cos_test_downward): Likewise.
15302 (cos_upward_test_data): Likewise.
15303 (cos_test_upward): Likewise.
15304 (cosh_test_data): Update call to AUTO_TESTS_f_f.
15305 (cosh_test): Use ALL_RM_TEST.
15306 (cosh_tonearest_test_data): Remove.
15307 (cosh_test_tonearest): Likewise.
15308 (cosh_towardzero_test_data): Likewise.
15309 (cosh_test_towardzero): Likewise.
15310 (cosh_downward_test_data): Likewise.
15311 (cosh_test_downward): Likewise.
15312 (cosh_upward_test_data): Likewise.
15313 (cosh_test_upward): Likewise.
15314 (cpow_test_data): Update call to AUTO_TESTS_cc_c.
15315 (csqrt_test_data): Update call to AUTO_TESTS_c_c.
15316 (ctan_test_data): Likewise.
15317 (ctan_test): Use ALL_RM_TEST.
15318 (ctan_tonearest_test_data): Remove.
15319 (ctan_test_tonearest): Likewise.
15320 (ctan_towardzero_test_data): Likewise.
15321 (ctan_test_towardzero): Likewise.
15322 (ctan_downward_test_data): Likewise.
15323 (ctan_test_downward): Likewise.
15324 (ctan_upward_test_data): Likewise.
15325 (ctan_test_upward): Likewise.
15326 (ctanh_test_data): Update call to AUTO_TESTS_c_c.
15327 (ctanh_test): Use ALL_RM_TEST.
15328 (ctanh_tonearest_test_data): Remove.
15329 (ctanh_test_tonearest): Likewise.
15330 (ctanh_towardzero_test_data): Likewise.
15331 (ctanh_test_towardzero): Likewise.
15332 (ctanh_downward_test_data): Likewise.
15333 (ctanh_test_downward): Likewise.
15334 (ctanh_upward_test_data): Likewise.
15335 (ctanh_test_upward): Likewise.
15336 (erf_test_data): Update call to AUTO_TESTS_f_f.
15337 (erfc_test_data): Likewise.
15338 (exp_test_data): Likewise.
15339 (exp_test): Use ALL_RM_TEST.
15340 (exp_tonearest_test_data): Remove.
15341 (exp_test_tonearest): Likewise.
15342 (exp_towardzero_test_data): Likewise.
15343 (exp_test_towardzero): Likewise.
15344 (exp_downward_test_data): Likewise.
15345 (exp_test_downward): Likewise.
15346 (exp_upward_test_data): Likewise.
15347 (exp_test_upward): Likewise.
15348 (exp10_test_data): Update call to AUTO_TESTS_f_f.
15349 (exp10_test): Use ALL_RM_TEST.
15350 (exp10_tonearest_test_data): Remove.
15351 (exp10_test_tonearest): Likewise.
15352 (exp10_towardzero_test_data): Likewise.
15353 (exp10_test_towardzero): Likewise.
15354 (exp10_downward_test_data): Likewise.
15355 (exp10_test_downward): Likewise.
15356 (exp10_upward_test_data): Likewise.
15357 (exp10_test_upward): Likewise.
15358 (exp2_test_data): Update call to AUTO_TESTS_f_f.
15359 (expm1_test_data): Likewise.
15360 (expm1_test): Use ALL_RM_TEST.
15361 (expm1_tonearest_test_data): Remove.
15362 (expm1_test_tonearest): Likewise.
15363 (expm1_towardzero_test_data): Likewise.
15364 (expm1_test_towardzero): Likewise.
15365 (expm1_downward_test_data): Likewise.
15366 (expm1_test_downward): Likewise.
15367 (expm1_upward_test_data): Likewise.
15368 (expm1_test_upward): Likewise.
15369 (fma_test_data): Update call to AUTO_TESTS_fff_f.
15370 (fma_test): Use ALL_RM_TEST.
15371 (fma_towardzero_test_data): Remove.
15372 (fma_test_towardzero): Likewise.
15373 (fma_downward_test_data): Likewise.
15374 (fma_test_downward): Likewise.
15375 (fma_upward_test_data): Likewise.
15376 (fma_test_upward): Likewise.
15377 (hypot_test_data): Update call to AUTO_TESTS_ff_f.
15378 (j0_test_data): Update call to AUTO_TESTS_f_f.
15379 (j1_test_data): Likewise.
15380 (jn_test_data): Update call to AUTO_TESTS_if_f.
15381 (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
15382 (log_test_data): Update call to AUTO_TESTS_f_f.
15383 (log10_test_data): Likewise.
15384 (log1p_test_data): Likewise.
15385 (log2_test_data): Likewise.
15386 (pow_test_data): Update call to AUTO_TESTS_ff_f.
15387 (pow_tonearest_test_data): Likewise.
15388 (sin_test_data): Update call to AUTO_TESTS_f_f.
15389 (sin_test): Use ALL_RM_TEST.
15390 (sin_tonearest_test_data): Remove.
15391 (sin_test_tonearest): Likewise.
15392 (sin_towardzero_test_data): Likewise.
15393 (sin_test_towardzero): Likewise.
15394 (sin_downward_test_data): Likewise.
15395 (sin_test_downward): Likewise.
15396 (sin_upward_test_data): Likewise.
15397 (sin_test_upward): Likewise.
15398 (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
15399 (sinh_test_data): Update call to AUTO_TESTS_f_f.
15400 (sinh_test): Use ALL_RM_TEST.
15401 (sinh_tonearest_test_data): Remove.
15402 (sinh_test_tonearest): Likewise.
15403 (sinh_towardzero_test_data): Likewise.
15404 (sinh_test_towardzero): Likewise.
15405 (sinh_downward_test_data): Likewise.
15406 (sinh_test_downward): Likewise.
15407 (sinh_upward_test_data): Likewise.
15408 (sinh_test_upward): Likewise.
15409 (sqrt_test_data): Update call to AUTO_TESTS_f_f.
15410 (sqrt_test): Use ALL_RM_TEST.
15411 (sqrt_tonearest_test_data): Remove.
15412 (sqrt_test_tonearest): Likewise.
15413 (sqrt_towardzero_test_data): Likewise.
15414 (sqrt_test_towardzero): Likewise.
15415 (sqrt_downward_test_data): Likewise.
15416 (sqrt_test_downward): Likewise.
15417 (sqrt_upward_test_data): Likewise.
15418 (sqrt_test_upward): Likewise.
15419 (tan_test_data): Update call to AUTO_TESTS_f_f.
15420 (tan_test): Use ALL_RM_TEST.
15421 (tan_tonearest_test_data): Remove.
15422 (tan_test_tonearest): Likewise.
15423 (tan_towardzero_test_data): Likewise.
15424 (tan_test_towardzero): Likewise.
15425 (tan_downward_test_data): Likewise.
15426 (tan_test_downward): Likewise.
15427 (tan_upward_test_data): Likewise.
15428 (tan_test_upward): Likewise.
15429 (tanh_test_data): Update call to AUTO_TESTS_f_f.
15430 (tgamma_test_data): Likewise.
15431 (y0_test_data): Likewise.
15432 (y1_test_data): Likewise.
15433 (yn_test_data): Update call to AUTO_TESTS_if_f.
15434 (main): Do not call removed functions.
15436 2014-03-19 Joseph Myers <joseph@codesourcery.com>
15438 * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
15439 (ldexp_test_data): Remove.
15440 (ldexp_test): Move to after scalbn_test. Use ALL_RM_TEST with
15442 (scalb_test): Use ALL_RM_TEST.
15444 2014-03-19 Andreas Schwab <schwab@suse.de>
15446 * nscd/nscd.service: Also invalidate netgroup cache on reload.
15448 2014-03-19 Joseph Myers <joseph@codesourcery.com>
15451 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
15452 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
15453 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
15454 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15455 (__ASSUME_PREADV): Undefine.
15456 (__ASSUME_PWRITEV): Likewise.
15458 2014-03-18 Roland McGrath <roland@hack.frob.com>
15460 * bits/mman-linux.h: Add comment about non-Linux use.
15461 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
15462 bits/mman-linux.h resting place.
15464 * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
15465 * bits/mman-linux.h: ... here.
15467 2014-03-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15469 * conform/conformtest.pl: Add standard definition when calling C
15470 preprocessor on data files.
15471 (checknamespace): Remove unused variable.
15473 2014-03-18 Joseph Myers <joseph@codesourcery.com>
15475 * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
15476 minus_oflow, plus_uflow and minus_uflow in expected results.
15477 * math/libm-test.inc (scalbn_test_data): Add more tests of
15478 negative arguments. Use plus_oflow, minus_oflow, plus_uflow and
15480 (scalbn_test): Use ALL_RM_TEST.
15481 (scalbln_test_data): Add more tests of negative arguments. Use
15482 plus_oflow, minus_oflow, plus_uflow and minus_uflow.
15483 (scalbln_test): Use ALL_RM_TEST.
15485 2014-03-18 Roland McGrath <roland@hack.frob.com>
15487 * scripts/abilist.awk: Ignore symbols marked with .hidden.
15489 2014-03-18 Will Newton <will.newton@linaro.org>
15491 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
15492 inaccurate comment.
15494 2014-03-18 Joseph Myers <joseph@codesourcery.com>
15496 * Makerules [!subdir] (check-abi): Exit with error status if a
15499 2014-03-17 Joseph Myers <joseph@codesourcery.com>
15501 * math/libm-test.inc (nearbyint_test_data): Include all tests used
15502 for rint. Include results for all rounding modes.
15503 (nearbyint_test): Use ALL_RM_TEST.
15504 (rint_test_data): Include all tests used for nearbyint.
15506 2014-03-17 Will Newton <will.newton@linaro.org>
15508 * nptl/sysdeps/pthread/pthread.h: Revert previous
15511 * sysdeps/generic/ldsodefs.h: Revert previous
15514 * libio/genops.c: Revert previous change.
15515 * libio/libioP.h: Likewise.
15516 * stdio-common/vfprintf.c: Likewise.
15518 * sysdeps/generic/math_private.h: Revert previous
15521 * sysdeps/generic/math_private.h: Check whether
15522 HAVE_RM_CTX is defined with #ifdef rather
15525 * argp/argp-fmtstream.h: Check whether
15526 __STRICT_ANSI__ is defined with #ifdef rather
15528 * argp/argp.h: Likewise.
15530 * libio/genops.c: Check whether
15531 _IO_JUMPS_OFFSET is defined with #ifdef rather
15533 * libio/libioP.h: Likewise.
15534 * stdio-common/vfprintf.c: Likewise.
15536 * sysdeps/generic/ldsodefs.h: Check whether
15537 HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
15540 * nptl/sysdeps/pthread/pthread.h: Check
15541 __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
15544 2014-03-17 Siddhesh Poyarekar <siddhesh@redhat.com>
15546 * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
15548 * libio/tst-ftell-active-handler.c (do_append_test): Add a
15552 * libio/fileops.c (_IO_file_open): Seek to end of file but
15553 don't cache the offset.
15554 (get_file_offset): Remove function.
15555 (do_ftell): Use cached offset when available.
15556 * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
15557 don't cache the offset.
15558 * libio/tst-ftell-active-handler.c (do_rewind_test): New test
15560 (do_one_test): Call it.
15561 (do_ftell_test): Fix up expected old offset for a+ mode.
15562 * libio/wfileops.c (do_ftell_wide): Used cached offset when
15565 * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
15566 up test status with function return status.
15567 (do_write_test): Likewise.
15568 (do_append_test): Likewise.
15570 * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
15571 && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
15574 2014-03-17 Joseph Myers <joseph@codesourcery.com>
15576 * math/gen-libm-test.pl (parse_args): Handle results specified for
15577 each rounding mode separately.
15578 * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
15579 tests and results from lrint_tonearest_test_data,
15580 lrint_towardzero_test_data, lrint_downward_test_data and
15581 lrint_upward_test_data.
15582 (lrint_test): Use ALL_RM_TEST.
15583 (lrint_tonearest_test_data): Remove.
15584 (lrint_test_tonearest): Likewise.
15585 (lrint_towardzero_test_data): Likewise.
15586 (lrint_test_towardzero): Likewise.
15587 (lrint_downward_test_data): Likewise.
15588 (lrint_test_downward): Likewise.
15589 (lrint_upward_test_data): Likewise.
15590 (lrint_test_upward): Likewise.
15591 (llrint_test_data): Merge in per-rounding-mode tests and results
15592 from llrint_tonearest_test_data, llrint_towardzero_test_data,
15593 llrint_downward_test_data and llrint_upward_test_data.
15594 (llrint_test): Use ALL_RM_TEST.
15595 (llrint_tonearest_test_data): Remove.
15596 (llrint_test_tonearest): Likewise.
15597 (llrint_towardzero_test_data): Likewise.
15598 (llrint_test_towardzero): Likewise.
15599 (llrint_downward_test_data): Likewise.
15600 (llrint_test_downward): Likewise.
15601 (llrint_upward_test_data): Likewise.
15602 (llrint_test_upward): Likewise.
15603 (rint_test_data): Merge in per-rounding-mode tests and results
15604 from rint_tonearest_test_data, rint_towardzero_test_data,
15605 rint_downward_test_data and rint_upward_test_data. Add
15606 per-rounding-mode results for tests not in those arrays.
15607 (rint_test): Use ALL_RM_TEST.
15608 (rint_tonearest_test_data): Remove.
15609 (rint_test_tonearest): Likewise.
15610 (rint_towardzero_test_data): Likewise.
15611 (rint_test_towardzero): Likewise.
15612 (rint_downward_test_data): Likewise.
15613 (rint_test_downward): Likewise.
15614 (rint_upward_test_data): Likewise.
15615 (rint_test_upward): Likewise.
15616 (main): Don't call removed functions.
15618 2014-03-14 Roland McGrath <roland@hack.frob.com>
15620 * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
15621 "Compiled on ..." crapola. It is anti-useful.
15623 2014-03-14 Joseph Myers <joseph@codesourcery.com>
15625 * scripts/evaluate-test.sh: Handle fourth argument to determine
15626 whether test run should stop on failure.
15627 * Makeconfig (stop-on-test-failure): New variable.
15628 (evaluate-test): Pass fourth argument to evaluate-test.sh based on
15629 $(stop-on-test-failure).
15630 * Makefile (tests): Give a summary of results from testing and
15631 exit with failure status if they include an ERROR or FAIL.
15632 (xtests): Likewise.
15633 * manual/install.texi (Configuring and compiling): Mention
15634 stop-on-test-failure=y.
15635 * INSTALL: Regenerated.
15637 2014-03-14 Roland McGrath <roland@hack.frob.com>
15639 * scripts/versionlist.awk: New file.
15640 * Makerules [$(build-shared) = yes]
15641 (postclean-generated): Add Versions.def, not Versions.def.v and
15643 ($(common-objpfx)Versions.def.v.i): Target removed.
15644 ($(common-objpfx)Versions.def): New target.
15645 ($(common-objpfx)Versions.all): Depend on that rather that
15646 $(common-objpfx)Versions.def.v.
15647 * Versions.def: File removed.
15649 * Makeconfig (+gccwarn): Add -Wundef.
15650 * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
15651 a dl-sysdep.h breaking its contract.
15652 [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
15653 * include/stackinfo.h: New file.
15654 * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
15655 * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
15656 * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
15657 * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
15658 * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
15659 * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
15660 * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15661 * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15662 * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15663 * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15664 * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15665 * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
15666 * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15667 * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15668 * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
15670 2014-03-14 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15673 * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
15675 * math/libm-test.inc (round_test_data): Add more tests.
15678 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
15680 * math/libm-test.inc (nearbyint_test_data): Add more tests.
15683 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
15685 * math/libm-test.inc (ceil_test_data): Add more tests.
15687 * math/libm-test.inc (trunc_test_data): Add more tests related to
15690 2014-03-14 Roland McGrath <roland@hack.frob.com>
15692 * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
15693 with #if rather than #ifdef.
15694 * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
15696 2014-03-14 H.J. Lu <hongjiu.lu@intel.com>
15698 * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
15699 first. Disable AVX-512 GCC support if assembler doesn't support
15701 * sysdeps/x86_64/configure: Regenerated.
15703 2014-03-13 Carlos O'Donell <carlos@redhat.com>
15705 * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
15706 [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
15707 (__old_pthread_attr_setstack): Likewise.
15708 * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
15709 [!_STACK_GROWS_DOWN]: Likewise.
15711 2014-03-13 Mike Frysinger <vapier@gentoo.org>
15713 * config.make.in (have-bash2): Delete.
15714 * configure.ac (libc_cv_have_bash2): Delete.
15715 * configure: Regenerate.
15716 * elf/Makefile (common-ldd-rewrite): Rename to ...
15717 (ldd-rewrite): ... this. Move bash-ldd-rewrite content to end.
15718 (sh-ldd-rewrite): Delete.
15719 (bash-ldd-rewrite): Delete.
15720 (have-bash2): Delete checks.
15721 [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
15724 * config.make.in (have-ksh): Delete.
15726 * configure.ac (libc_cv_have_ksh): Delete.
15727 * configure: Regenerate.
15729 * elf/Makefile: Delete $(have-ksh) check.
15730 ($(objpfx)sotruss): Change KSH to BASH.
15731 * elf/sotruss.ksh: Rename to ...
15732 * elf/sotruss.sh: ... this. Change @KSH@ to @BASH@. Change
15733 function style to match POSIX. Drop ksh vim mode setting.
15735 * manual/time.texi (Specifying the Time Zone with TZ): Change
15736 Tuesday to Thursday.
15738 * debug/tst-longjmp_chk2.c: Update header comment.
15739 (stackoverflow_handler): Add comment. Call assert on pass value.
15741 2014-03-13 Igor Zamyatin <igor.zamyatin@intel.com>
15744 * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
15745 (HAVE_AVX512_ASM_SUPPORT): Likewise.
15746 * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
15747 (La_x86_64_vector): Add zmm.
15748 * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
15749 (modules-names): Add tst-auditmod10a and tst-auditmod10b.
15750 ($(objpfx)tst-audit10): New target.
15751 ($(objpfx)tst-audit10.out): Likewise.
15752 (tst-audit10-ENV): New.
15753 (AVX512-CFLAGS): Likewise.
15754 (CFLAGS-tst-audit10.c): Likewise.
15755 (CFLAGS-tst-auditmod10a.c): Likewise.
15756 (CFLAGS-tst-auditmod10b.c): Likewise.
15757 * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
15758 HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
15759 * sysdeps/x86_64/configure: Regenerated.
15760 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
15761 AVX-512 zmm register support.
15762 (_dl_x86_64_save_sse): Likewise.
15763 (_dl_x86_64_restore_sse): Likewise.
15764 * sysdeps/x86_64/dl-trampoline.h: Updated to support different
15765 size vector registers.
15766 * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
15767 (ZMM_SIZE): Likewise.
15768 * sysdeps/x86_64/tst-audit10.c: New file.
15769 * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
15770 * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
15772 2014-03-13 Roland McGrath <roland@hack.frob.com>
15774 * configure.ac (HAVE_EHDR_START): New check.
15775 * configure: Regenerated.
15776 * config.h.in (HAVE_EHDR_START): New #undef.
15777 * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
15778 assuming the lowest-addressed segment maps the start of the file.
15780 2014-03-13 Joseph Myers <joseph@codesourcery.com>
15782 * INSTALL: Regenerated.
15784 2014-03-13 Will Newton <will.newton@linaro.org>
15786 * manual/setjmp.texi (System V contexts): Improve
15787 clarity and grammar of documentation.
15789 2014-03-12 Paul Pluzhnikov <ppluzhnikov@google.com>
15792 * elf/Makefile (tests): Add tst-pie2.
15793 (tests-pie): Add tst-pie2.
15794 * elf/tst-pie2.c: New file.
15795 * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
15797 * elf/rtld.c (map_doit): Load executable as lt_executable.
15798 (dl_main): Likewise.
15800 2014-03-12 Joseph Myers <joseph@codesourcery.com>
15803 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15804 (__ASSUME_PSELECT): Undefine.
15806 2014-03-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15809 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
15810 (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
15812 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
15813 selector for static builds.
15815 2014-03-12 Siddhesh Poyarekar <siddhesh@redhat.com>
15818 * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
15821 2014-03-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15823 * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
15824 IFUNC selector for static builds.
15826 2014-03-11 Joseph Myers <joseph@codesourcery.com>
15828 * sysdeps/mips/math_private.h [__mips_hard_float]
15829 (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
15830 libc_feresetround_mips_ctx.
15831 [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
15832 [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
15833 [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
15836 * math/s_nextafter.c (__nextafter): Do not return value from
15837 overflowing computation.
15838 * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
15839 * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
15840 * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
15842 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
15844 * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
15845 * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
15847 2014-03-11 Roland McGrath <roland@hack.frob.com>
15849 * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
15850 * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
15851 Move sfi_sp use from the load-multiple (that no longer sets sp) to
15852 the new mov targetting sp.
15854 2014-03-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15857 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
15858 Define it for static builds as well.
15859 (NO_BZERO_IMPL): Likewise.
15861 2014-03-11 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
15863 * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
15864 * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
15865 multiarch strspn for PPC64.
15866 * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
15867 * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
15868 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15869 (__libc_ifunc_impl_list): Likewise.
15870 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
15871 multiarch optimizations
15872 * string/strspn.c (strspn): Using macro to redefine symbol name.
15874 2014-03-10 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
15875 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15877 * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
15878 * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
15879 multiarch strncat for PPC64.
15880 * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
15881 * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
15882 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15883 (__libc_ifunc_impl_list): Likewise.
15884 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
15885 multiarch optimizations
15887 2014-03-10 Siddhesh Poyarekar <siddhesh@redhat.com>
15890 * nscd/nscd.service: Make service type forking.
15892 2014-03-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15894 * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
15895 sign in non default rounding modes.
15896 * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
15898 2014-03-08 Joseph Myers <joseph@codesourcery.com>
15900 * math/libm-test.inc (ALL_RM_TEST): New macro.
15901 (ceil_test): Use ALL_RM_TEST.
15902 (cimag_test): Likewise.
15903 (conj_test): Likewise.
15904 (copysign_test): Likewise.
15905 (cproj_test): Likewise.
15906 (creal_test): Likewise.
15907 (fabs_test): Likewise.
15908 (floor_test): Likewise.
15909 (fmax_test): Likewise.
15910 (fmin_test): Likewise.
15911 (fmod_test): Likewise.
15912 (fpclassify_test): Likewise.
15913 (frexp_test): Likewise.
15914 (ilogb_test): Likewise.
15915 (isfinite_test): Likewise.
15916 (finite_test): Likewise.
15917 (isgreater_test): Likewise.
15918 (isgreaterequal_test): Likewise.
15919 (isinf_test): Likewise.
15920 (isless_test): Likewise.
15921 (islessequal_test): Likewise.
15922 (islessgreater_test): Likewise.
15923 (isnan_test): Likewise.
15924 (isnormal_test): Likewise.
15925 (issignaling_test): Likewise.
15926 (isunordered_test): Likewise.
15927 (logb_test): Likewise.
15928 (logb_downward_test_data): Remove.
15929 (logb_test_downward): Likewise.
15930 (lround_test): Use ALL_RM_TEST.
15931 (llround_test): Likewise.
15932 (modf_test): Likewise.
15933 (nexttoward_test): Likewise.
15934 (remainder_test): Likewise.
15935 (drem_test): Likewise.
15936 (remainder_tonearest_test_data): Likewise.
15937 (remainder_test_tonearest): Likewise.
15938 (drem_test_tonearest): Likewise.
15939 (remainder_towardzero_test_data): Likewise.
15940 (remainder_test_towardzero): Likewise.
15941 (drem_test_towardzero): Likewise.
15942 (remainder_downward_test_data): Likewise.
15943 (remainder_test_downward): Likewise.
15944 (drem_test_downward): Likewise.
15945 (remainder_upward_test_data): Likewise.
15946 (remainder_test_upward): Likewise.
15947 (drem_test_upward): Likewise.
15948 (remquo_test): Use ALL_RM_TEST. Remove comment about x.
15949 (round_test): Use ALL_RM_TEST.
15950 (signbit_test): Likewise.
15951 (trunc_test): Likewise.
15952 (significand_test): Likewise.
15953 (main): Don't call removed functions.
15955 2014-03-07 Joseph Myers <joseph@codesourcery.com>
15958 * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
15959 || __USE_XOPEN2K8].
15960 (ILL_ILLOPN): Likewise.
15961 (ILL_ILLADR): Likewise.
15962 (ILL_ILLTRP): Likewise.
15963 (ILL_PRVOPC): Likewise.
15964 (ILL_PRVREG): Likewise.
15965 (ILL_COPROC): Likewise.
15966 (ILL_BADSTK): Likewise.
15967 (FPE_INTDIV): Likewise.
15968 (FPE_INTOVF): Likewise.
15969 (FPE_FLTDIV): Likewise.
15970 (FPE_FLTOVF): Likewise.
15971 (FPE_FLTUND): Likewise.
15972 (FPE_FLTRES): Likewise.
15973 (FPE_FLTINV): Likewise.
15974 (FPE_FLTSUB): Likewise.
15975 (SEGV_MAPERR): Likewise.
15976 (SEGV_ACCERR): Likewise.
15977 (BUS_ADRALN): Likewise.
15978 (BUS_ADRERR): Likewise.
15979 (BUS_OBJERR): Likewise.
15980 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
15981 (TRAP_TRACE): Likewise.
15982 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
15984 (CLD_KILLED): Likewise.
15985 (CLD_DUMPED): Likewise.
15986 (CLD_TRAPPED): Likewise.
15987 (CLD_STOPPED): Likewise.
15988 (CLD_CONTINUED): Likewise.
15989 (POLL_IN): Likewise.
15990 (POLL_OUT): Likewise.
15991 (POLL_MSG): Likewise.
15992 (POLL_ERR): Likewise.
15993 (POLL_PRI): Likewise.
15994 (POLL_HUP): Likewise.
15995 * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
15997 (ILL_ILLOPN): Likewise.
15998 (ILL_ILLADR): Likewise.
15999 (ILL_ILLTRP): Likewise.
16000 (ILL_PRVOPC): Likewise.
16001 (ILL_PRVREG): Likewise.
16002 (ILL_COPROC): Likewise.
16003 (ILL_BADSTK): Likewise.
16004 (FPE_INTDIV): Likewise.
16005 (FPE_INTOVF): Likewise.
16006 (FPE_FLTDIV): Likewise.
16007 (FPE_FLTOVF): Likewise.
16008 (FPE_FLTUND): Likewise.
16009 (FPE_FLTRES): Likewise.
16010 (FPE_FLTINV): Likewise.
16011 (FPE_FLTSUB): Likewise.
16012 (SEGV_MAPERR): Likewise.
16013 (SEGV_ACCERR): Likewise.
16014 (BUS_ADRALN): Likewise.
16015 (BUS_ADRERR): Likewise.
16016 (BUS_OBJERR): Likewise.
16017 (BUS_MCEERR_AR): Likewise.
16018 (BUS_MCEERR_AO): Likewise.
16019 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16020 (TRAP_TRACE): Likewise.
16021 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16023 (CLD_KILLED): Likewise.
16024 (CLD_DUMPED): Likewise.
16025 (CLD_TRAPPED): Likewise.
16026 (CLD_STOPPED): Likewise.
16027 (CLD_CONTINUED): Likewise.
16028 (POLL_IN): Likewise.
16029 (POLL_OUT): Likewise.
16030 (POLL_MSG): Likewise.
16031 (POLL_ERR): Likewise.
16032 (POLL_PRI): Likewise.
16033 (POLL_HUP): Likewise.
16034 * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
16035 (ILL_ILLOPN): Likewise.
16036 (ILL_ILLADR): Likewise.
16037 (ILL_ILLTRP): Likewise.
16038 (ILL_PRVOPC): Likewise.
16039 (ILL_PRVREG): Likewise.
16040 (ILL_COPROC): Likewise.
16041 (ILL_BADSTK): Likewise.
16042 (FPE_INTDIV): Likewise.
16043 (FPE_INTOVF): Likewise.
16044 (FPE_FLTDIV): Likewise.
16045 (FPE_FLTOVF): Likewise.
16046 (FPE_FLTUND): Likewise.
16047 (FPE_FLTRES): Likewise.
16048 (FPE_FLTINV): Likewise.
16049 (FPE_FLTSUB): Likewise.
16050 (SEGV_MAPERR): Likewise.
16051 (SEGV_ACCERR): Likewise.
16052 (BUS_ADRALN): Likewise.
16053 (BUS_ADRERR): Likewise.
16054 (BUS_OBJERR): Likewise.
16055 (BUS_MCEERR_AR): Likewise.
16056 (BUS_MCEERR_AO): Likewise.
16057 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16058 (TRAP_TRACE): Likewise.
16059 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16061 (CLD_KILLED): Likewise.
16062 (CLD_DUMPED): Likewise.
16063 (CLD_TRAPPED): Likewise.
16064 (CLD_STOPPED): Likewise.
16065 (CLD_CONTINUED): Likewise.
16066 (POLL_IN): Likewise.
16067 (POLL_OUT): Likewise.
16068 (POLL_MSG): Likewise.
16069 (POLL_ERR): Likewise.
16070 (POLL_PRI): Likewise.
16071 (POLL_HUP): Likewise.
16072 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
16074 (ILL_ILLOPN): Likewise.
16075 (ILL_ILLADR): Likewise.
16076 (ILL_ILLTRP): Likewise.
16077 (ILL_PRVOPC): Likewise.
16078 (ILL_PRVREG): Likewise.
16079 (ILL_COPROC): Likewise.
16080 (ILL_BADSTK): Likewise.
16081 (ILL_BADIADDR): Likewise.
16082 (ILL_BREAK): Likewise.
16083 (FPE_INTDIV): Likewise.
16084 (FPE_INTOVF): Likewise.
16085 (FPE_FLTDIV): Likewise.
16086 (FPE_FLTOVF): Likewise.
16087 (FPE_FLTUND): Likewise.
16088 (FPE_FLTRES): Likewise.
16089 (FPE_FLTINV): Likewise.
16090 (FPE_FLTSUB): Likewise.
16091 (FPE_DECOVF): Likewise.
16092 (FPE_DECDIV): Likewise.
16093 (FPE_DECERR): Likewise.
16094 (FPE_INVASC): Likewise.
16095 (FPE_INVDEC): Likewise.
16096 (SEGV_MAPERR): Likewise.
16097 (SEGV_ACCERR): Likewise.
16098 (SEGV_PSTKOVF): Likewise.
16099 (BUS_ADRALN): Likewise.
16100 (BUS_ADRERR): Likewise.
16101 (BUS_OBJERR): Likewise.
16102 (BUS_MCEERR_AR): Likewise.
16103 (BUS_MCEERR_AO): Likewise.
16104 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16105 (TRAP_TRACE): Likewise.
16106 (TRAP_BRANCH): Likewise.
16107 (TRAP_HWBKPT): Likewise.
16108 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16110 (CLD_KILLED): Likewise.
16111 (CLD_DUMPED): Likewise.
16112 (CLD_TRAPPED): Likewise.
16113 (CLD_STOPPED): Likewise.
16114 (CLD_CONTINUED): Likewise.
16115 (POLL_IN): Likewise.
16116 (POLL_OUT): Likewise.
16117 (POLL_MSG): Likewise.
16118 (POLL_ERR): Likewise.
16119 (POLL_PRI): Likewise.
16120 (POLL_HUP): Likewise.
16121 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
16122 (ILL_ILLOPN): Likewise.
16123 (ILL_ILLADR): Likewise.
16124 (ILL_ILLTRP): Likewise.
16125 (ILL_PRVOPC): Likewise.
16126 (ILL_PRVREG): Likewise.
16127 (ILL_COPROC): Likewise.
16128 (ILL_BADSTK): Likewise.
16129 (FPE_INTDIV): Likewise.
16130 (FPE_INTOVF): Likewise.
16131 (FPE_FLTDIV): Likewise.
16132 (FPE_FLTOVF): Likewise.
16133 (FPE_FLTUND): Likewise.
16134 (FPE_FLTRES): Likewise.
16135 (FPE_FLTINV): Likewise.
16136 (FPE_FLTSUB): Likewise.
16137 (SEGV_MAPERR): Likewise.
16138 (SEGV_ACCERR): Likewise.
16139 (BUS_ADRALN): Likewise.
16140 (BUS_ADRERR): Likewise.
16141 (BUS_OBJERR): Likewise.
16142 (BUS_MCEERR_AR): Likewise.
16143 (BUS_MCEERR_AO): Likewise.
16144 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16145 (TRAP_TRACE): Likewise.
16146 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16148 (CLD_KILLED): Likewise.
16149 (CLD_DUMPED): Likewise.
16150 (CLD_TRAPPED): Likewise.
16151 (CLD_STOPPED): Likewise.
16152 (CLD_CONTINUED): Likewise.
16153 (POLL_IN): Likewise.
16154 (POLL_OUT): Likewise.
16155 (POLL_MSG): Likewise.
16156 (POLL_ERR): Likewise.
16157 (POLL_PRI): Likewise.
16158 (POLL_HUP): Likewise.
16159 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
16160 (ILL_ILLOPN): Likewise.
16161 (ILL_ILLADR): Likewise.
16162 (ILL_ILLTRP): Likewise.
16163 (ILL_PRVOPC): Likewise.
16164 (ILL_PRVREG): Likewise.
16165 (ILL_COPROC): Likewise.
16166 (ILL_BADSTK): Likewise.
16167 (FPE_INTDIV): Likewise.
16168 (FPE_INTOVF): Likewise.
16169 (FPE_FLTDIV): Likewise.
16170 (FPE_FLTOVF): Likewise.
16171 (FPE_FLTUND): Likewise.
16172 (FPE_FLTRES): Likewise.
16173 (FPE_FLTINV): Likewise.
16174 (FPE_FLTSUB): Likewise.
16175 (SEGV_MAPERR): Likewise.
16176 (SEGV_ACCERR): Likewise.
16177 (BUS_ADRALN): Likewise.
16178 (BUS_ADRERR): Likewise.
16179 (BUS_OBJERR): Likewise.
16180 (BUS_MCEERR_AR): Likewise.
16181 (BUS_MCEERR_AO): Likewise.
16182 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16183 (TRAP_TRACE): Likewise.
16184 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16186 (CLD_KILLED): Likewise.
16187 (CLD_DUMPED): Likewise.
16188 (CLD_TRAPPED): Likewise.
16189 (CLD_STOPPED): Likewise.
16190 (CLD_CONTINUED): Likewise.
16191 (POLL_IN): Likewise.
16192 (POLL_OUT): Likewise.
16193 (POLL_MSG): Likewise.
16194 (POLL_ERR): Likewise.
16195 (POLL_PRI): Likewise.
16196 (POLL_HUP): Likewise.
16197 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
16198 (ILL_ILLOPN): Likewise.
16199 (ILL_ILLADR): Likewise.
16200 (ILL_ILLTRP): Likewise.
16201 (ILL_PRVOPC): Likewise.
16202 (ILL_PRVREG): Likewise.
16203 (ILL_COPROC): Likewise.
16204 (ILL_BADSTK): Likewise.
16205 (FPE_INTDIV): Likewise.
16206 (FPE_INTOVF): Likewise.
16207 (FPE_FLTDIV): Likewise.
16208 (FPE_FLTOVF): Likewise.
16209 (FPE_FLTUND): Likewise.
16210 (FPE_FLTRES): Likewise.
16211 (FPE_FLTINV): Likewise.
16212 (FPE_FLTSUB): Likewise.
16213 (SEGV_MAPERR): Likewise.
16214 (SEGV_ACCERR): Likewise.
16215 (BUS_ADRALN): Likewise.
16216 (BUS_ADRERR): Likewise.
16217 (BUS_OBJERR): Likewise.
16218 (BUS_MCEERR_AR): Likewise.
16219 (BUS_MCEERR_AO): Likewise.
16220 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16221 (TRAP_TRACE): Likewise.
16222 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16224 (CLD_KILLED): Likewise.
16225 (CLD_DUMPED): Likewise.
16226 (CLD_TRAPPED): Likewise.
16227 (CLD_STOPPED): Likewise.
16228 (CLD_CONTINUED): Likewise.
16229 (POLL_IN): Likewise.
16230 (POLL_OUT): Likewise.
16231 (POLL_MSG): Likewise.
16232 (POLL_ERR): Likewise.
16233 (POLL_PRI): Likewise.
16234 (POLL_HUP): Likewise.
16235 * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
16236 (ILL_ILLOPN): Likewise.
16237 (ILL_ILLADR): Likewise.
16238 (ILL_ILLTRP): Likewise.
16239 (ILL_PRVOPC): Likewise.
16240 (ILL_PRVREG): Likewise.
16241 (ILL_COPROC): Likewise.
16242 (ILL_BADSTK): Likewise.
16243 (ILL_DBLFLT): Likewise.
16244 (ILL_HARDWALL): Likewise.
16245 (FPE_INTDIV): Likewise.
16246 (FPE_INTOVF): Likewise.
16247 (FPE_FLTDIV): Likewise.
16248 (FPE_FLTOVF): Likewise.
16249 (FPE_FLTUND): Likewise.
16250 (FPE_FLTRES): Likewise.
16251 (FPE_FLTINV): Likewise.
16252 (FPE_FLTSUB): Likewise.
16253 (SEGV_MAPERR): Likewise.
16254 (SEGV_ACCERR): Likewise.
16255 (BUS_ADRALN): Likewise.
16256 (BUS_ADRERR): Likewise.
16257 (BUS_OBJERR): Likewise.
16258 (BUS_MCEERR_AR): Likewise.
16259 (BUS_MCEERR_AO): Likewise.
16260 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16261 (TRAP_TRACE): Likewise.
16262 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16264 (CLD_KILLED): Likewise.
16265 (CLD_DUMPED): Likewise.
16266 (CLD_TRAPPED): Likewise.
16267 (CLD_STOPPED): Likewise.
16268 (CLD_CONTINUED): Likewise.
16269 (POLL_IN): Likewise.
16270 (POLL_OUT): Likewise.
16271 (POLL_MSG): Likewise.
16272 (POLL_ERR): Likewise.
16273 (POLL_PRI): Likewise.
16274 (POLL_HUP): Likewise.
16275 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
16276 (ILL_ILLOPN): Likewise.
16277 (ILL_ILLADR): Likewise.
16278 (ILL_ILLTRP): Likewise.
16279 (ILL_PRVOPC): Likewise.
16280 (ILL_PRVREG): Likewise.
16281 (ILL_COPROC): Likewise.
16282 (ILL_BADSTK): Likewise.
16283 (FPE_INTDIV): Likewise.
16284 (FPE_INTOVF): Likewise.
16285 (FPE_FLTDIV): Likewise.
16286 (FPE_FLTOVF): Likewise.
16287 (FPE_FLTUND): Likewise.
16288 (FPE_FLTRES): Likewise.
16289 (FPE_FLTINV): Likewise.
16290 (FPE_FLTSUB): Likewise.
16291 (SEGV_MAPERR): Likewise.
16292 (SEGV_ACCERR): Likewise.
16293 (BUS_ADRALN): Likewise.
16294 (BUS_ADRERR): Likewise.
16295 (BUS_OBJERR): Likewise.
16296 (BUS_MCEERR_AR): Likewise.
16297 (BUS_MCEERR_AO): Likewise.
16298 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16299 (TRAP_TRACE): Likewise.
16300 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16302 (CLD_KILLED): Likewise.
16303 (CLD_DUMPED): Likewise.
16304 (CLD_TRAPPED): Likewise.
16305 (CLD_STOPPED): Likewise.
16306 (CLD_CONTINUED): Likewise.
16307 (POLL_IN): Likewise.
16308 (POLL_OUT): Likewise.
16309 (POLL_MSG): Likewise.
16310 (POLL_ERR): Likewise.
16311 (POLL_PRI): Likewise.
16312 (POLL_HUP): Likewise.
16313 * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
16314 (test-xfail-POSIX/sys/wait.h/conform): Likewise.
16317 * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
16318 before #include of <time.h>.
16319 [!__USE_XOPEN2K] (__need_timespec): Likewise.
16320 * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
16321 (test-xfail-UNIX98/sched.h/conform): Likewise.
16323 2014-03-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
16325 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
16326 error absence of trapping exception support.
16327 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
16329 2014-03-07 Joseph Myers <joseph@codesourcery.com>
16331 * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
16332 ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
16333 * timezone/Makefile (testdata): Move definition above include of
16335 (test-zones): New variable.
16336 (tests-special): Add zone files.
16337 (build-testdata): Use $(evaluate-test).
16339 * elf/Makefile (tests-special): Rename tests to end with .out.
16340 ($(objpfx)noload-mem): Likewise.
16341 ($(objpfx)tst-leaks1-mem): Likewise.
16342 ($(objpfx)tst-leaks1-static-mem.out): Likewise.
16343 * iconv/Makefile (xtests-special): Change test-iconvconfig to
16344 $(objpfx)test-iconvconfig.out.
16345 (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out. Use
16346 set -e inside subshell and redirect output to file.
16347 * iconvdata/Makefile (generated): Rename tests to end with .out.
16349 (tests-special): Rename tests to end with .out.
16350 ($(objpfx)mtrace-tst-loading): Likewise.
16351 * intl/Makefile (generated): Likewise.
16352 (tests-special): Likewise.
16353 ($(objpfx)mtrace-tst-gettext): Likewise.
16354 * misc/Makefile (generated): Likewise.
16355 (tests-special): Likewise.
16356 ($(objpfx)tst-error1-mem): Likewise.
16357 * nptl/Makefile (tests-special): Likewise.
16358 ($(objpfx)tst-stack3-mem): Likewise.
16359 (generated): Likewise.
16360 * posix/Makefile (generated): Likewise.
16361 (tests-special): Likewise.
16362 (xtests-special): Likewise.
16363 ($(objpfx)tst-fnmatch-mem): Likewise.
16364 ($(objpfx)bug-regex2-mem): Likewise.
16365 ($(objpfx)bug-regex14-mem): Likewise.
16366 ($(objpfx)bug-regex21-mem): Likewise.
16367 ($(objpfx)bug-regex31-mem): Likewise.
16368 ($(objpfx)tst-vfork3-mem): Likewise.
16369 ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
16370 ($(objpfx)tst-pcre-mem): Likewise.
16371 ($(objpfx)tst-boost-mem): Likewise.
16372 ($(objpfx)bug-ga2-mem): Likewise.
16373 ($(objpfx)bug-glob2-mem): Likewise.
16374 * resolv/Makefile (generate): Likewise.
16375 (tests-special): Likewise.
16376 (xtests-special): Likewise.
16377 (generated): Likewise.
16378 ($(objpfx)mtrace-tst-leaks): Likewise.
16379 ($(objpfx)mtrace-tst-leaks2): Likewise.
16381 * scripts/merge-test-results.sh: New file.
16382 * Makefile (tests-special-notdir): New variable.
16383 (tests): Run merge-test-results.sh.
16384 (xtests): Likewise.
16385 * Rules (tests-special-notdir): New variable.
16386 (xtests-special-notdir): Likewise.
16387 (tests): Run merge-test-results.sh
16388 (xtests): Likewise.
16390 * Makeconfig (test-xfail-name): New variable.
16391 (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
16392 compute variable name for expected failures.
16393 * conform/Makefile (conformtest-headers-data): New variable.
16394 (conformtest-standards): Likewise.
16395 (conformtest-headers-ISO): Likewise.
16396 (conformtest-headers-ISO99): Likewise.
16397 (conformtest-headers-ISO11): Likewise.
16398 (conformtest-headers-POSIX): Likewise.
16399 (conformtest-headers-XPG3): Likewise.
16400 (conformtest-headers-XPG4): Likewise.
16401 (conformtest-headers-UNIX98): Likewise.
16402 (conformtest-headers-XOPEN2K): Likewise.
16403 (conformtest-headers-POSIX2008): Likewise.
16404 (conformtest-headers-XOPEN2K8): Likewise.
16405 (conformtest-header-list-base): Likewise.
16406 (conformtest-header-list-tests): Likewise.
16407 (conformtest-header-base): Likewise.
16408 (conformtest-header-tests): Likewise.
16409 (tests-special): Add $(conformtest-header-list-tests). If
16410 [$(fast-check) && !$(cross-compiling)], add
16411 $(conformtest-header-tests) instead of
16412 $(objpfx)run-conformtest.out.
16413 (generated): Add $(conformtest-header-list-base). If
16414 [$(fast-check) && !$(cross-compiling)], add
16415 $(conformtest-header-base). Remove previous setting.
16416 ($(conformtest-header-list-tests)): New target.
16417 (test-xfail-run-conformtest): Remove variable.
16418 ($(objpfx)run-conformtest.out): Remove target.
16419 (test-xfail-ISO11/complex.h/conform): New variable.
16420 (test-xfail-ISO11/stdalign.h/conform): Likewise.
16421 (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
16422 (test-xfail-XPG3/varargs.h/conform): Likewise.
16423 (test-xfail-XPG4/varargs.h/conform): Likewise.
16424 (test-xfail-UNIX98/varargs.h/conform): Likewise.
16425 (test-xfail-XPG4/ndbm.h/conform): Likewise.
16426 (test-xfail-UNIX98/ndbm.h/conform): Likewise.
16427 (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
16428 (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
16429 (test-xfail-XPG3/fcntl.h/conform): Likewise.
16430 (test-xfail-XPG3/ftw.h/conform): Likewise.
16431 (test-xfail-XPG3/grp.h/conform): Likewise.
16432 (test-xfail-XPG3/langinfo.h/conform): Likewise.
16433 (test-xfail-XPG3/limits.h/conform): Likewise.
16434 (test-xfail-XPG3/pwd.h/conform): Likewise.
16435 (test-xfail-XPG3/search.h/conform): Likewise.
16436 (test-xfail-XPG3/signal.h/conform): Likewise.
16437 (test-xfail-XPG3/stdio.h/conform): Likewise.
16438 (test-xfail-XPG3/stdlib.h/conform): Likewise.
16439 (test-xfail-XPG3/string.h/conform): Likewise.
16440 (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
16441 (test-xfail-XPG3/sys/msg.h/conform): Likewise.
16442 (test-xfail-XPG3/sys/sem.h/conform): Likewise.
16443 (test-xfail-XPG3/sys/shm.h/conform): Likewise.
16444 (test-xfail-XPG3/sys/stat.h/conform): Likewise.
16445 (test-xfail-XPG3/sys/types.h/conform): Likewise.
16446 (test-xfail-XPG3/sys/wait.h/conform): Likewise.
16447 (test-xfail-XPG3/termios.h/conform): Likewise.
16448 (test-xfail-XPG3/time.h/conform): Likewise.
16449 (test-xfail-XPG3/unistd.h/conform): Likewise.
16450 (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
16451 (test-xfail-XPG4/fcntl.h/conform): Likewise.
16452 (test-xfail-XPG4/langinfo.h/conform): Likewise.
16453 (test-xfail-XPG4/netdb.h/conform): Likewise.
16454 (test-xfail-XPG4/netinet/in.h/conform): Likewise.
16455 (test-xfail-XPG4/signal.h/conform): Likewise.
16456 (test-xfail-XPG4/stdio.h/conform): Likewise.
16457 (test-xfail-XPG4/stdlib.h/conform): Likewise.
16458 (test-xfail-XPG4/stropts.h/conform): Likewise.
16459 (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
16460 (test-xfail-XPG4/sys/msg.h/conform): Likewise.
16461 (test-xfail-XPG4/sys/sem.h/conform): Likewise.
16462 (test-xfail-XPG4/sys/shm.h/conform): Likewise.
16463 (test-xfail-XPG4/sys/socket.h/conform): Likewise.
16464 (test-xfail-XPG4/sys/stat.h/conform): Likewise.
16465 (test-xfail-XPG4/sys/time.h/conform): Likewise.
16466 (test-xfail-XPG4/sys/types.h/conform): Likewise.
16467 (test-xfail-XPG4/sys/wait.h/conform): Likewise.
16468 (test-xfail-XPG4/termios.h/conform): Likewise.
16469 (test-xfail-XPG4/ucontext.h/conform): Likewise.
16470 (test-xfail-XPG4/unistd.h/conform): Likewise.
16471 (test-xfail-XPG4/utmpx.h/conform): Likewise.
16472 (test-xfail-POSIX/sched.h/conform): Likewise.
16473 (test-xfail-POSIX/signal.h/conform): Likewise.
16474 (test-xfail-POSIX/sys/wait.h/conform): Likewise.
16475 (test-xfail-POSIX/tar.h/conform): Likewise.
16476 (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
16477 (test-xfail-UNIX98/fcntl.h/conform): Likewise.
16478 (test-xfail-UNIX98/langinfo.h/conform): Likewise.
16479 (test-xfail-UNIX98/netdb.h/conform): Likewise.
16480 (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
16481 (test-xfail-UNIX98/sched.h/conform): Likewise.
16482 (test-xfail-UNIX98/signal.h/conform): Likewise.
16483 (test-xfail-UNIX98/stdio.h/conform): Likewise.
16484 (test-xfail-UNIX98/stdlib.h/conform): Likewise.
16485 (test-xfail-UNIX98/stropts.h/conform): Likewise.
16486 (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
16487 (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
16488 (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
16489 (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
16490 (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
16491 (test-xfail-UNIX98/sys/time.h/conform): Likewise.
16492 (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
16493 (test-xfail-UNIX98/ucontext.h/conform): Likewise.
16494 (test-xfail-UNIX98/unistd.h/conform): Likewise.
16495 (test-xfail-UNIX98/utmpx.h/conform): Likewise.
16496 (test-xfail-XOPEN2K/aio.h/conform): Likewise.
16497 (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
16498 (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
16499 (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
16500 (test-xfail-XOPEN2K/math.h/conform): Likewise.
16501 (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
16502 (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
16503 (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
16504 (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
16505 (test-xfail-XOPEN2K/signal.h/conform): Likewise.
16506 (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
16507 (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
16508 (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
16509 (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
16510 (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
16511 (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
16512 (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
16513 (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
16514 (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
16515 (test-xfail-XOPEN2K/termios.h/conform): Likewise.
16516 (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
16517 (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
16518 (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
16519 (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
16520 (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
16521 (test-xfail-POSIX2008/netdb.h/conform): Likewise.
16522 (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
16523 (test-xfail-POSIX2008/signal.h/conform): Likewise.
16524 (test-xfail-POSIX2008/stropts.h/conform): Likewise.
16525 (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
16526 (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
16527 (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
16528 (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
16529 (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
16530 (test-xfail-XOPEN2K8/math.h/conform): Likewise.
16531 (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
16532 (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
16533 (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
16534 (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
16535 (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
16536 (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
16537 (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
16538 (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
16539 (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
16540 (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
16541 (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
16542 (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
16543 (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
16544 (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
16545 (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
16546 (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
16547 (conformtest-cc-flags): Likewise.
16548 ($(conformtest-header-tests): New target.
16549 * conform/check-header-lists.sh: New file.
16550 * conform/run-conformtest.sh: Remove.
16552 * conform/conformtest.pl: Allow ' and \ in values given for
16554 * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
16556 [POSIX] (sys/types.h): Likewise.
16557 [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
16559 [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
16561 * conform/data/signal.h-data (SIGIO): Remove expectation.
16562 [XPG3] (SIGBUS): Do not expect.
16563 [POSIX || XPG3] (SIGPOLL): Likewise.
16564 [POSIX || XPG3] (SIGPROF): Likewise.
16565 [POSIX || XPG3] (SIGSYS): Likewise.
16566 [XPG3] (SIGTRAP): Likewise.
16567 [POSIX || XPG3] (SIGURG): Likewise.
16568 [POSIX || XPG3] (SIGVTALRM): Likewise.
16569 [POSIX || XPG3] (SIGXCPU): Likewise.
16570 [POSIX || XPG3] (SIGXFSZ): Likewise.
16571 [POSIX] (SA_SIGINFO): Expect.
16572 [XPG3] (siginfo_t): Do not expect type or contents.
16573 [POSIX] (si_pid): Do not expect element.
16574 [POSIX] (si_uid): Likewise.
16575 [POSIX] (si_addr): Likewise.
16576 [POSIX] (si_status): Likewise.
16577 [POSIX] (si_band): Likewise.
16578 [XPG4] (si_value): Likewise.
16579 [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
16580 [POSIX || XPG3] (ILL_ILLOPN): Likewise.
16581 [POSIX || XPG3] (ILL_ILLADR): Likewise.
16582 [POSIX || XPG3] (ILL_ILLTRP): Likewise.
16583 [POSIX || XPG3] (ILL_PRVOPC): Likewise.
16584 [POSIX || XPG3] (ILL_PRVREG): Likewise.
16585 [POSIX || XPG3] (ILL_COPROC): Likewise.
16586 [POSIX || XPG3] (ILL_BADSTK): Likewise.
16587 [POSIX || XPG3] (FPE_INTDIV): Likewise.
16588 [POSIX || XPG3] (FPE_INTOVF): Likewise.
16589 [POSIX || XPG3] (FPE_FLTDIV): Likewise.
16590 [POSIX || XPG3] (FPE_FLTOVF): Likewise.
16591 [POSIX || XPG3] (FPE_FLTUND): Likewise.
16592 [POSIX || XPG3] (FPE_FLTRES): Likewise.
16593 [POSIX || XPG3] (FPE_FLTINV): Likewise.
16594 [POSIX || XPG3] (FPE_FLTSUB): Likewise.
16595 [POSIX || XPG3] (SEGV_MAPERR): Likewise.
16596 [POSIX || XPG3] (SEGV_ACCERR): Likewise.
16597 [POSIX || XPG3] (BUS_ADRALN): Likewise.
16598 [POSIX || XPG3] (BUS_ADRERR): Likewise.
16599 [POSIX || XPG3] (BUS_OBJERR): Likewise.
16600 [POSIX || XPG3] (CLD_EXITED): Likewise.
16601 [POSIX || XPG3] (CLD_KILLED): Likewise.
16602 [POSIX || XPG3] (CLD_DUMPED): Likewise.
16603 [POSIX || XPG3] (CLD_TRAPPED): Likewise.
16604 [POSIX || XPG3] (CLD_STOPPED): Likewise.
16605 [POSIX || XPG3] (CLD_CONTINUED): Likewise.
16606 [POSIX || XPG3] (POLL_IN): Likewise.
16607 [POSIX || XPG3] (POLL_OUT): Likewise.
16608 [POSIX || XPG3] (POLL_MSG): Likewise.
16609 [POSIX || XPG3] (POLL_ERR): Likewise.
16610 [POSIX || XPG3] (POLL_PRI): Likewise.
16611 [POSIX || XPG3] (POLL_HUP): Likewise.
16612 [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
16613 [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
16614 (SIG*): Do not allow.
16615 [XPG3] (si_*): Likewise.
16616 [XPG3] (SI_*): Likewise.
16617 [XPG3 || XPG4] (sigev_*): Likewise.
16618 [XPG3 || XPG4] (SIGEV_*): Likewise.
16619 [XPG3 || XPG4] (sival_*): Likewise.
16620 [POSIX || XPG3 || XPG4] (uc_*): Likewise.
16621 [POSIX || XPG3] (BUS_*): Likewise.
16622 [POSIX || XPG3] (CLD_*): Likewise.
16623 [POSIX || XPG3] (FPE_*): Likewise.
16624 [POSIX || XPG3] (ILL_*): Likewise.
16625 [POSIX || XPG3] (POLL_*): Likewise.
16626 [POSIX || XPG3] (SEGV_*): Likewise.
16627 [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
16628 [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
16629 [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
16630 [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
16631 [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
16632 * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
16633 Specify type and value.
16634 (TVERSLEN): Likewise.
16635 (REGTYPE): Likewise.
16636 (AREGTYPE): Likewise.
16637 (LNKTYPE): Likewise.
16638 (SYMTYPE): Likewise.
16639 (CHRTYPE): Likewise.
16640 (BLKTYPE): Likewise.
16641 (DIRTYPE): Likewise.
16642 (FIFOTYPE): Likewise.
16643 (CONTTYPE): Likewise.
16647 (TUREAD): Likewise.
16648 (TUWRITE): Likewise.
16649 (TUEXEC): Likewise.
16650 (TGREAD): Likewise.
16651 (TGWRITE): Likewise.
16652 (TGEXEC): Likewise.
16653 (TOREAD): Likewise.
16654 (TOWRITE): Likewise.
16655 (TOEXEC): Likewise.
16656 [POSIX] (TSVTX): Expect constant.
16658 2014-03-06 Joseph Myers <joseph@codesourcery.com>
16660 * Makefile (tests): Change dependencies to ....
16661 (tests-special): ... additions to this variable.
16662 (tests): Depend on $(tests-special).
16663 * Makerules (check-abi-list): New variable.
16664 (check-abi): Depend on $(check-abi-list).
16665 [$(subdir) = elf] (tests-special): Add
16666 $(objpfx)check-abi-libc.out.
16667 [$(build-shared) = yes && subdir] (tests-special): Add
16669 [$(build-shared) = yes && subdir] (tests): Do not depend on
16671 * Rules (tests): Depend on $(tests-special).
16672 (xtests): Depend on $(xtests-special).
16673 * catgets/Makefile (tests): Change dependencies to ....
16674 (tests-special): ... additions to this variable.
16675 * conform/Makefile (tests): Change dependencies to ....
16676 (tests-special): ... additions to this variable.
16677 * elf/Makefile (tests): Change dependencies to ....
16678 (tests-special): ... additions to this variable.
16679 * grp/Makefile (tests): Change dependencies to ....
16680 (tests-special): ... additions to this variable.
16681 * iconv/Makefile (xtests): Change dependencies to ....
16682 (xtests-special): ... additions to this variable.
16683 * iconvdata/Makefile (tests): Change dependencies to ....
16684 (tests-special): ... additions to this variable.
16685 * intl/Makefile (tests): Change dependencies to ....
16686 (tests-special): ... additions to this variable. Also add
16687 $(objpfx)tst-gettext.out.
16688 * io/Makefile (tests): Change dependencies to ....
16689 (tests-special): ... additions to this variable.
16690 * libio/Makefile (tests): Change dependencies to ....
16691 (tests-special): ... additions to this variable.
16692 * malloc/Makefile (tests): Change dependencies to ....
16693 (tests-special): ... additions to this variable.
16694 * misc/Makefile (tests): Change dependencies to ....
16695 (tests-special): ... additions to this variable.
16696 * nptl/Makefile (tests): Change dependencies to ....
16697 (tests-special): ... additions to this variable.
16698 * nptl_db/Makefile (tests): Change dependencies to ....
16699 (tests-special): ... additions to this variable.
16700 * posix/Makefile (tests): Change dependencies to ....
16701 (tests-special): ... additions to this variable.
16702 (xtests): Change dependencies to ....
16703 (xtests-special): ... additions to this variable.
16704 * resolv/Makefile (tests): Change dependencies to ....
16705 (tests-special): ... additions to this variable.
16706 (xtests): Change dependencies to ....
16707 (xtests-special): ... additions to this variable.
16708 * stdio-common/Makefile (tests): Change dependencies to ....
16709 (tests-special): ... additions to this variable.
16710 (do-tst-unbputc): Remove target.
16711 (do-tst-printf): Likewise.
16712 * stdlib/Makefile (tests): Change dependencies to ....
16713 (tests-special): ... additions to this variable.
16714 * string/Makefile (tests): Change dependencies to ....
16715 (tests-special): ... additions to this variable.
16716 * sysdeps/x86/Makefile (tests): Change dependencies to ....
16717 (tests-special): ... additions to this variable.
16719 * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
16721 * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
16723 * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
16724 * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
16726 * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
16727 * conform/data/arpa/inet.h-data [XPG3]: Likewise.
16728 * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
16729 * conform/data/fmtmsg.h-data [XPG3]: Likewise.
16730 * conform/data/libgen.h-data [XPG3]: Likewise.
16731 * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
16732 * conform/data/ndbm.h-data [XPG3]: Likewise.
16733 * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
16734 * conform/data/netdb.h-data [XPG3]: Likewise.
16735 * conform/data/netinet/in.h-data [XPG3]: Likewise.
16736 * conform/data/poll.h-data [XPG3]: Likewise.
16737 * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
16738 * conform/data/strings.h-data [XPG3]: Likewise.
16739 * conform/data/stropts.h-data [XPG3]: Likewise.
16740 * conform/data/sys/mman.h-data [XPG3]: Likewise.
16741 * conform/data/sys/resource.h-data [XPG3]: Likewise.
16742 * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
16744 * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
16745 * conform/data/sys/time.h-data [XPG3]: Likewise.
16746 * conform/data/sys/timeb.h-data [XPG3]: Likewise.
16747 * conform/data/sys/uio.h-data [XPG3]: Likewise.
16748 * conform/data/sys/un.h-data [XPG3]: Likewise.
16749 * conform/data/syslog.h-data [XPG3]: Likewise.
16750 * conform/data/ucontext.h-data [XPG3]: Likewise.
16751 * conform/data/utmpx.h-data [XPG3]: Likewise.
16752 * conform/data/varargs.h-data [UNIX98]: Enable file.
16754 * manual/Makefile (INSTALL_INFO): Remove variable setting.
16756 * math/libm-test.inc (struct test_f_f_data): Move expected results
16757 into structure for each rounding mode.
16758 (struct test_ff_f_data): Likewise.
16759 (struct test_ff_f_data_nexttoward): Likewise.
16760 (struct test_fi_f_data): Likewise.
16761 (struct test_fl_f_data): Likewise.
16762 (struct test_if_f_data): Likewise.
16763 (struct test_fff_f_data): Likewise.
16764 (struct test_c_f_data): Likewise.
16765 (struct test_f_f1_data): Likewise.
16766 (struct test_fF_f1_data): Likewise.
16767 (struct test_ffI_f1_data): Likewise.
16768 (struct test_c_c_data): Likewise.
16769 (struct test_cc_c_data): Likewise.
16770 (struct test_f_i_data): Likewise.
16771 (struct test_ff_i_data): Likewise.
16772 (struct test_f_l_data): Likewise.
16773 (struct test_f_L_data): Likewise.
16774 (struct test_fFF_11_data): Likewise.
16776 (RM_FE_DOWNWARD): Likewise.
16777 (RM_FE_TONEAREST): Likewise.
16778 (RM_FE_TOWARDZERO): Likewise.
16779 (RM_FE_UPWARD): Likewise.
16780 (RUN_TEST_LOOP_f_f): Update references to expected results.
16781 (RUN_TEST_LOOP_2_f): Likewise.
16782 (RUN_TEST_LOOP_fff_f): Likewise.
16783 (RUN_TEST_LOOP_c_f): Likewise.
16784 (RUN_TEST_LOOP_f_f1): Likewise.
16785 (RUN_TEST_LOOP_fF_f1): Likewise.
16786 (RUN_TEST_LOOP_fI_f1): Likewise.
16787 (RUN_TEST_LOOP_ffI_f1): Likewise.
16788 (RUN_TEST_LOOP_c_c): Likewise.
16789 (RUN_TEST_LOOP_cc_c): Likewise.
16790 (RUN_TEST_LOOP_f_i): Likewise.
16791 (RUN_TEST_LOOP_f_i_tg): Likewise.
16792 (RUN_TEST_LOOP_ff_i_tg): Likewise.
16793 (RUN_TEST_LOOP_f_b): Likewise.
16794 (RUN_TEST_LOOP_f_b_tg): Likewise.
16795 (RUN_TEST_LOOP_f_l): Likewise.
16796 (RUN_TEST_LOOP_f_L): Likewise.
16797 (RUN_TEST_LOOP_fFF_11): Likewise.
16798 * math/gen-libm-test.pl (parse_args): Output four copies of
16799 expected results for each test.
16801 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
16802 (__ASSUME_UTIMES): Remove.
16803 * sysdeps/unix/sysv/linux/tile/kernel-features.h
16804 (__ASSUME_UTIMES): Likewise.
16806 * math/gen-auto-libm-tests.c: Update comment on output format.
16807 (output_for_one_input_case): Generate before-rounding and
16808 after-rounding information as conditions on output flags not
16809 floating-point format.
16810 * math/auto-libm-test-out: Regenerated.
16811 * math/gen-libm-test.pl (cond_value): New function.
16812 (or_cond_value): Use cond_value.
16813 (generate_testfile): Handle conditional exceptions.
16815 2014-03-05 Joseph Myers <joseph@codesourcery.com>
16817 * math/libm-test.inc (max_valid_error): New variable.
16818 (init_max_error): Take new argument specifying whether function
16819 results are exactly determined. Set max_valid_error and bound
16820 other variables for errors based on this argument.
16821 (set_max_error): Do not record results above max_valid_error.
16822 (check_float_internal): Only accept errors of up to 0.5ulps if
16823 also at most max_valid_error.
16824 (START): Take new argument EXACT and pass it to init_max_error.
16825 (acos_test): Update call to START.
16826 (acos_test_tonearest): Likewise.
16827 (acos_test_towardzero): Likewise.
16828 (acos_test_downward): Likewise.
16829 (acos_test_upward): Likewise.
16830 (acosh_test): Likewise.
16831 (asin_test): Likewise.
16832 (asin_test_tonearest): Likewise.
16833 (asin_test_towardzero): Likewise.
16834 (asin_test_downward): Likewise.
16835 (asin_test_upward): Likewise.
16836 (asinh_test): Likewise.
16837 (atan_test): Likewise.
16838 (atanh_test): Likewise.
16839 (atan2_test): Likewise.
16840 (cabs_test): Likewise.
16841 (cacos_test): Likewise.
16842 (cacosh_test): Likewise.
16843 (carg_test): Likewise.
16844 (casin_test): Likewise.
16845 (casinh_test): Likewise.
16846 (catan_test): Likewise.
16847 (catanh_test): Likewise.
16848 (cbrt_test): Likewise.
16849 (ccos_test): Likewise.
16850 (ccosh_test): Likewise.
16851 (ceil_test): Likewise.
16852 (cexp_test): Likewise.
16853 (cimag_test): Likewise.
16854 (clog_test): Likewise.
16855 (clog10_test): Likewise.
16856 (conj_test): Likewise.
16857 (copysign_test): Likewise.
16858 (cos_test): Likewise.
16859 (cos_test_tonearest): Likewise.
16860 (cos_test_towardzero): Likewise.
16861 (cos_test_downward): Likewise.
16862 (cos_test_upward): Likewise.
16863 (cosh_test): Likewise.
16864 (cosh_test_tonearest): Likewise.
16865 (cosh_test_towardzero): Likewise.
16866 (cosh_test_downward): Likewise.
16867 (cosh_test_upward): Likewise.
16868 (cpow_test): Likewise.
16869 (cproj_test): Likewise.
16870 (creal_test): Likewise.
16871 (csin_test): Likewise.
16872 (csinh_test): Likewise.
16873 (csqrt_test): Likewise.
16874 (ctan_test): Likewise.
16875 (ctan_test_tonearest): Likewise.
16876 (ctan_test_towardzero): Likewise.
16877 (ctan_test_downward): Likewise.
16878 (ctan_test_upward): Likewise.
16879 (ctanh_test): Likewise.
16880 (ctanh_test_tonearest): Likewise.
16881 (ctanh_test_towardzero): Likewise.
16882 (ctanh_test_downward): Likewise.
16883 (ctanh_test_upward): Likewise.
16884 (erf_test): Likewise.
16885 (erfc_test): Likewise.
16886 (exp_test): Likewise.
16887 (exp_test_tonearest): Likewise.
16888 (exp_test_towardzero): Likewise.
16889 (exp_test_downward): Likewise.
16890 (exp_test_upward): Likewise.
16891 (exp10_test): Likewise.
16892 (exp10_test_tonearest): Likewise.
16893 (exp10_test_towardzero): Likewise.
16894 (exp10_test_downward): Likewise.
16895 (exp10_test_upward): Likewise.
16896 (pow10_test): Likewise.
16897 (exp2_test): Likewise.
16898 (expm1_test): Likewise.
16899 (expm1_test_tonearest): Likewise.
16900 (expm1_test_towardzero): Likewise.
16901 (expm1_test_downward): Likewise.
16902 (expm1_test_upward): Likewise.
16903 (fabs_test): Likewise.
16904 (fdim_test): Likewise.
16905 (floor_test): Likewise.
16906 (fma_test): Likewise.
16907 (fma_test_towardzero): Likewise.
16908 (fma_test_downward): Likewise.
16909 (fma_test_upward): Likewise.
16910 (fmax_test): Likewise.
16911 (fmin_test): Likewise.
16912 (fmod_test): Likewise.
16913 (fpclassify_test): Likewise.
16914 (frexp_test): Likewise.
16915 (hypot_test): Likewise.
16916 (ilogb_test): Likewise.
16917 (isfinite_test): Likewise.
16918 (finite_test): Likewise.
16919 (isgreater_test): Likewise.
16920 (isgreaterequal_test): Likewise.
16921 (isinf_test): Likewise.
16922 (isless_test): Likewise.
16923 (islessequal_test): Likewise.
16924 (islessgreater_test): Likewise.
16925 (isnan_test): Likewise.
16926 (isnormal_test): Likewise.
16927 (issignaling_test): Likewise.
16928 (isunordered_test): Likewise.
16929 (j0_test): Likewise.
16930 (j1_test): Likewise.
16931 (jn_test): Likewise.
16932 (ldexp_test): Likewise.
16933 (lgamma_test): Likewise.
16934 (gamma_test): Likewise.
16935 (lrint_test): Likewise.
16936 (lrint_test_tonearest): Likewise.
16937 (lrint_test_towardzero): Likewise.
16938 (lrint_test_downward): Likewise.
16939 (lrint_test_upward): Likewise.
16940 (llrint_test): Likewise.
16941 (llrint_test_tonearest): Likewise.
16942 (llrint_test_towardzero): Likewise.
16943 (llrint_test_downward): Likewise.
16944 (llrint_test_upward): Likewise.
16945 (log_test): Likewise.
16946 (log10_test): Likewise.
16947 (log1p_test): Likewise.
16948 (log2_test): Likewise.
16949 (logb_test): Likewise.
16950 (logb_test_downward): Likewise.
16951 (lround_test): Likewise.
16952 (llround_test): Likewise.
16953 (modf_test): Likewise.
16954 (nearbyint_test): Likewise.
16955 (nextafter_test): Likewise.
16956 (nexttoward_test): Likewise.
16957 (pow_test): Likewise.
16958 (pow_test_tonearest): Likewise.
16959 (pow_test_towardzero): Likewise.
16960 (pow_test_downward): Likewise.
16961 (pow_test_upward): Likewise.
16962 (remainder_test): Likewise.
16963 (drem_test): Likewise.
16964 (remainder_test_tonearest): Likewise.
16965 (drem_test_tonearest): Likewise.
16966 (remainder_test_towardzero): Likewise.
16967 (drem_test_towardzero): Likewise.
16968 (remainder_test_downward): Likewise.
16969 (drem_test_downward): Likewise.
16970 (remainder_test_upward): Likewise.
16971 (drem_test_upward): Likewise.
16972 (remquo_test): Likewise.
16973 (rint_test): Likewise.
16974 (rint_test_tonearest): Likewise.
16975 (rint_test_towardzero): Likewise.
16976 (rint_test_downward): Likewise.
16977 (rint_test_upward): Likewise.
16978 (round_test): Likewise.
16979 (scalb_test): Likewise.
16980 (scalbn_test): Likewise.
16981 (scalbln_test): Likewise.
16982 (signbit_test): Likewise.
16983 (sin_test): Likewise.
16984 (sin_test_tonearest): Likewise.
16985 (sin_test_towardzero): Likewise.
16986 (sin_test_downward): Likewise.
16987 (sin_test_upward): Likewise.
16988 (sincos_test): Likewise.
16989 (sinh_test): Likewise.
16990 (sinh_test_tonearest): Likewise.
16991 (sinh_test_towardzero): Likewise.
16992 (sinh_test_downward): Likewise.
16993 (sinh_test_upward): Likewise.
16994 (sqrt_test): Likewise.
16995 (sqrt_test_tonearest): Likewise.
16996 (sqrt_test_towardzero): Likewise.
16997 (sqrt_test_downward): Likewise.
16998 (sqrt_test_upward): Likewise.
16999 (tan_test): Likewise.
17000 (tan_test_tonearest): Likewise.
17001 (tan_test_towardzero): Likewise.
17002 (tan_test_downward): Likewise.
17003 (tan_test_upward): Likewise.
17004 (tanh_test): Likewise.
17005 (tgamma_test): Likewise.
17006 (trunc_test): Likewise.
17007 (y0_test): Likewise.
17008 (y1_test): Likewise.
17009 (yn_test): Likewise.
17010 (significand_test): Likewise.
17012 * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
17013 individual tests in comment.
17014 (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
17015 (prev_max_error): New variable.
17016 (prev_real_max_error): Likewise.
17017 (prev_imag_max_error): Likewise.
17018 (compare_ulp_data): Don't refer to test names in comment.
17019 (find_test_ulps): Remove function.
17020 (find_function_ulps): Likewise.
17021 (find_complex_function_ulps): Likewise.
17022 (init_max_error): Take function name as argument. Look up ulps
17024 (print_ulps): Remove function.
17025 (print_max_error): Use prev_max_error instead of calling
17026 find_function_ulps.
17027 (print_complex_max_error): Use prev_real_max_error and
17028 prev_imag_max_error instead of calling find_complex_function_ulps.
17029 (check_float_internal): Take max_ulp parameter instead of calling
17030 find_test_ulps. Don't call print_ulps.
17031 (check_float): Update call to check_float_internal.
17032 (check_complex): Update calls to check_float_internal.
17033 (START): Pass argument to init_max_error.
17034 * math/gen-libm-test.pl (%results): Don't include "kind"
17036 (parse_ulps): Don't handle ulps of individual tests.
17037 (print_ulps_file): Likewise.
17038 (output_ulps): Likewise.
17039 * math/README.libm-test: Update.
17040 * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
17042 * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
17043 * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
17044 * sysdeps/arm/libm-test-ulps: Likewise.
17045 * sysdeps/i386/fpu/libm-test-ulps: Likewise.
17046 * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
17047 * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
17048 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
17049 * sysdeps/microblaze/libm-test-ulps: Likewise.
17050 * sysdeps/mips/mips32/libm-test-ulps: Likewise.
17051 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
17052 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
17053 * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
17054 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
17055 * sysdeps/sh/libm-test-ulps: Likewise.
17056 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
17057 * sysdeps/tile/libm-test-ulps: Likewise.
17058 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17060 2014-03-04 Joseph Myers <joseph@codesourcery.com>
17062 * math/libm-test.inc (print_complex_max_error): Check separately
17063 whether real and imaginary errors are within allowed range and
17064 pass 0 to print_complex_function_ulps instead of value within
17067 2014-03-04 Siddhesh Poyarekar <siddhesh@redhat.com>
17069 * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
17071 (get_handles_fopen): Likewise.
17072 (do_write_test): Likewise.
17074 * libio/wfileops.c (do_ftell_wide): Fix up formatting.
17076 * libio/fileops.c (do_ftell): Use cached offset when
17078 * libio/iofwide.c (do_ftell_wide): Likewise.
17079 * libio/iofdopen.c (_IO_new_fdopen): Don't use
17081 * libio/wfileops.c (_IO_fwide): Don't cache offset.
17084 * libio/libioP.h (get_file_offset): New function.
17085 * libio/fileops.c (get_file_offset): Likewise.
17086 (do_ftell): Likewise.
17087 (_IO_new_file_seekoff): Split out ftell logic.
17088 * libio/wfileops.c (do_ftell_wide): Likewise.
17089 (_IO_wfile_seekoff): Split out ftell logic.
17090 * libio/tst-ftell-active-handler.c: New test case.
17091 * libio/Makefile (tests): Add it.
17093 2014-03-03 Roland McGrath <roland@hack.frob.com>
17095 * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
17096 * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
17098 2014-03-03 Siddhesh Poyarekar <siddhesh@redhat.com>
17101 * nscd/connections.c (nscd_init): Call do_exit.
17102 (start_threads): Call do_exit and notify_parent.
17103 (begin_drop_privileges): Call do_exit.
17104 (finish_drop_privileges): Likewise.
17105 * nscd/selinux.c (preserve_capabilities): Likewise.
17106 (install_real_capabilities): Likewise.
17107 (nscd_selinux_enabled): Likewise.
17108 (avc_create_thread): Likewise.
17109 (avc_alloc_lock): Likewise.
17110 (nscd_avc_init): Likewise.
17111 * nscd/nscd.c (parent_fd): New static variable.
17112 (main): Create a pipe between parent and child processes.
17113 Skip closing parent_fd.
17114 (monitor_child): New function.
17115 (do_exit): Likewise.
17116 (notify_parent): Likewise.
17117 * nscd/nscd.h (notify_parent): Likewise.
17118 (do_exit): Likewise.
17120 2014-03-03 Carlos O'Donell <carlos@redhat.com>
17122 * malloc/malloc.c (__libc_calloc): Revert last change.
17124 2014-03-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17126 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17128 2014-03-03 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
17130 * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
17131 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
17133 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17134 (__libc_ifunc_impl_list): Likewise.
17135 * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
17136 * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
17137 * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
17138 * string/strrchr.c: Define STRRCHR.
17140 2014-02-28 Ondřej Bílka <neleai@seznam.cz>
17142 * benchtest/bench-strtok.c (simple_strtok): Delete.
17143 (strtok_string): Use as benchmark.
17144 * string/strtok (STRTOK): New macro.
17146 2014-02-28 Carlos O'Donell <carlos@redhat.com>
17148 * manual/threads.texi: Add header and standard comments to all
17151 * elf/dl-lookup.c (check_match): New function.
17152 (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
17153 (do_lookup_x): Remove nested function check_match. Use non-nested
17154 function check_match.
17156 2014-02-28 Roland McGrath <roland@hack.frob.com>
17158 * csu/Makefile (generated, before-compile): Use += rather than =.
17159 * catgets/Makefile (generated, generated-dirs): Likewise.
17160 * debug/Makefile (generated): Likewise.
17161 * dlfcn/Makefile (generated): Likewise.
17162 * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
17163 * iconvdata/Makefile (before-compile, generated): Likewise.
17164 * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
17165 * libio/Makefile (generated): Likewise.
17166 * malloc/Makefile (generated): Likewise.
17167 * manual/Makefile (generated, generated-dirs): Likewise.
17168 * misc/Makefile (generated): Likewise.
17169 * posix/Makefile (generated): Likewise.
17170 * resolv/Makefile (generated): Likewise.
17171 * sunrpc/Makefile (generated, generated-dirs): Likewise.
17172 * timezone/Makefile (generated, generated-dirs): Likewise.
17174 * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
17176 2014-02-27 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17178 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17179 power8 implementation.
17180 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
17181 file: POWER8 llround ifunc implementation.
17182 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
17183 (__lllround): Add POWER8 implementation.
17184 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
17185 POWER8 llround implementation.
17187 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
17188 power8 implementation.
17189 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
17190 file: POWER8 llrint ifunc implementation.
17191 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
17192 Add POWER8 implementation.
17193 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
17194 POWER8 llrint implementation.
17196 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
17197 power8 implementation.
17198 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
17199 file: POWER8 finite ifunc implementation.
17200 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
17201 Add POWER8 implementation.
17202 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
17204 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
17205 POWER8 finite implementation.
17206 * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
17208 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
17209 power8 implementation.
17210 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
17211 file: POWER8 isinf ifunc implementation.
17212 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
17213 POWER8 implementation.
17214 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
17216 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
17217 isinf implementation.
17218 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
17220 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
17221 (INIT_ARCH): Add hwcap2 initialization.
17222 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17223 power8 implementation.
17224 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
17225 file: POWER8 isnan ifunc implementation.
17226 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
17227 POWER8 implementation.
17228 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
17230 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
17231 isnan implementation.
17232 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
17234 2014-02-27 Joey Ye <joey.ye@arm.com>
17236 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
17237 (_FP_NANFRAC_Q): Set to zero.
17239 2014-02-27 Siddhesh Poyarekar <siddhesh@redhat.com>
17242 * math/auto-libm-test-in: New test inputs.
17243 * math/auto-libm-test-out: Regenerate.
17244 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
17247 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
17249 2014-02-27 Joseph Myers <joseph@codesourcery.com>
17251 * scripts/evaluate-test.sh: Take new argument indicating whether
17252 failure is expected.
17253 * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
17254 indicating whether failure is expected.
17255 * conform/Makefile (test-xfail-run-conformtest): New variable.
17256 ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
17258 * posix/Makefile (test-xfail-annexc): New variable.
17259 ($(objpfx)annexc.out): Don't expect to fail at makefile level.
17261 2014-02-26 Joseph Myers <joseph@codesourcery.com>
17263 * argp/Makefile: Include Makeconfig immediately after defining
17265 * assert/Makefile: Likewise.
17266 * benchtests/Makefile: Likewise.
17267 * catgets/Makefile: Likewise.
17268 * conform/Makefile: Likewise.
17269 * crypt/Makefile: Likewise.
17270 * csu/Makefile: Likewise.
17271 (all): Remove target.
17272 * ctype/Makefile: Include Makeconfig immediately after defining
17274 * debug/Makefile: Likewise.
17275 * dirent/Makefile: Likewise.
17276 * dlfcn/Makefile: Likewise.
17277 * gmon/Makefile: Likewise.
17278 * gnulib/Makefile: Likewise.
17279 * grp/Makefile: Likewise.
17280 * gshadow/Makefile: Likewise.
17281 * hesiod/Makefile: Likewise.
17282 * hurd/Makefile: Likewise.
17283 (all): Remove target.
17284 * iconvdata/Makefile: Include Makeconfig immediately after
17286 * inet/Makefile: Likewise.
17287 * intl/Makefile: Likewise.
17288 * io/Makefile: Likewise.
17289 * libio/Makefile: Likewise.
17290 (all): Remove target.
17291 * locale/Makefile: Include Makeconfig immediately after defining
17293 * login/Makefile: Likewise.
17294 * mach/Makefile: Likewise.
17295 (all): Remove target.
17296 * malloc/Makefile: Include Makeconfig immediately after defining
17298 (all): Remove target.
17299 * manual/Makefile: Include Makeconfig immediately after defining
17301 * math/Makefile: Likewise.
17302 * misc/Makefile: Likewise.
17303 * nis/Makefile: Likewise.
17304 * nss/Makefile: Likewise.
17305 * po/Makefile: Likewise.
17306 (all): Remove target.
17307 * posix/Makefile: Include Makeconfig immediately after defining
17309 * pwd/Makefile: Likewise.
17310 * resolv/Makefile: Likewise.
17311 * resource/Makefile: Likewise.
17312 * rt/Makefile: Likewise.
17313 * setjmp/Makefile: Likewise.
17314 * shadow/Makefile: Likewise.
17315 * signal/Makefile: Likewise.
17316 * socket/Makefile: Likewise.
17317 * soft-fp/Makefile: Likewise.
17318 * stdio-common/Makefile: Likewise.
17319 * stdlib/Makefile: Likewise.
17320 * streams/Makefile: Likewise.
17321 * string/Makefile: Likewise.
17322 * sunrpc/Makefile: Likewise.
17323 (all): Remove target.
17324 * sysvipc/Makefile: Include Makeconfig immediately after defining
17326 * termios/Makefile: Likewise.
17327 * time/Makefile: Likewise.
17328 * timezone/Makefile: Likewise.
17329 (all): Remove target.
17330 * wcsmbs/Makefile: Include Makeconfig immediately after defining
17332 * wctype/Makefile: Likewise.
17334 2014-02-26 Steve Ellcey <sellcey@mips.com>
17336 * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
17337 (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
17338 (libc_feholdexcept_setround_mips): Ditto.
17339 (libc_feholdsetround): New.
17340 (libc_feholdsetroundf): New.
17341 (libc_feholdsetroundl): New.
17342 (libc_feupdateenv_test_mips): New.
17343 (libc_feupdateenv_test): New.
17344 (libc_feupdateenv_testf): New.
17345 (libc_feupdateenv_testl): New.
17346 (libc_feresetround): New.
17347 (libc_feresetroundf): New.
17348 (libc_feresetroundl): New.
17349 (libc_fetestexcept_mips): New.
17350 (libc_fetestexcept): New.
17351 (libc_fetestexceptf): New.
17352 (libc_fetestexceptl): New.
17353 (HAVE_RM_CTX): New.
17354 (libc_feholdexcept_setround_mips_ctx): New.
17355 (libc_feholdexcept_setround_ctx): New.
17356 (libc_feholdexcept_setroundf_ctx): New.
17357 (libc_feholdexcept_setroundl_ctx): New.
17358 (libc_fesetenv_mips_ctx): New.
17359 (libc_fesetenv_ctx): New.
17360 (libc_fesetenv_ctxf): New.
17361 (libc_fesetenv_ctxl): New.
17362 (libc_feupdateenv_mips_ctx): New.
17363 (libc_feupdateenv_ctx): New.
17364 (libc_feupdateenvf_ctx): New.
17365 (libc_feupdateenvl_ctx): New.
17366 (libc_feholdsetround_mips_ctx): New.
17367 (libc_feholdsetround_ctx): New.
17368 (libc_feholdsetroundf_ctx): New.
17369 (libc_feholdsetroundl_ctx): New.
17370 (libc_feresetround_mips_ctx): New.
17371 (libc_feresetround_ctx): New.
17372 (libc_feresetroundf_ctx): New.
17373 (libc_feresetroundl_ctx): New.
17375 2014-02-26 Carlos O'Donell <carlos@redhat.com>
17377 * manual/ipc.texi (Semaphores): Use @Theglibc{}.
17379 * manual/ipc.texi: New file.
17380 * manual/Makefile (chapters): Add ipc.
17381 * manual/job.texi: Add "Inter-Process Communication" to next.
17382 * manual/process.texi: Add "Inter-Process Communication" to prev.
17384 2014-02-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17386 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17388 2014-02-26 Ondřej Bílka <neleai@seznam.cz>
17390 * malloc/malloc.c (__libc_calloc): Simplify implementation.
17392 * manual/arith.texi: Fix spaces after sentences.
17393 * manual/charset.texi: Likewise.
17394 * manual/errno.texi: Likewise.
17395 * manual/install.texi: Likewise.
17396 * manual/llio.texi: Likewise.
17397 * manual/locale.texi: Likewise.
17398 * manual/maint.texi: Likewise.
17399 * manual/math.texi: Likewise.
17400 * manual/memory.texi: Likewise.
17401 * manual/message.texi: Likewise.
17402 * manual/probes.texi: Likewise.
17403 * manual/resource.texi: Likewise.
17404 * manual/signal.texi: Likewise.
17405 * manual/socket.texi: Likewise.
17406 * manual/stdio.texi: Likewise.
17407 * manual/string.texi: Likewise.
17408 * manual/time.texi: Likewise.
17409 * manual/users.texi: Likewise.
17411 2014-02-25 Carlos O'Donell <carlos@redhat.com>
17414 * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
17415 _DEFAULT_SOURCE is defined.
17417 2014-02-25 Ulrich Drepper <drepper@gmail.com>
17418 Carlos O'Donell <carlos@redhat.com>
17421 * elf/dl-tls.c (_dl_count_modids): New function.
17422 * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
17423 * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
17424 audit library and increment generation counter.
17425 (_dl_allocate_tls_init): Add assertion to check TLS generation count.
17426 * elf/tst-audit9.c: New file.
17427 * elf/tst-auditmod9a.c: New file.
17428 * elf/tst-auditmod9b.c: New file.
17429 * elf/Makefile: Add rules to build and run tst-audit9.
17431 2014-02-25 Florian Weimer <fweimer@redhat.com>
17434 * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
17436 2014-02-25 Will Newton <will.newton@linaro.org>
17438 * sysdeps/arm/__longjmp.S: Include stap-probe.h.
17439 (__longjmp): Restore sp and lr before restoring callee
17440 saved registers. Add longjmp and longjmp_target
17441 SystemTap probe point.
17442 * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
17443 * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
17444 Define to zero to match jmpbuf layout.
17445 * sysdeps/arm/setjmp.S: Include stap-probe.h.
17446 (__sigsetjmp): Save sp and lr before saving callee
17447 saved registers. Add setjmp SystemTap probe point.
17449 2014-02-24 Stefan Liebler <stli@linux.vnet.ibm.com>
17451 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
17453 2014-02-24 Andreas Schwab <schwab@suse.de>
17456 * elf/pldd.c (wait_for_ptrace_stop): New function.
17457 (main): Call it after attaching.
17459 2014-02-22 Roland McGrath <roland@hack.frob.com>
17461 * Makerules ($(common-objpfx)Versions.v.i): No longer depend
17462 on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
17463 Versions files is now verboten.
17464 * hurd/Versions (libc: GLIBC_2.0):
17465 Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
17466 (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
17467 [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
17468 * mach/Versions: Likewise.
17470 * csu/Versions: Remove unused %include.
17471 * resolv/Versions: Likewise.
17473 2014-02-21 Joseph Myers <joseph@codesourcery.com>
17475 * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
17476 ($(objpfx)check-local-headers.out): Likewise.
17477 ($(objpfx)begin-end-check.out): Likewise.
17478 * Makerules (check-abi-%.out): Likewise.
17479 * catgets/Makefile ($(objpfx)test1.cat): Likewise.
17480 ($(objpfx)test2.cat): Likewise.
17481 ($(objpfx)de/libc.cat): Likewise.
17482 ($(objpfx)test-gencat.out): Likewise.
17483 * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
17484 * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
17485 ($(objpfx)noload-mem): Likewise.
17486 ($(objpfx)tst-pathopt.out): Likewise.
17487 ($(objpfx)tst-rtld-load-self.out): Likewise.
17488 ($(objpfx)tst-array1-cmp.out): Likewise.
17489 ($(objpfx)tst-array1-static-cmp.out): Likewise.
17490 ($(objpfx)tst-array2-cmp.out): Likewise.
17491 ($(objpfx)tst-array3-cmp.out): Likewise.
17492 ($(objpfx)tst-array4-cmp.out): Likewise.
17493 ($(objpfx)tst-array5-cmp.out): Likewise.
17494 ($(objpfx)tst-array5-static-cmp.out): Likewise.
17495 ($(objpfx)check-textrel.out): Likewise.
17496 ($(objpfx)check-execstack.out): Likewise.
17497 ($(objpfx)check-localplt.out): Likewise.
17498 ($(objpfx)order2-cmp.out): Likewise.
17499 ($(objpfx)tst-leaks1-mem): Likewise.
17500 ($(objpfx)tst-leaks1-static-mem): Likewise.
17501 ($(objpfx)tst-initorder-cmp.out): Likewise.
17502 ($(objpfx)tst-initorder2-cmp.out): Likewise.
17503 ($(objpfx)tst-unused-dep.out): Likewise.
17504 ($(objpfx)tst-unused-dep-cmp.out): Likewise.
17505 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
17506 * iconv/Makefile (test-iconvconfig): Likewise.
17507 * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
17508 ($(objpfx)iconv-test.out): Likewise.
17509 ($(objpfx)tst-tables.out): Likewise.
17510 * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
17511 ($(objpfx)tst-gettext.out): Likewise.
17512 ($(objpfx)tst-translit.out): Likewise.
17513 ($(objpfx)tst-gettext2.out): Likewise.
17514 ($(objpfx)tst-gettext4.out): Likewise.
17515 ($(objpfx)tst-gettext6.out): Likewise.
17516 * io/Makefile ($(objpfx)ftwtest.out): Likewise.
17517 * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
17518 ($(objpfx)tst-fopenloc-cmp.out): Likewise.
17519 ($(objpfx)tst-fopenloc-mem.out): Likewise.
17520 * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
17521 * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
17522 * posix/Makefile ($(objpfx)globtest.out): Likewise.
17523 ($(objpfx)wordexp-tst.out): Likewise.
17524 ($(objpfx)annexc.out): Likewise.
17525 ($(objpfx)tst-fnmatch-mem): Likewise.
17526 ($(objpfx)bug-regex2-mem): Likewise.
17527 ($(objpfx)bug-regex14-mem): Likewise.
17528 ($(objpfx)bug-regex21-mem): Likewise.
17529 ($(objpfx)bug-regex31-mem): Likewise.
17530 ($(objpfx)tst-vfork3-mem): Likewise.
17531 ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
17532 ($(objpfx)tst-pcre-mem): Likewise.
17533 ($(objpfx)tst-boost-mem): Likewise.
17534 ($(objpfx)tst-getconf.out): Likewise.
17535 ($(objpfx)bug-ga2-mem): Likewise.
17536 ($(objpfx)bug-glob2-mem): Likewise.
17537 * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
17538 ($(objpfx)mtrace-tst-leaks2): Likewise.
17539 * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
17540 ($(objpfx)tst-printf.out): Likewise.
17541 ($(objpfx)tst-setvbuf1.out): Likewise.
17542 ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
17543 * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
17544 ($(objpfx)tst-fmtmsg.out): Likewise.
17545 * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
17546 * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
17548 * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
17549 * bits/sigaction.h [__USE_MISC]: Likewise.
17550 * bits/waitstatus.h: Update #endif comments.
17551 * ctype/ctype.h: Likewise.
17552 * dirent/dirent.h: Likewise.
17553 [__USE_MISC]: Remove redundant conditionals.
17554 * grp/grp.h: Update #endif comments.
17555 [__USE_GNU]: Remove redundant conditionals.
17556 [__USE_MISC]: Likewise.
17557 * inet/netinet/in.h [__USE_GNU]: Likewise.
17558 * io/sys/stat.h [__USE_MISC]: Likewise.
17559 * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
17560 * libio/bits/stdio.h: Update #endif comments.
17561 [__USE_MISC]: Remove redundant conditionals.
17562 * libio/bits/stdio2.h [__USE_MISC]: Likewise.
17563 * libio/stdio.h: Update #endif comments.
17564 [__USE_MISC]: Remove redundant conditionals.
17565 * math/bits/math-finite.h [__USE_MISC]: Likewise.
17566 * math/bits/mathcalls.h [__USE_MISC]: Likewise.
17567 * math/math.h: Update #else and #endif comments.
17568 [__USE_MISC]: Remove redundant conditionals.
17569 * misc/sys/uio.h: Update #endif comments.
17570 * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
17571 * posix/glob.h [__USE_MISC]: Likewise.
17572 * posix/sys/types.h: Update #endif comments.
17573 [__USE_MISC]: Remove redundant conditionals.
17574 * posix/sys/wait.h: Update #endif comments.
17575 [__USE_MISC]: Remove redundant conditionals.
17576 * posix/unistd.h: Update #endif comments.
17577 [__USE_MISC]: Remove redundant conditionals.
17578 * pwd/pwd.h [__USE_GNU]: Likewise.
17579 [__USE_MISC]: Likewise.
17580 * resolv/netdb.h [__USE_GNU]: Likewise.
17581 * signal/signal.h: Update #endif comments.
17582 [__USE_MISC]: Remove redundant conditionals.
17583 * stdlib/stdlib.h: Update #else and #endif comments.
17584 [__USE_MISC]: Remove redundant conditionals.
17585 [__USE_GNU]: Likewise.
17586 * string/bits/string2.h [__USE_MISC]: Likewise.
17587 * string/string.h: Update #endif comments.
17588 [__USE_MISC]: Remove redundant conditionals.
17589 * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
17591 * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
17592 * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
17593 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
17595 * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
17597 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
17599 [__USE_MISC]: Remove redundant conditionals.
17600 * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
17601 * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
17602 * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
17603 * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
17604 * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
17606 * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
17607 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
17609 * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
17610 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
17612 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
17614 * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
17615 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
17617 * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
17619 * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
17620 * sysdeps/x86/bits/string.h: Update #endif comments.
17621 * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
17623 * time/sys/time.h: Update #endif comments.
17624 * time/time.h: Likewise.
17625 [__USE_MISC]: Remove redundant conditionals.
17627 2014-02-21 Yury Gribov <y.gribov@samsung.com>
17630 * sysdeps/arm/libm-test-ulps: Update for VFPv4.
17632 2014-02-21 Andreas Schwab <schwab@linux-m68k.org>
17634 * Versions.def (librt): Add GLIBC_2.17.
17636 2014-02-21 Adam Conrad <adconrad@0c3.net>
17638 * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
17639 synonym for _SYS_AUXV_H to allow direct inclusion.
17640 * sysdeps/sparc/bits/hwcap.h: Likewise.
17641 * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
17642 _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
17643 * sysdeps/sparc/sysdep.h: Likewise.
17645 2014-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
17647 * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
17649 2014-02-21 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
17651 * benchtests/bench-strrchr.c: Print length instead of position.
17653 2014-02-20 Joseph Myers <joseph@codesourcery.com>
17656 * sysdeps/unix/sysv/linux/kernel-features.h
17657 [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
17658 (__ASSUME_SENDMMSG_SOCKETCALL): Define.
17659 [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
17660 __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
17662 [__i386__ || __powerpc__ || __sh__ || __sparc__]
17663 (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
17664 [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
17665 (__ASSUME_SENDMMSG): Define instead of using previous
17666 [__LINUX_KERNEL_VERSION >= 0x020627] condition.
17667 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17668 (__ASSUME_SENDMMSG_SYSCALL): Define.
17669 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17670 [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
17672 * sysdeps/unix/sysv/linux/arm/kernel-features.h
17673 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
17675 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17676 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
17678 * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
17679 && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
17680 !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
17681 [__ASSUME_SENDMMSG]: Change conditionals to
17682 [__ASSUME_SENDMMSG_SOCKETCALL].
17683 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17684 [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
17686 * sysdeps/unix/sysv/linux/mips/kernel-features.h
17687 [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
17689 * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
17690 !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
17691 !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
17692 [!__ASSUME_SENDMMSG]: Change conditional to
17693 [!__ASSUME_SENDMMSG_SOCKETCALL].
17694 * sysdeps/unix/sysv/linux/tile/kernel-features.h
17695 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
17699 * sysdeps/unix/sysv/linux/kernel-features.h
17700 [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
17701 (__ASSUME_RECVMMSG_SOCKETCALL): Define.
17702 [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
17703 __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
17704 || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
17705 [__i386__ || __sparc__]
17706 (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
17707 [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
17708 (__ASSUME_RECVMMSG): Define instead of using previous
17709 [__LINUX_KERNEL_VERSION >= 0x020621] condition.
17710 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17711 (__ASSUME_RECVMMSG_SYSCALL): Define.
17712 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17713 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17715 * sysdeps/unix/sysv/linux/arm/kernel-features.h
17716 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17718 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17719 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17721 * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
17722 && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
17723 !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
17724 [__ASSUME_RECVMMSG]: Change condition to
17725 [__ASSUME_RECVMMSG_SOCKETCALL].
17726 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17727 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17729 (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
17730 * sysdeps/unix/sysv/linux/mips/kernel-features.h
17731 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
17733 * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
17734 !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
17735 !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
17736 [!__ASSUME_RECVMMSG]: Change condition to
17737 [!__ASSUME_RECVMMSG_SOCKETCALL].
17738 * sysdeps/unix/sysv/linux/tile/kernel-features.h
17739 (__ASSUME_RECVMMSG_SYSCALL): Define.
17742 * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
17743 __powerpc__ || __s390__ || __sh__ || __sparc__]
17744 (__ASSUME_SOCKETCALL): Define.
17745 [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
17746 (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
17747 [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
17748 || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
17749 __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
17750 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
17751 [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
17752 (__ASSUME_ACCEPT4): Define instead of using previous
17753 [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
17754 __powerpc__ || __sparc__ || __s390__)] condition.
17755 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17756 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
17757 * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
17758 !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
17759 !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
17760 [!__ASSUME_ACCEPT4]: Change condition to
17761 [!__ASSUME_ACCEPT4_SOCKETCALL].
17762 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
17763 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL. Correct
17764 condition to [__LINUX_KERNEL_VERSION >= 0x030200].
17765 * sysdeps/unix/sysv/linux/arm/kernel-features.h
17766 [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
17767 __ASSUME_ACCEPT4_SYSCALL.
17768 * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
17769 Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
17770 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
17771 [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
17772 __ASSUME_ACCEPT4_SYSCALL.
17773 * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
17774 && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
17775 !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
17776 [__ASSUME_ACCEPT4]: Change condition to
17777 [__ASSUME_ACCEPT4_SOCKETCALL].
17778 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
17779 (__ASSUME_SOCKETCALL): Define.
17780 [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
17781 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
17782 (__ASSUME_SOCKETCALL): Define.
17783 (__ASSUME_ACCEPT4): Remove.
17784 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
17786 * sysdeps/unix/sysv/linux/mips/kernel-features.h
17787 [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
17789 * sysdeps/unix/sysv/linux/tile/kernel-features.h
17790 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
17792 * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
17794 (HWCAP_ARM_LPAE): Likewise.
17795 (HWCAP_ARM_EVTSTRM): Likewise.
17796 * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
17797 Add vpfd32, lpae and evtstrm.
17798 * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
17801 2014-02-19 Joseph Myers <joseph@codesourcery.com>
17803 * math/auto-libm-test-in: Add tests of clog10.
17804 * math/auto-libm-test-out: Regenerated.
17805 * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
17806 * sysdeps/i386/fpu/libm-test-ulps: Update.
17807 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17809 2014-02-18 Andreas Schwab <schwab@suse.de>
17812 * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
17813 Store non-zero if the second buffer was newly allocated.
17814 (send_dg): Likewise.
17815 (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
17816 to send_vc and send_dg.
17817 (res_nsend): Pass NULL for ansp2_malloced.
17818 * resolv/res_query.c (__libc_res_nquery): Add parameter
17819 answerp2_malloced and pass it down to __libc_res_nsend.
17820 (res_nquery): Pass additional NULL to __libc_res_nquery.
17821 (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
17822 down to __libc_res_nquery and __libc_res_nquerydomain. Deallocate
17823 second answer buffer if answerp2_malloced was set.
17824 (res_nsearch): Pass additional NULL to __libc_res_nsearch.
17825 (__libc_res_nquerydomain): Add parameter
17826 answerp2_malloced and pass it down to __libc_res_nquery.
17827 (res_nquerydomain): Pass additional NULL to
17828 __libc_res_nquerydomain.
17829 * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
17830 additional NULL to __libc_res_nsend and __libc_res_nquery.
17831 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
17832 additional NULL to __libc_res_nsearch.
17833 (_nss_dns_gethostbyname4_r): Revert last change. Use new
17834 parameter of __libc_res_nsearch to check for separately allocated
17836 (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
17838 * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
17839 additional NULL to __libc_res_nquery.
17840 * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
17841 __libc_res_nsearch.
17842 (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
17843 * include/resolv.h: Update prototypes of __libc_res_nquery,
17844 __libc_res_nsearch, __libc_res_nsend.
17846 2014-02-18 Joseph Myers <joseph@codesourcery.com>
17848 * math/auto-libm-test-in: Add tests of fma.
17849 * math/auto-libm-test-out: Regenerated.
17850 * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
17851 (fma_towardzero_test_data): Likewise.
17852 (fma_downward_test_data): Likewise.
17853 (fma_upward_test_data): Likewise.
17854 * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
17856 (rounding_modes): Add values for new field.
17857 (func_calc_method): Add value mpfr_fff_f.
17858 (func_calc_desc): Add mpfr_fff_f union field.
17859 (test_function): Add field exact_args.
17860 (FUNC): Add macro argument EXACT_ARGS.
17861 (FUNC_mpfr_f_f): Update call to FUNC.
17862 (FUNC_mpfr_f_f): Likewise.
17863 (FUNC_mpfr_ff_f): Likewise.
17864 (FUNC_mpfr_if_f): Likewise.
17865 (FUNC_mpc_c_f): Likewise.
17866 (FUNC_mpc_c_c): Likewise.
17867 (test_functions): Add fma. Update calls to FUNC.
17868 (handle_input_arg): Add argument exact_args.
17869 (add_test): Update call to handle_input_arg.
17870 (calc_generic_results): Add argument mode. Handle mpfr_fff_f.
17871 (output_for_one_input_case): Update call to calc_generic_results.
17872 Recalculate exact zero results in each rounding mode.
17874 * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
17875 non-negative before setting low bit.
17876 * math/auto-libm-test-in: Mark one asin test possibly having
17877 spurious underflow.
17878 * math/auto-libm-test-out: Regenerated.
17879 * sysdeps/i386/fpu/libm-test-ulps: Update.
17880 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17882 2014-02-17 David Holsgrove <david.holsgrove@xilinx.com>
17884 * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
17885 * sysdeps/unix/sysv/linux/microblaze: Move directory from
17886 ports/sysdeps/unix/sysv/linux/microblaze.
17887 * README: Add missing listing for microblaze*-*-linux-gnu.
17889 2014-02-16 Ondřej Bílka <neleai@seznam.cz>
17891 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
17894 2014-02-16 Mike Frysinger <vapier@gentoo.org>
17896 * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
17897 * sysdeps/unix/sysv/linux/ia64: Move directory from
17898 ports/sysdeps/unix/sysv/linux/ia64.
17899 * README: Update listing for ia64-*-linux-gnu.
17901 2014-02-14 Tomas Dohnalek <tdohnale@redhat.com>
17902 Joseph Myers <joseph@codesourcery.com>
17904 * Makeconfig (test-name): New variable.
17905 (evaluate-test): Likewise.
17906 * Makerules (do-test-clean): Remove .test-result files.
17907 (common-mostlyclean): Likewise.
17908 * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
17909 * scripts/evaluate-test.sh: New file.
17911 2014-02-14 Joseph Myers <joseph@codesourcery.com>
17913 * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
17914 separate $(objpfx)tst-fopenloc-cmp.out and
17915 $(objpfx)tst-fopenloc-mem.out targets.
17916 (tests): Update dependencies.
17917 * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
17918 (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
17919 tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
17920 (tst-rxspencer-no-utf8-ARGS): New variable.
17921 (tst-rxspencer-no-utf8-ENV): Likewise.
17922 (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
17923 instead of $(objpfx)tst-rxspencer-mem.
17924 ($(objpfx)tst-rxspencer-mem): Change target to
17925 $(objpfx)tst-rxspencer-no-utf8-mem. Depend on
17926 $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
17927 * posix/tst-rxspencer-no-utf8.c: New file.
17929 * elf/Makefile ($(objpfx)order.out): Remove rule.
17930 [$(run-built-tests) = yes] (tests): Depend on
17931 $(objpfx)order-cmp.out.
17932 ($(objpfx)order-cmp.out): New rule.
17933 [$(run-built-tests) = yes] (tests): Depend on
17934 $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
17935 $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
17936 $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
17937 $(objpfx)tst-array5-static-cmp.out.
17938 ($(objpfx)tst-array1.out): Remove rule.
17939 ($(objpfx)tst-array1-cmp.out): New rule.
17940 ($(objpfx)tst-array1-static.out): Remove rule.
17941 ($(objpfx)tst-array1-static-cmp.out): New rule.
17942 ($(objpfx)tst-array2.out): Remove rule.
17943 ($(objpfx)tst-array2-cmp.out): New rule.
17944 ($(objpfx)tst-array3.out): Remove rule.
17945 ($(objpfx)tst-array3-cmp.out): New rule.
17946 ($(objpfx)tst-array4.out): Remove rule.
17947 ($(objpfx)tst-array4-cmp.out): New rule.
17948 ($(objpfx)tst-array5.out): Remove rule.
17949 ($(objpfx)tst-array5-cmp.out): New rule.
17950 ($(objpfx)tst-array5-static.out): Remove rule.
17951 ($(objpfx)tst-array5-static-cmp.out): New rule.
17952 [$(run-built-tests) = yes] (tests): Depend on
17953 $(objpfx)order2-cmp.out.
17954 ($(objpfx)order2.out): Remove rule.
17955 ($(objpfx)order2-cmp.out): New rule.
17956 ($(objpfx)tst-initorder.out): Remove rule.
17957 [$(run-built-tests) = yes] (tests): Depend on
17958 $(objpfx)tst-initorder-cmp.out.
17959 ($(objpfx)tst-initorder-cmp.out): New rule.
17960 ($(objpfx)tst-initorder2.out): Remove rule.
17961 [$(run-built-tests) = yes] (tests): Depend on
17962 $(objpfx)tst-initorder2-cmp.out.
17963 ($(objpfx)tst-initorder2-cmp.out): New rule.
17964 [$(run-built-tests) = yes] (tests): Depend on
17965 $(objpfx)tst-unused-dep-cmp.out.
17966 ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
17967 ($(objpfx)tst-unused-dep-cmp.out): New rule.
17968 * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
17969 on $(objpfx)tst-setvbuf1-cmp.out.
17970 ($(objpfx)tst-setvbuf1.out): Do not run cmp.
17971 ($(objpfx)tst-setvbuf1-cmp.out): New rule.
17972 * string/Makefile [$(run-built-tests) = yes] (tests): Depend
17973 $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
17974 ($(objpfx)tst-svc.out): Remove rule.
17975 ($(objpfx)tst-svc-cmp.out): New rule.
17977 2014-02-13 Joseph Myers <joseph@codesourcery.com>
17979 * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
17980 * ctype/ctype.h [__USE_MISC]: Likewise.
17981 * dirent/dirent.h [__USE_MISC]: Likewise.
17982 * grp/grp.h [__USE_MISC]: Likewise.
17983 * io/fcntl.h [__USE_MISC]: Likewise.
17984 * io/sys/stat.h [__USE_MISC]: Likewise.
17985 * libio/stdio.h [__USE_MISC]: Likewise.
17986 * posix/unistd.h [__USE_MISC]: Likewise.
17987 * pwd/pwd.h [__USE_MISC]: Likewise.
17988 * stdlib.h [__USE_MISC]: Likewise.
17989 * string/bits/string2.h [__USE_MISC]: Likewise.
17990 * string/string.h [__USE_MISC]: Likewise.
17991 * time/time.h [__USE_MISC]: Likewise.
17993 2014-02-13 Andreas Schwab <schwab@suse.de>
17996 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
17997 second answer buffer if it was separately allocated.
17999 2014-02-12 Joseph Myers <joseph@codesourcery.com>
18001 * sysdeps/mips/math-tests.h: Include <features.h>.
18002 [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
18003 (ROUNDING_TESTS_long_double): Do not define.
18004 [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
18005 (EXCEPTION_TESTS_long_double): Likewise.
18006 * sysdeps/mips/mips64/libm-test-ulps: Update.
18008 * include/features.h (__USE_BSD): Remove macro definitions.
18009 (__USE_SVID): Likewise.
18010 (_BSD_SOURCE): Likewise.
18011 (_SVID_SOURCE): Likewise.
18012 [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
18013 from definition of _DEFAULT_SOURCE.
18014 [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
18016 * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
18017 * bits/mman.h [__USE_BSD]: Likewise.
18018 * bits/termios.h [__USE_BSD]: Likewise.
18019 * bits/waitstatus.h [__USE_BSD]: Likewise.
18020 * ctype/ctype.h [__USE_SVID]: Likewise.
18021 * dirent/dirent.h [__USE_BSD]: Likewise.
18022 * grp/grp.h [__USE_SVID]: Likewise.
18023 [__USE_BSD]: Likewise.
18024 * inet/netinet/igmp.h [__USE_BSD]: Likewise.
18025 * io/fcntl.h [__USE_BSD]: Likewise.
18026 * io/ftw.h [__USE_BSD]: Likewise.
18027 * io/sys/stat.h [__USE_BSD]: Likewise.
18028 * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
18029 * libio/bits/stdio2.h [__USE_BSD]: Likewise.
18030 * libio/stdio.h [__USE_SVID]: Likewise.
18031 [__USE_BSD]: Likewise.
18032 * math/math.h [__USE_SVID]: Likewise.
18033 [__USE_BSD]: Likewise.
18034 * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
18035 * misc/bits/syslog.h [__USE_BSD]: Likewise.
18036 * misc/search.h [__USE_SVID]: Likewise.
18037 * misc/sys/mman.h [__USE_BSD]: Likewise.
18038 * misc/sys/syslog.h [__USE_BSD]: Likewise.
18039 * misc/sys/uio.h [__USE_BSD]: Likewise.
18040 * posix/bits/unistd.h [__USE_BSD]: Likewise.
18041 * posix/glob.h [__USE_BSD]: Likewise.
18042 * posix/regex.h [__USE_BSD]: Likewise.
18043 * posix/sys/types.h [__USE_BSD]: Likewise.
18044 [__USE_SVID]: Likewise.
18045 * posix/sys/utsname.h [__USE_SVID]: Likewise.
18046 * posix/sys/wait.h [__USE_BSD]: Likewise.
18047 [__USE_SVID]: Likewise.
18048 * posix/unistd.h [__USE_BSD]: Likewise.
18049 [__USE_SVID]: Likewise.
18050 * pwd/pwd.h [__USE_SVID]: Likewise.
18051 * resolv/netdb.h [__USE_BSD]: Likewise.
18052 * setjmp/setjmp.h [__USE_BSD]: Likewise.
18053 * signal/signal.h [__USE_BSD]: Likewise.
18054 [__USE_SVID]: Likewise.
18055 * socket/sys/socket.h [__USE_BSD]: Likewise.
18056 * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
18057 * stdlib/stdlib.h [__USE_BSD]: Likewise.
18058 [__USE_SVID]: Likewise.
18059 * string/bits/string2.h [__USE_BSD]: Likewise.
18060 [__USE_SVID]: Likewise.
18061 * string/bits/string3.h [__USE_BSD]: Likewise.
18062 * string/endian.h [__USE_BSD]: Likewise.
18063 * string/string.h [__USE_SVID]: Likewise.
18064 [__USE_BSD]: Likewise.
18065 * string/strings.h [__USE_BSD]: Likewise.
18066 * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
18067 * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
18068 * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
18069 * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
18070 * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
18071 * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
18073 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
18075 * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
18076 * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
18078 * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
18079 * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
18081 * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
18083 * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
18084 * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
18085 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
18087 * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
18089 * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
18090 * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
18091 * termios/termios.h [__USE_BSD]: Likewise.
18092 * time/sys/time.h [__USE_BSD]: Likewise.
18093 * time/time.h [__USE_BSD]: Likewise.
18094 [__USE_SVID]: Likewise.
18096 * Makefile (subdir_targets): Remove subdir_lint.out.
18098 * stdio-common/Makefile (do-tst-unbputc): Remove target.
18099 (do-tst-printf): Likewise.
18100 (tests): Depend directly on $(objpfx)tst-unbputc.out and
18101 $(objpfx)tst-printf.out.
18103 * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
18105 * Makerules (check-abi-%): Change target to
18106 $(objpfx)check-abi-%.out.
18107 (check-abi target): Update dependencies.
18108 (check-abi-pattern variable): Redirect output of diff to $@.
18109 (check-abi variable): Likewise.
18110 * elf/Makefile (check-abi): Update dependencies.
18112 * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
18114 (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
18115 value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
18117 (_FP_PACK_CANONICAL): Determine tininess based on rounding to
18118 normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
18119 value has largest subnormal exponent.
18120 * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
18121 (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
18122 * sysdeps/aarch64/soft-fp/sfp-machine.h
18123 (_FP_TININESS_AFTER_ROUNDING): New macro.
18124 * sysdeps/alpha/soft-fp/sfp-machine.h
18125 (_FP_TININESS_AFTER_ROUNDING): Likewise.
18126 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
18128 * sysdeps/mips/mips64/soft-fp/sfp-machine.h
18129 (_FP_TININESS_AFTER_ROUNDING): Likewise.
18130 * sysdeps/mips/soft-fp/sfp-machine.h
18131 (_FP_TININESS_AFTER_ROUNDING): Likewise.
18132 * sysdeps/powerpc/soft-fp/sfp-machine.h
18133 (_FP_TININESS_AFTER_ROUNDING): Likewise.
18134 * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
18136 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
18137 (_FP_TININESS_AFTER_ROUNDING): Likewise.
18138 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
18139 (_FP_TININESS_AFTER_ROUNDING): Likewise.
18140 * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
18143 2014-02-12 Dylan Alex Simon <dylan@dylex.net>
18146 * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
18149 2014-02-12 Richard Henderson <rth@redhat.com>
18151 * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
18152 * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
18153 * sysdeps/unix/sysv/linux/alpha: Move directory from
18154 ports/sysdeps/unix/sysv/linux/alpha.
18155 * README: Update listing for alpha-*-linux-gnu.
18157 2014-02-11 Joseph Myers <joseph@codesourcery.com>
18159 * include/features.h: Update comment documenting feature test
18161 [_BSD_SOURCE || _SVID_SOURCE]: Give #warning. Define
18163 * manual/creature.texi (_BSD_SOURCE): Remove documentation.
18164 (_SVID_SOURCE): Likewise.
18165 (_DEFAULT_SOURCE): Update description of default features.
18166 (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
18168 * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
18169 (S_ISVTX): Likewise.
18170 * manual/math.texi (Mathematical Constants): Likewise.
18171 * manual/signal.texi (Interrupted Primitives): Likewise.
18172 * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
18173 * math/test-matherr.c (_SVID_SOURCE): Do not define.
18174 * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
18175 Don't refer to _SVID_SOURCE in warning text.
18177 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18179 * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
18181 (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
18182 * sysdeps/mips/dl-lookup.c: Remove.
18183 * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
18185 2014-02-11 Stefan Liebler <stli@linux.vnet.ibm.com>
18188 * math/auto-libm-test-in: Add testcase for expl.
18189 * math/auto-libm-test-out: Regenerate.
18190 * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
18191 calculation of unsafe.
18192 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
18194 2014-02-11 Marcus Shawcroft <marcus.shawcroft@arm.com>
18196 * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
18197 * sysdeps/unix/sysv/linux/aarch64: Move directory from
18198 ports/sysdeps/unix/sysv/linux/aarch64.
18199 * README: Update listing for aarch64*-*-linux-gnu.
18201 2014-02-11 Will Newton <will.newton@linaro.org>
18203 * manual/probes.texi (Mathematical Function Probes): Use
18204 "triggered" instead of "hit".
18206 * manual/probes.texi (Internal Probes): Add documentation
18207 of setjmp, longjmp and longjmp_target probes.
18209 * include/stap-probe.h: Add comment about probe argument
18212 * malloc/mtrace.c (attribute_hidden): Remove unused macro
18213 definition. (tr_where, tr_freehook, tr_mallochook,
18214 tr_reallochook, tr_memalignhook): Use ANSI protoype.
18216 2014-02-11 David S. Miller <davem@davemloft.net>
18218 * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
18219 processing int_tests.
18221 2014-02-10 Joseph Myers <joseph@codesourcery.com>
18223 * sysdeps/mips: Move directory from ports/sysdeps/mips.
18224 * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
18225 * sysdeps/unix/sysv/linux/mips: Move directory from
18226 ports/sysdeps/unix/sysv/linux/mips.
18227 * README: Update listing for mips-*-linux-gnu and
18228 mips64-*-linux-gnu.
18230 2014-02-10 Andreas Schwab <schwab@linux-m68k.org>
18232 * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
18233 * sysdeps/unix/sysv/linux/m68k: Move directory from
18234 ports/sysdeps/unix/sysv/linux/m68k.
18235 * README: Update listing for m68k-*-linux-gnu.
18237 2014-02-10 Chris Metcalf <cmetcalf@tilera.com>
18239 * sysdeps/tile: Move directory from ports/sysdeps/tile.
18240 * sysdeps/unix/sysv/linux/generic: Move directory from
18241 ports/sysdeps/unix/sysv/linux/generic.
18242 * sysdeps/unix/sysv/linux/tile: Move directory from
18243 ports/sysdeps/unix/sysv/linux/tile.
18244 * README: Update listing for tile*-*-linux-gnu.
18246 2014-02-10 Ondřej Bílka <neleai@seznam.cz>
18248 * assert/assert.c (__assert_fail_base): Use glibc_likely instead
18250 * benchtests/bench-memmem.c (simple_memmem): Likewise.
18251 * catgets/open_catalog.c (__open_catalog): Likewise.
18252 * csu/libc-start.c (LIBC_START_MAIN): Likewise.
18253 * debug/confstr_chk.c: Likewise.
18254 * debug/fread_chk.c (__fread_chk): Likewise.
18255 * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
18256 * debug/getgroups_chk.c: Likewise.
18257 * debug/mbsnrtowcs_chk.c: Likewise.
18258 * debug/mbsrtowcs_chk.c: Likewise.
18259 * debug/mbstowcs_chk.c: Likewise.
18260 * debug/memcpy_chk.c: Likewise.
18261 * debug/memmove_chk.c: Likewise.
18262 * debug/mempcpy_chk.c: Likewise.
18263 * debug/memset_chk.c: Likewise.
18264 * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
18265 * debug/strcat_chk.c (__strcat_chk): Likewise.
18266 * debug/strcpy_chk.c (__strcpy_chk): Likewise.
18267 * debug/strncat_chk.c (__strncat_chk): Likewise.
18268 * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
18269 * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
18270 * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
18271 * debug/wcpncpy_chk.c: Likewise.
18272 * debug/wcscat_chk.c (__wcscat_chk): Likewise.
18273 * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
18274 * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
18275 * debug/wcsncpy_chk.c: Likewise.
18276 * debug/wcsnrtombs_chk.c: Likewise.
18277 * debug/wcsrtombs_chk.c: Likewise.
18278 * debug/wcstombs_chk.c: Likewise.
18279 * debug/wmemcpy_chk.c: Likewise.
18280 * debug/wmemmove_chk.c: Likewise.
18281 * debug/wmempcpy_chk.c: Likewise.
18282 * debug/wmemset_chk.c: Likewise.
18283 * dirent/scandirat.c (SCANDIRAT): Likewise.
18284 * dlfcn/dladdr1.c (dladdr1): Likewise.
18285 * dlfcn/dladdr.c (dladdr): Likewise.
18286 * dlfcn/dlclose.c (dlclose_doit): Likewise.
18287 * dlfcn/dlerror.c (__dlerror): Likewise.
18288 * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
18289 * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
18290 * dlfcn/dlopen.c (dlopen_doit): Likewise.
18291 * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
18292 * dlfcn/dlsym.c (dlsym_doit): Likewise.
18293 * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
18294 * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
18295 * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
18297 * elf/dl-conflict.c: Likewise.
18298 * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
18299 * elf/dl-dst.h: Likewise.
18300 * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
18301 * elf/dl-fptr.c (_dl_make_fptr): Likewise.
18302 * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
18303 * elf/dl-init.c (call_init, _dl_init): Likewise.
18304 * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
18305 * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
18306 (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
18308 * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
18310 * elf/dl-minimal.c (__libc_memalign): Likewise.
18311 * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
18312 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
18313 * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
18314 * elf/dl-sym.c (do_sym): Likewise.
18315 * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
18316 (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
18317 * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
18318 * elf/dl-writev.h (_dl_writev): Likewise.
18319 * elf/ldconfig.c (search_dir): Likewise.
18320 * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
18321 (dl_main): Likewise.
18322 * elf/setup-vdso.h (setup_vdso): Likewise.
18323 * grp/compat-initgroups.c (compat_call): Likewise.
18324 * grp/fgetgrent.c (fgetgrent): Likewise.
18325 * grp/initgroups.c (getgrouplist, initgroups): Likewise.
18326 * grp/putgrent.c (putgrent): Likewise.
18327 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
18329 * hurd/hurdinit.c: Likewise.
18330 * iconvdata/8bit-gap.c (struct): Likewise.
18331 * iconvdata/ansi_x3.110.c : Likewise.
18332 * iconvdata/big5.c : Likewise.
18333 * iconvdata/big5hkscs.c : Likewise.
18334 * iconvdata/cp1255.c: Likewise.
18335 * iconvdata/cp1258.c : Likewise.
18336 * iconvdata/cp932.c : Likewise.
18337 * iconvdata/euc-cn.c: Likewise.
18338 * iconvdata/euc-jisx0213.c : Likewise.
18339 * iconvdata/euc-jp.c: Likewise.
18340 * iconvdata/euc-jp-ms.c : Likewise.
18341 * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
18342 * iconvdata/gb18030.c : Likewise.
18343 * iconvdata/gbbig5.c (const): Likewise.
18344 * iconvdata/gbgbk.c: Likewise.
18345 * iconvdata/gbk.c : Likewise.
18346 * iconvdata/ibm1364.c : Likewise.
18347 * iconvdata/ibm930.c : Likewise.
18348 * iconvdata/ibm932.c: Likewise.
18349 * iconvdata/ibm933.c : Likewise.
18350 * iconvdata/ibm935.c : Likewise.
18351 * iconvdata/ibm937.c : Likewise.
18352 * iconvdata/ibm939.c : Likewise.
18353 * iconvdata/ibm943.c: Likewise.
18354 * iconvdata/iso_11548-1.c: Likewise.
18355 * iconvdata/iso-2022-cn.c : Likewise.
18356 * iconvdata/iso-2022-cn-ext.c : Likewise.
18357 * iconvdata/iso-2022-jp-3.c: Likewise.
18358 * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
18359 * iconvdata/iso-2022-kr.c : Likewise.
18360 * iconvdata/iso646.c (gconv_end): Likewise.
18361 * iconvdata/iso_6937-2.c : Likewise.
18362 * iconvdata/iso_6937.c : Likewise.
18363 * iconvdata/iso8859-1.c: Likewise.
18364 * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
18365 * iconvdata/shift_jisx0213.c : Likewise.
18366 * iconvdata/sjis.c : Likewise.
18367 * iconvdata/t.61.c : Likewise.
18368 * iconvdata/tcvn5712-1.c : Likewise.
18369 * iconvdata/tscii.c: Likewise.
18370 * iconvdata/uhc.c : Likewise.
18371 * iconvdata/unicode.c (gconv_end): Likewise.
18372 * iconvdata/utf-16.c (gconv_end): Likewise.
18373 * iconvdata/utf-32.c (gconv_end): Likewise.
18374 * iconvdata/utf-7.c (base64): Likewise.
18375 * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
18376 * iconv/gconv_close.c (__gconv_close): Likewise.
18377 * iconv/gconv_open.c (__gconv_open): Likewise.
18378 * iconv/gconv_simple.c (internal_ucs4_loop_single)
18379 (ucs4_internal_loop, ucs4_internal_loop_unaligned)
18380 (ucs4_internal_loop_single, internal_ucs4le_loop_single)
18381 (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
18382 (ucs4le_internal_loop_single): Likewise.
18383 * iconv/iconv.c (iconv): Likewise.
18384 * iconv/iconv_close.c: Likewise.
18385 * iconv/loop.c (SINGLE): Likewise.
18386 * iconv/skeleton.c (FUNCTION_NAME): Likewise.
18387 * include/atomic.h: Likewise.
18388 * inet/inet6_option.c (option_alloc): Likewise.
18389 * intl/bindtextdom.c (set_binding_values): Likewise.
18390 * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
18391 * intl/loadmsgcat.c (_nl_load_domain): Likewise.
18392 * intl/localealias.c (read_alias_file): Likewise.
18393 * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
18394 * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
18395 (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
18396 * libio/fmemopen.c (fmemopen): Likewise.
18397 * libio/iofgets.c (_IO_fgets): Likewise.
18398 * libio/iofgets_u.c (fgets_unlocked): Likewise.
18399 * libio/iofgetws.c (fgetws): Likewise.
18400 * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
18401 * libio/iogetdelim.c (_IO_getdelim): Likewise.
18402 * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
18403 (adjust_wide_data, _IO_wfile_seekoff): Likewise.
18404 * locale/findlocale.c (_nl_find_locale): Likewise.
18405 * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
18406 * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
18408 * locale/setlocale.c (setlocale): Likewise.
18409 * login/programs/pt_chown.c (main): Likewise.
18410 * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
18411 * malloc/malloc.c (_int_malloc, _int_free): Likewise.
18412 * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
18413 (mmap, mmap64, mremap, munmap): Likewise.
18414 * math/e_exp2l.c: Likewise.
18415 * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
18416 * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
18417 * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
18418 * math/s_catan.c (__catan): Likewise.
18419 * math/s_catanf.c (__catanf): Likewise.
18420 * math/s_catanh.c (__catanh): Likewise.
18421 * math/s_catanhf.c (__catanhf): Likewise.
18422 * math/s_catanhl.c (__catanhl): Likewise.
18423 * math/s_catanl.c (__catanl): Likewise.
18424 * math/s_ccosh.c (__ccosh): Likewise.
18425 * math/s_ccoshf.c (__ccoshf): Likewise.
18426 * math/s_ccoshl.c (__ccoshl): Likewise.
18427 * math/s_cexp.c (__cexp): Likewise.
18428 * math/s_cexpf.c (__cexpf): Likewise.
18429 * math/s_cexpl.c (__cexpl): Likewise.
18430 * math/s_clog10.c (__clog10): Likewise.
18431 * math/s_clog10f.c (__clog10f): Likewise.
18432 * math/s_clog10l.c (__clog10l): Likewise.
18433 * math/s_clog.c (__clog): Likewise.
18434 * math/s_clogf.c (__clogf): Likewise.
18435 * math/s_clogl.c (__clogl): Likewise.
18436 * math/s_csin.c (__csin): Likewise.
18437 * math/s_csinf.c (__csinf): Likewise.
18438 * math/s_csinh.c (__csinh): Likewise.
18439 * math/s_csinhf.c (__csinhf): Likewise.
18440 * math/s_csinhl.c (__csinhl): Likewise.
18441 * math/s_csinl.c (__csinl): Likewise.
18442 * math/s_csqrt.c (__csqrt): Likewise.
18443 * math/s_csqrtf.c (__csqrtf): Likewise.
18444 * math/s_csqrtl.c (__csqrtl): Likewise.
18445 * math/s_ctan.c (__ctan): Likewise.
18446 * math/s_ctanf.c (__ctanf): Likewise.
18447 * math/s_ctanh.c (__ctanh): Likewise.
18448 * math/s_ctanhf.c (__ctanhf): Likewise.
18449 * math/s_ctanhl.c (__ctanhl): Likewise.
18450 * math/s_ctanl.c (__ctanl): Likewise.
18451 * math/w_pow.c: Likewise.
18452 * math/w_powf.c: Likewise.
18453 * math/w_powl.c: Likewise.
18454 * math/w_scalb.c (sysv_scalb): Likewise.
18455 * math/w_scalbf.c (sysv_scalbf): Likewise.
18456 * math/w_scalbl.c (sysv_scalbl): Likewise.
18457 * misc/error.c (error_tail): Likewise.
18458 * misc/pselect.c (__pselect): Likewise.
18459 * nis/nis_callback.c (__nis_create_callback): Likewise.
18460 * nis/nis_call.c (__nisfind_server): Likewise.
18461 * nis/nis_creategroup.c (nis_creategroup): Likewise.
18462 * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
18463 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
18464 * nis/nis_getservlist.c (nis_getservlist): Likewise.
18465 * nis/nis_lookup.c (nis_lookup): Likewise.
18466 * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
18467 * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
18468 (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
18469 * nis/nis_xdr.c (xdr_endpoint): Likewise.
18470 * nis/nss_compat/compat-grp.c (getgrent_next_file)
18471 (internal_getgrnam_r, internal_getgrgid_r): Likewise.
18472 * nis/nss_compat/compat-initgroups.c (add_group)
18473 (internal_getgrent_r): Likewise.
18474 * nis/nss_compat/compat-pwd.c (getpwent_next_file)
18475 (internal_getpwnam_r, internal_getpwuid_r): Likewise.
18476 * nis/nss_compat/compat-spwd.c (getspent_next_file)
18477 (internal_getspnam_r): Likewise.
18478 * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
18479 (_nss_nis_getaliasbyname_r): Likewise.
18480 * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
18481 (_nss_nis_getntohost_r): Likewise.
18482 * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
18483 (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
18484 (_nss_nis_getgrgid_r): Likewise.
18485 * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
18486 (internal_nis_gethostent_r, internal_gethostbyname2_r)
18487 (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
18488 (_nss_nis_gethostbyname4_r): Likewise.
18489 * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
18490 (initgroups_netid): Likewise.
18491 * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
18492 * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
18493 (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
18494 * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
18495 (_nss_nis_getprotobynumber_r): Likewise.
18496 * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
18497 (_nss_nis_getsecretkey): Likewise.
18498 * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
18499 (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
18500 (_nss_nis_getpwuid_r): Likewise.
18501 * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
18502 (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
18503 * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
18504 (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
18505 * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
18506 (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
18507 * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
18509 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
18510 (_nss_nisplus_getntohost_r): Likewise.
18511 * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
18512 (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
18513 * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
18514 (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
18516 * nis/nss_nisplus/nisplus-initgroups.c
18517 (_nss_nisplus_initgroups_dyn): Likewise.
18518 * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
18519 (_nss_nisplus_getnetbyaddr_r): Likewise.
18520 * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
18521 (_nss_nisplus_getprotobynumber_r): Likewise.
18522 * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
18523 (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
18524 * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
18526 * nis/nss_nisplus/nisplus-service.c
18527 (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
18528 (_nss_nisplus_getservbyport_r): Likewise.
18529 * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
18530 (_nss_nisplus_getspnam_r): Likewise.
18531 * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
18533 * nscd/aicache.c (addhstaiX): Likewise.
18534 * nscd/cache.c (cache_search, prune_cache): Likewise.
18535 * nscd/connections.c (register_traced_file, send_ro_fd)
18536 (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
18537 (main_loop_epoll): Likewise.
18538 * nscd/grpcache.c (addgrbyX): Likewise.
18539 * nscd/hstcache.c (addhstbyX): Likewise.
18540 * nscd/initgrcache.c (addinitgroupsX): Likewise.
18541 * nscd/mem.c (gc, mempool_alloc): Likewise.
18542 * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
18543 (addinnetgrX): Likewise.
18544 * nscd/nscd-client.h (__nscd_acquire_maplock)
18545 (__nscd_drop_map_ref): Likewise.
18546 * nscd/nscd_getai.c (__nscd_getai): Likewise.
18547 * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
18548 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
18550 * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
18551 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
18552 * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
18553 (__nscd_get_map_ref): Likewise.
18554 * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
18555 * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
18557 * nscd/pwdcache.c (addpwbyX): Likewise.
18558 * nscd/selinux.c (preserve_capabilities): Likewise.
18559 * nscd/servicescache.c (addservbyX): Likewise.
18560 * nss/nss_files/files-XXX.c (internal_getent): Likewise.
18561 * posix/fnmatch.c (fnmatch): Likewise.
18562 * posix/getopt.c (_getopt_internal_r): Likewise.
18563 * posix/glob.c (glob, glob_in_dir): Likewise.
18564 * posix/wordexp.c (exec_comm_child): Likewise.
18565 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
18566 (getanswer_r, gaih_getanswer_slice): Likewise.
18567 * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
18568 * resolv/res_init.c: Likewise.
18569 * resolv/res_mkquery.c (res_nmkquery): Likewise.
18570 * resolv/res_query.c (__libc_res_nquery): Likewise.
18571 * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
18573 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
18574 * stdio-common/perror.c (perror): Likewise.
18575 * stdio-common/printf_fp.c (___printf_fp): Likewise.
18576 * stdio-common/tmpnam.c (tmpnam): Likewise.
18577 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
18578 * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
18579 * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
18581 * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
18582 * stdlib/putenv.c (putenv): Likewise.
18583 * stdlib/setenv.c (__add_to_environ): Likewise.
18584 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
18585 * stdlib/strtol_l.c (INTERNAL): Likewise.
18586 * string/memmem.c (memmem): Likewise.
18587 * string/strerror.c (strerror): Likewise.
18588 * string/strnlen.c (__strnlen): Likewise.
18589 * string/test-memmem.c (simple_memmem): Likewise.
18590 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
18591 * sunrpc/pm_getport.c (__get_socket): Likewise.
18592 * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
18593 * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
18594 * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
18595 (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
18597 * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
18598 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
18599 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
18600 * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
18601 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
18602 * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
18604 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
18606 * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
18607 * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
18608 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
18609 * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
18610 * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
18611 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
18612 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
18613 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
18614 * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
18615 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
18616 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
18617 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
18619 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
18621 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
18623 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
18624 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
18625 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
18626 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
18627 * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
18628 * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
18629 * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
18630 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
18631 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
18632 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
18633 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
18634 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
18635 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
18636 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
18637 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
18638 * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
18640 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
18642 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
18644 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
18646 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
18647 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
18648 * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
18650 * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
18651 * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
18652 * sysdeps/posix/opendir.c (__opendirat): Likewise.
18653 * sysdeps/posix/sleep.c: Likewise.
18654 * sysdeps/posix/tempname.c: Likewise.
18655 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
18656 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
18658 * sysdeps/powerpc/powerpc32/dl-machine.h
18659 (elf_machine_runtime_setup, elf_machine_rela): Likewise.
18660 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18661 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
18662 * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
18663 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
18665 * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
18666 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
18667 (elf_machine_rela, elf_machine_lazy_rel): Likewise.
18668 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
18669 (elf_machine_rela, elf_machine_lazy_rel): Likewise.
18670 * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
18671 * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
18672 * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
18673 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
18674 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
18675 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
18676 (elf_machine_lazy_rel): Likewise.
18677 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
18678 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
18679 (elf_machine_lazy_rel): Likewise.
18680 * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
18681 * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
18682 * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
18683 * sysdeps/unix/grantpt.c (grantpt): Likewise.
18684 * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
18685 * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
18686 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
18687 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
18689 * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
18690 * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
18691 * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
18692 * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
18693 * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
18694 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
18695 * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
18696 * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
18697 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
18698 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
18699 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
18701 * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
18702 (__posix_fallocate64_l64): Likewise.
18703 * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
18704 (posix_fallocate): Likewise.
18705 * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
18707 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
18708 * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
18709 (getifaddrs_internal): Likewise.
18710 * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
18711 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
18712 * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
18713 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
18714 * sysdeps/unix/sysv/linux/posix_fallocate64.c
18715 (__posix_fallocate64_l64): Likewise.
18716 * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
18718 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
18719 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
18720 (__get_clockfreq): Likewise.
18721 * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
18722 * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
18723 * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
18724 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
18725 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
18726 * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
18727 * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
18728 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
18730 * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
18731 * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
18732 * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
18733 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
18734 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
18735 * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
18736 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
18738 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
18739 (posix_fallocate): Likewise.
18740 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
18741 * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
18742 * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
18743 * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
18744 (elf_machine_rela, elf_machine_rela_relative)
18745 (elf_machine_lazy_rel): Likewise.
18746 * time/asctime.c (asctime_internal): Likewise.
18747 * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
18748 * time/tzset.c (__tzset_parse_tz): Likewise.
18749 * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
18750 * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
18751 * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
18752 * wcsmbs/wcsmbsload.h: Likewise.
18755 * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
18757 * malloc/arena.c (grow_heap, get_free_list, reused_arena)
18758 (arena_get2): Remove THREAD_STATS conditionals.
18759 * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
18760 (__malloc_stats, int): Likewise.
18762 2014-02-08 Mike Frysinger <vapier@gentoo.org>
18764 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
18765 f.f_type to RAMFS_MAGIC too. Compare mp->mnt_type to shm too.
18767 * manual/setjmp.texi: Fix typos/grammar errors.
18769 * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
18770 Only return early when n is <= 0. Delete unused return statement.
18772 * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
18773 (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
18774 * debug/tst-longjmp_chk3.c: New file.
18776 * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
18777 (test_main): Replace code with set_fortify_handler call.
18778 * debug/test-strcpy_chk.c: Likewise.
18779 * debug/tst-chk1.c: Likewise.
18780 * debug/tst-longjmp_chk.c: Likewise.
18781 * test-skeleton.c: Include fcntl.h & paths.h
18782 (set_fortify_handler): Define.
18784 * debug/tst-longjmp_chk.c: Add header comment and include
18785 ../test-skeleton.c.
18786 (do_test): Mark static.
18787 (TEST_FUNCTION): Define.
18789 * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
18790 (IP_PMTUDISC_INTERFACE): Likewise.
18791 (IP_MULTICAST_IF): Likewise.
18792 (IP_MULTICAST_TTL): Likewise.
18793 (IP_MULTICAST_LOOP): Likewise.
18794 (IP_ADD_MEMBERSHIP): Likewise.
18795 (IP_DROP_MEMBERSHIP): Likewise.
18796 (IP_UNBLOCK_SOURCE): Likewise.
18797 (IP_BLOCK_SOURCE): Likewise.
18798 (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
18799 (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
18800 (IP_MSFILTER): Likewise.
18801 (MCAST_JOIN_GROUP): Likewise.
18802 (MCAST_BLOCK_SOURCE): Likewise.
18803 (MCAST_UNBLOCK_SOURCE): Likewise.
18804 (MCAST_LEAVE_GROUP): Likewise.
18805 (MCAST_JOIN_SOURCE_GROUP): Likewise.
18806 (MCAST_LEAVE_SOURCE_GROUP): Likewise.
18807 (MCAST_MSFILTER): Likewise.
18808 (IP_MULTICAST_ALL): Likewise.
18809 (IP_UNICAST_IF): Likewise.
18811 * timezone/Makefile: Delete $(have-ksh) check.
18812 ($(objpfx)tzselect): Change $(KSH) to $(BASH).
18813 * timezone/tzselect.ksh: Add +x mode bits.
18815 * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
18816 (ANON_INODE_FS_MAGIC): Likewise.
18817 (BDEVFS_MAGIC): Likewise.
18818 (BINFMTFS_MAGIC): Likewise.
18819 (BTRFS_TEST_MAGIC): Likewise.
18820 (CRAMFS_MAGIC_WEND): Likewise.
18821 (DEBUGFS_MAGIC): Likewise.
18822 (ECRYPTFS_SUPER_MAGIC): Likewise.
18823 (EXT3_SUPER_MAGIC): Likewise.
18824 (EXT4_SUPER_MAGIC): Likewise.
18825 (FUTEXFS_SUPER_MAGIC): Likewise.
18826 (HOSTFS_SUPER_MAGIC): Likewise.
18827 (HUGETLBFS_MAGIC): Likewise.
18828 (MINIX3_SUPER_MAGIC): Likewise.
18829 (MTD_INODE_FS_MAGIC): Likewise.
18830 (NILFS_SUPER_MAGIC): Likewise.
18831 (OPENPROM_SUPER_MAGIC): Likewise.
18832 (PIPEFS_MAGIC): Likewise.
18833 (PSTOREFS_MAGIC): Likewise.
18834 (QNX6_SUPER_MAGIC): Likewise.
18835 (RAMFS_MAGIC): Likewise.
18836 (REISERFS_SUPER_MAGIC_STRING): Likewise.
18837 (REISER2FS_SUPER_MAGIC_STRING): Likewise.
18838 (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
18839 (SECURITYFS_MAGIC): Likewise.
18840 (SELINUX_MAGIC): Likewise.
18841 (SMACK_MAGIC): Likewise.
18842 (SOCKFS_MAGIC): Likewise.
18843 (SQUASHFS_MAGIC): Likewise.
18844 (STACK_END_MAGIC): Likewise.
18845 (TMPFS_MAGIC): Likewise.
18846 (USBDEVICE_SUPER_MAGIC): Likewise.
18847 (V9FS_MAGIC): Likewise.
18848 (XENFS_SUPER_MAGIC): Likewise.
18849 (CRAMFS_MAGIC): Fix typo in comment.
18850 (EXT2_SUPER_MAGIC): Update comment.
18851 (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
18853 2014-02-08 Joseph Myers <joseph@codesourcery.com>
18855 * sysdeps/arm: Move directory from ports/sysdeps/arm.
18856 * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
18857 * sysdeps/unix/sysv/linux/arm: Move directory from
18858 ports/sysdeps/unix/sysv/linux/arm.
18859 * README: Update listing for arm-*-linux-gnueabi.
18861 * README: Remove mention of am33.
18863 2014-02-07 Roland McGrath <roland@hack.frob.com>
18865 * bits/sigset.h (__sigemptyset): Use a statement expression rather
18866 than the comma operator, to avoid "rhs of comma has no effect"
18868 (__sigfillset, __sigandset, __sigorset): Likewise.
18869 * include/signal.h (__sigemptyset): Likewise.
18870 * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
18872 2014-02-07 Allan McRae <allan@archlinux.org>
18874 * version.h (RELEASE): Set to "development".
18875 (VERSION): Set to "2.19.90"
18876 * NEWS: Add 2.20 section.
18878 2014-02-06 Carlos O'Donell <carlos@redhat.com>
18881 * inet/netinet/in.h: Remove comma after IPPROTO_MH.
18883 2014-02-06 Siddhesh Poyarekar <siddhesh@redhat.com>
18885 * manual/contrib.texi: Update entry for Carlos O'Donell,
18886 Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
18888 2014-02-05 Carlos O'Donell <carlos@rehdat.com>
18890 * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
18892 * sysdeps/unix/sysv/linux/kernel-features.h
18893 [__LINUX_KERNEL_VERSION >= 0x020621]
18894 (__ASSUME_PROC_PID_TASK_COMM): Define.
18896 2014-02-05 Siddhesh Poyarekar <siddhesh@redhat.com>
18899 * libio/wfileops.c (_IO_wfile_seekoff): Break out form
18900 conversion when destination buffer does not have enough space.
18901 * libio/tst-ftell-partial-wide.c: New test case.
18902 * libio/Makefile (tests): Add tst-ftell-partial-wide.
18904 * manual/contrib.texi: Update entry for Ondrej Bilka, Will
18905 Newton and Alexandre Oliva. Add entries for Steve Ellcey, Chris
18906 Leonard and Allan McRae.
18908 2014-02-04 David S. Miller <davem@davemloft.net>
18910 * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
18913 2014-02-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18915 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
18917 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
18919 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
18921 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
18923 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
18925 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
18927 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
18929 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
18931 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
18933 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
18935 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
18937 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
18939 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
18942 2014-02-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18944 * nptl/shlib-versions: Change powerpc*le start to 2.17.
18945 * shlib-versions: Likewise.
18947 2014-02-04 Roland McGrath <roland@hack.frob.com>
18948 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18950 * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
18951 (abilist-pattern): New variable, set to %-le.abilist.
18953 * Makerules (abilist-pattern): New variable.
18954 (vpath): Use $(abilist-pattern) in place of %.abilist.
18955 (check-abi-% pattern rule): Likewise.
18956 (check-abi, update-abi): Likewise.
18958 2014-02-04 Eric Wong <normalperson@yhbt.net>
18960 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18962 2014-02-03 Carlos O'Donell <carlos@redhat.com>
18964 * manual/startup.texi: Add next, previous, and top entries for
18965 the `Program Arguments' and `Environment Variables' nodes.
18967 2014-02-03 Alexandre Oliva <aoliva@redhat.com>
18969 * manual/macros.texi: Add comments before MTASC-safety macros.
18971 * manual/users.texi: Document MTASC-safety properties.
18973 * manual/threads.texi (pthread_key_create, pthread_key_delete)
18974 (pthread_getspecific, pthread_setspecific): Format with
18975 @deftypefun, and add @safety note.
18976 * manual/signal.texi: Move comments that analyze the above
18977 functions to their home place.
18979 2014-02-03 Allan McRae <allan@archlinux.org>
18981 * po/sl.po: Update Slovenian translation from translation project.
18983 2014-02-02 Alexandre Oliva <aoliva@redhat.com>
18985 * manual/time.texi (timegm): Add missing blank after @c.
18986 Reported by Joseph Myers <joseph@codesourcery.com>.
18988 2014-02-01 Alexandre Oliva <aoliva@redhat.com>
18990 * manual/check-safety.sh: New.
18991 * manual/Makefile ($(objpfx)stamp-summary): Run it.
18993 * manual/terminal.texi: Document MTASC-safety properties.
18995 * manual/filesys.texi: Document MTASC-safety properties.
18997 * manual/errno.texi: Document MTASC-safety properties.
18999 * manual/intro.texi: Document safety identifiers and
19002 * manual/string.texi (wcstok): Fix prototype.
19003 (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
19005 * manual/time.texi: Document MTASC-safety properties.
19007 * manual/string.texi: Document MTASC-safety properties.
19009 * manual/threads.texi: Document MTASC-safety properties.
19011 * manual/stdio.texi: Document MTASC-safety properties.
19013 * manual/syslog.texi: Document MTASC-safety properties.
19015 * manual/sysinfo.texi: Document MTASC-safety properties.
19017 * manual/startup.texi: Document MTASC-safety properties.
19019 * manual/socket.texi: Document MTASC-safety properties.
19021 * manual/signal.texi: Document MTASC-safety properties.
19023 2014-01-31 Alexandre Oliva <aoliva@redhat.com>
19025 * manual/setjmp.texi: Document MTASC-safety properties.
19027 * manual/search.texi: Document MTASC-safety properties.
19029 * manual/resource.texi: Document MTASC-safety properties.
19031 * manual/process.texi: Document MTASC-safety properties.
19033 * manual/platform.texi: Document MTASC-safety properties.
19035 * manual/pipe.texi: Document MTASC-safety properties.
19037 * manual/pattern.texi: Document MTASC-safety properties.
19039 * manual/message.texi: Document MTASC-safety properties.
19042 * manual/memory.texi: Document MTASC-safety properties.
19044 * manual/math.texi: Document MTASC-safety properties.
19046 * manual/locale.texi: Document MTASC-safety properties.
19048 * manual/llio.texi: Document MTASC-safety properties.
19050 * manual/libdl.texi: New.
19052 * manual/lang.texi: Document MTASC-safety properties.
19054 * manual/job.texi: Document MTASC-safety properties.
19056 * manual/getopt.texi: Document MTASC-safety properties.
19058 * manual/ctype.texi: Document MTASC-safety properties.
19060 2014-01-31 Maciej W. Rozycki <macro@codesourcery.com>
19063 * csu/libc-tls.c (static_map): Remove variable.
19064 (__libc_setup_tls): Use main executable's link map for TLS data.
19065 * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
19066 casing for LM_ID_BASE and GL(dl_nns).
19067 * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
19068 function. Alias dl_iterate_phdr to __dl_iterate_phdr.
19069 * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
19070 casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
19071 * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
19073 (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
19076 2014-01-30 Alexandre Oliva <aoliva@redhat.com>
19078 * manual/debug.texi: Document MTASC-safety properties.
19080 2014-01-29 H.J. Lu <hongjiu.lu@intel.com>
19083 * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
19084 of __x86_64__ when disabling x87 inline functions.
19086 2014-01-29 Alexandre Oliva <aoliva@redhat.com>
19088 * manual/charset.texi: Document MTASC-safety properties.
19090 * manual/crypt.texi: Document MTASC-safety properties.
19092 * manual/conf.texi: Document MTASC-safety properties.
19094 * manual/arith.texi: Document MTASC-safety properties.
19096 * manual/argp.texi: Document MTASC-safety properties.
19098 * manual/macros.texi: Introduce macros to document multi
19099 thread, asynchronous signal and asynchronous cancellation
19101 * manual/intro.texi: Introduce the properties themselves.
19103 2014-01-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
19105 * sysdeps/sh/sh4/Makefile: New file.
19107 2014-01-27 Andreas Schwab <schwab@linux-m68k.org>
19109 * math/gen-libm-test.pl ($srcdir): New variable.
19110 ($auto_input): Use it.
19112 2014-01-27 Siddhesh Poyarekar <siddhesh@redhat.com>
19115 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
19116 access beyond array bounds when parsing netgroups file.
19118 * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
19119 the old buffer before realloc.
19121 2014-01-27 Allan McRae <allan@archlinux.org>
19123 * po/fr.po: Update French translation from translation project.
19125 2014-01-26 Kaz Kojima <kkojima@rr.iij4u.or.jp>
19127 * sysdeps/sh/libm-test-ulps: Regenerate.
19129 2014-01-24 David S. Miller <davem@davemloft.net>
19131 * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
19133 2014-01-25 Kaz Kojima <kkojima@rr.iij4u.or.jp>
19135 * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
19136 * sysdeps/sh/libm-test-ulps: ... here and regenerated.
19138 2013-01-24 Siddhesh Poyarekar <siddhesh@redhat.com>
19141 * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
19142 string pointers after reallocation.
19144 2014-01-24 Kaz Kojima <kkojima@rr.iij4u.or.jp>
19146 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
19147 __SH4A__ instead of __SH_FPU_ANY__.
19149 2014-01-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
19151 * sysdeps/sh/fpu_control.h: New file.
19152 * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
19153 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
19154 * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
19155 * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
19156 * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
19157 * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
19158 * sysdeps/sh/sys/ucontext.h: Remove.
19159 * sysdeps/sh/sys: Remove directory.
19161 2014-01-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19163 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
19164 s390/sys/ucontext.h.
19165 * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
19166 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
19168 2014-01-20 H.J. Lu <hongjiu.lu@intel.com>
19171 * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
19173 2014-01-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19176 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
19177 Adjust the vDSO correctly for internal calls.
19178 * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
19180 2014-01-20 Allan McRae <allan@archlinux.org>
19182 * po/ca.po: Update Catalan translation from translation project.
19184 2014-01-16 Mike Frysinger <vapier@gentoo.org>
19186 * sysdeps/s390/sotruss-lib.c: New file.
19188 2014-01-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19191 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
19192 (__GI___gettimeofday): Alias for a different internal symbol to avoid
19193 local calls issues by not having a PLT stub required for IFUNC calls.
19194 * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
19196 2014-01-16 Joseph Myers <joseph@codesourcery.com>
19198 * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
19199 * math/test-fpucw-static.c: Likewise.
19201 2013-01-16 Siddhesh Poyarekar <siddhesh@redhat.com>
19204 * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
19206 2014-01-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19208 * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
19209 implementation for powerpc.
19211 2014-01-15 Ondřej Bílka <neleai@seznam.cz>
19214 * sysdeps/posix/system.c (__libc_system): Do not enable
19215 asynchronous cancellation.
19217 2014-01-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19220 * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
19221 handling only for numbers special also in the IEEE case.
19223 2014-01-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19225 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
19227 2014-01-11 Allan McRae <allan@archlinux.org>
19229 * po/bg.po: Update Bulgarian translation from translation project.
19231 * po/de.po: Update German translation from translation project.
19233 2014-01-10 Roland McGrath <roland@hack.frob.com>
19235 * sysdeps/generic/gcc-compat.h: New file.
19237 2014-01-10 Siddhesh Poyarekar <siddhesh@redhat.com>
19239 * benchtests/asin-inputs: Correct slow inputs.
19240 * benchtests/acos-inputs: Likewise.
19242 2014-01-10 Allan McRae <allan@archlinux.org>
19244 * po:sv.po: Update Swedish translation from translation project.
19246 * po/vi.po: Update Vietnamese translation from translation project.
19248 * po/eo.po: Update Esperanto translation from translation project.
19250 * po/cs.po: Update Czech translation from translation project.
19252 * po/nl.po: Update Dutch translation from translation project.
19254 * po/pl.po: Update Polish translation from translation project.
19256 * po/ru.po: Update Russian translation from translation project.
19258 * po/uk.po: Update Ukrainian translation from translation project.
19260 2014-01-08 Brooks Moses <bmoses@google.com>
19262 * elf/dl-load.c: Fix comment typo.
19264 2014-01-08 Carlos O'Donell <carlos@redhat.com>
19266 * po/header.pot: Rename to...
19267 * po/pot.header: ... this.
19268 * po/Makefile: Use pot.header.
19270 2014-01-08 Yuriy Kaminskiy <yumkam@gmail.com>
19271 Maxim Kuvyrkov <maxim@kugelworks.com>
19274 * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
19275 SRC and DEST against LEN.
19277 2014-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19280 * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
19282 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
19284 2014-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19286 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19288 2014-01-08 Joseph Myers <joseph@codesourcery.com>
19291 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
19292 for large positive arguments.
19294 2014-01-07 Joseph Myers <joseph@codesourcery.com>
19296 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
19298 * math/auto-libm-test-in: Mark various tests with
19299 xfail-rounding:ldbl-128ibm.
19300 * math/auto-libm-test-out: Regenerated.
19303 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
19304 Increase overflow threshold.
19306 2014-01-07 Ondřej Bílka <neleai@seznam.cz>
19309 * stdio-common/vfprintf.c: Check for integer overflow.
19311 2014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19313 * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
19314 the first argument and return value of __tls_get_addr_internal.
19316 2014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19318 * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
19319 also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
19321 2014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19323 * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
19324 * sysdeps/s390/rtld-global-offsets.sym: New file.
19325 * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
19327 * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
19328 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
19329 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
19331 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
19332 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
19334 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
19336 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
19338 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
19339 halfs of GPRs for high_gprs contexts.
19340 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
19341 restore upper halfs of GPRs for high_gprs contexts. Copy uc_flags
19343 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
19345 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
19347 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
19348 for high GPRs (uc_high_gprs) and for future extensions
19350 * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
19351 for future extensions (__reserved).
19352 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
19354 * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
19355 SC_HIGHGPRS offset definition.
19356 * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
19357 * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
19359 * Versions.def: Add GLIBC_2.19 for libpthread.
19360 * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
19361 siglongjmp for libpthread with GLIBC_2.19 symver.
19362 * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
19363 * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
19364 * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
19365 * sysdeps/s390/__longjmp.c: New file.
19366 * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
19367 * sysdeps/s390/longjmp.c: New file.
19368 * sysdeps/s390/setjmp.S: New file.
19369 * sysdeps/s390/sigjmp.S: New file.
19370 * sysdeps/s390/v1-longjmp.c: New file.
19371 * sysdeps/s390/v1-setjmp.h: New file.
19372 * sysdeps/s390/v1-sigjmp.c: New file.
19373 * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
19374 * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
19375 GLIBC_2.19 version.
19376 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
19377 * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
19378 versioned symbols for ____longjmp_chk.
19379 * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
19381 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
19383 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
19385 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
19387 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
19389 * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
19390 * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
19391 * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
19392 * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
19393 * sysdeps/s390/s390-32/setjmp-common.S: ... this.
19394 * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
19395 * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
19396 * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
19397 * sysdeps/s390/s390-64/setjmp-common.S: ... this.
19398 * sysdeps/s390/rtld-__longjmp.c: New file.
19399 * sysdeps/s390/rtld-setjmp.S: New file.
19401 2014-01-06 Joseph Myers <joseph@codesourcery.com>
19404 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
19405 Return -__logl (x) for small positive arguments without evaluating
19408 2014-01-06 Mike Frysinger <vapier@gentoo.org>
19410 * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
19412 (__ptrace_peeksiginfo_args): ... this.
19413 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
19414 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
19415 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
19417 2014-01-06 Allan McRae <allan@archlinux.org>
19419 * inet/netinet/in.h: Fix typo in comment.
19421 2014-01-05 Andreas Jaeger <aj@suse.de>
19423 * sysdeps/i386/fpu/libm-test-ulps: Update.
19425 2014-01-05 Allan McRae <allan@archlinux.org>
19427 * po/libc.pot: Regenerated.
19429 * malloc/memusagestat.c: Fix gettext call formatting.
19431 2014-01-04 Sami Kerola <kerolasa@iki.fi>
19433 * nscd/nscd.c: Improve usage() output.
19435 2014-01-04 Mike Frysinger <vapier@gentoo.org>
19437 * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
19438 * sysdeps/unix/sysv/linux/configure: Regenerated.
19439 * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
19440 * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
19442 2014-01-03 Joseph Myers <joseph@codesourcery.com>
19445 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
19446 (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
19448 2014-01-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19450 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
19451 extra tokens at end of #undef directive.
19452 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
19453 * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
19454 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
19456 2014-01-03 Joseph Myers <joseph@codesourcery.com>
19458 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
19460 * math/auto-libm-test-in: Mark various tests with
19461 xfail-rounding:ldbl-128ibm.
19462 * math/auto-libm-test-out: Regenerated.
19464 2014-01-02 Joseph Myers <joseph@codesourcery.com>
19467 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
19468 numbers with subnormal high part when calculating exponent.
19471 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
19475 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
19477 (__ieee754_acoshl): Use __log1pl not __log1p.
19479 2013-01-02 Ondřej Bílka <neleai@seznam.cz>
19481 * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
19482 (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
19483 (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
19484 (grow_heap, heap_trim, _int_new_arena, get_free_list)
19485 (reused_arena, arena_get2): Convert to GNU style.
19486 * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
19487 (mem2mem_check, mem2chunk_check, top_check, realloc_check)
19488 (memalign_check, __malloc_set_state): Likewise.
19489 * malloc/mallocbug.c (main): Likewise.
19490 * malloc/malloc.c (__malloc_assert, malloc_init_state)
19491 (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
19492 (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
19493 (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
19494 (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
19495 (__posix_memalign, malloc_info): Likewise.
19496 * malloc/malloc.h: Likewise.
19497 * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
19498 (mallochook, memalignhook, reallochook, mabort): Likewise.
19499 * malloc/mcheck.h: Likewise.
19500 * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
19501 (free, mmap, mmap64, mremap, munmap, dest): Likewise.
19502 * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
19503 * malloc/morecore.c (__default_morecore): Likewise.
19504 * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
19505 * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
19506 (_obstack_allocated_p, obstack_free, _obstack_memory_used)
19507 (print_and_abort): Likewise.
19508 * malloc/obstack.h: Likewise.
19509 * malloc/set-freeres.c (__libc_freeres): Likewise.
19510 * malloc/tst-mallocstate.c (main): Likewise.
19511 * malloc/tst-mtrace.c (main): Likewise.
19512 * malloc/tst-realloc.c (do_test): Likewise.
19514 2013-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
19517 * nscd/netgroupcache.c (do_notfound): New function.
19518 (addgetnetgrentX): Use it.
19521 * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
19522 NSS_STATUS_NOTFOUND.
19524 2014-01-01 Joseph Myers <joseph@codesourcery.com>
19526 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
19527 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19529 2014-01-01 Allan McRae <allan@archlinux.org>
19531 * scripts/update-copyrights: Update configure input file suffix.
19533 * NEWS: Update copyright year.
19534 * catgets/gencat.c: Likewise.
19535 * csu/version.c: Likewise.
19536 * debug/catchsegv.sh: Likewise.
19537 * debug/pcprofiledump.c: Likewise.
19538 * debug/xtrace.sh: Likewise.
19539 * elf/ldconfig.c: Likewise.
19540 * elf/ldd.bash.in: Likewise.
19541 * elf/pldd.c: Likewise.
19542 * elf/sotruss.ksh: Likewise.
19543 * elf/sprof.c: Likewise.
19544 * iconv/iconv_prog.c: Likewise.
19545 * iconv/iconvconfig.c: Likewise.
19546 * locale/programs/locale.c: Likewise.
19547 * locale/programs/localedef.c: Likewise.
19548 * login/programs/pt_chown.c: Likewise.
19549 * malloc/memusage.sh: Likewise.
19550 * malloc/memusagestat.c: Likewise.
19551 * malloc/mtrace.pl: Likewise.
19552 * manual/libc.texinfo: Likewise.
19553 * nscd/nscd.c: Likewise.
19554 * nss/getent.c: Likewise.
19555 * nss/makedb.c: Likewise.
19556 * posix/getconf.c: Likewise.
19557 * scripts/test-installation.pl: Likewise.
19559 * All files with FSF copyright notices: Update copyright dates
19560 using scripts/update-copyrights.
19561 * intl/plural.c: Regenerated.
19562 * locale/programs/charmap-kw.h: Likewise.
19563 * locale/programs/locfile-kw.h: Likewise.
19565 2013-12-31 Mike Frysinger <vapier@gentoo.org>
19567 * sysdeps/unix/sysv/linux/configure: Regenerated.
19568 * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
19569 the linux/fanotify.h header.
19570 * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
19571 HAVE_LINUX_FANOTIFY_H is defined.
19573 2013-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
19575 * benchtests/cos-inputs: New inputs.
19576 * benchtests/sin-inputs: Likewise.
19578 * benchtests/atan-inputs: New inputs. Fix name of multiple
19579 precision fallback inputs.
19581 * benchtests/atanh-inputs: New inputs.
19582 * benchtests/tanh-inputs: Likewise.
19584 * benchtests/acosh-inputs: New inputs.
19585 * benchtests/asinh-inputs: Likewise.
19587 * benchtests/cosh-inputs: New inputs.
19588 * benchtests/sinh-inputs: Likewise.
19590 * benchtests/acos-inputs: Add more inputs.
19591 * benchtests/asin-inputs: Likewise.
19593 2013-12-30 Ville Skytta <ville.skytta@iki.fi>
19596 * manual/arith.texi: Fix spelling.
19597 * manual/charset.texi: Likewise.
19598 * manual/errno.texi: Likewise.
19599 * manual/filesys.texi: Likewise.
19600 * manual/lang.texi: Likewise.
19601 * manual/llio.texi: Likewise.
19602 * manual/locale.texi: Likewise.
19603 * manual/message.texi: Likewise.
19604 * manual/resource.texi: Likewise.
19605 * manual/search.texi: Likewise.
19606 * manual/setjmp.texi: Likewise.
19607 * manual/stdio.texi: Likewise.
19608 * manual/string.texi: Likewise.
19609 * manual/sysinfo.texi: Likewise.
19610 * manual/time.texi: Likewise.
19612 2013-12-27 Carlos O'Donell <carlos@redhat.com>
19614 * po/sl.po: New file.
19616 2013-12-27 Mike Frysinger <vapier@gentoo.org>
19618 * .gitignore: Add core/.gdbinit/.gdb_history.
19620 2013-12-27 Allan McRae <allan@archlinux.org>
19623 * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
19624 Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
19626 2013-12-24 Brooks Moses <bmoses@google.com>
19628 * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
19629 all compilers that claim C++98 compliance, not just GCC.
19630 * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
19633 2013-12-24 Maxim Kuvyrkov <maxim@kugelworks.com>
19635 * NEWS: Restore accidentally deleted bug-fix entries.
19637 2013-12-24 Maxim Kuvyrkov <maxim@kugelworks.com>
19638 Ondřej Bílka <neleai@seznam.cz>
19641 * malloc/malloc.c (_int_free): Perform sanity check only if we
19644 2013-12-23 Ondřej Bílka <neleai@seznam.cz>
19647 * manual/stdio.texi (String Input Conversions): Clarify that character
19648 classes are not supported.
19650 2013-12-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19652 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19654 2013-12-22 Joseph Myers <joseph@codesourcery.com>
19657 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
19658 Calculate results for small negative arguments directly rather
19659 than using reflection formula with special underflow handling.
19661 * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
19662 * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
19663 sysdeps/unix/bsd/bsd4.4/syscalls.list.
19664 (fchflags): Likewise.
19665 (revoke): Likewise.
19666 (setlogin): Likewise.
19667 (sigaltstack): Likewise.
19669 (sigblock): Remove.
19670 (sigsetmask): Likewise.
19672 (waitpid): Likewise.
19673 * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
19674 * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
19676 * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
19677 * sysdeps/unix/bsd/Makefile: ... here.
19678 * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
19679 * sysdeps/unix/bsd/Versions: ... here.
19680 * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
19681 * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
19682 * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
19683 * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
19684 * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
19685 * sysdeps/unix/bsd/sigblock.c: ... here.
19686 * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
19687 * sysdeps/unix/bsd/sigsetmask.c: ... here.
19688 * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
19689 * sysdeps/unix/bsd/sigvec.c: ... here.
19690 * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
19691 * sysdeps/unix/bsd/tcdrain.c: ... here.
19692 * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
19693 * sysdeps/unix/bsd/tcgetattr.c: ... here.
19694 * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
19695 * sysdeps/unix/bsd/tcsetattr.c: ... here.
19696 * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
19697 * sysdeps/unix/bsd/wait.c: ... here.
19698 * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
19699 * sysdeps/unix/bsd/wait3.c: ... here.
19700 * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
19701 * sysdeps/unix/bsd/waitpid.c: ... here.
19703 2013-12-21 Joseph Myers <joseph@codesourcery.com>
19706 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
19707 round-to-nearest for [!USE_AS_EXPM1L].
19708 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
19709 * math/auto-libm-test-in: Do not expect cosh tests to fail. Add
19710 more tests of exp and exp10. Expect some exp10 tests to miss
19711 exceptions or fail in directed rounding modes.
19712 * math/auto-libm-test-out: Regenerated.
19713 * math/libm-test.inc (exp10_tonearest_test_data): New array.
19714 (exp10_test_tonearest): New function.
19715 (exp10_towardzero_test_data): New array.
19716 (exp10_test_towardzero): New function.
19717 (exp10_downward_test_data): New array.
19718 (exp10_test_downward): New function.
19719 (exp10_upward_test_data): New array.
19720 (exp10_test_upward): New function.
19721 (main): Call the new functions.
19722 * sysdeps/i386/fpu/libm-test-ulps: Update.
19723 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19725 2013-12-20 Joseph Myers <joseph@codesourcery.com>
19727 * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
19728 asinh, atan, atan2, atanh, cbrt, cos and cosh.
19729 * math/auto-libm-test-out: Regenerated.
19730 * math/libm-test.inc (acosh_test_data): Add more tests.
19731 (atanh_test_data): Likewise.
19732 (ceil_test_data): Likewise.
19733 (copysign_test_data): Likewise.
19734 * sysdeps/i386/fpu/libm-test-ulps: Update.
19735 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19737 * timezone/checktab.awk: Update from tzcode 2013i.
19738 * timezone/private.h: Likewise.
19739 * timezone/scheck.c: Likewise.
19740 * timezone/tzfile.h: Likewise.
19741 * timezone/tzselect.ksh: Likewise.
19742 * timezone/zdump.c: Likewise.
19743 * timezone/zic.c: Likewise.
19745 * math/auto-libm-test-in: Add tests of cpow.
19746 * math/auto-libm-test-out: Regenerated.
19747 * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
19748 * math/gen-auto-libm-tests.c (func_calc_method): Add value
19750 (func_calc_desc): Add mpc_cc_c union field.
19751 (test_functions): Add cpow.
19752 (special_fill_2pi): New function.
19753 (special_real_inputs): Add 2pi.
19754 (calc_generic_results): Handle mpc_cc_c.
19755 * sysdeps/i386/fpu/libm-test-ulps: Update.
19756 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19758 * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
19759 csqrt, ctan and ctanh.
19760 * math/auto-libm-test-out: Regenerated.
19761 * math/libm-test.inc (TEST_COND_x86_64): New macro.
19762 (TEST_COND_x86): Likewise.
19763 (ccos_test_data): Use AUTO_TESTS_c_c.
19764 (ccosh_test_data): Likewise.
19765 (cexp_test_data): Likewise.
19766 (clog_test_data): Likewise.
19767 (csqrt_test_data): Likewise.
19768 (ctan_test_data): Likewise.
19769 (ctan_tonearest_test_data): Likewise.
19770 (ctan_towardzero_test_data): Likewise.
19771 (ctan_downward_test_data): Likewise.
19772 (ctan_upward_test_data): Likewise.
19773 (ctanh_test_data): Likewise.
19774 (ctanh_tonearest_test_data): Likewise.
19775 (ctanh_towardzero_test_data): Likewise.
19776 (ctanh_downward_test_data): Likewise.
19777 (ctanh_upward_test_data): Likewise.
19778 * math/gen-auto-libm-tests.c (func_calc_method): Add value
19780 (func_calc_desc): Add mpc_c_c union field.
19781 (FUNC_mpc_c_c): New macro.
19782 (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
19783 ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
19785 (special_fill_min_subnorm_p120): New function.
19786 (special_real_inputs): Add min_subnorm_p120.
19787 (calc_generic_results): Handle mpc_c_c.
19788 * sysdeps/i386/fpu/libm-test-ulps: Update.
19789 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19791 2013-12-20 Siddhesh Poyarekar <siddhesh@redhat.com>
19793 * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
19794 (do_sin_slow): New functions.
19795 (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
19796 (cslow2, csloww1, csloww2): Use the new functions.
19798 * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
19799 Use M to change sign of result instead of X. Assume X is
19801 (csloww1): Likewise.
19805 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
19806 arguments A and DA.
19810 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
19812 (sloww1): Don't adjust sign of DX.
19813 (csloww1): Likewise.
19814 (sloww2): Use X directly and don't adjust sign of DX.
19815 (csloww2): Likewise.
19817 2013-12-19 Joseph Myers <joseph@codesourcery.com>
19819 * math/auto-libm-test-in: Add tests of cabs and carg.
19820 * math/auto-libm-test-out: Regenerated.
19821 * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
19822 (carg_test_data): Likewise.
19823 * math/gen-auto-libm-tests.c (func_calc_method): Add value
19825 (func_calc_desc): Add mpc_c_f union field.
19826 (test_functions): Add cabs and carg.
19827 (calc_generic_results): Handle mpc_c_f.
19829 * sysdeps/powerpc/powerpc32/libgcc-compat.S
19830 [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
19831 as a macro and a compat symbol.
19832 [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
19833 [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
19834 [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
19835 [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
19836 [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
19837 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
19839 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
19841 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
19843 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
19845 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
19847 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
19849 * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
19850 __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
19853 2013-12-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19855 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19857 2013-12-19 Joseph Myers <joseph@codesourcery.com>
19859 * manual/texinfo.tex: Update to version 2013-11-26.10 with
19860 trailing whitespace removed.
19861 * scripts/config.guess: Update to version 2013-11-29.
19862 * scripts/config.sub: Update to version 2013-10-01.
19864 * math/auto-libm-test-in: Add tests of sincos.
19865 * math/auto-libm-test-out: Regenerated.
19866 * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
19867 * math/gen-auto-libm-tests.c (func_calc_method): Add value
19869 (func_calc_desc): Add mpfr_f_11 union field.
19870 (test_functions): Add sincos.
19871 (calc_generic_results): Handle mpfr_f_11.
19872 * sysdeps/i386/fpu/libm-test-ulps: Update.
19873 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19875 2013-12-19 Andreas Schwab <schwab@suse.de>
19877 * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
19879 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
19880 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
19881 [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
19883 2013-12-19 Joseph Myers <joseph@codesourcery.com>
19885 * math/gen-libm-test.pl (%beautify): Remove M_* constants.
19886 * sysdeps/i386/fpu/libm-test-ulps: Update.
19887 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19890 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
19891 round-to-nearest mode when using frndint.
19892 * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
19893 * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
19894 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
19896 * math/auto-libm-test-in: Add more tests of expm1. Do not expect
19898 * math/auto-libm-test-out: Regenerated.
19899 * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
19900 (TEST_COND_x86): Likewise.
19901 (expm1_tonearest_test_data): New array.
19902 (expm1_test_tonearest): New function.
19903 (expm1_towardzero_test_data): New array.
19904 (expm1_test_towardzero): New function.
19905 (expm1_downward_test_data): New array.
19906 (expm1_test_downward): New function.
19907 (expm1_upward_test_data): New array.
19908 (expm1_test_upward): New function.
19909 (main): Run the new test functions.
19910 * sysdeps/i386/fpu/libm-test-ulps: Update.
19911 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19913 * include/features.h: Update comment documenting feature test
19914 macros. Mention _DEFAULT_SOURCE in comment.
19915 [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
19916 [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
19917 _BSD_SOURCE and _SVID_SOURCE.
19918 [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
19919 !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
19920 !_SVID_SOURCE]: Likewise.
19921 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
19922 (__USE_POSIX_IMPLICITLY): Define.
19923 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
19924 (_POSIX_SOURCE): Undefine and redefine.
19925 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
19926 (_POSIX_C_SOURCE): Likewise.
19927 * manual/creature.texi (_DEFAULT_SOURCE): Document.
19928 (Feature Test Macros): Update documentation of default features.
19930 2013-12-19 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
19932 * benchtests/Makefile: Add bench-strtok.
19933 * benchtests/bench-strtok.c: New file: strtok benchtest.
19935 2013-12-19 Allan McRae <allan@archlinux.org>
19937 * manual/install.texi: Suppress menu for plain text output.
19938 * INSTALL: Regenerated.
19940 2013-12-18 Brooks Moses <bmoses@google.com>
19943 * misc/getauxval.c: Include errno.h.
19944 (__getauxval): Set errno to ENOENT if the requested type is not
19946 * misc/sys/auxv.h (getauxval): Document that it may set errno;
19947 don't declare with __attribute_const__.
19948 * elf/tst-auxv.c: Add tests for errno and type-not-found case.
19949 * manual/startup.texi: Document that getauxval sets errno.
19951 2013-12-18 Joseph Myers <joseph@codesourcery.com>
19953 * math/auto-libm-test-in: Add tests of jn and yn.
19954 * math/auto-libm-test-out: Regenerated.
19955 * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
19956 (yn_test_data): Likewise.
19957 * math/gen-auto-libm-tests.c (func_calc_method): Add value
19959 (func_calc_desc): Add mpfr_if_f union field.
19960 (FUNC_mpfr_if_f): New macro.
19961 (test_functions): Add jn and yn.
19962 (calc_generic_results): Assert type of second input for
19963 mpfr_ff_f. Handle mpfr_if_f.
19964 (output_for_one_input_case): Disable all checking for arguments
19965 fitting floating-point types in case of an integer argument.
19966 * sysdeps/i386/fpu/libm-test-ulps: Update.
19967 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19969 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19970 Don't expect fegetround reference in libm.so.
19972 2013-12-17 Marcus Shawcroft <marcus.shawcroft@linaro.org>
19974 * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
19975 $(config-cflags-nofma).
19977 2013-12-18 Joseph Myers <joseph@codesourcery.com>
19979 * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
19980 * math/auto-libm-test-out: Regenerated.
19983 * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
19984 to determine exponent and adjust argument to have exponent of -1.
19985 * math/auto-libm-test-in: Add more tests of log, log10, log1p and
19987 * math/auto-libm-test-out: Regenerated.
19988 * sysdeps/i386/fpu/libm-test-ulps: Update.
19989 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19991 2013-12-18 Ondřej Bílka <neleai@seznam.cz>
19993 * manual/probes.texi: Remove cases when per-thread arenas are
19996 2013-12-18 Andreas Schwab <schwab@suse.de>
19998 * sysdeps/i386/i686/multiarch/strstr.c: Remove.
19999 * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
20000 * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
20001 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
20002 * sysdeps/i386/i686/multiarch/Makefile: Update.
20003 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
20005 2013-12-17 Joseph Myers <joseph@codesourcery.com>
20007 * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
20008 * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
20010 2013-12-17 Paul Eggert <eggert@cs.ucla.edu>
20013 Support TZ transition times < 00:00:00.
20014 This is needed for version-3 tz-format files; it supports time
20015 stamps past 2037 for America/Godthab (the only entry in the tz
20016 database for which this change is relevant).
20017 * manual/time.texi (TZ Variable): Document transition times
20018 from -167:59:59 through -00:00:01.
20019 * time/tzset.c (tz_rule): Time of day is now signed.
20020 (__tzset_parse_tz): Parse negative time of day.
20022 Document TZ transition times >= 25:00:00.
20023 * manual/time.texi (TZ Variable): Document transition times from
20024 25:00:00 through 167:59:59. These are already supported, and this
20025 support will help with version-3 tz-format files.
20027 * manual/time.texi (TZ Variable): Modernize North America example
20028 to reflect current (i.e., 2007-and-later) daylight saving rules.
20030 * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
20032 2013-12-17 Joseph Myers <joseph@codesourcery.com>
20034 * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
20035 * sysdeps/unix/bsd/bits/stat.h: Likewise.
20036 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
20037 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
20038 * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
20039 * sysdeps/unix/bsd/bsdstat.h: Likewise.
20040 * sysdeps/unix/bsd/clock.c: Likewise.
20041 * sysdeps/unix/bsd/i386/vfork.S: Likewise.
20042 * sysdeps/unix/bsd/i386/wait3.S: Likewise.
20043 * sysdeps/unix/bsd/init-posix.c: Likewise.
20044 * sysdeps/unix/bsd/poll.c: Likewise.
20045 * sysdeps/unix/bsd/ptsname.c: Likewise.
20046 * sysdeps/unix/bsd/seekdir.c: Likewise.
20047 * sysdeps/unix/bsd/setegid.c: Likewise.
20048 * sysdeps/unix/bsd/seteuid.c: Likewise.
20049 * sysdeps/unix/bsd/setgid.c: Likewise.
20050 * sysdeps/unix/bsd/setrgid.c: Likewise.
20051 * sysdeps/unix/bsd/setruid.c: Likewise.
20052 * sysdeps/unix/bsd/setsid.c: Likewise.
20053 * sysdeps/unix/bsd/setuid.c: Likewise.
20054 * sysdeps/unix/bsd/sigaction.c: Likewise.
20055 * sysdeps/unix/bsd/sigprocmask.c: Likewise.
20056 * sysdeps/unix/bsd/sigsuspend.c: Likewise.
20057 * sysdeps/unix/bsd/sys/reboot.h: Likewise.
20058 * sysdeps/unix/bsd/telldir.c: Likewise.
20059 * sysdeps/unix/bsd/times.c: Likewise.
20060 * sysdeps/unix/bsd/usleep.c: Likewise.
20062 * misc/Makefile (install-lib): Remove libbsd-compat.a.
20063 ($(objpfx)libbsd-compat.a): Remove rule.
20065 * include/features.h (__FAVOR_BSD): Do not define.
20066 * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
20067 features conflicting with POSIX.
20068 (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
20069 (_BSD_SOURCE): Remove description of not being a subset of other
20070 feature test macros.
20071 * manual/job.texi (getpgrp): Do not document BSD version.
20072 (getpgid): Do not document by reference to BSD getpgrp.
20073 * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
20074 * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
20075 * signal/signal.h [__FAVOR_BSD]: Likewise.
20076 * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
20077 instead of making contents conditional on [__FAVOR_BSD].
20078 * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
20080 2013-12-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20082 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20084 2013-12-17 Joseph Myers <joseph@codesourcery.com>
20087 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
20088 values below 2**-450, not 2**-500.
20089 * math/auto-libm-test-in: Don't allow spurious underflow from
20091 * math/auto-libm-test-out: Regenerated.
20095 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
20096 values of ha and hb and sort them after adjusting subnormal
20098 * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
20100 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
20101 values of ea and eb and sort them after adjusting subnormal
20103 * math/auto-libm-test-in: Do not expect some hypot tests of
20104 subnormals to fail. Add more hypot tests.
20105 * math/auto-libm-test-out: Regenerated.
20107 2013-12-16 Kaz Kojima <kkojima@rr.iij4u.or.jp>
20110 * sysdeps/sh/s_fma.c: New file.
20111 * sysdeps/sh/s_fmaf.c: New file.
20112 * sysdeps/sh/soft-fp/sfp-machine.h: New file. Based on arm
20114 * sysdeps/sh/Implies: Add sh/soft-fp.
20116 2013-12-16 Roland McGrath <roland@hack.frob.com>
20118 * elf/dl-error.c (struct catch): Add new member `errcode'. Add a
20119 level of indirection to members `objname', `errstring', `malloced'.
20120 (_dl_signal_error): Store through pointers in *LCATCH rather modifying
20121 *LCATCH itself. Set *LCATCH->errcode to ERRCODE rather than passing
20122 it as the __longjmp argument (just pass 1 instead).
20123 (_dl_catch_error): Initialize C with argument pointers and address of
20124 volatile local ERRCODE rather than copying values out of C at return.
20126 2013-12-16 Joseph Myers <joseph@codesourcery.com>
20128 * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
20129 * math/auto-libm-test-out: Regenerated.
20130 * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
20131 (hypot_test_data): Likewise.
20132 (pow_test_data): Likewise.
20133 (pow_tonearest_test_data): Likewise.
20134 * math/gen-auto-libm-tests.c (func_calc_method): Add value
20136 (func_calc_desc): Add mpfr_ff_f union field.
20137 (FUNC_mpfr_ff_f): New macro.
20138 (test_functions): Add atan2, hypot and pow.
20139 (special_fill_min): New function.
20140 (special_fill_minus_min): Likewise.
20141 (special_fill_min_subnorm): Likewise.
20142 (special_fill_minus_min_subnorm): Likewise.
20143 (special_real_inputs): Add min, -min, min_subnorm and
20145 (calc_generic_results): Handle mpfr_ff_f.
20146 * sysdeps/i386/fpu/libm-test-ulps: Update.
20147 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20149 2013-12-16 Will Newton <will.newton@linaro.org>
20151 * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
20152 (Aligned Memory Blocks): Add documentation for aligned_alloc
20153 and suggest it as an alternative to posix_memalign.
20154 (Hooks for Malloc): Document __memalign_hook is also called
20155 for aligned_alloc. (Summary of Malloc): Add summary for
20156 aligned alloc. Document __memalign_hook is also called
20159 2013-12-16 Will Newton <will.newton@linaro.org>
20161 * manual/memory.texi (Malloc Examples): Clarify default
20162 alignment documentation. Suggest posix_memalign rather
20163 than memalign or valloc.
20164 (Aligned Memory Blocks): Remove suggestion to use memalign
20165 or valloc. Remove obsolete comment about BSD.
20166 Document memalign errno values and mark the function obsolete.
20167 Document posix_memalign returned error codes. Mark valloc
20168 as obsolete. (Hooks for Malloc): __memalign_hook is also
20169 called for posix_memalign and valloc.
20170 (Summary of Malloc): Add posix_memalign to function summary.
20171 __memalign_hook is also called for posix_memalign and valloc.
20173 2013-12-16 Siddhesh Poyarekar <siddhesh@redhat.com>
20175 * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
20179 (sloww): Use mynumber union. Expand ternary operator into
20180 if-else statements.
20181 (cslow): use mynumber union.
20183 2013-12-16 Allan McRae <allan@archlinux.org>
20185 * configure.ac: Set AUTOCONF when maintainer-mode is not used.
20186 * configure: Regenerated.
20188 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
20191 * configure.ac: Added --enable-maintainer-mode. Check for
20192 autoconf when enabled.
20193 * configure: Regenerated.
20195 * nscd/nscd.service: New file.
20196 * nscd/nscd.tmpfiles: New file.
20198 2013-12-14 Ondřej Bílka <neleai@seznam.cz>
20201 * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
20202 * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
20203 * sysdeps/x86_64/multiarch/strstr.c: ... here.
20204 (strstr): Add __strstr_sse2_unaligned ifunc.
20205 * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
20206 * sysdeps/x86_64/multiarch/strcasestr.c ... here.
20207 (strcasestr): Remove __strcasestr_sse42 ifunc.
20208 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
20209 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
20210 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
20212 2013-12-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
20214 * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
20215 * sysdeps/sh/bits/fenv.h: ... here.
20216 * sysdeps/sh/sh4/fpu/bits: Remove directory.
20218 2013-12-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20220 * NEWS: Mention ppc64 STT_GNU_IFUNC support.
20222 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
20223 hypotf multiarch implementations.
20224 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
20225 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
20226 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
20227 multiarch hypot for PPC64.
20228 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
20229 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
20230 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
20231 multiarch hypotf for PPC64.
20233 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
20234 modff multiarch implementations.
20235 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
20236 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
20237 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
20238 multiarch modf for PPC64.
20239 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
20240 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
20241 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
20242 multiarch modff for PPC64.
20244 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
20245 and logl multiarch implementations.
20246 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
20247 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
20248 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
20249 multiarch logb for PPC64.
20250 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
20251 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
20252 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
20253 multiarch logb for PPC64.
20254 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
20255 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
20256 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
20257 multiarch logb for PPC64.
20259 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
20260 isinff multiarch implementation.
20261 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
20263 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
20264 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
20265 multiarch isinf for PPC64.
20266 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
20268 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
20269 multiarch isinff for PPC64.
20271 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
20272 finitef multiarch implementation.
20273 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
20275 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
20276 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
20277 multiarch finite for PPC64.
20278 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
20280 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
20281 multiarch finitef for PPC64.
20283 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
20284 lrint multiarch implementation.
20285 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
20287 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
20288 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
20289 multiarch llrint for PPC64.
20290 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
20291 multiarch lrint for PPC64.
20293 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
20294 copysignf multiarch implementation.
20295 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
20297 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
20299 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
20300 multiarch copysign for PPC64.
20301 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
20302 multiarch copysignf for PPC64.
20304 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
20305 multiarch implementation.
20306 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
20308 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
20310 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
20312 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
20314 multiarch llround for PPC64.
20315 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
20316 multiarch trunc for PPC64.
20317 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
20318 multiarch truncf for PPC64.
20320 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
20321 multiarch implementation.
20322 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
20324 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
20326 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
20328 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
20330 multiarch llround for PPC64.
20331 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
20332 multiarch round for PPC64.
20333 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
20334 multiarch roundf for PPC64.
20336 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
20337 multiarch implementation.
20338 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
20340 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
20342 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
20344 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
20346 multiarch llround for PPC64.
20347 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
20348 multiarch floor for PPC64.
20349 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
20350 multiarch floorf for PPC64.
20352 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
20353 multiarch implementation.
20354 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
20356 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
20358 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
20360 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
20362 multiarch llround for PPC64.
20363 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
20364 multiarch ceil for PPC64.
20365 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
20366 multiarch ceilf for PPC64.
20368 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
20369 multiarch implementation.
20370 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
20372 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
20374 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
20376 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
20377 multiarch llround for PPC64.
20378 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
20379 multiarch lround for PPC64.
20381 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
20382 multiarch implementation.
20383 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
20384 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
20385 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
20387 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
20388 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
20389 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
20390 multiarch isnan for PPC64.
20391 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
20392 multiarch isnanf for PPC64.
20394 * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
20395 * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
20396 * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
20397 * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
20398 * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
20399 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
20401 * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
20402 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
20403 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
20404 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
20406 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
20407 multiarch implementations.
20408 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20409 (__libc_ifunc_impl_list): Likewise.
20410 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
20411 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
20412 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
20413 multiarch stpcpy for PPC64.
20415 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
20416 multiarch implementations.
20417 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20418 (__libc_ifunc_impl_list): Likewise.
20419 * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
20420 * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
20421 * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
20422 multiarch strcpy for PPC64.
20424 * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
20425 redefine function name.
20426 (_wordcopy_fwd_dest_aligned): Likewise.
20427 (_wordcopy_bwd_aligned): Likewise.
20428 (_wordcopy_bwd_dest_aligned): Likewise.
20429 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
20430 multiarch implementations.
20431 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20432 (__libc_ifunc_impl_list): Likewise.
20433 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
20434 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
20435 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
20436 * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
20437 multiarch wcscpy for PPC64.
20439 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
20440 multiarch implementations.
20441 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20442 (__libc_ifunc_impl_list): Likewise.
20443 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
20444 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
20445 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
20446 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
20447 multiarch wcscpy for PPC64.
20449 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
20450 multiarch implementations.
20451 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20452 (__libc_ifunc_impl_list): Likewise.
20453 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
20454 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
20455 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
20456 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
20457 multiarch wcsrchr for PPC64.
20459 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
20460 multiarch implementations.
20461 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20462 (__libc_ifunc_impl_list): Likewise.
20463 * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
20464 * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
20465 * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
20466 * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
20467 multiarch wcschr for PPC64.
20469 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
20470 multiarch implementations.
20471 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20472 (__libc_ifunc_impl_list): Likewise.
20473 * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
20474 * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
20475 * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
20476 multiarch strchrnul for PPC64.
20478 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
20480 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20481 (__libc_ifunc_impl_list): Likewise.
20482 * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
20483 * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
20484 * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
20485 * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
20488 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
20490 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20491 (__libc_ifunc_impl_list): Likewise.
20492 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
20493 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
20494 * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
20495 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
20498 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
20499 multiarch implementations.
20500 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20501 (__libc_ifunc_impl_list): Likewise.
20502 * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
20503 * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
20504 strncasecmp for PPC64.
20505 * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
20506 * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
20507 multiarch strncasecmp_l for PPC64.
20509 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
20510 multiarch implementations.
20511 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
20512 (__libc_ifunc_impl_list): Likewise.
20513 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
20514 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
20515 multiarch strcasecmp for PPC64.
20516 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
20518 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
20519 multiarch strcasecmp_l for PPC64.
20521 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
20523 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20524 (__libc_ifunc_impl_list): Likewise.
20525 * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
20526 * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
20527 * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
20530 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
20532 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20533 (__libc_ifunc_impl_list): Likewise.
20534 * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
20535 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
20536 * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
20539 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
20541 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20542 (__libc_ifunc_impl_list): Likewise.
20543 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
20544 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
20545 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
20546 rawmemrchr for PPC64.
20548 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
20550 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20551 (__libc_ifunc_impl_list): Likewise.
20552 * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
20553 * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
20554 * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
20557 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
20559 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20560 (__libc_ifunc_impl_list): Likewise.
20561 * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
20562 * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
20563 * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
20566 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
20568 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20569 (__libc_ifunc_impl_list): Likewise.
20570 * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
20571 * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
20572 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
20575 * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
20576 avoid cretion of __bzero symbol.
20577 * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
20579 * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
20581 * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
20583 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
20584 multiarch implementations.
20585 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20586 (__libc_ifunc_impl_list): Likewise.
20587 * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
20588 * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
20589 * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
20590 * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
20592 * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
20593 * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
20594 * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
20595 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
20596 * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
20598 * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
20600 * string/memcmp.c (memcmp): Using macro to redefine symbol name.
20601 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
20603 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
20604 (__libc_ifunc_impl_list): Likewise.
20605 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
20606 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
20607 * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
20608 * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
20611 * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
20612 multiarch for POWER/PPC64.
20613 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
20614 * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
20615 * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
20616 * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
20617 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
20618 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
20619 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
20620 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
20621 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
20624 * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
20625 * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
20626 * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
20627 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
20628 * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
20629 * sysdeps/powerpc/powerpc64/power5/Implies: New File.
20630 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
20631 * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
20632 * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
20633 * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
20634 * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
20635 * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
20636 * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
20637 * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
20638 * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
20639 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
20640 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
20641 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
20642 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
20643 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
20644 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
20645 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
20647 2013-12-12 Kaz Kojima <kkojima@rr.iij4u.or.jp>
20649 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
20651 2013-12-12 Siddhesh Poyarekar <siddhesh@redhat.com>
20653 * benchtests/Makefile (bench): Add exp2 and log2.
20654 (LDLIBS-bench-exp2): Add -lm.
20655 (LDLIBS-bench-log2): Likewise.
20656 * benchtests/exp2-inputs: New inputs file.
20657 * benchtests/log2-inputs: New inputs file.
20658 * benchtests/log-inputs: Add new inputs.
20659 * benchtests/tan-inputs: Likewise.
20661 2013-12-11 Siddhesh Poyarekar <siddhesh@redhat.com>
20663 * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
20665 (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
20666 (csloww2): ... from here.
20668 * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
20669 instead of structures.
20670 * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
20671 (POLYNOMIAL): Likewise.
20672 (TAYLOR_SLOW): Likewise.
20678 (sloww1); Likewise.
20679 (sloww2): Likewise.
20680 (bsloww1): Likewise.
20681 (bsloww2): Likewise.
20682 (cslow2): Likewise.
20683 (csloww): Likewise.
20684 (csloww1): Likewise.
20685 (csloww2): Likewise.
20687 2013-12-10 Ondřej Bílka <neleai@seznam.cz>
20689 * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
20690 (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
20691 Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
20692 * malloc/hooks.c (realloc_check): Likewise.
20694 * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
20695 * malloc/arena.c: Remove PER_THREAD conditional.
20696 [!PER_THREAD]: Remove code.
20697 (ptmalloc_unlock_all2): Likewise.
20698 (ptmalloc_init): Likewise.
20699 (_int_new_arena): Likewise.
20700 (arena_get2): Likewise.
20701 * malloc/hooks.c (__malloc_get_state): Likewise.
20702 (__malloc_set_state): Likewise.
20703 * malloc/malloc.c: Likewise.
20704 (struct malloc_state): Likewise.
20705 (struct malloc_par): Likewise.
20706 (__libc_realloc): Likewise.
20707 (__libc_mallopt): Likewise.
20709 2013-12-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20711 * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
20713 2013-12-09 Ondřej Bílka <neleai@seznam.cz>
20715 * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
20716 macro to a function. Check for zero perturb_byte.
20717 (_int_malloc, _int_free): Remove zero perturb_byte checks.
20719 * malloc/malloc.c: (force_reg): Remove.
20720 (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
20721 (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
20722 force_reg by atomic_forced_read.
20723 * malloc/arena.c (ptmalloc_init): Likewise.
20724 * malloc/hooks.c (top_check): Likewise.
20726 2013-12-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20728 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20730 2013-12-09 Markus Trippelsdorf <markus@trippelsdorf.de>
20732 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
20734 2013-12-08 Joseph Myers <joseph@codesourcery.com>
20736 * math/auto-libm-test-in: Add tests of lgamma.
20737 * math/auto-libm-test-out: Regenerated.
20738 * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
20739 (M_LOG_2_SQRT_PIl): Likewise.
20740 (lgamma_test_data): Use AUTO_TESTS_f_f1.
20741 * math/gen-auto-libm-tests.c (func_calc_method): Add value
20743 (func_calc_desc): Add mpfr_f_f1 union field.
20744 (ARGS1): New macro.
20752 (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
20753 (test_functions): Add lgamma.
20754 (calc_generic_results): Handle mpfr_f_f1.
20755 * sysdeps/i386/fpu/libm-test-ulps: Update.
20756 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20758 2013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20760 * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
20761 __mpn_add_n for PowerPC64/POWER7.
20762 * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
20763 __mpn_sub_n for PowerPC64/POWER7.
20765 * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
20766 __mpn_addmul_1 for PowerPC64.
20767 * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
20768 __mpn_submul_1 for PowerPC64.
20769 * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
20771 * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
20774 2013-12-06 Fernando J. V. da Silva <fernandojvdasilva@gmail.com>
20777 * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
20779 2013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20781 * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
20783 * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
20784 add multiarch folders.
20785 * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
20786 * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
20787 * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
20788 * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
20789 * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
20790 * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
20791 * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
20792 * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
20793 * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
20794 * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
20795 * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
20796 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
20797 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
20798 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
20799 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
20800 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
20801 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
20803 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
20804 __ieee754_hypot and __ieee754_hypotf multiarch implementations.
20805 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
20807 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
20809 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
20810 multiarch __ieee754_hypot for PowerPC32.
20811 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
20813 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
20815 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
20816 multiarch __ieee754_hypotf for PowerPC32.
20818 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
20819 long_double_symbol only if __logbl is defined.
20820 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
20821 * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
20822 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
20823 * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
20824 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
20825 * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
20826 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
20827 path for implementation.
20828 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
20829 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
20830 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
20831 logb, and logbl multiarch implementations for PowerPC32.
20832 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
20834 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
20836 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
20837 multiarch logb for PowerPC32.
20838 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
20840 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
20842 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
20843 multiarch logbf for PowerPC32.
20844 * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
20845 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
20847 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
20848 multiarch logbl implementation for PowerPC32.
20850 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
20851 and modff multiarch implementations.
20852 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
20854 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
20856 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
20857 multiarch modf for PowerPC32.
20858 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
20860 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
20862 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
20863 multiarch modff for PowerPC32.
20865 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
20866 and lrintf multiarch implementations.
20867 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
20869 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
20871 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
20872 multiarch lrint for PowerPC32.
20873 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
20874 file: multiarch lrintf for PowerPC32.
20876 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
20877 and lroundf multiarch implementations.
20878 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
20880 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
20882 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
20884 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
20885 multiarch lround for PowerPC32.
20886 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
20887 file: multiarch lroundf for PowerPC32.
20889 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
20890 copysign and copysignf multiarch implementations.
20891 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
20893 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
20895 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
20896 file: multiarch copysign for PowerPC32.
20897 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
20898 file: multiarch copysignf for PowerPC32.
20900 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
20901 and truncf multiarch implementations.
20902 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
20904 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
20906 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
20907 multiarch trunc for PowerPC32.
20908 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
20910 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
20912 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
20913 multiarch truncf for PowerPC32.
20915 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
20916 and roundf multiarch implementations.
20917 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
20919 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
20921 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
20922 multiarch round for PowerPC32.
20923 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
20925 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
20927 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
20928 multiarch roundf for PowerPC32.
20930 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
20931 and floorf multiarch implementations.
20932 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
20934 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
20936 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
20937 multiarch floor for PowerPC32.
20938 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
20940 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
20942 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
20943 multiarch floorf for PowerPC32.
20945 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
20946 and ceilf multiarch implementations.
20947 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
20949 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
20951 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
20952 multiarch ceil for PowerPC32.
20953 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
20955 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
20957 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
20958 multiarch ceilf for PowerPC32.
20960 * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
20962 * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
20963 FINITEF is defined.
20964 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
20965 and finitef multiarch implementations.
20966 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
20968 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
20970 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
20971 multiarch finite for PowerPC32.
20972 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
20974 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
20975 file: multiarch finitef for PowerPC32.
20977 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
20978 and isinff multiarch implementations.
20979 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
20981 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
20983 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
20984 multiarch isinf for PowerPC32.
20985 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
20987 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
20988 multiarch isinff for PowerPC32.
20990 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
20991 alias when __isnan is defined.
20992 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
20993 and isnanf multiarch implementations.
20994 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
20996 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
20998 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
21000 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
21002 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
21003 multiarch isnan for PowerPC32.
21004 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
21006 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
21008 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
21009 multiarch isnanf for PowerPC32.
21011 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
21012 and sqrtf multiarch implementations.
21013 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
21015 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
21017 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
21018 multiarch sqrt for PowerPC32.
21019 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
21021 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
21023 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
21024 multiarch sqrtf for PowerPC32.
21026 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
21027 and llroundf multiarch implementations.
21028 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
21030 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
21032 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
21034 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
21035 file: multiarch llround for PowerPC32.
21036 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
21037 file: multiarch llroundf for PowerPC32.
21039 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
21040 multiarch PowerPC32 fpu implementations.
21041 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
21043 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
21045 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
21046 multiarch llrint for PowerPC32.
21047 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
21049 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
21051 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
21054 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
21056 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
21058 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
21060 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
21062 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
21063 multiarch wordcopy for PPC32.
21064 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
21066 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21067 (__libc_ifunc_impl_list): Likewise.
21068 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
21069 * sysdeps/powerpc/power4/wordcopy.c: ... to here.
21070 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
21071 * sysdeps/powerpc/power6/wordcopy.c: ... to here.
21072 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
21073 * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
21075 * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
21076 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
21078 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
21080 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
21082 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
21083 multiarch wcscpy for PPC32.
21084 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
21086 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21087 (__libc_ifunc_impl_list): Likewise.
21088 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
21089 * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
21090 * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
21091 sysdeps/powerpc/power6/wcscpy.c.
21093 * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
21094 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
21096 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
21098 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
21100 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
21101 multiarch wcsrchr for PPC32.
21102 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
21104 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21105 (__libc_ifunc_impl_list): Likewise.
21106 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
21107 * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
21108 * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
21109 sysdeps/powerpc/power6/wcsrchr.c.
21111 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
21113 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
21115 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
21116 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
21117 multiarch wcschr for PPc32.
21118 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
21120 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21121 (__libc_ifunc_impl_list): Likewise.
21122 * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
21123 * sysdeps/powerpc/power6/wcschr.c: ... to here.
21124 * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
21125 sysdeps/powerpc/power6/wcschr.c.
21127 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
21128 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
21130 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
21131 * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
21132 file: multiarch strchr for PPC32.
21133 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
21135 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21136 (__libc_ifunc_impl_list): Likewise.
21138 * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
21140 * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
21142 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
21144 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
21145 multiarch strchrnul for PPC32.
21146 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
21148 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21149 (__libc_ifunc_impl_list): Likewise.
21151 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
21153 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
21154 multiarch strncasecmp for PPC32.
21155 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
21157 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
21158 multiarch strncasecmp_l for PPC32.
21159 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
21160 strncasecmp multiarch objects.
21161 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21162 (__libc_ifunc_impl_list): Likewise.
21164 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
21166 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
21167 multiarch strncasecmp for PPC32.
21168 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
21170 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
21171 multiarch strcasecmp_l for PPC32.
21172 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
21174 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21175 (__libc_ifunc_impl_list): Likewise.
21177 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
21179 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
21181 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
21182 multiarch strncmp for PPC32.
21183 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
21185 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21186 (__libc_ifunc_impl_list): Likewise.
21188 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
21189 * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
21191 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
21192 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
21193 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
21195 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21196 (__libc_ifunc_impl_list): Likewise.
21198 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
21200 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
21202 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
21203 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
21205 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21206 (__libc_ifunc_impl_list): Likewise.
21208 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
21210 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
21212 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
21213 multiarch rawmemchr for PPC32.
21214 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
21216 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21217 (__libc_ifunc_impl_list): Likewise.
21219 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
21221 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
21223 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
21224 file: memrchr multiarch for PPC32.
21225 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
21227 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21228 (__libc_ifunc_impl_list): Likewise.
21230 * string/memchr.c (__memchr): Using macro to redefine symbol name.
21231 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
21233 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
21234 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
21235 multiarch memchr for PPC32.
21236 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
21238 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21239 (__libc_ifunc_impl_list): Likewise.
21241 * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
21242 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
21244 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
21246 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
21247 file: multiarch mempcpy for PPC32.
21248 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
21250 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21251 (__libc_ifunc_impl_list): Likewise.
21253 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
21254 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
21255 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
21256 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
21257 multiarch bzero for PPC32.
21258 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
21260 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
21262 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
21263 * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
21264 file: multiarch memset for PPC32.
21265 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
21266 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
21267 memset multiarch objects.
21268 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21269 (__libc_ifunc_impl_list): Likewise.
21271 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
21273 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
21274 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
21276 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
21277 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
21279 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21280 (__libc_ifunc_impl_list): Likewise.
21282 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
21283 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
21284 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
21286 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
21288 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
21290 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
21291 multiarch memcpy for PPC32.
21292 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
21294 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21295 (__libc_ifunc_impl_list): Likewise.
21297 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
21298 support multiarch for POWER/PPC32.
21299 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
21301 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
21302 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
21303 Implies file to make multiarch folder appers before the fpu and
21304 default folder for power4 configuration.
21306 2013-12-06 Siddhesh Poyarekar <siddhesh@redhat.com>
21308 * scripts/bench.pl: Append volatile keyword to type.
21310 2013-12-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
21312 * sysdeps/sh/sotruss-lib.c: New file.
21313 * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
21315 2013-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21317 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21319 2013-12-05 Joseph Myers <joseph@codesourcery.com>
21322 * math/w_tgamma.c: Include <errno.h>.
21323 (__tgamma): Use __glibc_unlikely. Set errno on underflow to 0.
21324 * math/w_tgammaf.c: Include <errno.h>.
21325 (__tgammaf): Use __glibc_unlikely. Set errno on underflow to 0.
21326 * math/w_tgammal.c: Include <errno.h>.
21327 (__tgammal): Use __glibc_unlikely. Set errno on underflow to 0.
21328 * math/auto-libm-test-in: Do not allow missing errno on tgamma
21329 underflow. Add more tgamma tests.
21330 * math/auto-libm-test-out: Regenerated.
21331 * sysdeps/i386/fpu/libm-test-ulps: Update.
21332 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21334 * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
21335 sin, sinh, tan, tanh, tgamma, y0 and y1.
21336 * math/auto-libm-test-out: Regenerated.
21337 * math/libm-test.inc (TEST_COND_x86_64): New macro.
21338 (TEST_COND_x86): Likewise.
21339 (M_E2l): Remove macro.
21341 (M_2_SQRT_PIl): Likewise.
21342 (M_SQRT_PIl): Likewise.
21343 (M_1_DIV_El): Likewise.
21344 (log_test_data): Use AUTO_TESTS_f_f.
21345 (log10_test_data): Likewise.
21346 (log1p_test_data): Likewise.
21347 (log2_test_data): Likewise.
21348 (sin_test_data): Likewise.
21349 (sin_tonearest_test_data): Likewise.
21350 (sin_towardzero_test_data): Likewise.
21351 (sin_downward_test_data): Likewise.
21352 (sin_upward_test_data): Likewise.
21353 (sinh_test_data): Likewise.
21354 (sinh_tonearest_test_data): Likewise.
21355 (sinh_towardzero_test_data): Likewise.
21356 (sinh_downward_test_data): Likewise.
21357 (sinh_upward_test_data): Likewise.
21358 (tan_test_data): Likewise.
21359 (tan_tonearest_test_data): Likewise.
21360 (tan_towardzero_test_data): Likewise.
21361 (tan_downward_test_data): Likewise.
21362 (tan_upward_test_data): Likewise.
21363 (tanh_test_data): Likewise.
21364 (tgamma_test_data): Likewise.
21365 (y0_test_data): Likewise.
21366 (y1_test_data): Likewise.
21367 * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
21368 (special_real_inputs): Add pi/4.
21369 * sysdeps/i386/fpu/libm-test-ulps: Update.
21370 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21372 2013-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21374 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
21375 "longjmp_target" static probes.
21376 (__longjmp): Rename to __longjmp_symbol.
21377 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
21378 * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
21379 on which longjmp to generate.
21380 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
21381 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
21383 (__sigsetjmp): Rename to __sigsetjmp_symbol.
21384 (__sigjmp_save): Rename to __sigjmp_save_symbol.
21385 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
21386 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
21387 and __sigjmp_save_symbol based on which sigsetjmp to generated.
21388 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
21389 * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
21390 __longjmp_symbol based on which __longjmp to generate.
21391 * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
21393 (setjmp): Rename to setjmp_symbol.
21394 (__sigsetjmp): Rename to __sigsetjmp_symbol.
21395 (_setjmp): Rename to _setjmp_symbol.
21396 (__sigsetjmp): Rename to __sigsetjmp_symbol.
21397 * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
21398 _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
21399 which setjmp to generate.
21400 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
21401 "longjmp_target" static probes.
21403 2013-12-05 Siddhesh Poyarekar <siddhesh@redhat.com>
21405 * benchtests/README: Add note about output arguments.
21406 * benchtests/bench-sincos.c: Remove file.
21407 * benchtests/sincos-inputs: New file.
21408 * scripts/bench.pl: Identify output arguments and define
21409 static variables for them.
21411 * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
21414 * Makefile (INSTALL): Add install-plain.texi as the primary
21416 * manual/install-plain.texi: New file.
21417 * manual/install.texi: Include node directive only for
21418 non-plaintext output.
21420 2013-12-04 Joseph Myers <joseph@codesourcery.com>
21422 * stdlib/longlong.h: Update from GCC.
21426 * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
21427 * math/w_j0f.c (y0f): Likewise.
21428 * math/w_j0l.c (__y0l): Likewise.
21429 * math/w_j1.c (y1): Likewise.
21430 * math/w_j1f.c (y1f): Likewise.
21431 * math/w_j1l.c (__y1l): Likewise
21432 * math/w_jn.c (yn): Likewise.
21433 * math/w_jnf.c (ynf): Likewise.
21434 * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
21435 Bessel function pole errors in _POSIX_ mode. Use NAN as return
21436 value for Bessel function domain errors outside _SVID_ mode.
21437 Adjust sign of return value for yn (negative integer, 0).
21438 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
21439 by zero in return for negative x and set sign appropriately for
21441 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
21442 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
21443 * math/libm-test.inc (y0_test_data): Add more tests and adjust
21444 expectations in error cases.
21445 (y1_test_data): Likewise.
21446 (yn_test_data): Likewise.
21447 * sysdeps/i386/fpu/libm-test-ulps: Update.
21448 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21450 2013-11-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21452 * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
21453 "64" to "64-v1". Add "64-v2".
21454 (abi-64-options): Rename to ...
21455 (abi-64-v1-options): ... this. Redefine _CALL_ELF.
21456 (abi-64-condition): Rename to ...
21457 (abi-64-v1-condition): ... this. Add _CALL_ELF check.,
21458 (abi-64-ld-soname): Rename to ...
21459 (abi-64-v1-ld-soname): ... this.
21460 (abi-64-v2-options): Define.
21461 (abi-64-v2-condition): Likewise.
21462 (abi-64-v2-ld-soname): Likewise.
21463 * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
21464 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
21465 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
21466 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
21467 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
21469 2013-11-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21470 Alan Modra <amodra@gmail.com>
21472 * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
21473 New versions for use with the ELFv2 ABI.
21474 (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
21475 * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
21477 (struct La_ppc64v2_retval): Likewise.
21478 (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
21479 (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
21480 * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
21481 to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
21482 (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
21483 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
21484 Do not save or restore CR.
21485 (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
21486 (_dl_profile_resolve): Do no save or restore CR. Support extended
21487 return values for ELFv2 ABI. Fix location of FPR return registers.
21488 * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
21489 updated values for _CALL_ELF == 2.
21490 (La_regs, La_retval, int_retval): Likewise.
21492 2013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21494 * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
21495 (FRAME_MIN_SIZE_PARM): Likewise.
21496 (FRAME_BACKCHAIN): Likewise.
21497 (FRAME_CR_SAVE): Likewise.
21498 (FRAME_LR_SAVE): Likewise.
21499 (FRAME_TOC_SAVE): Likewise.
21500 (FRAME_PARM_SAVE): Likewise.
21501 (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
21502 FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
21503 FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
21504 (call_mcount_parm_offset): New macro.
21505 (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
21506 (PROF): Use symbolic stack frame offsets.
21507 (TAIL_CALL_SYSCALL_ERROR): Likewise.
21508 * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
21509 Redefine in terms of FRAME_MIN_SIZE.
21510 (_dl_runtime_resolve): Use symbolic stack frame offsets.
21511 (_dl_profile_resolve): Likewise. Update comment.
21512 * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
21513 symbols stack frame offsets.
21514 (__sigsetjmp): Likewise.
21515 * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
21516 * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
21517 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
21518 * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
21520 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
21521 (FRAME_BACKCHAIN): Remove.
21522 (FRAME_CR_SAVE): Likewise.
21523 (FRAME_LR_SAVE): Likewise.
21524 (FRAME_COMPILER_DW): Likewise.
21525 (FRAME_LINKER_DW): Likewise.
21526 (FRAME_TOC_SAVE): Likewise.
21527 (FRAME_PARM_SAVE): Likewise.
21528 (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
21529 (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
21530 (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
21531 * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
21532 (CHECK_SP): Use symbolic stack frame offsets.
21533 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
21534 zone" instead of caller's parameter save area for temp storage.
21535 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
21536 Likewise. Also, use symbolic stack frame offsets.
21537 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
21538 stackblock): Redefine for _CALL_ELF == 2 to save parameters into
21539 our own stack frame instead of the caller's.
21540 (__socket): Use symbolic stack frame offsets.
21542 2013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21543 Alan Modra <amodra@gmail.com>
21545 * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
21547 (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
21548 (PPC64_LOCAL_ENTRY_OFFSET): Define.
21549 * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
21551 (elf_machine_fixup_plt): Call it.
21552 (elf_machine_plt_conflict): Likewise. Add map, sym_map, and
21554 (elf_machine_rela): Update call to elf_machine_plt_conflict.
21555 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
21556 (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
21557 r2 before calling target.
21559 2013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21560 Alan Modra <amodra@gmail.com>
21562 * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
21563 (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
21564 versions of macros to support ELFv2 ABI.
21565 (LOCALENTRY): New macro.
21566 (ENTRY, EALIGN): Use it.
21567 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
21568 * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
21569 fall through into ENTRY entry point.
21570 * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
21571 Only define if _CALL_ELF != 2.
21573 (elf_machine_matches_host): Verify ABI version matches.
21574 (RTLD_START): Use LOCALENTRY.
21575 (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
21576 (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
21577 (PLT_ENTRY_WORDS): New macro.
21578 (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
21579 (elf_machine_runtime_setup): Support ELFv2 ABI.
21580 (elf_machine_fixup_plt): Likewise.
21581 (elf_machine_plt_conflict): Likewise.
21582 (resolve_ifunc): Likewise.
21583 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
21584 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
21586 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
21587 (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
21588 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
21589 (makecontext): Support ELFv2 ABI.
21590 * elf/elf.h (EF_PPC64_ABI): Define.
21592 2013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21594 * sysdeps/powerpc/powerpc64/sysdep.h
21595 (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
21596 (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
21597 (ENTRY) [ASSEMBLER]: ... but instead here ...
21598 (EALIGN) [ASSEMBLER]: ... and here.
21599 (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
21600 (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
21601 (ENTRY_2) [!ASSEMBLER]: Use it.
21602 * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
21603 ENTRY_2 changes. Use PPC64_LOAD_FUNCPTR.
21604 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
21605 (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
21606 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
21607 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
21608 Use PPC64_LOAD_FUNCPTR.
21610 * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
21612 2013-12-04 Alan Modra <amodra@gmail.com>
21614 * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
21615 (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
21616 (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
21617 (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
21619 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
21620 overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
21621 R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
21622 Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
21623 R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
21624 Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
21626 2013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21628 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
21629 (__makecontext): Fix incorrect CFI when backtracing out of
21630 context created via makecontext.
21631 * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
21632 (__setcontext): Fix incorrect CFI during switch to new context.
21633 (__novec_setcontext): Likewise.
21635 2013-12-04 Ondřej Bílka <neleai@seznam.cz>
21638 * time/strptime_l.c (__strptime_internal): Allow modifiers
21640 * time/tst-strptime.c (day_tests): Add testcase.
21642 2013-12-04 Siddhesh Poyarekar <siddhesh@redhat.com>
21644 * scripts/bench.pl: Skip over blank lines.
21646 2013-12-04 Paul Eggert <eggert@cs.ucla.edu>
21649 * manual/time.texi (Calendar Time): Clarify what timezone functions
21652 2013-12-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21654 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21656 2013-12-04 Ondřej Bílka <neleai@seznam.cz>
21658 * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
21660 * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
21661 * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
21662 * debug/memset_chk.c (__memset_chk): Likewise.
21663 * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
21664 * debug/strncpy_chk.c: Likewise.
21666 2013-12-03 Joseph Myers <joseph@codesourcery.com>
21670 * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
21671 (__ieee754_exp): For possibly underflowing results, check size of
21672 result and force underflow exception if required.
21673 * math/auto-libm-test-in: Add more tests of exp.
21674 * math/auto-libm-test-out: Regenerated.
21675 * sysdeps/i386/fpu/libm-test-ulps: Update.
21676 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21679 * math/w_exp2.c (__exp2): Handle a zero result as underflow.
21680 * math/w_exp2f.c (__exp2f): Likewise.
21681 * math/w_exp2l.c (__exp2l): Likewise.
21682 * math/auto-libm-test-in: Do not allow missing errno on exp2
21684 * math/auto-libm-test-out: Regenerated.
21686 2013-12-03 Ondřej Bílka <neleai@seznam.cz>
21689 * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
21690 handle filename validation.
21691 * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
21694 2013-12-03 Joseph Myers <joseph@codesourcery.com>
21697 * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
21698 (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
21699 * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
21701 (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
21702 * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
21703 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
21704 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
21705 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
21706 * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
21707 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
21708 * math/auto-libm-test-in: Don't allow missing errno from erfc.
21709 Add more erfc tests.
21710 * math/auto-libm-test-out: Regenerated.
21711 * sysdeps/i386/fpu/libm-test-ulps: Update.
21712 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21714 * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
21715 exp2, expm1, j0 and j1.
21716 * math/auto-libm-test-out: Regenerated.
21717 * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
21718 (erfc_test_data): Likewise.
21719 (exp_test_data): Likewise.
21720 (exp_tonearest_test_data): Likewise.
21721 (exp_towardzero_test_data): Likewise.
21722 (exp_downward_test_data): Likewise.
21723 (exp_upward_test_data): Likewise.
21724 (exp10_test_data): Likewise.
21725 (exp2_test_data): Likewise.
21726 (expm1_test_data): Likewise.
21727 (j0_test_data): Likewise.
21728 (j1_test_data): Likewise.
21729 * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
21730 (input_flag_type): Add flag_xfail_rounding.
21731 (input_flags): Add xfail-rounding.
21732 (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
21733 (output_for_one_input_case): Handle flag_xfail_rounding.
21734 * sysdeps/i386/fpu/libm-test-ulps: Update.
21735 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21737 2013-12-03 Aurelien Jarno <aurelien@aurel32.net>
21740 * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
21743 2013-12-03 Siddhesh Poyarekar <siddhesh@redhat.com>
21746 * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
21747 (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
21748 (STAP_PROBE0): New macro.
21749 (STAP_PROBE1): Likewise.
21750 (STAP_PROBE2): Likewise.
21751 (STAP_PROBE3): Likewise.
21752 (STAP_PROBE4): Likewise.
21754 2013-12-02 Ondřej Bílka <neleai@seznam.cz>
21756 * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
21758 2013-12-02 Steve Ellcey <sellcey@mips.com>
21760 * benchtests/Makefile (bench): Add sqrt.
21761 (LDLIBS-bench-sqrt): New.
21762 * benchtests/sqrt-input: New.
21764 2013-12-02 Pavel Simerda <psimerda@redhat.com>
21766 * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
21767 (GAIH_EAI): Likewise.
21768 (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
21769 (gaih_inet): Likewise.
21770 (getaddrinfo): Don't use GAIH_EAI.
21772 * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
21773 (struct gaih): Remove definition.
21775 2013-12-02 Siddhesh Poyarekar <siddhesh@redhat.com>
21777 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
21778 Use HERRNOP directly.
21780 2013-12-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21782 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21784 2013-11-30 Joseph Myers <joseph@codesourcery.com>
21786 * math/gen-auto-libm-tests.c (test_functions): Add more
21787 single-argument functions.
21788 (special_fill_pi_2): New function.
21789 (special_fill_minus_pi_2): Likewise.
21790 (special_fill_pi_6): Likewise.
21791 (special_fill_minus_pi_6): Likewise.
21792 (special_fill_pi_3): Likewise.
21793 (special_fill_2pi_3): Likewise.
21794 (special_fill_e): Likewise.
21795 (special_fill_1_e): Likewise.
21796 (special_fill_e_minus_1): Likewise.
21797 (special_real_inputs): Add more special inputs.
21798 (output_for_one_input_case): Do not require ERANGE on underflow to
21799 zero if round-to-nearest result does not underflow to zero, unless
21800 exact results required.
21801 * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
21802 atan, atanh, cbrt, cos and cosh.
21803 * math/auto-libm-test-out: Regenerated.
21804 * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
21805 (acos_tonearest_test_data): Likewise.
21806 (acos_towardzero_test_data): Likewise.
21807 (acos_downward_test_data): Likewise.
21808 (acos_upward_test_data): Likewise.
21809 (acosh_test_data): Likewise.
21810 (asin_test_data): Likewise.
21811 (asin_tonearest_test_data): Likewise.
21812 (asin_towardzero_test_data): Likewise.
21813 (asin_upward_test_data): Likewise.
21814 (asinh_test_data): Likewise.
21815 (atan_test_data): Likewise.
21816 (atanh_test_data): Likewise.
21817 (cbrt_test_data): Likewise.
21818 (cos_test_data): Likewise.
21819 (cos_tonearest_test_data): Likewise.
21820 (cos_towardzero_test_data): Likewise.
21821 (cos_downward_test_data): Likewise.
21822 (cos_upward_test_data): Likewise.
21823 (cosh_test_data): Likewise.
21824 (cosh_tonearest_test_data): Likewise.
21825 (cosh_towardzero_test_data): Likewise.
21826 (cosh_downward_test_data): Likewise.
21827 (cosh_upward_test_data): Likewise.
21828 * sysdeps/i386/fpu/libm-test-ulps: Update.
21829 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21831 2013-11-29 Joseph Myers <joseph@codesourcery.com>
21834 * math/w_exp10.c (__exp10): Handle a zero result as underflow.
21835 * math/w_exp10f.c (__exp10f): Likewise.
21836 * math/w_exp10l.c (__exp10l): Likewise.
21837 * math/libm-test.inc (exp10_test_data): Add more tests and expect
21838 errno settings in existing tests.
21841 * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
21842 precision control set to double precision.
21843 * sysdeps/i386/fpu/w_sqrt.c: New file.
21844 * math/auto-libm-test-in: Add more tests.
21845 * math/auto-libm-test-out: Update.
21847 * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
21848 (sqrt_test_tonearest): New function.
21849 (sqrt_towardzero_test_data): New variable.
21850 (sqrt_test_towardzero): New function.
21851 (sqrt_downward_test_data): New variable.
21852 (sqrt_test_downward): New function.
21853 (sqrt_upward_test_data): New variable.
21854 (sqrt_test_upward): New function.
21855 (main): Call the new functions.
21857 * math/gen-auto-libm-tests.c: New file.
21858 * math/auto-libm-test-in: Likewise.
21859 * math/auto-libm-test-out: New generated file.
21860 * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
21862 (%beautify): Add generated representations of zero.
21863 (top level): Set $auto_input and call parse_auto_input.
21864 (beautify): Remove trailing "f" from hex float constants.
21865 (parse_args): Handle XFAIL_TEST.
21866 (convert_condition): New function.
21867 (or_value): Likewise.
21868 (or_cond_value): Likewise.
21869 (generate_testfile): Handle AUTO_TESTS_* lines.
21870 (parse_auto_input): New function.
21871 * math/libm-test.inc (XFAIL_TEST): New macro.
21872 (ERRNO_UNCHANGED): Update value.
21873 (ERRNO_EDOM): Likewise.
21874 (ERRNO_ERANGE): Likewise.
21875 (IGNORE_RESULT): Likewise.
21876 (TEST_COND_flt_32): New macro.
21877 (TEST_COND_dbl_64): Likewise.
21878 (TEST_COND_ldbl_96_intel): Likewise.
21879 (TEST_COND_ldbl_96_m68k): Likewise.
21880 (TEST_COND_ldbl_128): Likewise.
21881 (TEST_COND_ldbl_128ibm): Likewise.
21882 (TEST_COND_long32): Likewise.
21883 (TEST_COND_long64): Likewise.
21884 (TEST_COND_before_rounding): Likewise.
21885 (TEST_COND_after_rounding): Likewise.
21886 (enable_test): Handle XFAIL_TEST flag.
21887 (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
21888 with finite results.
21889 * math/Makefile ($(objpfx)libm-test.stmp): Depend on
21890 auto-libm-test-out.
21892 2013-11-29 Siddhesh Poyarekar <siddhesh@redhat.com>
21893 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
21896 * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
21897 __tls_get_addr_internal instead of __tls_get_offset in order to
21898 avoid GOT pointer dependency. Make rtld export
21899 __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
21900 __tls_get_addr since we are a __tls_get_offset platform.
21901 * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
21902 GOT pointer being set up before.
21903 * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
21905 2013-11-28 Joseph Myers <joseph@codesourcery.com>
21907 * manual/math.texi (Errors in Math Functions): Document accuracy
21911 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
21912 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
21913 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
21914 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
21915 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
21916 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
21917 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
21918 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
21919 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
21920 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
21921 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
21922 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
21923 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
21924 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
21925 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
21926 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
21928 * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
21929 * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
21930 * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
21931 * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
21932 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
21934 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
21936 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
21938 * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
21939 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
21940 (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
21941 atomic-feupdateenv and flt-rounds.
21942 * sysdeps/powerpc/nofpu/Versions (libc): Add
21943 __atomic_feholdexcept, __atomic_feclearexcept,
21944 __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
21945 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
21946 (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
21947 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
21948 (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
21950 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
21953 * manual/arith.texi (FP Exceptions): Document that exceptions may
21954 not be raised when matherr is used.
21955 (Math Error Reporting): Document overflow in directed rounding
21956 modes. Document that errno may not be set when finite values are
21957 returned on overflow. Document intent to set errno on underflow
21958 only for underflow to zero.
21961 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
21962 round-to-nearest then adjust result for other rounding modes.
21963 * include/fenv.h (fegetround): Use libm_hidden_proto.
21964 * math/fegetround.c (fegetround): Use libm_hidden_def.
21965 * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
21966 * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
21967 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
21968 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
21970 * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
21971 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
21972 * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
21973 * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
21975 2013-11-28 Siddhesh Poyarekar <siddhesh@redhat.com>
21978 * nss/Versions (libnss_files): Add
21979 _nss_files_gethostbyname3_r.
21980 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
21982 (HOST_DB_LOOKUP): Remove macro.
21983 (_nss_files_gethostbyname_r): Implement function without the
21984 HOST_DB_LOOKUP macro.
21985 (_nss_files_gethostbyname2_r): Likewise.
21987 2013-11-28 Ondřej Bílka <neleai@seznam.cz>
21989 * malloc/malloc.c (__libc_calloc): Make memset a tail call.
21991 2013-11-26 Uros Bizjak <ubizjak@gmail.com>
21993 * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
21994 _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
21997 2013-11-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21999 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
22000 __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
22001 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
22002 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
22003 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
22004 __fe_nomask_env_priv and attribute_hidden.
22005 * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
22006 (libc_feupdateenv_test_ppc): Likewise.
22007 (libc_feresetround_ppc): Likewise.
22008 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22009 (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
22010 compat_symbol macro.
22011 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22012 (__fe_nomask_env): Likewise.
22013 * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
22015 2013-11-26 Ondřej Bílka <neleai@seznam.cz>
22017 * string/Makefile: Remove ifunc tests.
22018 * string/test-string.h: Define TEST_IFUNC.
22019 * string/test-bcopy-ifunc.c: Remove.
22020 * string/test-bzero-ifunc.c: Likewise.
22021 * string/test-memccpy-ifunc.c: Likewise.
22022 * string/test-memchr-ifunc.c: Likewise.
22023 * string/test-memcmp-ifunc.c: Likewise.
22024 * string/test-memcpy-ifunc.c: Likewise.
22025 * string/test-memmem-ifunc.c: Likewise.
22026 * string/test-memmove-ifunc.c: Likewise.
22027 * string/test-mempcpy-ifunc.c: Likewise.
22028 * string/test-memrchr-ifunc.c: Likewise.
22029 * string/test-memset-ifunc.c: Likewise.
22030 * string/test-rawmemchr-ifunc.c: Likewise.
22031 * string/test-stpcpy-ifunc.c: Likewise.
22032 * string/test-stpncpy-ifunc.c: Likewise.
22033 * string/test-strcasecmp-ifunc.c: Likewise.
22034 * string/test-strcasestr-ifunc.c: Likewise.
22035 * string/test-strcat-ifunc.c: Likewise.
22036 * string/test-strchr-ifunc.c: Likewise.
22037 * string/test-strchrnul-ifunc.c: Likewise.
22038 * string/test-strcmp-ifunc.c: Likewise.
22039 * string/test-strcpy-ifunc.c: Likewise.
22040 * string/test-strcspn-ifunc.c: Likewise.
22041 * string/test-strlen-ifunc.c: Likewise.
22042 * string/test-strncasecmp-ifunc.c: Likewise.
22043 * string/test-strncat-ifunc.c: Likewise.
22044 * string/test-strncmp-ifunc.c: Likewise.
22045 * string/test-strncpy-ifunc.c: Likewise.
22046 * string/test-strnlen-ifunc.c: Likewise.
22047 * string/test-strpbrk-ifunc.c: Likewise.
22048 * string/test-strrchr-ifunc.c: Likewise.
22049 * string/test-strspn-ifunc.c: Likewise.
22050 * string/test-strstr-ifunc.c: Likewise.
22052 2013-11-26 Ondřej Bílka <neleai@seznam.cz>
22054 * benchtests/Makefile: Remove ifunc tests.
22055 * benchtests/bench-string.h: Define TEST_IFUNC.
22056 * benchtests/bench-bcopy-ifunc.c: Remove.
22057 * benchtests/bench-bzero-ifunc.c: Likewise.
22058 * benchtests/bench-memccpy-ifunc.c: Likewise.
22059 * benchtests/bench-memchr-ifunc.c: Likewise.
22060 * benchtests/bench-memcmp-ifunc.c: Likewise.
22061 * benchtests/bench-memcpy-ifunc.c: Likewise.
22062 * benchtests/bench-memmem-ifunc.c: Likewise.
22063 * benchtests/bench-memmove-ifunc.c: Likewise.
22064 * benchtests/bench-mempcpy-ifunc.c: Likewise.
22065 * benchtests/bench-memrchr-ifunc.c: Likewise.
22066 * benchtests/bench-memset-ifunc.c: Likewise.
22067 * benchtests/bench-rawmemchr-ifunc.c: Likewise.
22068 * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
22069 * benchtests/bench-stpcpy-ifunc.c: Likewise.
22070 * benchtests/bench-stpncpy-ifunc.c: Likewise.
22071 * benchtests/bench-strcasecmp-ifunc.c: Likewise.
22072 * benchtests/bench-strcasestr-ifunc.c: Likewise.
22073 * benchtests/bench-strcat-ifunc.c: Likewise.
22074 * benchtests/bench-strchr-ifunc.c: Likewise.
22075 * benchtests/bench-strchrnul-ifunc.c: Likewise.
22076 * benchtests/bench-strcmp-ifunc.c: Likewise.
22077 * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
22078 * benchtests/bench-strcpy-ifunc.c: Likewise.
22079 * benchtests/bench-strcspn-ifunc.c: Likewise.
22080 * benchtests/bench-strlen-ifunc.c: Likewise.
22081 * benchtests/bench-strncasecmp-ifunc.c: Likewise.
22082 * benchtests/bench-strncat-ifunc.c: Likewise.
22083 * benchtests/bench-strncmp-ifunc.c: Likewise.
22084 * benchtests/bench-strncpy-ifunc.c: Likewise.
22085 * benchtests/bench-strnlen-ifunc.c: Likewise.
22086 * benchtests/bench-strpbrk-ifunc.c: Likewise.
22087 * benchtests/bench-strrchr-ifunc.c: Likewise.
22088 * benchtests/bench-strsep-ifunc.c: Likewise.
22089 * benchtests/bench-strspn-ifunc.c: Likewise.
22090 * benchtests/bench-strstr-ifunc.c: Likewise.
22092 2013-11-26 Ondřej Bílka <neleai@seznam.cz>
22094 * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
22096 2013-11-26 Ondřej Bílka <neleai@seznam.cz>
22098 * resolv/netdb.h: Use __glibc_reserved instead __unused.
22099 * rt/aio.h: Likewise.
22100 * sysdeps/gnu/bits/utmp.h: Likewise.
22101 * sysdeps/gnu/bits/utmpx.h: Likewise.
22102 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
22103 * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
22104 * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
22105 * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
22106 * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
22107 * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
22108 * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
22109 * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
22110 * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
22111 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
22112 * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
22113 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
22114 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
22115 * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
22116 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
22117 * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
22118 * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
22119 * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
22120 * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
22121 * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
22122 * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
22123 * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
22124 * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
22125 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
22126 * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
22127 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
22128 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
22129 * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
22130 * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
22131 * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
22132 * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
22133 * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
22134 * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
22135 * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
22136 * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
22137 * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
22138 * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
22139 * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
22140 * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
22141 * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
22142 * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
22143 * sysdeps/x86/fpu/bits/fenv.h: Likewise.
22145 2013-11-25 Carlos O'Donell <carlos@redhat.com>
22148 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
22149 Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
22151 2013-11-25 Joseph Myers <joseph@codesourcery.com>
22153 * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
22154 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
22157 2013-11-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22159 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
22160 SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
22161 * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
22162 (__fesetround): Remove define.
22163 * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
22164 rounding and exceptions handling.
22165 * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
22166 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
22167 (__fe_nomask_env): Likewise.
22168 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
22169 __fegetround instead of fegetround.
22170 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
22171 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
22173 2013-11-21 Roland McGrath <roland@hack.frob.com>
22175 * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
22178 * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
22180 2013-11-21 Meador Inge <meadori@codesourcery.com>
22183 * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
22184 (encrypt_r): Likewise.
22185 * malloc/obstack.h (obstack_free): Likewise.
22186 * posix/unistd.h (encrypt): Likewise.
22188 2013-11-21 Guy Martin <gmsoft@tuxicoman.be>
22190 * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
22191 DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
22192 DL_CALL_DT_FINI() that call the functions directly.
22193 * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
22194 * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
22195 * elf/dl-fini.c: Likewise.
22197 2013-11-20 Ondřej Bílka <neleai@seznam.cz>
22199 * malloc/hooks.c (memalign_check): Add alignment rounding.
22200 * malloc/malloc.c (_mid_memalign): New function.
22201 (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
22202 Implement by calling _mid_memalign.
22203 * manual/probes.texi (Memory Allocation Probes): Remove
22204 memory_valloc_retry and memory_pvalloc_retry.
22206 2013-11-20 Siddhesh Poyarekar <siddhesh@redhat.com>
22208 * locale/programs/locarchive.c (open_archive): Add const
22209 qualifier to ARCHIVEFNAME and copy default fname to
22213 * libio/tst-widetext.input: Rename Oriya to Odia.
22214 * locale/iso-639.def: Likewise.
22216 * manual/probes.texi (Mathematical Function Probes): Add
22217 documentation for sin, cos, asin and acos probes.
22218 * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
22219 (__sin32): Add slowasin probe.
22220 (__cos32): Add slowacos probe.
22221 (__mpsin): Add slowsin probe.
22222 (__mpcos): Add slowcos probe.
22224 2013-11-19 Joseph Myers <joseph@codesourcery.com>
22227 * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
22228 thread-local __sim_exceptions_thread and global
22229 __sim_exceptions_global.
22230 (__sim_disabled_exceptions): Change to thread-local
22231 __sim_disabled_exceptions_thread and global
22232 __sim_disabled_exceptions_global.
22233 (__sim_round_mode): Change to thread-local __sim_round_mode_thread
22234 and global __sim_round_mode_global.
22235 (__simulate_exceptions): Use thread-local floating-point state and
22236 set global state from it as needed.
22237 * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
22238 __sim_exceptions_thread, __sim_disabled_exceptions_thread and
22239 __sim_round_mode_thread.
22240 * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
22241 (__sim_exceptions): Change to thread-local __sim_exceptions_thread
22242 and global __sim_exceptions_global.
22243 (__sim_disabled_exceptions): Change to thread-local
22244 __sim_disabled_exceptions_thread and global
22245 __sim_disabled_exceptions_global.
22246 (__sim_round_mode): Change to thread-local __sim_round_mode_thread
22247 and global __sim_round_mode_global.
22248 [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
22249 (SIM_SET_GLOBAL): Likewise.
22250 * sysdeps/powerpc/soft-fp/sfp-machine.h
22251 [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
22252 __sim_round_mode_thread.
22253 [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
22254 __sim_disabled_exceptions_thread.
22255 (__sim_exceptions): Change to __sim_exceptions_thread.
22256 (__sim_disabled_exceptions): Change to
22257 __sim_disabled_exceptions_thread.
22258 (__sim_round_mode): Change to __sim_round_mode_thread.
22259 * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
22260 thread-local floating-point state and set global state from it as
22262 * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
22263 * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
22264 (__sim_disabled_exceptions): Remove extern declaration.
22265 (feenableexcept): Use thread-local floating-point state and set
22266 global state from it as needed.
22267 * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
22268 extern declaration.
22269 (__sim_disabled_exceptions): Likewise.
22270 (__sim_round_mode): Likewise.
22271 (__fegetenv): Use thread-local floating-point state.
22272 * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
22273 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
22274 * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
22275 floating-point state and set global state from it as needed.
22276 * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
22277 * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
22278 * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
22280 * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
22281 * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
22283 sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
22284 * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
22285 Use __sim_round_mode_thread.
22286 * math/test-fenv-tls.c: New file.
22287 * math/Makefile (tests): Add test-fenv-tls.
22288 ($(objpfx)test-fenv-tls): Depend on
22289 $(common-objpfx)nptl/libpthread.so.
22291 2013-11-19 Andreas Schwab <schwab@suse.de>
22293 * locale/programs/locale.c (show_info): Decode wordarray elements.
22294 * locale/categories.def (LC_MONETARY): Add element for
22295 _NL_MONETARY_CRNCYSTR.
22296 * locale/C-monetary.c (conversion_rate): New variable.
22297 (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
22300 2013-11-18 Chris Metcalf <cmetcalf@tilera.com>
22302 * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
22303 Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
22305 2013-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
22307 * elf/Makefile (tst-auxv): New test.
22308 * elf/tst-auxv.c: New
22309 * elf/rtld.c (dl_main): Adjust AT_EXECFN
22311 2013-11-18 Joseph Myers <joseph@codesourcery.com>
22313 * include/libc-symbols.h (__hidden_proto): Add argument "thread".
22314 (hidden_proto): Caller changed.
22315 (hidden_tls_proto): New macro.
22316 (libc_hidden_tls_proto): Likewise.
22317 (rtld_hidden_tls_proto): Likewise.
22318 (libm_hidden_tls_proto): Likewise.
22319 (libresolv_hidden_tls_proto): Likewise.
22320 (librt_hidden_tls_proto): Likewise.
22321 (libdl_hidden_tls_proto): Likewise.
22322 (libnss_files_hidden_tls_proto): Likewise.
22323 (libnsl_hidden_tls_proto): Likewise.
22324 (libnss_nisplus_hidden_tls_proto): Likewise.
22325 (libutil_hidden_tls_proto): Likewise.
22327 2013-11-18 Ondřej Bílka <neleai@seznam.cz>
22330 * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
22331 (decompose_rpath): Defer expansion to fillin_rpath.
22332 (_dl_init_paths): Pass linkmap to fillin_rpath.
22334 2013-11-18 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
22336 * benchtests/Makefile: Add strsep.
22337 * benchtests/bench-strsep.c: New file: strsep benchtest.
22338 * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
22340 2013-11-18 Andreas Schwab <schwab@suse.de>
22342 * locale/programs/locale.c (show_info) [case byte]: Check for
22343 '\377' instead of '\177'.
22344 * locale/C-monetary.c (not_available): Always use "\377".
22345 * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
22346 unspecified p_sign_posn and n_sign_posn. Check for '\377' to
22347 detect unavailable sign_posn locale elements.
22348 * locale/localeconv.c (__localeconv): For grouping and
22349 mon_grouping handle "\177" and "\377" like no grouping.
22350 (INT_ELEM): New macro. Use it to set all numeric members.
22351 * locale/programs/ld-monetary.c (monetary_read)
22352 <tok_mon_grouping>: Normalize single -1 to the empty string.
22353 * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
22356 2013-11-07 Ondřej Bílka <neleai@seznam.cz>
22359 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
22360 when we match (nil).
22361 * stdio-common/tst-sscanf.c (struct test): Add testcase.
22363 2013-11-16 Joseph Myers <joseph@codesourcery.com>
22365 * math/libm-test.inc (TEST_NAN_SIGN): New macro.
22366 (NO_TEST_INLINE): Update value.
22367 (ERRNO_UNCHANGED): Likewise.
22368 (ERRNO_EDOM): Likewise.
22369 (ERRNO_ERANGE): Likewise.
22370 (IGNORE_RESULT): Likewise.
22371 (check_float_internal): Check signs of NaN results if
22372 TEST_NAN_SIGN used.
22373 (check_complex): Pass TEST_NAN_SIGN flag through to second
22374 check_float_internal call.
22375 (copysign_test_data): Add tests with quiet NaNs as second
22376 argument. Use TEST_NAN_SIGN.
22377 (fabs_test_data): Add test of negative quiet NaN argument. Use
22379 (signbit_test_data): Add tests of quiet NaN argument.
22380 * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
22382 * math/gen-libm-test.pl (show_exceptions): Take extra argument
22384 (parse_args): Handle function results specified as IGNORE.
22385 * math/libm-test.inc (IGNORE_RESULT): New macro.
22386 (check_float_internal): Do not check numerical result if flag
22388 (check_complex): Pass through IGNORE_RESULT to second
22389 check_float_internal call.
22390 (check_int): Do not check numerical result if flag IGNORE_RESULT
22392 (check_long): Likewise.
22393 (check_bool): Likewise.
22394 (check_longlong): Likewise.
22395 (lrint_test_data): Add tests of infinite and NaN arguments.
22396 (lrint_tonearest_test_data): Likewise.
22397 (lrint_towardzero_test_data): Likewise.
22398 (lrint_downward_test_data): Likewise.
22399 (lrint_upward_test_data): Likewise.
22400 (llrint_test_data): Likewise.
22401 (llrint_tonearest_test_data): Likewise.
22402 (llrint_towardzero_test_data): Likewise.
22403 (llrint_downward_test_data): Likewise.
22404 (llrint_upward_test_data): Likewise.
22405 (lround_test_data): Likewise.
22406 (llround_test_data): Likewise.
22408 * math/libm-test.inc (NO_TEST_INLINE): New macro.
22409 (ERRNO_UNCHANGED): Update value.
22410 (ERRNO_EDOM): Likewise.
22411 (ERRNO_ERANGE): Likewise.
22412 (NO_TEST_INLINE_FLOAT): New macro.
22413 (NO_TEST_INLINE_DOUBLE): Likewise.
22414 (enable_test): New function.
22415 (RUN_TEST_f_f): Check enable_test before running test.
22416 (RUN_TEST_2_f): Likewise.
22417 (RUN_TEST_fff_f): Likewise.
22418 (RUN_TEST_c_f): Likewise.
22419 (RUN_TEST_f_f1): Likewise.
22420 (RUN_TEST_fF_f1): Likewise.
22421 (RUN_TEST_fI_f1): Likewise.
22422 (RUN_TEST_ffI_f1): Likewise.
22423 (RUN_TEST_c_c): Likewise.
22424 (RUN_TEST_cc_c): Likewise.
22425 (RUN_TEST_f_i): Likewise.
22426 (RUN_TEST_f_i_tg): Likewise.
22427 (RUN_TEST_ff_i_tg): Likewise.
22428 (RUN_TEST_f_b): Likewise.
22429 (RUN_TEST_f_b_tg): Likewise.
22430 (RUN_TEST_f_l): Likewise.
22431 (RUN_TEST_f_L): Likewise.
22432 (RUN_TEST_fFF_11): Likewise.
22433 (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
22435 (cosh_test_data): Likewise.
22436 (exp_test_data): Likewise.
22437 (expm1_test_data): Likewise.
22438 (hypot_test_data): Likewise.
22439 (pow_test_data): Likewise.
22440 (sinh_test_data): Likewise.
22441 (tanh_test_data): Likewise.
22442 * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
22445 * libm-test.inc (acos_test_data): Disallow inexact exceptions for
22446 tests with quiet NaN input and output.
22447 (acosh_test_data): Likewise.
22448 (asin_test_data): Likewise.
22449 (asinh_test_data): Likewise.
22450 (atan_test_data): Likewise.
22451 (atanh_test_data): Likewise.
22452 (atan2_test_data): Likewise.
22453 (cbrt_test_data): Likewise.
22454 (cos_test_data): Likewise.
22455 (cosh_test_data): Likewise.
22456 (erf_test_data): Likewise.
22457 (erfc_test_data): Likewise.
22458 (exp_test_data): Likewise.
22459 (exp10_test_data): Likewise.
22460 (exp2_test_data): Likewise.
22461 (expm1_test_data): Likewise.
22462 (hypot_test_data): Likewise.
22463 (j0_test_data): Likewise.
22464 (j1_test_data): Likewise.
22465 (jn_test_data): Likewise.
22466 (lgamma_test_data): Likewise.
22467 (log_test_data): Likewise.
22468 (log10_test_data): Likewise.
22469 (log1p_test_data): Likewise.
22470 (log2_test_data): Likewise.
22471 (pow_test_data): Likewise.
22472 (scalb_test_data): Likewise.
22473 (sin_test_data): Likewise.
22474 (sincos_test_data): Likewise.
22475 (sinh_test_data): Likewise.
22476 (tan_test_data): Likewise.
22477 (tanh_test_data): Likewise.
22478 (tgamma_test_data): Likewise.
22479 (y0_test_data): Likewise.
22480 (y1_test_data): Likewise.
22481 (yn_test_data): Likewise.
22484 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
22485 argument being NaN and avoid computations with second argument in
22487 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
22488 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
22489 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
22491 2013-11-15 Arun Kumar Pyasi <arun@chitwanix.com>
22493 * locale/iso-639.def: Add Chitwani Tharu (the).
22495 2013-11-14 Andreas Schwab <schwab@suse.de>
22497 * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
22498 word instead of empty string.
22500 2013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22502 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22503 (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
22504 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22505 (__fe_nomask_env): Likewise.
22507 2013-11-13 Steve Ellcey <sellcey@mips.com>
22509 * benchtests/bench-timing.h: Include time.h.
22511 2013-11-13 H.J. Lu <hongjiu.lu@intel.com>
22514 * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
22516 * sysdeps/unix/sysv/linux/configure: Regenerated.
22518 2013-11-13 Joseph Myers <joseph@codesourcery.com>
22521 * stdlib/strtod_l.c (round_and_return): Do not consider
22522 retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
22523 exponent one less than half the least subnormal exponent.
22524 * stdlib/test-strtod-round-data: Add more tests.
22525 * stdlib/tst-strtod-round.c (tests): Regenerated.
22527 2013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22530 * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
22531 (__fe_mask_env): Likewise.
22532 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
22533 libm_hidden_proto and add function prototype.
22534 (__fe_mask_env): Add function prototype.
22535 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22536 (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
22537 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
22538 (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
22539 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22540 (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
22542 2013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
22544 * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
22545 set reference_name to "" to avoid passing NULL to DSO_FILENAME.
22547 2013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
22549 * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
22550 of htab_find_slot().
22552 2013-11-11 David S. Miller <davem@davemloft.net>
22555 * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
22556 symbol in the non-vis3 case in static builds.
22557 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
22558 * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
22559 * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
22560 * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
22562 2013-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
22565 * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
22568 2013-11-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22570 * benchtests/Makefile: Add bench-strtod.
22571 * benchtests/bench-strtod.c: New file: strtod benchtest
22573 2013-11-11 Andreas Schwab <schwab@suse.de>
22576 * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
22577 terminating NUL in key length.
22579 2013-11-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22581 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
22582 Add artificial ODP entry for vDSO symbol for PPC64.
22583 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
22584 * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
22586 2013-11-07 Ondřej Bílka <neleai@seznam.cz>
22589 * nss/getent.c (services_keys): Recognize services starting with digit.
22591 2013-11-06 David S. Miller <davem@davemloft.net>
22594 * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
22595 on pre-v9 cpus, use a fnegs+fmovs sequence instead.
22597 2013-11-06 Will Newton <will.newton@linaro.org>
22599 * manual/memory.texi (Malloc Examples): Remove register
22600 keyword from examples.
22602 2013-11-04 Chris Leonard <cjl@sugarlabs.org>
22604 * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
22606 2013-11-04 Joseph Myers <joseph@codesourcery.com>
22609 * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
22610 depending on [__GCC_IEC_559 > 0].
22611 [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
22612 depending on [__GCC_IEC_559_COMPLEX > 0].
22614 2013-11-03 Chris Leonard <cjl@sugarlabs.org>
22616 * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
22619 2013-11-03 Ondřej Bílka <neleai@seznam.cz>
22621 * elf/rtld.c: Remove unused NONTLS_INIT_TP.
22623 2013-11-01 Ondřej Bílka <neleai@seznam.cz>
22626 * malloc/malloc (malloc_info): Do not handle first bin as
22629 2013-11-01 Chris Leonard <cjl@sugarlabs.org>
22631 * locale/iso-639.def: Add Central Nahuatl (nhn).
22633 2013-11-01 Bruno Haible <bruno@clisp.org>
22636 * manual/math.texi (BSD Random): Specify range upper bound as
22639 2013-10-31 Chris Leonard <cjl@sugarlabs.org>
22641 * locale/iso-639.def: Add Meadow Mari (mhr).
22643 2013-10-31 Ondřej Bílka <neleai@seznam.cz>
22645 [BZ #14752], [BZ #15763]
22646 * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
22648 * rt/tst_shm.c: Add test for escaping directory.
22650 2013-10-31 Andreas Schwab <schwab@suse.de>
22653 * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
22654 followed by 'x' as part of digit sequence.
22655 * stdio-common/tst-sscanf.c (double_tests2): New tests.
22657 2013-10-31 Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
22660 * configure.ac: allow GNU Make 4.0 and greater.
22661 * configure: Regenerated.
22663 2013-10-30 Will Newton <will.newton@linaro.org>
22666 * malloc/hooks.c (memalign_check): Limit alignment to the
22667 maximum representable power of two.
22668 * malloc/malloc.c (__libc_memalign): Likewise.
22669 * malloc/tst-memalign.c (do_test): Add test for very
22670 large alignment values.
22671 * malloc/tst-posix_memalign.c (do_test): Likewise.
22673 2013-10-30 Ondřej Bílka <neleai@seznam.cz>
22676 * malloc/malloc.c (sysmalloc): Compute statistics atomically.
22677 (munmap_chunk): Likewise.
22678 (mremap_chunk): Likewise.
22680 2013-10-30 Ondřej Bílka <neleai@seznam.cz>
22683 * stdlib/div.c (div): Remove obsolete code.
22684 * stdlib/ldiv.c (ldiv): Likewise.
22685 * stdlib/lldiv.c (lldiv): Likewise.
22687 2013-10-30 Siddhesh Poyarekar <siddhesh@redhat.com>
22690 * nss/nss_files/files-XXX.c (get_contents_ret): New
22692 (get_contents): New function.
22693 (internal_getent): Use it. Expand size of LINEBUFLEN.
22695 2013-10-30 Mike Frysinger <vapier@gentoo.org>
22697 * configure.in: Moved to ...
22698 * configure.ac: ... here. Change reference to configure.in
22700 * sysdeps/arm/preconfigure.ac: ... here.
22701 configure.in to configure.ac.
22702 * sysdeps/gnu/configure.in: Moved to ...
22703 * sysdeps/gnu/configure.ac: ... here.
22704 * sysdeps/i386/configure.in: Moved to ...
22705 * sysdeps/i386/configure.ac: ... here.
22706 * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
22707 * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
22708 * sysdeps/mach/configure.in: Moved to ...
22709 * sysdeps/mach/configure.ac: ... here.
22710 * sysdeps/mach/hurd/configure.in: Moved to ...
22711 * sysdeps/mach/hurd/configure.ac: ... here.
22712 * sysdeps/powerpc/configure.in: Moved to ...
22713 * sysdeps/powerpc/configure.ac: ... here.
22714 * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
22715 * sysdeps/powerpc/powerpc32/configure.ac: ... here.
22716 * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
22717 * sysdeps/powerpc/powerpc64/configure.ac: ... here.
22718 * sysdeps/s390/s390-32/configure.in: Moved to ...
22719 * sysdeps/s390/s390-32/configure.ac: ... here.
22720 * sysdeps/s390/s390-64/configure.in: Moved to ...
22721 * sysdeps/s390/s390-64/configure.ac: ... here.
22722 * sysdeps/sh/configure.in: Moved to ...
22723 * sysdeps/sh/configure.ac: ... here.
22724 * sysdeps/sparc/configure.in: Moved to ...
22725 * sysdeps/sparc/configure.ac: ... here.
22726 * sysdeps/unix/sysv/linux/configure.in: Moved to ...
22727 * sysdeps/unix/sysv/linux/configure.ac: ... here.
22728 * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
22729 * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
22730 * sysdeps/x86_64/configure.in: Moved to ...
22731 * sysdeps/x86_64/configure.ac: ... here.
22732 * sysdeps/x86_64/preconfigure.in: Moved to ...
22733 * sysdeps/x86_64/preconfigure.ac: ... here.
22734 * aclocal.m4: Change reference to configure.in to configure.ac.
22735 * config.h.in: Likewise.
22736 * manual/install.texi: Likewise.
22737 * manual/maint.texi: Likewise.
22738 * Makefile: Likewise.
22739 * malloc/Makefile: Likewise.
22740 * nscd/Makefile: Likewise.
22741 * Makeconfig: Change reference to configure.in and
22742 preconfigure.in to configure.ac and preconfigure.ac
22744 * INSTALL: Regenerated.
22745 * configure: Likewise.
22746 * sysdeps/gnu/configure: Likewise.
22747 * sysdeps/i386/configure: Likewise.
22748 * sysdeps/ieee754/ldbl-opt/configure: Likewise.
22749 * sysdeps/mach/configure: Likewise.
22750 * sysdeps/mach/hurd/configure: Likewise.
22751 * sysdeps/powerpc/configure: Likewise.
22752 * sysdeps/powerpc/powerpc32/configure: Likewise.
22753 * sysdeps/powerpc/powerpc64/configure: Likewise.
22754 * sysdeps/s390/s390-32/configure: Likewise.
22755 * sysdeps/s390/s390-64/configure: Likewise.
22756 * sysdeps/sh/configure: Likewise.
22757 * sysdeps/sparc/configure: Likewise.
22758 * sysdeps/unix/sysv/linux/configure: Likewise.
22759 * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
22760 * sysdeps/x86_64/configure: Likewise.
22761 * sysdeps/x86_64/preconfigure: Likewise.
22763 2013-10-29 Andreas Schwab <schwab@suse.de>
22765 * stdio-common/Makefile (tst-swscanf-ENV): Define.
22767 2013-10-28 Siddhesh Poyarekar <siddhesh@redhat.com>
22769 * benchtests/pow-inputs: Add new inputs.
22771 * benchtests/exp-inputs: Add new inputs.
22773 * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
22774 conditional check for return value.
22775 (__cos32): Likewise.
22777 2013-10-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22779 * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
22780 to provide a boost for large inputs with word alignment.
22781 * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
22782 implementation based on optimized PPC64 strcpy.
22783 * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
22784 strcpy for PPC64/POWER7 based on both doubleword and word load/store.
22785 * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
22786 stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
22788 2013-10-25 Ondřej Bílka <neleai@seznam.cz>
22791 * manual/socket.texi (Host Names): Fix gethostbyname_r example.
22793 2013-10-25 Ondřej Bílka <neleai@seznam.cz>
22796 * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
22797 * time/tst-strptime.c (day_tests): Add testcase.
22799 2013-10-25 Ondřej Bílka <neleai@seznam.cz>
22802 * manual/pattern.texi: Acknowledge that fnmatch can fail.
22804 2013-10-25 Fabrice Bauzac <fbauzac@debian71.nce.amadeus.net>
22807 * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
22808 MAP_FAILED on error.
22810 2013-10-25 Siddhesh Poyarekar <siddhesh@redhat.com>
22813 * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
22814 heap for large requests.
22816 2013-10-25 Aurelien Jarno <aurelien@aurel32.net>
22819 * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
22820 result if the result has no associated interface.
22821 * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
22822 interface for all 127.X.Y.Z addresses.
22824 2013-10-24 Chris Leonard <cjl@sugarlabs.org>
22826 * locale/iso-639.def: Add Ligurian (lij)
22828 2013-10-21 Ondřej Bílka <neleai@seznam.cz>
22831 * sunrpc/rpc_main.c: Document rpcgen -5.
22833 2013-10-19 Michael Stahl <mstahl@redhat.com>
22835 * elf/rtld.c (do_preload): Print the reason why preloading failed.
22837 2013-10-19 Ondřej Bílka <neleai@seznam.cz>
22840 * posix/glob.c: Match only directories when trailing slash is present.
22841 * posix/tst-gnuglob.c (my_opendir): Do not open files.
22842 (main): Add testcase.
22844 2013-10-19 Ondřej Bílka <neleai@seznam.cz>
22847 * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
22849 2013-10-18 Carlos O'Donell <carlos@redhat.com>
22851 * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
22852 AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
22853 AUTH_DES and cindex for FIPS 140-2.
22854 (DES Encryption): Add cindex FIPS 46-3.
22856 * locale/locarchive.h (struct locarhandle): Add fname.
22857 * locale/programs/localedef.c (main): Pass ARGV[remaining]
22858 if an optional argument was specified to --list-archive,
22860 * locale/programs/locarchive.c (show_archive_content): Take new
22861 argument fname and pass it via ah.fname to open_archive.
22862 * locale/programs/localedef.h: Update decl.
22863 (open_archive): If AH->fname is non-null, open that file
22864 rather than the default file name, and don't ignore ENOENT.
22865 (create_archive): Set AH.fname to NULL.
22866 (delete_locales_from_archive): Likewise.
22867 (add_locales_to_archive): Likewise.
22868 * locale/programs/locfile.c (write_all_categories): Likewise.
22870 2013-10-18 Joseph Myers <joseph@codesourcery.com>
22871 Aldy Hernandez <aldyh@redhat.com>
22873 * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
22874 * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
22875 * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
22876 * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
22877 * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
22878 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
22879 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
22880 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
22881 * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
22882 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
22883 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
22884 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
22885 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
22886 * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
22887 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
22889 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
22891 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
22893 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
22895 * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
22896 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
22898 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
22899 * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
22900 * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
22901 * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
22903 * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
22904 * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
22905 * sysdeps/powerpc/preconfigure: Likewise.
22906 * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
22908 * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
22909 Replace contents of file by #include of <fenv_libc.h>.
22910 * sysdeps/powerpc/soft-fp/sfp-machine.h
22911 [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
22913 [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
22914 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
22915 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
22916 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
22917 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
22918 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
22919 [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
22920 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
22921 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
22922 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
22923 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
22924 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
22925 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
22926 Allow copysignl PLT reference to be missing.
22928 2013-10-18 Richard Sandiford <richard@codesourcery.com>
22929 Joseph Myers <joseph@codesourcery.com
22932 * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
22934 (add_to_tablewc): Assert sequence of wide characters is nonempty.
22936 2013-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
22938 * elf/tst-tls-dlinfo.c: Don't include tls.h.
22939 * elf/tst-tls1.c: Likewise.
22940 * elf/tst-tls10.h: Likewise.
22941 * elf/tst-tls14.c: Likewise.
22942 * elf/tst-tls2.c: Likewise.
22943 * elf/tst-tls3.c: Likewise.
22944 * elf/tst-tls4.c: Likewise.
22945 * elf/tst-tls5.c: Likewise.
22946 * elf/tst-tls6.c: Likewise.
22947 * elf/tst-tls7.c: Likewise.
22948 * elf/tst-tls8.c: Likewise.
22949 * elf/tst-tls9.c: Likewise.
22950 * elf/tst-tlsmod1.c: Likewise.
22951 * elf/tst-tlsmod13.c: Likewise.
22952 * elf/tst-tlsmod13a.c: Likewise.
22953 * elf/tst-tlsmod14a.c: Likewise.
22954 * elf/tst-tlsmod16a.c: Likewise.
22955 * elf/tst-tlsmod16b.c: Likewise.
22956 * elf/tst-tlsmod2.c: Likewise.
22957 * elf/tst-tlsmod3.c: Likewise.
22958 * elf/tst-tlsmod4.c: Likewise.
22959 * elf/tst-tlsmod5.c: Likewise.
22960 * elf/tst-tlsmod6.c: Likewise.
22962 2013-10-18 Ondřej Bílka <neleai@seznam.cz>
22965 * malloc/malloc.c: remove checks for statistics.
22967 2013-10-17 Ondřej Bílka <neleai@seznam.cz>
22970 * inet/inet_net.c (inet_network): Detect additional invalid strings.
22971 * inet/tst-network.c: Add testcase.
22973 2013-10-17 Andreas Schwab <schwab@suse.de>
22976 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
22977 to determine canonical name.
22979 2013-10-17 Ondřej Bílka <neleai@seznam.cz>
22981 * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
22982 * sysdeps/ieee754/dbl-64/dla.h: Likewise.
22983 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
22984 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
22985 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
22986 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
22987 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
22988 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
22989 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
22990 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
22991 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
22992 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
22993 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
22994 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
22995 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
22996 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
22997 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
22998 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
22999 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
23000 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
23001 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
23002 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
23003 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23004 * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
23005 * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
23006 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
23007 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
23008 * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
23009 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
23010 * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
23011 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
23012 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
23013 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
23014 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
23015 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
23016 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
23017 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
23018 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
23019 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
23020 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
23021 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
23022 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
23023 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
23024 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
23025 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
23026 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
23027 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
23028 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
23029 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
23030 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
23031 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
23032 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
23033 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
23034 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
23035 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
23036 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
23037 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
23038 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
23040 2013-10-17 Joseph Myers <joseph@codesourcery.com>
23043 * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
23044 make result into a quiet NaN.
23046 2013-10-16 Joseph Myers <joseph@codesourcery.com>
23048 * soft-fp/adddf3.c: Fix horizontal whitespace.
23049 * soft-fp/addsf3.c: Likewise.
23050 * soft-fp/addtf3.c: Likewise.
23051 * soft-fp/divdf3.c: Likewise.
23052 * soft-fp/divsf3.c: Likewise.
23053 * soft-fp/divtf3.c: Likewise.
23054 * soft-fp/double.h: Likewise.
23055 * soft-fp/eqdf2.c: Likewise.
23056 * soft-fp/eqsf2.c: Likewise.
23057 * soft-fp/eqtf2.c: Likewise.
23058 * soft-fp/extenddftf2.c: Likewise.
23059 * soft-fp/extended.h: Likewise.
23060 * soft-fp/extendsfdf2.c: Likewise.
23061 * soft-fp/extendsftf2.c: Likewise.
23062 * soft-fp/extendxftf2.c: Likewise.
23063 * soft-fp/fixdfdi.c: Likewise.
23064 * soft-fp/fixdfsi.c: Likewise.
23065 * soft-fp/fixdfti.c: Likewise.
23066 * soft-fp/fixsfdi.c: Likewise.
23067 * soft-fp/fixsfsi.c: Likewise.
23068 * soft-fp/fixsfti.c: Likewise.
23069 * soft-fp/fixtfdi.c: Likewise.
23070 * soft-fp/fixtfsi.c: Likewise.
23071 * soft-fp/fixtfti.c: Likewise.
23072 * soft-fp/fixunsdfdi.c: Likewise.
23073 * soft-fp/fixunsdfsi.c: Likewise.
23074 * soft-fp/fixunsdfti.c: Likewise.
23075 * soft-fp/fixunssfdi.c: Likewise.
23076 * soft-fp/fixunssfsi.c: Likewise.
23077 * soft-fp/fixunssfti.c: Likewise.
23078 * soft-fp/fixunstfdi.c: Likewise.
23079 * soft-fp/fixunstfsi.c: Likewise.
23080 * soft-fp/fixunstfti.c: Likewise.
23081 * soft-fp/floatdidf.c: Likewise.
23082 * soft-fp/floatdisf.c: Likewise.
23083 * soft-fp/floatditf.c: Likewise.
23084 * soft-fp/floatsidf.c: Likewise.
23085 * soft-fp/floatsisf.c: Likewise.
23086 * soft-fp/floatsitf.c: Likewise.
23087 * soft-fp/floattidf.c: Likewise.
23088 * soft-fp/floattisf.c: Likewise.
23089 * soft-fp/floattitf.c: Likewise.
23090 * soft-fp/floatundidf.c: Likewise.
23091 * soft-fp/floatundisf.c: Likewise.
23092 * soft-fp/floatunditf.c: Likewise.
23093 * soft-fp/floatunsidf.c: Likewise.
23094 * soft-fp/floatunsisf.c: Likewise.
23095 * soft-fp/floatunsitf.c: Likewise.
23096 * soft-fp/floatuntidf.c: Likewise.
23097 * soft-fp/floatuntisf.c: Likewise.
23098 * soft-fp/floatuntitf.c: Likewise.
23099 * soft-fp/fmadf4.c: Likewise.
23100 * soft-fp/fmasf4.c: Likewise.
23101 * soft-fp/fmatf4.c: Likewise.
23102 * soft-fp/gedf2.c: Likewise.
23103 * soft-fp/gesf2.c: Likewise.
23104 * soft-fp/getf2.c: Likewise.
23105 * soft-fp/ledf2.c: Likewise.
23106 * soft-fp/lesf2.c: Likewise.
23107 * soft-fp/letf2.c: Likewise.
23108 * soft-fp/muldf3.c: Likewise.
23109 * soft-fp/mulsf3.c: Likewise.
23110 * soft-fp/multf3.c: Likewise.
23111 * soft-fp/negdf2.c: Likewise.
23112 * soft-fp/negsf2.c: Likewise.
23113 * soft-fp/negtf2.c: Likewise.
23114 * soft-fp/op-1.h: Likewise.
23115 * soft-fp/op-2.h: Likewise.
23116 * soft-fp/op-4.h: Likewise.
23117 * soft-fp/op-8.h: Likewise.
23118 * soft-fp/op-common.h: Likewise.
23119 * soft-fp/quad.h: Likewise.
23120 * soft-fp/single.h: Likewise.
23121 * soft-fp/soft-fp.h: Likewise.
23122 * soft-fp/sqrtdf2.c: Likewise.
23123 * soft-fp/sqrtsf2.c: Likewise.
23124 * soft-fp/sqrttf2.c: Likewise.
23125 * soft-fp/subdf3.c: Likewise.
23126 * soft-fp/subsf3.c: Likewise.
23127 * soft-fp/subtf3.c: Likewise.
23128 * soft-fp/truncdfsf2.c: Likewise.
23129 * soft-fp/trunctfdf2.c: Likewise.
23130 * soft-fp/trunctfsf2.c: Likewise.
23131 * soft-fp/trunctfxf2.c: Likewise.
23132 * soft-fp/unorddf2.c: Likewise.
23133 * soft-fp/unordsf2.c: Likewise.
23134 * soft-fp/unordtf2.c: Likewise.
23136 2013-10-15 Joseph Myers <joseph@codesourcery.com>
23138 * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
23139 * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
23141 2013-10-15 Ondřej Bílka <neleai@seznam.cz>
23143 * elf/dl-libc.c: Clear initfini list after freeing.
23145 2013-10-14 Joseph Myers <joseph@codesourcery.com>
23147 * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
23148 * soft-fp/addsf3.c: Likewise.
23149 * soft-fp/addtf3.c: Likewise.
23150 * soft-fp/divdf3.c: Likewise.
23151 * soft-fp/divsf3.c: Likewise.
23152 * soft-fp/divtf3.c: Likewise.
23153 * soft-fp/double.h: Likewise.
23154 * soft-fp/eqdf2.c: Likewise.
23155 * soft-fp/eqsf2.c: Likewise.
23156 * soft-fp/eqtf2.c: Likewise.
23157 * soft-fp/extenddftf2.c: Likewise.
23158 * soft-fp/extended.h: Likewise.
23159 * soft-fp/extendsfdf2.c: Likewise.
23160 * soft-fp/extendsftf2.c: Likewise.
23161 * soft-fp/extendxftf2.c: Likewise.
23162 * soft-fp/fixdfdi.c: Likewise.
23163 * soft-fp/fixdfsi.c: Likewise.
23164 * soft-fp/fixdfti.c: Likewise.
23165 * soft-fp/fixsfdi.c: Likewise.
23166 * soft-fp/fixsfsi.c: Likewise.
23167 * soft-fp/fixsfti.c: Likewise.
23168 * soft-fp/fixtfdi.c: Likewise.
23169 * soft-fp/fixtfsi.c: Likewise.
23170 * soft-fp/fixtfti.c: Likewise.
23171 * soft-fp/fixunsdfdi.c: Likewise.
23172 * soft-fp/fixunsdfsi.c: Likewise.
23173 * soft-fp/fixunsdfti.c: Likewise.
23174 * soft-fp/fixunssfdi.c: Likewise.
23175 * soft-fp/fixunssfsi.c: Likewise.
23176 * soft-fp/fixunssfti.c: Likewise.
23177 * soft-fp/fixunstfdi.c: Likewise.
23178 * soft-fp/fixunstfsi.c: Likewise.
23179 * soft-fp/fixunstfti.c: Likewise.
23180 * soft-fp/floatdidf.c: Likewise.
23181 * soft-fp/floatdisf.c: Likewise.
23182 * soft-fp/floatditf.c: Likewise.
23183 * soft-fp/floatsidf.c: Likewise.
23184 * soft-fp/floatsisf.c: Likewise.
23185 * soft-fp/floatsitf.c: Likewise.
23186 * soft-fp/floattidf.c: Likewise.
23187 * soft-fp/floattisf.c: Likewise.
23188 * soft-fp/floattitf.c: Likewise.
23189 * soft-fp/floatundidf.c: Likewise.
23190 * soft-fp/floatundisf.c: Likewise.
23191 * soft-fp/floatunsidf.c: Likewise.
23192 * soft-fp/floatunsisf.c: Likewise.
23193 * soft-fp/floatuntidf.c: Likewise.
23194 * soft-fp/floatuntisf.c: Likewise.
23195 * soft-fp/floatuntitf.c: Likewise.
23196 * soft-fp/fmadf4.c: Likewise.
23197 * soft-fp/fmasf4.c: Likewise.
23198 * soft-fp/fmatf4.c: Likewise.
23199 * soft-fp/gedf2.c: Likewise.
23200 * soft-fp/gesf2.c: Likewise.
23201 * soft-fp/getf2.c: Likewise.
23202 * soft-fp/ledf2.c: Likewise.
23203 * soft-fp/lesf2.c: Likewise.
23204 * soft-fp/letf2.c: Likewise.
23205 * soft-fp/muldf3.c: Likewise.
23206 * soft-fp/mulsf3.c: Likewise.
23207 * soft-fp/multf3.c: Likewise.
23208 * soft-fp/negdf2.c: Likewise.
23209 * soft-fp/negsf2.c: Likewise.
23210 * soft-fp/negtf2.c: Likewise.
23211 * soft-fp/op-1.h: Likewise.
23212 * soft-fp/op-2.h: Likewise.
23213 * soft-fp/op-4.h: Likewise.
23214 * soft-fp/op-8.h: Likewise.
23215 * soft-fp/op-common.h: Likewise.
23216 * soft-fp/quad.h: Likewise.
23217 * soft-fp/single.h: Likewise.
23218 * soft-fp/soft-fp.h: Likewise.
23219 * soft-fp/sqrtdf2.c: Likewise.
23220 * soft-fp/sqrtsf2.c: Likewise.
23221 * soft-fp/sqrttf2.c: Likewise.
23222 * soft-fp/subdf3.c: Likewise.
23223 * soft-fp/subsf3.c: Likewise.
23224 * soft-fp/subtf3.c: Likewise.
23225 * soft-fp/truncdfsf2.c: Likewise.
23226 * soft-fp/trunctfdf2.c: Likewise.
23227 * soft-fp/trunctfsf2.c: Likewise.
23228 * soft-fp/trunctfxf2.c: Likewise.
23229 * soft-fp/unorddf2.c: Likewise.
23230 * soft-fp/unordsf2.c: Likewise.
23231 * soft-fp/unordtf2.c: Likewise.
23233 2013-10-14 Ondřej Bílka <neleai@seznam.cz>
23236 * misc/error.c (error_tail): Fix possible buffer overflow.
23238 2013-10-14 Aurelien Jarno <aurelien@aurel32.net>
23241 * res_send.c(__libc_res_nsend): Correctly copy the nameserver
23244 2013-10-14 P. J. McDermott <pj@pehjota.net>
23247 * elf/ldd.bash.in (try_trace): New function. Delete previous code
23248 testing pipefail option.
23250 2013-10-12 Joseph Myers <joseph@codesourcery.com>
23252 * soft-fp/double.h: Indent preprocessor directives inside #if.
23253 * soft-fp/extended.h: Likewise.
23254 * soft-fp/op-2.h: Likewise.
23255 * soft-fp/op-4.h: Likewise.
23256 * soft-fp/op-common.h: Likewise.
23257 * soft-fp/quad.h: Likewise.
23258 * soft-fp/single.h: Likewise.
23259 * soft-fp/soft-fp.h: Likewise.
23261 2013-10-12 Yuri Chornoivan <yurchor@ukr.net>
23263 * iconv/iconv_prog.c: Fix typos.
23264 * stdio-common/psiginfo-data.h: Likewise.
23266 2013-10-12 Reuben Thomas <rrt@sc3d.org>
23269 * locale/setlocale.c: Fix typo.
23271 2013-10-12 Joseph Myers <joseph@codesourcery.com>
23274 * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
23275 signaling NaN arguments.
23276 * soft-fp/unordsf2.c (__unordsf2): Likewise.
23277 * soft-fp/unordtf2.c (__unordtf2): Likewise.
23280 * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
23281 unordered operands.
23282 * soft-fp/gesf2.c (__gesf2): Likewise.
23283 * soft-fp/getf2.c (__getf2): Likewise.
23284 * soft-fp/ledf2.c (__ledf2): Likewise.
23285 * soft-fp/lesf2.c (__lesf2): Likewise.
23286 * soft-fp/letf2.c (__letf2): Likewise.
23288 * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
23289 * soft-fp/eqsf2.c (__eqsf2): Likewise.
23290 * soft-fp/eqtf2.c (__eqtf2): Likewise.
23291 * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
23292 * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
23293 * soft-fp/fixdfti.c (__fixdfti): Likewise.
23294 * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
23295 * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
23296 * soft-fp/fixsfti.c (__fixsfti): Likewise.
23297 * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
23298 * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
23299 * soft-fp/fixtfti.c (__fixtfti): Likewise.
23300 * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
23301 * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
23302 * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
23303 * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
23304 * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
23305 * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
23306 * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
23307 * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
23308 * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
23309 * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
23310 * soft-fp/floatdisf.c (__floatdisf): Likewise.
23311 * soft-fp/floatsisf.c (__floatsisf): Likewise.
23312 * soft-fp/floattidf.c (__floattidf): Likewise.
23313 * soft-fp/floattisf.c (__floattisf): Likewise.
23314 * soft-fp/floattitf.c (__floattitf): Likewise.
23315 * soft-fp/floatundidf.c (__floatundidf): Likewise.
23316 * soft-fp/floatundisf.c (__floatundisf): Likewise.
23317 * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
23318 * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
23319 * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
23320 * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
23321 * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
23322 * soft-fp/gesf2.c (__gesf2): Likewise.
23323 * soft-fp/getf2.c (__getf2): Likewise.
23324 * soft-fp/ledf2.c (__ledf2): Likewise.
23325 * soft-fp/lesf2.c (__lesf2): Likewise.
23326 * soft-fp/letf2.c (__letf2): Likewise.
23328 * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
23329 Undefine and redefine.
23330 [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
23331 [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
23332 [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
23333 * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
23334 (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23335 * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
23336 (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23337 * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
23338 (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23339 * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
23340 (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23341 * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
23342 (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23343 * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
23344 (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
23347 * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
23348 without decrementing exponent if mantissa >= that for the
23349 denominator, not >.
23350 (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
23351 denominator, not >. Decrement exponent in < case instead of
23352 incrementing in >= case.
23353 * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
23354 without decrementing exponent if mantissa >= that for the
23355 denominator, not >.
23357 * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
23358 computing saturated result for unsigned overflow.
23360 2013-10-11 Siddhesh Poyarekar <siddhesh@redhat.com>
23361 Jeff Law <law@redhat.com>
23363 * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
23364 (atan2Mp): Add systemtap probe marker.
23365 * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
23366 (__ieee754_log): Add systemtap probe marker.
23367 * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
23368 (atanMp): Add systemtap probe marker.
23369 * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
23370 (tanMp): Add systemtap probe marker.
23371 * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
23372 (__slowexp): Add systemtap probe marker.
23373 * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
23374 (__slowpow): Add systemtap probe marker.
23375 * manual/probes.texi: Document probes.
23377 2013-10-11 Eric Biggers <ebiggers3@gmail.com>
23380 * libio/fileops.c (_IO_new_file_write): Return count of bytes
23382 (_IO_new_file_xsputn): Don't return EOF if nothing has been
23384 * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
23385 written to buffer but not flushed.
23386 * libio/iofwrite_u.c: Likewise.
23387 * libio/iopadn.c: Return bytes returned even if EOF was
23389 * libio/iowpadn.c: Likewise.
23390 * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
23391 if _IO_padn does not write the whole buffer.
23392 [!COMPILE_WPRINTF] (PAD): Likewise.
23394 2013-10-10 David S. Miller <davem@davemloft.net>
23396 * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
23399 2013-10-10 Joseph Myers <joseph@codesourcery.com>
23401 * soft-fp/extendxftf2.c: Use copyright year range. Use URL
23402 instead of FSF address.
23403 * soft-fp/fixdfti.c: Likewise.
23404 * soft-fp/fixsfti.c: Likewise.
23405 * soft-fp/fixtfti.c: Likewise.
23406 * soft-fp/fixunsdfti.c: Likewise.
23407 * soft-fp/fixunssfti.c: Likewise.
23408 * soft-fp/fixunstfti.c: Likewise.
23409 * soft-fp/floattidf.c: Likewise.
23410 * soft-fp/floattisf.c: Likewise.
23411 * soft-fp/floattitf.c: Likewise.
23412 * soft-fp/floatuntidf.c: Likewise.
23413 * soft-fp/floatuntisf.c: Likewise.
23414 * soft-fp/floatuntitf.c: Likewise.
23415 * soft-fp/trunctfxf2.c: Likewise.
23417 * soft-fp/extendxftf2.c: New file. Copied from libgcc.
23418 * soft-fp/fixdfti.c: Likewise.
23419 * soft-fp/fixsfti.c: Likewise.
23420 * soft-fp/fixtfti.c: Likewise.
23421 * soft-fp/fixunsdfti.c: Likewise.
23422 * soft-fp/fixunssfti.c: Likewise.
23423 * soft-fp/fixunstfti.c: Likewise.
23424 * soft-fp/floattidf.c: Likewise.
23425 * soft-fp/floattisf.c: Likewise.
23426 * soft-fp/floattitf.c: Likewise.
23427 * soft-fp/floatuntidf.c: Likewise.
23428 * soft-fp/floatuntisf.c: Likewise.
23429 * soft-fp/floatuntitf.c: Likewise.
23430 * soft-fp/trunctfxf2.c: Likewise.
23432 2013-10-10 David S. Miller <davem@davemloft.net>
23434 * sysdeps/sparc/fpu/libm-test-ulps: Update.
23436 2013-10-10 Joseph Myers <joseph@codsourcery.com>
23438 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
23439 (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
23440 [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
23441 [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
23442 [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
23443 [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
23444 [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
23446 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
23447 for NaNs before doing comparisons on argument.
23448 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
23451 2013-10-10 Will Newton <will.newton@linaro.org>
23453 * malloc/hooks.c (memalign_check): Ensure the value of bytes
23454 passed to _int_memalign does not overflow.
23456 2013-10-10 Torvald Riegel <triegel@redhat.com>
23458 * scripts/bench.pl: Add include-sources directive.
23459 * benchtests/README: Update documentation.
23461 2013-10-10 Joseph Myers <joseph@codesourcery.com>
23463 * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
23464 * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
23465 instead of FP_INIT_ROUNDMODE.
23466 * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
23467 * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
23470 * soft-fp/op-common.h (_FP_NEG): Document input as raw. Do not
23471 copy class of input value.
23472 * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing. Do
23473 not handle exceptions.
23474 * soft-fp/negsf2.c (__negsf2): Likewise.
23475 * soft-fp/negtf2.c (__negtf2): Likewise.
23476 * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
23478 2013-10-09 Joseph Myers <joseph@codesourcery.com>
23480 * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
23481 semicolon. From Linux kernel.
23483 2013-10-09 Adam Buchbinder <adam.buchbinder@gmail.com>
23485 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
23487 2013-10-08 Yogesh Chaudhari <mr.yogesh@gmail.com>
23490 * manual/socket.texi: Added statement about buffer
23491 for gethostbyname2_r.
23493 2013-10-08 Ondřej Bílka <neleai@seznam.cz>
23495 * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
23496 Use .p2align directive instead, throughout.
23497 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
23498 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
23499 * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
23500 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
23501 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
23502 * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
23503 * sysdeps/x86_64/strchr.S: Likewise.
23504 * sysdeps/x86_64/strrchr.S: Likewise.
23506 2013-10-08 Siddhesh Poyarekar <siddhesh@redhat.com>
23508 * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
23510 * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
23512 * sysdeps/generic/math_private.h (__mpsin1): Remove
23514 (__mpcos1): Likewise.
23515 (__mpsin): New argument __range_reduce.
23516 (__mpcos): Likewise.
23517 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
23518 (slow): Use __mpsin and __mpcos.
23522 (sloww1): Likewise.
23523 (sloww2): Likewise.
23524 (bsloww): Likewise.
23525 (bsloww1): Likewise.
23526 (bsloww2): Likewise.
23527 (cslow2): Likewise.
23528 (csloww): Likewise.
23529 (csloww1): Likewise.
23530 (csloww2): Likewise.
23531 * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
23532 range_reduce. Merge in __mpsin1.
23533 (__mpcos): Likewise.
23534 (__mpsin1): Remove.
23535 (__mpcos1): Likewise.
23537 2013-10-07 Joseph Myers <joseph@codesourcery.com>
23539 * locale/loadlocale.c (_nl_intern_locale_data): Use
23541 * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
23542 LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
23543 * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
23544 obstack data is appropriately aligned.
23545 (obstack_int32_grow_fast): Likewise.
23546 * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
23547 * locale/programs/locfile.c (add_locale_uint32): Likewise.
23548 (add_locale_uint32_array): Likewise.
23550 2013-10-07 Siddhesh Poyarekar <siddhesh@redhat.com>
23552 * benchtests/Makefile: Remove ARGLIST and RET variables.
23553 ($(objpfx)bench-%.c): Pass only function name to the script.
23554 * benchtests/README: Update documentation.
23555 * benchtests/acos-inputs: Add new directives.
23556 * benchtests/acosh-inputs: Likewise.
23557 * benchtests/asin-inputs: Likewise.
23558 * benchtests/asinh-inputs: Likewise.
23559 * benchtests/atan-inputs: Likewise.
23560 * benchtests/atanh-inputs: Likewise.
23561 * benchtests/cos-inputs: Likewise.
23562 * benchtests/cosh-inputs: Likewise.
23563 * benchtests/exp-inputs: Likewise.
23564 * benchtests/log-inputs: Likewise.
23565 * benchtests/pow-inputs: Likewise.
23566 * benchtests/rint-inputs: Likewise.
23567 * benchtests/sin-inputs: Likewise.
23568 * benchtests/sinh-inputs: Likewise.
23569 * benchtests/tan-inputs: Likewise.
23570 * benchtests/tanh-inputs: Likewise.
23571 * scripts/bench.pl: Add support for new directives.
23573 2013-10-07 Alan Modra <amodra@gmail.com>
23575 * README: Fix careless merge.
23577 2013-10-05 Alan Modra <amodra@gmail.com>
23579 * NEWS: Mention powerpc64le support and bugs fixed.
23580 * README: Both big-endian and little-endian powerpc64 supported.
23582 2013-10-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
23584 * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
23585 (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
23586 (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
23587 _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
23589 2013-10-04 Ryan S. Arnold <ryan.arnold@linaro.org>
23591 * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
23594 2013-10-04 Joseph Myers <joseph@codesourcery.com>
23596 * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
23597 Move -mhard-float appending from
23598 ports/sysdeps/powerpc/powerpc32/Makefile.
23599 [$(with-fp) = yes] (ASFLAGS): Likewise.
23600 [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
23601 * sysdeps/powerpc/nofpu: Move directory from
23602 ports/sysdeps/powerpc/nofpu.
23603 * sysdeps/powerpc/soft-fp: Move directory from
23604 ports/sysdeps/powerpc/soft-fp.
23605 * sysdeps/powerpc/powerpc32/405: Move directory from
23606 ports/sysdeps/powerpc/powerpc32/405.
23607 * sysdeps/powerpc/powerpc32/440: Move directory from
23608 ports/sysdeps/powerpc/powerpc32/440.
23609 * sysdeps/powerpc/powerpc32/464: Move directory from
23610 ports/sysdeps/powerpc/powerpc32/464.
23611 * sysdeps/powerpc/powerpc32/476: Move directory from
23612 ports/sysdeps/powerpc/powerpc32/476.
23613 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
23614 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
23615 * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
23616 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
23617 * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
23618 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
23619 * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
23620 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
23621 * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
23622 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
23623 * README: Update for powerpc-*-linux-gnu software floating point
23626 * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
23627 case to powerpc/powerpc32*.
23628 * sysdeps/unix/sysv/linux/configure: Regenerated.
23630 * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
23631 (_FPU_MASK_OM): Define as 0x04.
23632 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
23633 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
23635 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
23637 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
23639 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
23640 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
23642 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
23643 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
23645 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
23646 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
23647 and setcontext_e500.
23649 2013-10-04 Chris Leonard <cjl@sugarlabs,.org>
23651 * locale/iso-3166.def: Update iso-1366.def and related occurrences
23653 2013-10-04 Siddhesh Poyarekar <siddhesh@redhat.com>
23655 * manual/threads.texi (Default Thread Attributes): Fix typo.
23657 2013-10-04 Will Newton <will.newton@linaro.org>
23659 * malloc/Makefile: Add tst-memalign.
23660 * malloc/tst-memalign.c: New file.
23662 * malloc/tst-posix_memalign.c: Add comments.
23663 (do_test): Add comments and call free on all potentially
23664 allocated pointers. Add space after cast.
23666 * malloc/tst-pvalloc.c: Add comments.
23667 (do_test): Add comments and call free on all potentially
23668 allocated pointers. Remove duplicate check for NULL pointer.
23669 Add space after cast.
23671 * malloc/tst-valloc.c: Add comments.
23672 (do_test): Add comments and call free on all potentially
23673 allocated pointers. Remove duplicate check for NULL pointer.
23674 Add space after cast.
23676 2013-10-04 Alan Modra <amodra@gmail.com>
23678 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
23679 Use stdint types in rather than __attribute__((mode())).
23680 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
23682 2013-10-04 Alan Modra <amodra@gmail.com>
23684 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
23685 Correct handling of unaligned relocs for little-endian.
23686 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
23688 2013-10-04 Alan Modra <amodra@gmail.com>
23690 * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
23691 * configure: Regenerate.
23692 * nptl/shlib-versions: Powerpc*le starts at 2.18.
23693 * shlib-versions: Likewise.
23695 2013-10-04 Alan Modra <amodra@gmail.com>
23697 * string/tester.c (test_memrchr): Increment reported test cycle.
23699 2013-10-04 Alan Modra <amodra@gmail.com>
23701 * string/test-memcpy.c (do_one_test): When reporting errors, print
23702 string address and don't overrun end of string.
23704 2013-10-04 Alan Modra <amodra@gmail.com>
23706 * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
23707 insrdi. Make better use of reg selection to speed exit slightly.
23708 Schedule entry path a little better. Remove useless "are we done"
23709 checks on entry to main loop. Handle wrapping around zero address.
23710 Correct main loop count. Handle single left-over word from main
23711 loop inline rather than by using loop_small. Remove extra word
23712 case in loop_small caused by wrong loop count. Add little-endian
23714 * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
23715 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise. Use proper
23717 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
23718 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
23719 support. Avoid rlwimi.
23720 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
23722 2013-10-04 Alan Modra <amodra@gmail.com>
23724 * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
23725 insrdi. Formatting.
23726 * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
23727 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
23728 * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
23729 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23730 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
23731 * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
23733 2013-10-04 Alan Modra <amodra@gmail.com>
23735 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
23736 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23737 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
23738 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
23739 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
23740 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23741 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23742 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
23743 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise. Make better
23744 use of regs. Use power7 mtocrf. Tidy function tails.
23746 2013-10-04 Alan Modra <amodra@gmail.com>
23748 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
23749 Formatting. Consistently use rXXX register defines or rN defines.
23750 Use early exit labels that avoid restoring unused non-volatile regs.
23751 Make cr field use more consistent with rWORDn compares. Rename
23752 regs used as shift registers for unaligned loop, using rN defines
23753 for short lifetime/multiple use regs.
23754 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23755 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise. Exit with
23756 addi 1,1,64 to pop stack frame. Simplify return value code.
23757 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23759 2013-10-04 Alan Modra <amodra@gmail.com>
23761 * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
23762 support. Correct typos, formatting. Optimize tail. Use insrdi
23763 rather than rlwimi.
23764 * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
23765 * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
23766 little-endian support. Correct typos.
23767 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise. Use insrdi
23768 rather than rlwimi.
23769 * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define. Use
23770 in loop and entry code to keep "and." results.
23771 (strchr): Add little-endian support. Comment. Move cntlzd
23773 * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
23775 2013-10-04 Alan Modra <amodra@gmail.com>
23777 * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
23778 * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
23779 * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
23780 * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
23782 2013-10-04 Alan Modra <amodra@gmail.com>
23784 * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
23785 (rTMP): Define as r11.
23786 (strcmp): Add little-endian support. Optimise tail.
23787 * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
23788 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23789 * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
23790 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
23791 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
23792 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
23793 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
23795 2013-10-04 Alan Modra <amodra@gmail.com>
23797 * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
23798 little-endian support. Remove unnecessary "are we done" tests.
23799 Handle "s" wrapping around zero and extremely large "size".
23800 Correct main loop count. Handle single left-over word from main
23801 loop inline rather than by using small_loop. Correct comments.
23802 Delete "zero" tail, use "end_max" instead.
23803 * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
23805 2013-10-04 Alan Modra <amodra@gmail.com>
23807 * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
23808 support. Don't branch over align.
23809 * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
23810 * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
23811 support. Rearrange tmp reg use to suit. Comment.
23812 * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
23814 2013-10-04 Alan Modra <amodra@gmail.com>
23816 * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
23818 2013-10-04 Alan Modra <amodra@gmail.com>
23820 * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
23821 conditional form of branch and link when obtaining pc.
23822 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
23824 2013-10-04 Alan Modra <amodra@gmail.com>
23826 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
23828 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
23829 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
23831 2013-10-04 Alan Modra <amodra@gmail.com>
23833 * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
23834 * sysdeps/powerpc/novmx-longjmp.c: Likewise.
23835 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
23836 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
23837 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
23838 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
23839 * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
23840 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
23841 * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
23842 * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
23844 2013-10-04 Anton Blanchard <anton@au1.ibm.com>
23845 Alistair Popple <alistair@ozlabs.au.ibm.com>
23846 Alan Modra <amodra@gmail.com>
23849 * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
23850 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
23851 _dl_hwcap access for little-endian.
23852 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise. Don't
23853 destroy vmx regs when saving unaligned.
23854 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
23855 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save. Don't
23856 destroy vmx regs when saving unaligned.
23858 2013-10-04 Alan Modra <amodra@gmail.com>
23860 * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
23861 Don't use a union to pack hi/low value.
23863 2013-10-04 Anton Blanchard <anton@au1.ibm.com>
23865 * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
23867 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23868 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
23869 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
23870 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23871 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23873 2013-10-04 Alan Modra <amodra@gmail.com>
23875 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
23876 constants to usual value for .cst8 section, and remove redundant
23878 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
23879 constant for 0x1p52. Load little-endian words of double from
23880 correct stack offsets.
23882 2013-10-04 Alan Modra <amodra@gmail.com>
23884 * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
23885 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
23886 words of double from correct stack offsets.
23887 * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
23888 * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
23889 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23890 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23891 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23892 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23893 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23894 * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
23895 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
23896 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23897 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23898 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23899 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
23900 * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
23901 * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
23902 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
23903 * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
23905 2013-10-04 Alan Modra <amodra@gmail.com>
23907 * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
23908 64-bit int/double union.
23909 (_FPU_SETCW): Likewise.
23910 * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
23911 (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
23913 2013-10-04 Alan Modra <amodra@gmail.com>
23915 * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
23916 * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
23918 2013-10-04 Alan Modra <amodra@gmail.com>
23920 * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
23921 use vector int constants.
23922 (__float_and_test24, __float_and8, __float_get_exp): Likewise.
23924 2013-10-04 Anton Blanchard <anton@au1.ibm.com>
23926 * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
23927 array with long long.
23928 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
23929 * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
23930 * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
23931 * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
23932 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
23933 * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
23934 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
23935 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
23936 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
23937 * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
23938 * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
23939 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
23940 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
23942 2013-10-04 Anton Blanchard <anton@au1.ibm.com>
23944 * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
23945 (__signbit): Likewise. Correct for little-endian.
23946 (__signbitl): Call __signbit.
23947 (lrint): Correct for little-endian.
23948 (lrintf): Call lrint.
23950 2013-10-04 Alan Modra <amodra@gmail.com>
23952 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
23953 union 32-bit int array member with 64-bit int array.
23954 (t515, tm256): Double rather than long double.
23955 (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
23957 2013-10-04 Alan Modra <amodra@gmail.com>
23959 * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
23961 (IEEE854_LONG_DOUBLE_BIAS): Delete.
23962 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
23963 version of math_ldbl.h.
23965 2013-10-04 Alan Modra <amodra@gmail.com>
23967 [BZ #15734], [BZ #15735]
23968 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
23969 all uses of ieee875 long double macros and unions. Simplify test
23970 for 0.0L. Correct |x|<|y| and |x|=|y| test. Use
23971 ldbl_extract_mantissa value for ix,iy exponents. Properly
23972 normalize after ldbl_extract_mantissa, and don't add hidden bit
23973 already handled. Don't treat low word of ieee854 mantissa like
23974 low word of IBM long double and mask off bit when testing for
23976 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
23977 all uses of ieee875 long double macros and unions. Simplify tests
23978 for 0.0L and inf. Correct double adjustment of k. Delete dead code
23979 adjusting ha,hb. Simplify code setting kld. Delete two600 and
23980 two1022, instead use their values. Recognise that tests for large
23981 "a" and small "b" are mutually exclusive. Rename vars. Comment.
23982 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
23983 Rewrite all uses of ieee875 long double macros and unions. Simplify
23984 test for 0.0L and nan. Correct negation.
23985 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
23986 ieee875 long double macros and unions. Correct output for large
23987 magnitude x. Correct absolute value calculation.
23988 (__erfcl): Likewise.
23989 * math/libm-test.inc: Add tests for errors discovered in IBM long
23990 double versions of fmodl, remainderl, erfl and erfcl.
23992 2013-10-04 Alan Modra <amodra@gmail.com>
23994 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
23995 all uses of ieee854 long double macros and unions. Simplify tests
23996 for long doubles that are fully specified by the high double.
23997 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
23999 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
24000 Remove dead code too.
24001 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
24002 (__ieee754_ynl): Likewise.
24003 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
24004 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
24005 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
24006 Remove dead code too.
24007 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
24008 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
24009 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
24010 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
24012 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
24014 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
24015 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
24016 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
24017 Comment on variable precision.
24018 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
24019 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
24021 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
24022 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
24023 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
24024 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
24025 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
24027 2013-10-04 Alan Modra <amodra@gmail.com>
24029 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
24030 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
24031 all uses of ieee854 long double macros and unions.
24032 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
24033 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
24034 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
24035 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
24036 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
24037 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
24039 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
24040 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
24041 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
24042 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
24043 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
24044 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
24045 Simplify sign and nan test too.
24046 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
24047 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
24048 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
24049 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
24051 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
24052 * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
24054 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
24055 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
24056 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
24057 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
24058 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
24059 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
24061 2013-10-04 Alan Modra <amodra@gmail.com>
24063 * stdio-common/printf_size.c (__printf_size): Don't use
24064 union ieee854_long_double in fpnum union.
24065 * stdio-common/printf_fphex.c (__printf_fphex): Likewise. Use
24066 signbit macro to retrieve sign from long double.
24067 * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
24068 retrieve sign from long double.
24069 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
24070 * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
24071 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
24072 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
24073 * math/test-misc.c (main): Don't use union ieee854_long_double.
24075 2013-10-04 Alan Modra <amodra@gmail.com>
24078 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
24079 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
24080 (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
24081 calculation. Remove unnecessary test for denormal exponent.
24082 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
24083 Correct handling of denormals. Avoid undefined shift behaviour.
24084 Correct normalisation of low mantissa when low double is denormal.
24085 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
24086 (ldbl_extract_mantissa): Likewise. Comment. Use uint64_t* for hi64.
24087 (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
24088 Correct normalisation of low mantissa. Test for overflow of high
24089 mantissa and normalise.
24090 (ldbl_nearbyint): Use more readable constant for two52.
24091 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
24092 (__mpn_construct_long_double): Fix test for overflow of high
24093 mantissa and correct normalisation. Avoid undefined shift.
24095 2013-10-04 Alan Modra <amodra@gmail.com>
24097 * sysdeps/ieee754/ldbl-128ibm/ieee754.h
24098 (union ibm_extended_long_double): Define as an array of ieee754_double.
24099 (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
24100 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
24101 to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
24102 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
24103 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
24104 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
24105 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
24106 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
24107 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
24108 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
24109 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
24111 2013-10-03 Joseph Myers <joseph@codesourcery.com>
24113 * locale/programs/locarchive.c (add_locale): Use constant 4096 for
24114 page size instead of calling getpagesize.
24116 * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
24117 (LOCFILE_ALIGN_MASK): Likewise.
24118 (LOCFILE_ALIGN_UP): Likewise.
24119 (LOCFILE_ALIGNED_P): Likewise.
24120 * locale/programs/ld-collate.c (collate_output): Use the new
24121 macros instead of __alignof__ (int32_t).
24122 * locale/weight.h (findidx): Likewise.
24124 2013-10-03 Ondřej Bílka <neleai@seznam.cz>
24127 * manual/string.texi: Fix strncat and wcsncat.
24129 2013-10-03 Brooks Moses <bmoses@google.com>
24132 * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
24133 * Makerules: ...here, and adjust associated comments.
24135 2013-10-02 Will Newton <will.newton@linaro.org>
24137 * malloc/Makefile: Add tst-pvalloc.
24138 * malloc/tst-pvalloc.c: New file.
24140 2013-10-02 Will Newton <will.newton@linaro.org>
24142 * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
24143 improve test coverage.
24145 2013-10-02 Will Newton <will.newton@linaro.org>
24147 * malloc/Makefile: Add tst-posix_memalign.
24148 * malloc/tst-posix_memalign.c: New file.
24150 2013-10-01 Eric Blake <eblake@redhat.com>
24152 * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
24153 Use __THROWNL rather than __THROW on static functions.
24155 2013-09-30 Petr Machata <pmachata@redhat.com>
24157 * elf/elf.h (R_AARCH64_ABS16): New macro.
24158 (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
24159 (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
24160 (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
24161 (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
24162 (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
24163 (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
24164 (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
24165 (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
24166 (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
24167 (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
24168 (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
24169 (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
24170 (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
24171 (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
24172 (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
24173 (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
24174 (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
24175 (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
24176 (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
24177 (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
24178 (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
24179 (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
24180 (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
24181 (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
24182 (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
24183 (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
24184 (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
24185 (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
24186 (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
24187 (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
24188 (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
24189 (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
24190 (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
24191 (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
24192 (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
24193 (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
24194 (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
24195 (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
24196 (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
24197 (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
24198 (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
24199 (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
24200 (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
24201 (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
24202 (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
24203 (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
24204 (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
24205 (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
24206 (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
24207 (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
24208 (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
24209 (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
24210 (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
24211 (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
24212 (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
24213 (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
24214 (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
24215 (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
24216 (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
24217 (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
24218 (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
24219 (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
24220 (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
24221 (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
24222 (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
24223 (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
24224 (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
24225 (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
24226 (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
24227 (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
24228 (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
24229 (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
24230 (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
24231 (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
24232 (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
24233 (R_AARCH64_TLSDESC_OFF_G1): Likewise.
24234 (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
24235 (R_AARCH64_TLSDESC_LDR): Likewise.
24236 (R_AARCH64_TLSDESC_ADD): Likewise.
24237 (R_AARCH64_TLSDESC_CALL): Likewise.
24239 2013-09-30 Andreas Schwab <schwab@suse.de>
24242 * nscd/aicache.c (addhstaiX): Properly use the cache variable for
24243 the nss database lookup.
24244 * nscd/initgrcache.c (addinitgroupsX): Likewise.
24245 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
24247 2013-09-28 Mike Frysinger <vapier@gentoo.org>
24249 * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
24251 2013-09-28 P. J. McDermott <pj@pehjota.net>
24253 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
24254 ${Bash-specific parameter/pattern/string} parameter expansion.
24255 * sysdeps/unix/make-syscalls.sh: Likewise.
24257 2013-09-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
24259 * sysdeps/sh/stackguard-macros.h: New file.
24261 2013-09-26 Ondřej Bílka <neleai@seznam.cz>
24263 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
24264 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
24265 * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
24266 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
24267 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
24268 * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
24270 2013-09-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24272 * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
24273 Fix thread ID register.
24275 2013-09-25 Joseph Myers <joseph@codesourcery.com>
24277 * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
24278 [POSIX || UNIX98]: Require rather than permitting all symbols from
24280 [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
24281 element of struct sched_param.
24282 [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
24283 [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
24284 [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
24285 [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
24288 2013-09-24 Olivier Langlois <olivier@olivierlanglois.net>
24290 * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
24291 argument calculation.
24293 2013-09-24 Joseph Myers <joseph@codesourcery.com>
24295 * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
24297 [POSIX] (pthread_attr_t): Do not require type.
24298 [POSIX] (pthread_cond_t): Likewise.
24299 [POSIX] (pthread_condattr_t): Likewise.
24300 [POSIX] (pthread_key_t): Likewise.
24301 [POSIX] (pthread_mutex_t): Likewise.
24302 [POSIX] (pthread_mutexattr_t): Likewise.
24303 [POSIX] (pthread_once_t): Likewise.
24304 [POSIX] (pthread_t): Likewise.
24305 [POSIX-based standards] (pthread_atfork): Expect function.
24307 2013-09-24 Joseph Myers <joseph@codesourcery.com>
24308 Richard Sandiford <richard@codesourcery.com>
24310 * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
24311 (swap_endianness_p): New extern variable.
24312 (set_big_endian): New inline function.
24313 (maybe_swap_uint32): Likewise.
24314 (maybe_swap_uint32_array): Likewise.
24315 (maybe_swap_uint32_obstack): Likewise.
24316 * locale/programs/locfile.c: Include <stdbool.h>.
24317 (swap_endianness_p): New variable.
24318 (add_locale_uint32): Call maybe_swap_uint32.
24319 (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
24320 (write_locale_data): Call maybe_swap_uint32_array.
24321 * locale/programs/ld-collate.c (obstack_int32_grow): Call
24323 (obstack_int32_grow_fast): Likewise.
24324 (output_weightwc): Call maybe_swap_uint32_obstack.
24325 (collate_output): Likewise.
24326 * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
24327 (OPT_LITTLE_ENDIAN): Likewise.
24328 (options): Add --little-endian and --big-endian options.
24329 (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
24330 * locale/programs/locarchive.c: Include "locfile.h".
24334 (create_archive): Use the new macros to access fields of
24335 structures directly mapped from or written to locale archives.
24336 (oldlocrecentcmp): Likewise.
24337 (enlarge_archive): Likewise.
24338 (insert_name): Likewise.
24339 (add_alias): Likewise.
24340 (add_locale): Likewise.
24341 (delete_locales_from_archive): Likewise.
24342 (show_archive_content): Likewise.
24343 (add_locale_to_archive): Likewise. Use maybe_swap_uint32 on
24346 2013-09-24 Roland McGrath <roland@hack.frob.com>
24348 * manual/freemanuals.texi: Updated from (newly) canonical copy at
24349 http://www.gnu.org/doc/freemanuals.texi.
24350 * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
24352 2013-09-24 Will Newton <will.newton@linaro.org>
24354 * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
24357 2013-09-23 Joseph Myers <joseph@codesourcery.com>
24359 * locale/hashval.h (compute_hashval): Interpret bytes of key as
24362 2013-09-23 Maciej W. Rozycki <macro@codesourcery.com>
24364 * manual/threads.texi (POSIX Threads): Fix a typo.
24366 2013-09-23 Siddhesh Poyarekar <siddhesh@redhat.com>
24369 * string/tst-strcoll-overflow.c: New test case.
24370 * string/Makefile (xtests): Add tst-strcoll-overflow.
24371 * string/strcoll_l.c (STRCOLL): Skip allocating memory for
24372 cache if string sizes may cause integer overflow.
24375 * string/strcoll_l.c (coll_seq): New members rule, idx,
24376 save_idx and back_us.
24377 (get_next_seq_nocache): New function.
24378 (do_compare_nocache): New function.
24379 (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
24382 2013-09-23 Carlos O'Donell <carlos@redhat.com>
24385 * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
24386 __pointer_chk_guard_local, otherwise __pointer_chk_guard.
24387 * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
24390 * elf/Makefile (tests): Add tst-ptrguard1.
24391 (tests-static): Add tst-ptrguard1-static.
24392 (tst-ptrguard1-ARGS): Define.
24393 (tst-ptrguard1-static-ARGS): Define.
24394 * elf/tst-ptrguard1.c: New file.
24395 * elf/tst-ptrguard1-static.c: New file.
24396 * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
24397 * sysdeps/i386/stackguard-macros.h: Likewise.
24398 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
24399 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
24400 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
24401 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
24402 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
24403 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
24405 2013-09-23 Hector Marco <hecmargi@upv.es>
24406 Ismael Ripoll <iripoll@disca.upv.es>
24407 Carlos O'Donell <carlos@redhat.com>
24410 * sysdeps/generic/stackguard-macros.h: Define
24411 __pointer_chk_guard_local and POINTER_CHK_GUARD.
24412 * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
24413 Define __pointer_chk_guard_local.
24414 (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
24415 Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
24417 2013-09-15 Vinitha Vijayan <vinitha.vijayann@gmail.com>
24420 * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
24422 2013-09-20 Andreas Schwab <schwab@linux-m68k.org>
24424 * include/string.h (__ffs): Declare as hidden.
24425 * string/ffs.c (__ffs): Define as hidden.
24426 * sysdeps/i386/ffs.c (__ffs): Likewise.
24427 * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
24428 * sysdeps/powerpc/ffs.c (__ffs): Likewise.
24429 * sysdeps/s390/ffs.c (__ffs): Likewise.
24430 * sysdeps/x86_64/ffs.c (__ffs): Likewise.
24432 2013-09-20 Alexandre Oliva <aoliva@redhat.com>
24434 * NEWS: Mention malloc probes.
24436 * malloc/arena.c (new_heap): New memory_heap_new probe.
24437 (grow_heap): New memory_heap_more probe.
24438 (shrink_heap): New memory_heap_less probe.
24439 (heap_trim): New memory_heap_free probe.
24440 * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
24441 (systrim): New memory_sbrk_less probe.
24442 * manual/probes.texi: Document them.
24444 * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
24445 * manual/probes.texi: Document it.
24447 * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
24448 (__libc_realloc): Add memory_realloc_retry probe.
24449 (__libc_memalign): Add memory_memalign_retry probe.
24450 (__libc_valloc): Add memory_valloc_retry probe.
24451 (__libc_pvalloc): Add memory_pvalloc_retry probe.
24452 (__libc_calloc): Add memory_calloc_retry probe.
24453 * manual/probes.texi: Document them.
24455 * malloc/arena.c (get_free_list): Add probe
24456 memory_arena_reuse_free_list.
24457 (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
24458 and memory_arena_reuse.
24459 (arena_get2) [!PER_THREAD]: Likewise.
24460 * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
24461 memory_arena_reuse_realloc.
24462 * manual/probes.texi: Document them.
24464 * malloc/malloc.c (__libc_free): Add
24465 memory_mallopt_free_dyn_thresholds probe.
24466 (__libc_mallopt): Add multiple memory_mallopt probes.
24467 * manual/probes.texi: Document them.
24469 * malloc/malloc.c: Include stap-probe.h.
24470 (__libc_mallopt): Add memory_mallopt probe.
24471 * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
24472 * manual/probes.texi: New.
24473 * manual/Makefile (chapters): Add probes.
24474 * manual/threads.texi: Set next node.
24476 2013-09-19 Wei-Lun Chao <bluebat@member.fsf.org>
24478 [BZ #15963, #13985]
24479 * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
24480 czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
24481 Add `Chinese' to `nan' entry name.
24483 2013-09-19 Siddhesh Poyarekar <siddhesh@redhat.com>
24485 * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
24486 (POLYNOMIAL): Likewise.
24487 (TAYLOR_SINCOS): Likewise.
24488 (TAYLOR_SLOW): Likewise.
24489 (__sin): Use TAYLOR_SINCOS.
24491 (slow): Use TAYLOR_SLOW.
24493 (bsloww): Likewise.
24494 (csloww): Likewise.
24496 2013-09-19 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
24498 * stdlib/strtod_l.c: Fix buffer overrun.
24500 2013-09-19 Siddhesh Poyarekar <siddhesh@redhat.com>
24502 * benchtests/Makefile (bench): Add sincos.
24503 * benchtests/bench-sincos.c: New file.
24505 * math/libm-test.inc (cos_test_data): New test inputs.
24506 (sin_test_data): Likewise.
24508 * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
24514 (sloww1): Likewise.
24515 (sloww2): Likewise.
24516 (bsloww1): Likewise.
24517 (bsloww2): Likewise.
24518 (cslow2): Likewise.
24519 (csloww1): Likewise.
24520 (csloww2): Likewise.
24522 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
24527 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
24531 2013-09-18 Maciej W. Rozycki <macro@codesourcery.com>
24533 * config.h.in (HAVE_MIPS_NAN2008): New macro.
24534 * elf/elf.h (EF_MIPS_NAN2008): Likewise.
24535 * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
24536 (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
24537 (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
24538 * elf/cache.c (print_entry): Handle the new cache flags.
24540 2013-09-18 Joseph Myers <joseph@codesourcery.com>
24541 Aldy Hernandez <aldyh@redhat.com>
24543 * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
24544 Change condition to [_SOFT_FLOAT].
24545 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
24546 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
24547 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
24548 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
24549 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
24550 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
24551 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
24552 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
24553 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
24554 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
24555 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
24556 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
24557 [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
24558 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
24559 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
24560 [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
24563 2013-09-18 Joseph Myers <joseph@codesourcery.com>
24565 * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
24566 macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
24567 (__longjmp): Use LOAD_GP to load saved GPRs.
24568 * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
24569 macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
24570 (__sigsetjmp): Use SAVE_GP to save GPRs.
24572 * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
24573 Do not append -msoft-float.
24574 [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
24576 2013-09-18 Siddhesh Poyarekar <siddhesh@redhat.com>
24578 * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
24580 2013-09-17 Joseph Myers <joseph@codesourcery.com>
24583 * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
24584 (_FPU_GETCW): Use initial "__" on variable and field names but not
24585 on macro parameter name.
24586 [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise. Use
24587 parentheses around reference to macro parameter.
24589 2013-09-13 Richard Sandiford <richard@codesourcery.com>
24591 * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
24593 (ctype_startup): Use uint32_t in cast and sizeof for
24596 2013-09-11 Jia Liu <proljc@gmail.com>
24598 * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
24600 [__FreeBSD__]: Likewise.
24602 2013-09-11 Ondřej Bílka <neleai@seznam.cz>
24604 * sysdeps/x86_64/multiarch/ifunc-impl-list.c
24605 (__libc_ifunc_impl_list): Remove: __strchr_sse42.
24606 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
24607 (strchr): Remove __strchr_sse42 ifunc selection.
24608 * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
24609 * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
24611 2013-09-11 Will Newton <will.newton@linaro.org>
24613 * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
24614 parameter to RES. Remove hardcoded 1000 value.
24615 * benchtests/bench-skeleton.c (main): Pass RES parameter
24616 to TIMING_INIT and multiply result by 1000.
24618 2013-09-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24620 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
24622 2013-09-11 Andreas Schwab <schwab@suse.de>
24624 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
24626 (O_TMPFILE) [__USE_GNU]: Define.
24627 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
24630 2013-09-11 Will Newton <will.newton@linaro.org>
24633 * malloc/malloc.c (__libc_memalign): Check the value of bytes
24636 2013-09-11 Will Newton <will.newton@linaro.org>
24639 * malloc/malloc.c (__libc_valloc): Check the value of bytes
24642 2013-09-11 Will Newton <will.newton@linaro.org>
24645 * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
24648 2013-09-10 Ondřej Bílka <neleai@seznam.cz>
24650 * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
24651 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
24652 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
24653 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
24654 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
24656 2013-09-10 Allan McRae <allan@archlinux.org>
24659 * manual/arith.texi (Parsing of Floats): Clarify
24663 * manual/install.texi (Running make install): Mention
24665 * INSTALL: Regenerated.
24667 2013-09-09 Maciej W. Rozycki <macro@codesourcery.com>
24669 * csu/init-first.c (_init): Remove the !SHARED condition around
24670 FPU control word initialization.
24671 * elf/dl-support.c (_dl_fpu_control): New variable.
24672 (_dl_aux_init) <AT_FPUCW>: Initialize it.
24673 * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
24674 (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
24675 * math/test-fpucw-static.c: New file.
24676 * math/test-fpucw-ieee.c: New file.
24677 * math/test-fpucw-ieee-static.c: New file.
24678 * math/Makefile (tests): Add `test-fpucw-ieee' and
24680 (tests-static): New variable.
24681 [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
24683 [($(build-shared),yes)]
24684 ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
24686 [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
24689 2013-09-09 Allan McRae <allan@archlinux.org>
24692 * manual/string.texi (Collation Functions): Fix typo in
24694 Reported by Suren Karapetyan <me@suren.karapetyan.name>.
24697 * stdlib/isomac.c (get_null_defines): Fix memory leak.
24700 * libio/memstream.c (open_memstream): Fix memory leak.
24701 * libio/wmemstream.c (open_wmemstream): Likewise.
24704 * nscd/netgroupcache.c: Fix nesting of ifdefs.
24706 2013-09-09 Will Newton <will.newton@linaro.org>
24708 * malloc/Makefile: Add tst-realloc to tests.
24709 * malloc/tst-realloc.c: New file.
24711 2013-09-09 Allan McRae <allan@archlinux.org>
24714 * COPYING: Update from GNU website to fix FSF address.
24715 * COPYING.LIB: Likewise.
24717 2013-09-06 David S. Miller <davem@davemloft.net>
24719 * po/zh_TW.po: Update Chinese (traditional) translation from
24720 translation project.
24722 2013-09-06 Richard Sandiford <richard@codesourcery.com>
24723 Joseph Myers <joseph@codesourcery.com>
24725 * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
24727 (obstack_chunk_alloc): New macro.
24728 (obstack_chunk_free): Likewise.
24729 (record_offset): New function.
24730 (init_locale_data): Likewise.
24731 (align_locale_data): Likewise.
24732 (add_locale_empty): Likewise.
24733 (add_locale_raw_data): Likewise.
24734 (add_locale_raw_obstack): Likewise.
24735 (add_locale_string): Likewise.
24736 (add_locale_wstring): Likewise.
24737 (add_locale_uint32): Likewise.
24738 (add_locale_uint32_array): Likewise.
24739 (add_locale_char): Likewise.
24740 (start_locale_structure): Likewise.
24741 (end_locale_structure): Likewise.
24742 (start_locale_prelude): Likewise.
24743 (end_locale_prelude): Likewise.
24744 (write_locale_data): Take locale_file structure rather than an
24746 * locale/programs/locfile.h: Include "obstack.h".
24747 (struct locale_file): Change to store locale file contents instead
24749 (init_locale_data): New prototype.
24750 (align_locale_data): Likewise.
24751 (add_locale_empty): Likewise.
24752 (add_locale_raw_data): Likewise.
24753 (add_locale_raw_obstack): Likewise.
24754 (add_locale_string): Likewise.
24755 (add_locale_wstring): Likewise.
24756 (add_locale_uint32): Likewise.
24757 (add_locale_uint32_array): Likewise.
24758 (add_locale_char): Likewise.
24759 (start_locale_structure): Likewise.
24760 (end_locale_structure): Likewise.
24761 (start_locale_prelude): Likewise.
24762 (end_locale_prelude): Likewise.
24763 (write_locale_data): Update prototype.
24764 * locale/programs/3level.h (struct TABLE): Remove result field.
24765 (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
24766 Use new locale_file interface.
24767 [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
24768 (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
24769 * locale/programs/ld-address.c (address_output): Use new
24770 locale_file interface.
24771 * locale/programs/ld-collate.c (NO_FINALIZE): Change to
24773 (collate_finish): Don't call collseq_table_finalize.
24774 (collate_output): Use new locale_file interface.
24775 * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
24777 (NO_FINALIZE): Change to NO_ADD_LOCALE.
24778 (TABLE): Move defines earlier in file.
24779 (ELEMENT): Likewise.
24780 (DEFAULT): Likewise.
24781 (wctrans_table_add): Move macro and inline function earlier in
24783 (struct wctype_table): Move type earlier in file.
24784 (add_locale_wctype_table): New static prototype.
24785 (struct locale_ctype_t): Use logical types instead of struct iovec
24786 pointers for members.
24787 (ctype_output): Use new locale_file interface.
24788 (wctype_table_finalize): Change to add_locale_wctype_table. Use
24789 new locale_file interface.
24790 (allocate_arrays): Update for use of new locale_file interface.
24791 * locale/programs/ld-identification.c (identification_output): Use
24792 new locale_file interface.
24793 * locale/programs/ld-measurement.c (measurement_output): Likewise.
24794 * locale/programs/ld-messages.c (messages_output): Likewise.
24795 * locale/programs/ld-monetary.c (monetary_output): Likewise.
24796 * locale/programs/ld-name.c (name_output): Likewise.
24797 * locale/programs/ld-numeric.c (numeric_output): Likewise.
24798 * locale/programs/ld-paper.c (paper_output): Likewise.
24799 * locale/programs/ld-telephone.c (telephone_output): Likewise.
24800 * locale/programs/ld-time.c (time_output): Likewise.
24802 2013-09-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24804 * benchtests/Makefile: Add memrchr benchmark.
24805 * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
24806 benchmark as memrchr.
24807 * benchtests/bench-memrchr-ifunc.c: New file.
24808 * benchtests/bench-memrchr.c: New file.
24810 2013-09-06 Will Newton <will.newton@linaro.org>
24812 * benchtests/Makefile (string-bench): Add memcpy.
24814 2013-09-05 Carlos O'Donell <carlos@redhat.com>
24815 Cong Wang <amwang@redhat.com>
24818 * sysdeps/unix/sysv/linux/bits/in.h
24819 [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
24820 * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
24821 before __USE_KERNEL_IPV6_DEFS uses.
24822 * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
24824 [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
24825 sockaddr_in6, or ipv6_mreq.
24827 2013-09-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24829 * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
24830 memory access for final bytes in some large inputs.
24831 * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
24833 2013-09-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24835 * string/test-memrchr.c: New file.
24836 * string/test-memrchr-ifunc.c: New file.
24837 * string/Makefile: Add new memrchr testcase.
24839 2013-09-05 Mike Frysinger <vapier@gentoo.org>
24841 * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
24842 fanotify_init returns EPERM.
24844 2013-09-04 Joseph Myers <joseph@codesourcery.com>
24846 * conform/conformtest.pl (newtoken): Treat tokens not allowed as
24848 (top level): Treat second token from macro or constant entries for
24849 allowed headers as allowed.
24850 * include/complex.h: Condition internal declarations on
24852 * include/fenv.h: Condition include of <stdbool.h> and internal
24853 declarations on [!_ISOMAC].
24855 2013-09-04 Chris Leonard <cjl@sugarlabs,.org>
24858 * locale/iso-4217.def: Update iso-1427.def and related occurrences.
24860 2013-09-04 Joseph Myers <joseph@codesourcery.com>
24862 * configure.in (--enable-versioning): Remove configure option.
24863 (libc_cv_asm_symver_directive): Remove configure test.
24864 (libc_cv_ld_version_script_option): Likewise.
24865 (VERSIONING): Remove variable and AC_SUBST.
24866 (DO_VERSIONING): Remove AC_DEFINE.
24867 * configure: Regenerated.
24868 * config.h.in (DO_VERSIONING): Remove macro.
24869 * Makerules [$(versioning) = yes]: Change conditionals to
24870 [$(build-shared) = yes].
24871 * config.make.in (versioning): Remove variable.
24872 * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
24873 [$(build-shared) = yes].
24874 * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
24875 * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
24876 * elf/Makefile [$(versioning) = yes]: Change conditionals to
24877 [$(build-shared) = yes].
24878 * extra-lib.mk [$(versioning) = yes]: Likewise.
24879 * hurd/Makefile [$(versioning) = yes]: Likewise.
24880 * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
24882 * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
24884 [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
24885 [SHARED && !NO_HIDDEN].
24886 * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
24888 [SHARED && DO_VERSIONING]: Likewise..
24889 * libio/Makefile [$(versioning) = yes]: Change conditionals to
24890 [$(build-shared) = yes].
24891 * manual/install.texi (--disable-versioning): Remove
24893 * INSTALL: Regenerated.
24894 * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
24896 * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
24897 [$(build-shared) = yes].
24898 * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
24899 * sysdeps/i386/i686/multiarch/strstr-c.c
24900 [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
24901 [SHARED && !NO_HIDDEN].
24902 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
24903 [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
24904 * sysdeps/powerpc/powerpc32/dl-machine.c
24905 [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
24906 * sysdeps/powerpc/powerpc32/sysdep.h
24907 [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
24908 to [SHARED && PIC && !NO_HIDDEN].
24909 * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
24910 conditional to [SHARED].
24912 2013-09-04 Will Newton <will.newton@linaro.org>
24914 * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
24915 * benchtests/bench-string.h: Include bench-timing.h instead
24916 of including hp-timing.h directly. (INNER_LOOP_ITERS): New
24917 define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
24918 call to HP_TIMING_DIFF_INIT.
24919 * benchtests/bench-memccpy.c: Use bench-timing.h macros
24920 instead of hp-timing.h macros.
24921 * benchtests/bench-memchr.c: Likewise.
24922 * benchtests/bench-memcmp.c: Likewise.
24923 * benchtests/bench-memcpy.c: Likewise.
24924 * benchtests/bench-memmem.c: Likewise.
24925 * benchtests/bench-memmove.c: Likewise.
24926 * benchtests/bench-memset.c: Likewise.
24927 * benchtests/bench-rawmemchr.c: Likewise.
24928 * benchtests/bench-strcasecmp.c: Likewise.
24929 * benchtests/bench-strcasestr.c: Likewise.
24930 * benchtests/bench-strcat.c: Likewise.
24931 * benchtests/bench-strchr.c: Likewise.
24932 * benchtests/bench-strcmp.c: Likewise.
24933 * benchtests/bench-strcpy.c: Likewise.
24934 * benchtests/bench-strcpy_chk.c: Likewise.
24935 * benchtests/bench-strlen.c: Likewise.
24936 * benchtests/bench-strncasecmp.c: Likewise.
24937 * benchtests/bench-strncat.c: Likewise.
24938 * benchtests/bench-strncmp.c: Likewise.
24939 * benchtests/bench-strncpy.c: Likewise.
24940 * benchtests/bench-strnlen.c: Likewise.
24941 * benchtests/bench-strpbrk.c: Likewise.
24942 * benchtests/bench-strrchr.c: Likewise.
24943 * benchtests/bench-strspn.c: Likewise.
24944 * benchtests/bench-strstr.c: Likewise.
24946 2013-09-04 Will Newton <will.newton@linaro.org>
24948 * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
24950 2013-09-03 Joseph Myers <joseph@codesourcery.com>
24953 * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
24954 2**-30 instead of 2**-70 as threshold for returning -log(|x|).
24955 * math/libm-test.inc (lgamma_test_data): Add more tests.
24956 * sysdeps/i386/fpu/libm-test-ulps: Update.
24957 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24959 2013-09-03 Ondřej Bílka <neleai@seznam.cz>
24961 * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
24962 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24964 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24965 Add strcmp-sse2-unaligned
24966 * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
24968 2013-09-02 Mike Frysinger <vapier@gentoo.org>
24970 * Versions.def (libc): Add GLIBC_2.19.
24972 2013-09-02 Mike Frysinger <vapier@gentoo.org>
24974 * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
24975 * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
24977 2013-09-02 Joseph Myers <joseph@codesourcery.com>
24980 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
24981 intermediate calculations in recurrence.
24982 (__ieee754_ynf): Likewise.
24983 * math/libm-test.inc (jn_test_data): Do not allow spurious
24984 underflow exception. Add more tests.
24985 (yn_test_data): Add more tests.
24986 * sysdeps/i386/fpu/libm-test-ulps: Update.
24987 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24989 2013-09-02 Ondřej Bílka <neleai@seznam.cz>
24991 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
24993 2013-08-30 Ondřej Bílka <neleai@seznam.cz>
24995 * csu/init-first.c: Fix then/than typos.
24996 * locale/programs/ld-collate.c: Likewise.
24997 * locale/programs/linereader.h: Likewise.
24998 * manual/charset.texi: Likewise.
24999 * manual/filesys.texi: Likewise.
25000 * manual/stdio.texi: Likewise.
25001 * manual/string.texi: Likewise.
25002 * stdlib/fmtmsg.c: Likewise.
25003 * sysdeps/i386/stpncpy.S: Likewise.
25004 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
25005 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
25006 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
25007 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
25009 2013-08-30 Ondřej Bílka <neleai@seznam.cz>
25011 * elf/dl-open.c: Fix typos.
25012 * iconvdata/gbbig5.c: Likewise.
25013 * iconvdata/iso-2022-jp.c: Likewise.
25014 * iconv/gconv_int.h: Likewise.
25015 * iconv/loop.c: Likewise.
25016 * nis/rpcsvc/nis.h: Likewise.
25017 * resolv/ns_name.c: Likewise.
25018 * stdio-common/vfscanf.c: Likewise.
25019 * streams/stropts.h: Likewise.
25020 * sunrpc/rpc_thread.c: Likewise.
25021 * sysdeps/i386/strpbrk.S: Likewise.
25022 * sysdeps/ieee754/k_standard.c: Likewise.
25023 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
25024 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
25025 * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
25026 * sysdeps/mach/hurd/profil.c: Likewise.
25027 * sysdeps/s390/dl-procinfo.h: Likewise.
25028 * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
25029 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
25030 * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
25031 * sysdeps/x86_64/dl-trampoline.S: Likewise.
25032 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
25034 2013-08-30 Ondřej Bílka <neleai@seznam.cz>
25036 * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
25037 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
25039 2013-08-29 Ondřej Bílka <neleai@seznam.cz>
25041 * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
25042 aix specific files.
25043 * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
25044 * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
25045 * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
25046 * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
25047 * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
25048 * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
25049 * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
25050 * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
25052 2013-08-29 Thomas Schwinge <thomas@codesourcery.com>
25053 Roland McGrath <roland@hack.frob.com>
25055 * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
25056 * sysdeps/mach/hurd/bits/errno.h: Regenerate.
25058 2013-08-29 Samuel Thibault <samuel.thibault@ens-lyon.org>
25060 * sysdeps/mach/hurd/i386/init-first.c (init1): Use
25061 __executable_start symbol instead of _start.
25063 2013-08-29 Thomas Schwinge <thomas@codesourcery.com>
25065 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
25066 (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
25068 * sysdeps/gnu/ldsodefs.h: ... this new file.
25070 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
25071 (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
25072 instead of ELFOSABI_LINUX.
25074 [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
25075 * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
25076 * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
25077 * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
25079 * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
25080 * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
25081 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
25083 * sysdeps/ieee754/ldbl-128ibm/ieee754.h
25084 (ibm_extended_long_double): Add ieee_nan member.
25085 * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
25086 (do_test): New function.
25088 * math/basic-test.c (TEST_CONVERT): New macro, renamed from
25090 (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
25091 functions, renamed from truncdfsf_test, trunctfsf_test,
25093 (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
25095 (do_test): Run all these.
25097 2013-08-29 Ondřej Bílka <neleai@seznam.cz>
25099 * argp/argp-help.c: Fix typos.
25100 * argp/argp-parse.c: Likewise.
25101 * debug/backtracesyms.c: Likewise.
25102 * elf/elf.h: Likewise.
25103 * malloc/malloc.c: Likewise.
25104 * nis/nis_print.c: Likewise.
25105 * resolv/res_comp.c: Likewise.
25106 * stdlib/stdlib.h: Likewise.
25107 * sunrpc/clnt_tcp.c: Likewise.
25108 * sunrpc/clnt_udp.c: Likewise.
25109 * sunrpc/clnt_unix.c: Likewise.
25110 * sysdeps/unix/bsd/ptsname.c: Likewise.
25111 * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
25112 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
25113 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
25115 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
25117 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
25119 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
25121 2013-08-28 Siddhesh Poyarekar <siddhesh@redhat.com>
25123 * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
25124 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
25126 2013-08-27 Mike Frysinger <vapier@gentoo.org>
25129 * dlfcn/Makefile (tests): Add bug-dl-leaf.
25130 (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
25131 ($(objpfx)bug-dl-leaf): New rule.
25132 ($(objpfx)bug-dl-leaf.so): Likewise.
25133 ($(objpfx)bug-dl-leaf.out): Likewise.
25134 ($(objpfx)bug-dl-leaf-lib.so): Likewise.
25135 ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
25136 * dlfcn/bug-dl-leaf.c: New test.
25137 * dlfcn/bug-dl-leaf-lib.c: Likewise.
25138 * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
25139 * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
25140 (dlclose): Likewise.
25141 (dlmopen): Likewise.
25143 2013-08-27 Roland McGrath <roland@hack.frob.com>
25145 * include/netdb.h [!_ISOMAC]:
25146 Don't include <tls.h>.
25147 (h_errno, __libc_h_errno): Move declaration and macros out of
25150 * include/resolv.h [_RESOLV_H_]:
25151 Don't include <tls.h>.
25152 (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
25153 * resolv/res_libc.c: Don't include <tls.h>.
25154 (_res): Use __attribute__ ((nocommon)) in place of
25155 __attribute__ ((section (".bss"))).
25157 * Makefile ($(common-objpfx)linkobj/libc_pic.a):
25158 If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
25160 * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
25162 * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
25163 only under [SIOCGIFCONF && SIOCGIFNETMASK].
25165 * resolv/res_mkquery.c: Include <sys/time.h>.
25167 * inet/ifreq.c: Moved to ...
25168 * sysdeps/unix/ifreq.c: ... here.
25169 * inet/ifreq.c: New file, true stub version.
25171 * socket/sa_len.c: New file.
25172 * socket/Makefile (aux): Add it.
25173 * sysdeps/unix/sysv/linux/Makefile
25174 [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
25175 * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
25176 and #include <socket/sa_len.c>.
25177 * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
25178 HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
25180 * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
25181 * bits/socket.h: ... here.
25183 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
25184 Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
25185 (SOCK_MAX, SOCK_TYPE_MASK): New macros.
25187 2013-08-27 Andreas Schwab <schwab@suse.de>
25190 * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
25191 * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
25192 (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
25193 * string/test-strcasecmp.c (test_main): Run tests in several
25195 * string/test-strncasecmp.c (test_main): Likewise.
25197 * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
25198 (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
25199 to __strcasecmp_nonascii and __strncasecmp_nonascii.
25200 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
25201 (__strncasecmp_ssse3) [PIC]: Likewise.
25203 2013-08-26 Roland McGrath <roland@hack.frob.com>
25205 * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
25207 * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
25208 instead of explicitly declaring xdecrypt.
25209 * nis/nss_nis/nis-publickey.c: Likewise.
25211 2013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
25214 * nscd/aicache.c: Include res_hconf.h.
25215 (addhstaiX): Initialize res_hconf.
25217 2013-08-26 Andreas Schwab <schwab@suse.de>
25219 * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
25220 ($(objpfx)tst-tls-atexit): Add dependencies here instead.
25222 2013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
25224 * nscd/aicache.c (addhstaiX): Fix indentation.
25226 2013-08-25 Mike Frysinger <vapier@gentoo.org>
25228 * configure.ac: Quote $build_pt_chown test.
25229 * configure: Regenerated.
25231 2013-08-23 Joseph Myers <joseph@codesourcery.com>
25234 * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
25235 * math/s_cexpf.c (__cexpf): Likewise.
25236 * math/s_cexpl.c (__cexpl): Likewise.
25237 * math/libm-test.inc (cexp_test_data): Correct expected return
25238 value for NaN + i0. Add another test.
25240 2013-08-22 David S. Miller <davem@davemloft.net>
25242 * po/ca.po: Update Catalan translation from translation project.
25243 * po/uk.po: Add Ukrainian translations from translation project.
25245 2013-08-21 Joseph Myers <joseph@codesourcery.com>
25248 * math/s_fdim.c (__fdim): Check for infinite arguments if result
25249 is infinite, not alongside NaN test.
25250 * math/s_fdimf.c (__fdimf): Likewise.
25251 * math/s_fdiml.c (__fdiml): Likewise.
25252 * math/libm-test.inc (fdim_test_data): Add more tests. Test that
25253 errno is unchanged.
25255 2013-08-21 Ondřej Bílka <neleai@seznam.cz>
25257 * argp/argp-help.c: Fix typos.
25258 * crypt/speeds.c: Likewise.
25259 * csu/check_fds.c: Likewise.
25260 * elf/dl-load.c: Likewise.
25261 * elf/dl-open.c: Likewise.
25262 * elf/reldep3.c: Likewise.
25263 * elf/reldep.c: Likewise.
25264 * elf/sprof.c: Likewise.
25265 * iconv/iconv_charmap.c: Likewise.
25266 * iconv/skeleton.c: Likewise.
25267 * iconv/strtab.c: Likewise.
25268 * io/lockf64.c: Likewise.
25269 * libio/libioP.h: Likewise.
25270 * resolv/gai_notify.c: Likewise.
25271 * resolv/ns_name.c: Likewise.
25272 * resolv/ns_samedomain.c: Likewise.
25273 * resolv/res_send.c: Likewise.
25274 * stdlib/random.c: Likewise.
25275 * sunrpc/rpc/xdr.h: Likewise.
25276 * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
25277 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
25278 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
25279 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
25280 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
25281 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
25282 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
25283 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
25284 * sysdeps/mach/hurd/check_fds.c: Likewise.
25285 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
25286 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
25287 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
25288 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
25289 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
25290 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
25291 * sysdeps/pthread/aio_notify.c: Likewise.
25292 * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
25293 * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
25294 * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
25295 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
25296 * sysdeps/x86/fpu/bits/fenv.h: Likewise.
25298 2013-08-21 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
25300 * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
25301 version if bit_Slow_SSE4_2 is set.
25302 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
25303 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
25305 2013-07-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25308 * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
25309 trampoline stack frame information.
25310 * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
25311 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
25312 (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
25313 (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
25314 (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
25315 * sysdeps/unix/sysv/linux/powerpc/init-first.c
25316 (_libc_vdso_platform_setup): Initialize the signal trampolines.
25317 * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
25319 * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
25320 interrupting a syscall and set with option SA_SIGINFO.
25322 2013-08-20 Joseph Myers <joseph@codesourcery.com>
25325 * math/s_cproj.c (__cproj): Only return an infinity if one part of
25326 argument is infinite.
25327 * math/s_cprojf.c (__cprojf): Likewise.
25328 * math/s_cprojl.c (__cprojl): Likewise.
25329 * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
25330 * math/libm-test.inc (cproj_test_data): Add more tests.
25332 * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
25334 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
25335 [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
25336 size. Use __ffs to determine corresponding shift.
25338 2013-08-20 Joseph Myers <joseph@codesourcery.com>
25339 Roland McGrath <roland@hack.frob.com>
25341 * Makefile (INSTALL): Remove trailing blank lines from output of
25344 2013-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
25346 * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
25347 Align 32 bit compat elf_greg to 8 bytes.
25349 2013-08-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
25351 * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
25353 2013-08-20 Siddhesh Poyarekar <siddhesh@redhat.com>
25355 * string/strcoll_l.c (coll_seq): New structure.
25356 (get_next_seq_cached): New function.
25357 (get_next_seq): New function.
25358 (do_compare): New function.
25359 (STRCOLL): Use GNU style definition. Simplify implementation
25360 by using get_next_seq, get_next_seq_cached and do_compare.
25362 2013-08-16 Florian Weimer <fweimer@redhat.com>
25366 * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
25368 * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
25370 * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
25371 * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
25372 Return delayed error code. Remove GETDENTS_64BIT_ALIGNED
25374 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
25375 GETDENTS_64BIT_ALIGNED.
25376 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
25377 * manual/filesys.texi (Reading/Closing Directory): Document
25378 ENAMETOOLONG return value of readdir_r. Recommend readdir more
25380 * manual/conf.texi (Limits for Files): Add portability note to
25381 NAME_MAX, PATH_MAX.
25382 (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
25384 2013-08-13 Andreas Schwab <schwab@suse.de>
25387 * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
25389 * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
25390 LDBL_MAX_EXP >= 16384]: Add tests for it.
25392 2013-08-12 David S. Miller <davem@davemloft.net>
25394 * version.h (RELEASE): Set to "development".
25395 (VERSION): Set to "2.18.90".
25396 * NEWS: Add 2.19 section.
25398 2013-08-03 David S. Miller <davem@davemloft.net>
25400 * po/ko.po: Update Korean translation from translation project.
25402 2013-08-01 David S. Miller <davem@davemloft.net>
25404 * manual/contrib.texi: Update entry for Siddhesh Poyarekar. Add
25405 entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
25408 2013-07-30 David S. Miller <davem@davemloft.net>
25410 * po/fr.po: Update French translation from translation project.
25412 2013-07-28 David S. Miller <davem@davemloft.net>
25414 * po/cs.po: Update Czech translation from translation project.
25416 * po/sv.po: Update Swedish translation from translation project.
25418 2013-07-27 David S. Miller <davem@davemloft.net>
25420 * po/eo.po: Update Esperanto translation from translation project.
25422 * po/vi.po: Update Vietnamese translation from translation project.
25424 * po/de.po: Update German translation from translation project.
25426 2013-07-26 David S. Miller <davem@davemloft.net>
25428 * po/bg.po: Update Bulgarian translation from translation project.
25430 * po/nl.po: Update Dutch translation from translation project.
25431 * po/pl.po: Update Polish translation from translation project.
25432 * po/ru.po: Update Russian translation from translation project.
25434 2013-07-24 David S. Miller <davem@davemloft.net>
25436 * po/libc.pot: Update.
25438 2013-07-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25440 * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
25441 variable page size.
25442 * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
25443 * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
25444 * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
25446 2013-07-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
25448 * sysdeps/s390/fpu/libm-test-ulps: Refresh.
25450 2013-07-21 Siddhesh Poyarekar <siddhesh@redhat.com>
25451 Andreas Schwab <schwab@suse.de>
25452 Roland McGrath <roland@hack.frob.com>
25453 Joseph Myers <joseph@codesourcery.com>
25454 Carlos O'Donell <carlos@redhat.com>
25457 * config.h.in: Define HAVE_PT_CHOWN.
25458 * config.make.in (build-pt-chown): New variable.
25459 * configure.in (--enable-pt_chown): New configure option.
25460 * configure: Regenerate.
25461 * login/Makefile: Include Makeconfig. Build pt_chown only if
25462 build-pt-chown is enabled.
25463 * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
25464 pt_chown to fix pty ownership.
25465 * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
25467 * manual/install.texi (Configuring and compiling): Mention
25468 --enable-pt_chown. Add @findex for grantpt.
25469 * INSTALL: Regenerate.
25471 2013-07-20 David S. Miller <davem@davemloft.net>
25473 * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
25474 difference between 32-bit and 64-bit.
25476 2013-07-15 Carlos O'Donell <carlos@redhat.com>
25479 * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
25480 Avoid system header dependency with -ffreestanding.
25481 ($(objpfx)bits/syscall%d): Likewise.
25483 2013-07-13 David S. Miller <davem@davemloft.net>
25485 * math/libm-test.inc (casin_test_data): Annotate more cases of missing
25486 underflows from atanl/atan2l due to bug 15319.
25487 (casinh_test_data): Likewise.
25489 2013-07-07 David S. Miller <davem@davemloft.net>
25491 * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
25493 2013-07-05 Jeroen Albers <_jeroen_@yahoo.com>
25495 * sysdeps/i386/fpu/libm-test-ulps: Update.
25496 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25498 2013-07-04 Siddhesh Poyarekar <siddhesh@redhat.com>
25500 * configure.in (--enable-lock-elision): Fix message text.
25501 * INSTALL: Regenerate.
25502 * configure: Regenerate.
25504 2013-07-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25506 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25508 2013-07-03 Andreas Jaeger <aj@suse.de>
25510 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
25512 (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
25513 (ptrace_peeksiginfo_args): Add.
25514 (__ptrace_peeksiginfo_flags): Add.
25515 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
25516 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
25517 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
25519 2013-07-03 Allan McRae <allan@archlinux.org>
25521 * sysdeps/i386/fpu/libm-test-ulps: Update.
25523 2013-07-02 David S. Miller <davem@davemloft.net>
25525 * sysdeps/sparc/fpu/libm-test-ulps: Update.
25527 2013-07-02 Markus Trippelsdorf <markus@trippelsdorf.de>
25529 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
25531 2013-07-02 Joseph Myers <joseph@codesourcery.com>
25533 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
25534 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25536 2013-07-02 Andi Kleen <ak@linux.intel.com>
25538 * config.h.in (ENABLE_LOCK_ELISION): Add.
25539 * configure.in (--enable-lock-elision): Add option.
25540 * manual/install.texi: Document --enable lock elision.
25541 * configure: Regenerate
25542 * INSTALL: Regenerate.
25544 2013-07-02 H.J. Lu <hongjiu.lu@intel.com>
25546 * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
25547 SSE4.2 strcasecmp for libc.a.
25548 * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
25550 2013-07-02 Joseph Myers <joseph@codesourcery.com>
25553 * soft-fp/op-common.h (_FP_FMA): New macro.
25554 * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
25555 (_FP_MUL_MEAT_DW_1_imm): Likewise. Split out of ...
25556 (_FP_MUL_MEAT_1_imm): ... here.
25557 (_FP_MUL_MEAT_DW_1_wide): New macro. Split out of ...
25558 (_FP_MUL_MEAT_1_wide): ... here.
25559 (_FP_MUL_MEAT_DW_1_hard): Likewise. Split out of ...
25560 (_FP_MUL_MEAT_1_hard): ... here.
25561 * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
25562 (_FP_MUL_MEAT_DW_2_wide): Likewise. Split out of ...
25563 (_FP_MUL_MEAT_2_wide): ... here.
25564 (_FP_MUL_MEAT_DW_2_wide_3mul): New macro. Split out of ...
25565 (_FP_MUL_MEAT_2_wide_3mul): ... here.
25566 (_FP_MUL_MEAT_DW_2_gmp): New macro. Split out of ...
25567 (_FP_MUL_MEAT_2_gmp): ... here.
25568 * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
25569 (_FP_MUL_MEAT_DW_4_wide): Likewise. Split out of ...
25570 (_FP_MUL_MEAT_4_wide): ... here.
25571 (_FP_MUL_MEAT_DW_4_gmp): New macro. Split out of ...
25572 (_FP_MUL_MEAT_4_gmp): ... here.
25573 * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
25574 (_FP_WFRACBITS_DW_S): Likewise.
25575 (_FP_WFRACXBITS_DW_S): Likewise.
25576 (_FP_HIGHBIT_DW_S): Likewise.
25577 (FP_FMA_S): Likewise.
25578 (_FP_FRAC_HIGH_DW_S): Likewise.
25579 * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
25580 (_FP_WFRACBITS_DW_D): Likewise.
25581 (_FP_WFRACXBITS_DW_D): Likewise.
25582 (_FP_HIGHBIT_DW_D): Likewise.
25583 (FP_FMA_D): Likewise.
25584 (_FP_FRAC_HIGH_DW_D): Likewise.
25585 * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
25586 (_FP_WFRACBITS_DW_E): Likewise.
25587 (_FP_WFRACXBITS_DW_E): Likewise.
25588 (_FP_HIGHBIT_DW_E): Likewise.
25589 (FP_FMA_E): Likewise.
25590 (_FP_FRAC_HIGH_DW_E): Likewise.
25591 * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
25592 (_FP_WFRACBITS_DW_Q): Likewise.
25593 (_FP_WFRACXBITS_DW_Q): Likewise.
25594 (_FP_HIGHBIT_DW_Q): Likewise.
25595 (FP_FMA_Q): Likewise.
25596 (_FP_FRAC_HIGH_DW_Q): Likewise.
25597 * soft-fp/fmasf4.c: New file.
25598 * soft-fp/fmadf4.c: Likewise.
25599 * soft-fp/fmatf4.c: Likewise.
25601 2013-06-28 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
25603 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
25604 bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
25606 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
25608 (index_Slow_SSE4_2): Likewise.
25609 (index_Prefer_PMINUB_for_stringop): Likewise.
25610 * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
25611 bit_Slow_SSE4_2 is set.
25612 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
25613 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
25615 2013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
25617 * sysdeps/powerpc/Makefile: Add comment about generating an offset to
25618 rtld_global._dl_hwcap2.
25619 * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
25621 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
25622 POWER8 feature descriptions defined in _dl_hwcap2.
25623 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
25624 string handling for POWER8 feature bits.
25625 (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
25626 (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
25627 _dl_powerpc_cap_flags.
25628 (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
25629 * sysdeps/powerpc/rtld-global-offsets.sym
25630 (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
25631 _dl_hwcap2 in the rtld_global_ro structure.
25633 2013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
25635 * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
25636 hardware capabilities in support of AT_HWCAP2.
25637 (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
25638 * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
25640 (_dl_show_auxv): Add support for calling _dl_procinfo to display
25641 AT_HWCAP2. If a platform doesn't chose to handle displaying AT_HWCAP2
25642 explicitly the unknown a_type display mechanism is used.
25643 * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
25644 * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
25646 * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
25647 to macro prototype for AT_HWCAP2 support.
25648 * sysdeps/i386/dl-procinfo.h: Likewise.
25649 * sysdeps/s390/dl-procinfo.h: Likewise.
25650 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
25651 macro prototype for AT_HWCAP2 support. Make WORD unsigned long int
25652 rather than signed int. Stub in handler for TYPE == AT_HWCAP2 to
25653 return -1 for unknown a_type display fallback.
25654 * sysdeps/sparc/dl-procinfo.h: Likewise.
25655 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
25656 * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
25658 2013-06-28 Joseph Myers <joseph@codesourcery.com>
25660 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
25661 instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
25663 2013-06-28 Pierre Ynard <linkfanel@yahoo.fr>
25666 * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
25667 mprotect making __stack_prot writable.
25669 2013-06-28 Nathan Froyd <froydnj@codesourcery.com>
25670 Joseph Myers <joseph@codesourcery.com>
25672 * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
25673 as being properly aligned.
25675 2013-06-28 Maciej W. Rozycki <macro@codesourcery.com>
25677 * dlfcn/modstatic5.c: New file.
25678 * dlfcn/tststatic5.c: New file.
25679 * dlfcn/Makefile (tests): Add tststatic5.
25680 (tests-static): Likewise.
25681 (modules-names): Add modstatic5.
25682 (tststatic5-ENV): New variable.
25683 ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
25686 * elf/dl-support.c (_dl_main_map): New variable.
25687 (_dl_ns): Use it to initialize [LM_ID_BASE] element.
25688 (_dl_nns, _dl_load_adds): Set to 1.
25689 (_dl_initial_searchlist): Refer to _dl_main_map.
25690 (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
25691 * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
25692 call to _dl_get_origin.
25693 * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
25695 (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
25696 * dlfcn/modstatic3.c: New file.
25697 * dlfcn/tststatic3.c: New file.
25698 * dlfcn/tststatic4.c: New file.
25699 * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
25700 (tests-static): Likewise.
25701 (modules-names): Add modstatic3.
25702 (tststatic3-ENV, tststatic4-ENV): New variables.
25703 ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
25704 ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
25706 2013-06-26 Joseph Myers <joseph@codesourcery.com>
25708 * configure.in (CC): Require GCC version 4.4 or later.
25709 * configure: Regenerated.
25710 * manual/install.texi (Tools for Compilation): Update GCC version
25712 * INSTALL: Regenerated.
25714 2013-06-26 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
25717 * string/test-memcmp.c (check2): New.
25718 (main): Call check2.
25720 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
25722 2013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
25725 * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
25727 (dl_open_worker) [!SHARED]: ... here.
25729 2013-06-26 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
25731 * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
25733 2013-06-25 Richard Henderson <rth@redhat.com>
25735 * locale/programs/locarchive.c: Include <libc-internal.h>
25737 2013-06-25 Joseph Myers <joseph@codesourcery.com>
25739 * manual/texinfo.tex: Update to version 2013-06-21.17, with
25740 trailing whitespace removed.
25742 2013-06-24 Mike Frysinger <vapier@gentoo.org>
25745 * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
25746 * locale/programs/locarchive.c: Include libc-mmap.h.
25747 (prepare_address_space): Take two new outputs (the mmap base and len).
25748 Align p to MAP_FIXED_ALIGNMENT. Set mmap base and len to the right
25750 (create_archive): Declare new mmap base and len values for
25751 prepare_address_space, and store the result in ah.
25752 (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
25753 (enlarge_archive): If ah->mmap_base is not NULL, use that and
25754 ah->mmap_len to unmap rather than ah->addr and ah->reserved.
25755 Declare new mmap base and len values for
25756 prepare_address_space, and store the result in new_ah.
25757 (open_archive): Declare new mmap base and len values for
25758 prepare_address_space, and store the result in ah.
25759 (close_archive): If ah->mmap_base is not NULL, use that and
25760 ah->mmap_len to unmap rather than ah->addr and ah->reserved.
25761 * sysdeps/generic/libc-mmap.h: New file.
25763 2013-06-24 Mike Frysinger <vapier@gentoo.org>
25765 * include/libc-internal.h (ALIGN_DOWN): New helper macro.
25766 (ALIGN_UP): Likewise.
25767 (PTR_ALIGN_DOWN): Likewise.
25768 (PTR_ALIGN_UP): Likewise.
25770 2013-06-24 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
25772 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
25773 entry mapped to PPC_PLATFORM_POWER8.
25774 * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
25776 (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
25777 (_dl_string_platform): Add case for exporting platform position for
25779 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
25780 search path to sysdeps/powerpc/powerpc32/power8 directory.
25781 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
25782 search path to sysdeps/powerpc/powerpc64/power8 directory.
25783 * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
25784 power7 directories.
25785 * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
25786 power7 directories.
25788 2013-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
25790 * INSTALL: Regenerate.
25792 * nscd/connections.c (nscd_init): Fix comment.
25794 2013-06-22 Joseph Myers <joseph@codesourcery.com>
25796 * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
25799 * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
25800 to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
25802 2013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
25804 * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
25806 (DL_DST_REQ_STATIC): Remove macro.
25808 2013-06-21 Joseph Myers <joseph@codesourcery.com>
25811 * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
25812 with a shift of 0 bits.
25814 2013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
25816 * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
25819 2013-06-21 Kaz Kojima <kkojima@rr.iij4u.or.jp>
25822 * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
25824 2013-06-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25826 * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
25827 * configure.in (libc_cv_cc_loop_to_function): Check if compiler
25828 accepts -fno-tree-loop-distribute-patterns.
25829 * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
25830 * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
25832 * string/memset.c (memset): Likewise.
25833 * string/test-memmove.c (simple_memmove): Disable loop transformation
25835 * string/test-memset.c (simple_memset): Likewise.
25836 * benchtests/bench-memmove.c (simple_memmove): Likewise.
25837 * benchtests/bench-memset.c (simple_memset): Likewise.
25838 * configure: Regenerated.
25840 2013-06-20 Joseph Myers <joseph@codesourcery.com>
25842 * math/test-misc.c (main): Ignore fesetround failure when failures
25843 of subsequent rounding tests would be ignored.
25846 * math/fedisblxcpt.c (fedisableexcept): Return 0.
25847 * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
25848 * math/fegetenv.c (__fegetenv): Return 0.
25849 * math/fegetexcept.c (fegetexcept): Return 0.
25850 * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
25852 * math/feholdexcpt.c (feholdexcept): Return 0.
25853 * math/fesetenv.c (__fesetenv): Return 0.
25854 * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
25855 argument FE_TONEAREST.
25856 * math/feupdateenv.c (__feupdateenv): Return 0.
25857 * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
25859 2013-06-18 Roland McGrath <roland@hack.frob.com>
25861 * elf/rtld-Rules (rtld-compile-command.S): New variable.
25862 (rtld-compile-command.s, rtld-compile-command.c): New variables.
25863 ($(objpfx)rtld-%.os rules): Use them.
25865 2013-06-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25867 * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
25870 2013-06-17 Roland McGrath <roland@hack.frob.com>
25872 * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
25873 length of target pattern, then descending length of dependency pattern.
25874 * configure.in (AWK): Require gawk 3.1.2 or newer.
25875 * manual/install.texi (Tools for Compilation): Say that we do.
25876 * configure: Regenerated.
25878 * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
25879 ($(common-objpfx)sysd-rules): Replace shell logic with running ...
25880 * scripts/sysd-rules.awk: ... this new script.
25881 * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
25882 than a glob-style pattern.
25884 2013-06-17 Joseph Myers <joseph@codesourcery.com>
25886 * math/test-misc.c (main): Do not treat incorrectly rounded
25887 conversions as failure unless ROUNDING_TESTS passes.
25889 2013-06-15 Joseph Myers <joseph@codesourcery.com>
25892 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
25893 restore exception state around main square root computation, then
25894 check for inexactness explicitly.
25896 * math/libm-test.inc (fma_test_data): Add another test.
25898 2013-06-15 Siddhesh Poyarekar <siddhesh@redhat.com>
25900 * manual/threads.texi (Non-POSIX Extensions): New document
25901 node. Document pthread_getattr_default_np and
25902 pthread_setattr_default_np.
25904 * Versions.def (libpthread): Add GLIBC_2.18.
25905 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
25906 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
25908 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
25910 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
25912 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
25914 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
25916 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
25918 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
25920 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
25922 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
25925 2013-06-14 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
25927 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
25928 Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
25930 2013-06-14 Siddhesh Poyarekar <siddhesh@redhat.com>
25931 H.J. Lu <hjl.tools@gmail.com>
25934 * sysdeps/x86_64/rtld-memset.c: Remove file.
25935 * sysdeps/x86_64/rtld-memset.S: New file.
25937 2013-06-14 Joseph Myers <joseph@codesourcery.com>
25939 * stdlib/tst-strtod-round.c: Include <math-tests.h>.
25940 (test_in_one_mode): Take arguments for whether the rounding mode
25941 is supported for each floating-point type.
25942 (do_test): Pass new arguments to test_in_one_mode using
25945 2013-06-13 Roland McGrath <roland@hack.frob.com>
25947 * posix/tst-waitid.c (do_test): Distinguish different instances of
25948 stopped/continued in CHECK_SIGCHLD uses. Insert a delay between
25949 sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
25950 before entering the kernel for waitpid.
25952 2013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
25954 * NEWS: Fix note on clock function precision. Text by Roland
25957 2013-06-13 Roland McGrath <roland@hack.frob.com>
25959 * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
25960 it into place only when and if the sanity check passes.
25962 2013-06-13 Joseph Myers <joseph@codesourcery.com>
25964 * stdlib/gen-tst-strtod-round.c (round_str): Always generate
25965 output for whether conversion result is exact. Take argument
25966 indicating whether type is IBM long double.
25967 (round_for_all): Change need_exact field to ibm_ld.
25968 * stdlib/tst-strtod-round.c (struct exactness): New type.
25969 (struct test): Change bool ld_ok field to struct exactness exact.
25970 (TEST): Update all definitions for change to field.
25971 (tests): Regenerate array contents.
25972 (test_in_one_mode): Take pointer to new field instead of old ld_ok
25973 field value. Check for IBM long double here.
25974 (do_test): Update calls to test_in_one_mode.
25976 2013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
25979 * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
25980 CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
25982 2013-06-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25985 * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
25986 generated by the compiler on loop optimizations.
25987 * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
25988 general definitions.
25990 2013-06-12 Joseph Myers <joseph@codesourcery.com>
25992 * math/bug-nextafter.c: Include <math-tests.h>.
25993 (main): Only test for exceptions if EXCEPTION_TESTS is true for
25995 * math/bug-nexttoward.c: Include <math-tests.h>.
25996 (main): Only test for exceptions if EXCEPTION_TESTS is true for
25998 * math/test-misc.c: Include <math-tests.h>.
25999 (main): Only test for exceptions if EXCEPTION_TESTS is true for
26002 2013-06-12 Andreas Jaeger <aj@suse.de>
26004 * po/ia.po: Update Interlingua translation from translation
26007 2013-06-12 Siddhesh Poyarekar <siddhesh@redhat.com>
26009 * include/fenv.h: Include stdbool.h.
26010 (struct rm_ctx): New structure.
26011 * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
26013 (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
26014 (SET_RESTORE_ROUNDF): Likewise.
26015 (SET_RESTORE_ROUNDL): Likewise.
26016 (SET_RESTORE_ROUND_NOEX): Likewise.
26017 (SET_RESTORE_ROUND_NOEXF): Likewise.
26018 (SET_RESTORE_ROUND_NOEXL): Likewise.
26019 (SET_RESTORE_ROUND_53BIT): Likewise.
26020 [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
26021 (libc_feresetround_noexf_ctx): Likewise.
26022 (libc_feresetround_noexl_ctx): Likewise.
26023 (libc_feholdsetround_53bit_ctx): Likewise.
26024 (libc_feresetround_53bit_ctx): Likewise.
26025 * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
26026 (libc_feholdexcept_setround_sse_ctx): New function.
26027 (libc_fesetenv_sse_ctx): Likewise.
26028 (libc_feupdateenv_sse_ctx): Likewise.
26029 (libc_feholdexcept_setround_387_prec_ctx): Likewise.
26030 (libc_feholdexcept_setround_387_ctx): Likewise.
26031 (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
26032 (libc_feholdsetround_387_prec_ctx): Likewise.
26033 (libc_feholdsetround_387_ctx): Likewise.
26034 (libc_feholdsetround_387_53bit_ctx): Likewise.
26035 (libc_feholdsetround_sse_ctx): Likewise.
26036 (libc_feresetround_sse_ctx): Likewise.
26037 (libc_feresetround_387_ctx): Likewise.
26038 (libc_feupdateenv_387_ctx): Likewise.
26039 (libc_feholdexcept_setroundf_ctx): Define macro.
26040 (libc_fesetenvf_ctx): Likewise.
26041 (libc_feupdateenvf_ctx): Likewise.
26042 (libc_feholdsetroundf_ctx): Likewise.
26043 (libc_feresetroundf_ctx): Likewise.
26044 (libc_feholdexcept_setround_ctx): Likewise.
26045 (libc_fesetenv_ctx): Likewise.
26046 (libc_feupdateenv_ctx): Likewise.
26047 (libc_feholdsetround_ctx): Likewise.
26048 (libc_feresetround_ctx): Likewise.
26049 (libc_feholdexcept_setroundl_ctx): Likewise.
26050 (libc_feupdateenvl_ctx): Likewise.
26051 (libc_feholdsetroundl_ctx): Likewise.
26052 (libc_feresetroundl_ctx): Likewise.
26053 [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
26054 (libc_feresetround_53bit_ctx): Likewise.
26056 2013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
26058 * locale/iso-639.def: Convert to UTF-8.
26060 2013-06-11 Joseph Myers <joseph@codesourcery.com>
26062 * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
26063 (EXCEPTION_TESTS_double): Likewise.
26064 (EXCEPTION_TESTS_long_double): Likewise.
26065 (EXCEPTION_TESTS): Likewise.
26066 * math/libm-test.inc (test_exceptions): Only test exceptions if
26067 EXCEPTION_TESTS (FLOAT).
26069 2013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
26071 * benchtests/Makefile (string-bench): Add strcpy_chk and
26073 * benchtests/bench-stpcpy_chk-ifunc.c: New file.
26074 * benchtests/bench-stpcpy_chk.c: New file.
26075 * benchtests/bench-strcpy_chk-ifunc.c: New file.
26076 * benchtests/bench-strcpy_chk.c: New file.
26077 * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
26079 (do_test): Likewise.
26081 2013-06-11 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
26083 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
26084 ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
26085 * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
26086 with tabs where appropriate.
26087 [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
26089 [PPC_PLATFORM_PPC440]: Likewise.
26090 [PPC_PLATFORM_PPC464]: Likewise.
26091 [PPC_PLATFORM_PPC476]: Likewise.
26092 (_dl_string_platform): Add support for detecting ppc405, ppc440,
26093 ppc464, and ppc476 platform strings merging from ports/
26096 2013-06-11 Andreas Schwab <schwab@suse.de>
26099 * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
26100 (from_ucs4_idx): Regenerate.
26101 (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
26102 (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
26103 (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
26104 (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
26105 (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
26106 (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
26107 (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
26108 (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
26109 from FROM_LOOP and TO_LOOP specific macros.
26110 (BODY): Handle combining characters.
26111 * iconvdata/BIG5HKSCS.irreversible: Update.
26112 * iconvdata/BIG5HKSCS.precomposed: New file.
26113 * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
26115 * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
26117 2013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
26119 * include/sys/time.h: Fix indentation and add copyright header.
26121 * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
26122 (do_test): Likewise.
26123 * string/test-memchr.c (do_one_test): Likewise.
26124 (do_test): Likewise.
26125 * string/test-memcmp.c (do_one_test): Likewise.
26126 (do_test): Likewise.
26127 * string/test-memcpy.c (do_one_test): Likewise.
26128 (do_test): Likewise.
26129 * string/test-memmem.c (do_one_test): Likewise.
26130 (do_test): Likewise.
26131 (do_random_tests): Likewise.
26132 * string/test-memmove.c (do_one_test): Likewise.
26133 (do_test): Likewise.
26134 * string/test-memset.c (do_one_test): Likewise.
26135 (do_test): Likewise.
26136 * string/test-rawmemchr.c (do_one_test): Likewise.
26137 (do_test): Likewise.
26138 * string/test-strcasecmp.c (do_one_test): Likewise.
26139 (do_test): Likewise.
26140 * string/test-strcasestr.c (do_one_test): Likewise.
26141 (do_test): Likewise.
26142 * string/test-strcat.c (do_one_test): Likewise.
26143 (do_test): Likewise.
26144 * string/test-strchr.c (do_one_test): Likewise.
26145 (do_test): Likewise.
26146 * string/test-strcmp.c (do_one_test): Likewise.
26147 (do_test): Likewise.
26148 * string/test-strcpy.c (do_one_test): Likewise.
26149 (do_test): Likewise.
26150 * string/test-string.h: Likewise.
26151 (test_init): Likewise.
26152 * string/test-strlen.c (do_one_test): Likewise.
26153 (do_test): Likewise.
26154 * string/test-strncasecmp.c (do_one_test): Likewise.
26155 (do_test): Likewise.
26156 * string/test-strncat.c (do_one_test): Likewise.
26157 (do_test): Likewise.
26158 * string/test-strncmp.c (do_one_test): Likewise.
26159 (do_test_limit): Likewise.
26160 (do_test): Likewise.
26161 * string/test-strncpy.c (do_one_test): Likewise.
26162 (do_test): Likewise.
26163 * string/test-strnlen.c (do_one_test): Likewise.
26164 (do_test): Likewise.
26165 * string/test-strpbrk.c (do_one_test): Likewise.
26166 (do_test): Likewise.
26167 * string/test-strrchr.c (do_one_test): Likewise.
26168 (do_test): Likewise.
26169 * string/test-strspn.c (do_one_test): Likewise.
26170 (do_test): Likewise.
26171 * string/test-strstr.c (do_one_test): Likewise.
26172 (do_test): Likewise.
26174 * benchtests/Makefile (string-bench): Add string benchmarks.
26175 * benchtests/bench-bcopy-ifunc.c: New file.
26176 * benchtests/bench-bcopy.c: New file.
26177 * benchtests/bench-bzero-ifunc.c: New file.
26178 * benchtests/bench-bzero.c: New file.
26179 * benchtests/bench-memccpy-ifunc.c: New file.
26180 * benchtests/bench-memccpy.c: New file.
26181 * benchtests/bench-memchr-ifunc.c: New file.
26182 * benchtests/bench-memchr.c: New file.
26183 * benchtests/bench-memcmp-ifunc.c: New file.
26184 * benchtests/bench-memcmp.c: New file.
26185 * benchtests/bench-memmem-ifunc.c: New file.
26186 * benchtests/bench-memmem.c: New file.
26187 * benchtests/bench-memmove-ifunc.c: New file.
26188 * benchtests/bench-memmove.c: New file.
26189 * benchtests/bench-mempcpy-ifunc.c: New file.
26190 * benchtests/bench-mempcpy.c: New file.
26191 * benchtests/bench-memset-ifunc.c: New file.
26192 * benchtests/bench-memset.c: New file.
26193 * benchtests/bench-rawmemchr-ifunc.c: New file.
26194 * benchtests/bench-rawmemchr.c: New file.
26195 * benchtests/bench-stpcpy-ifunc.c: New file.
26196 * benchtests/bench-stpcpy.c: New file.
26197 * benchtests/bench-stpncpy-ifunc.c: New file.
26198 * benchtests/bench-stpncpy.c: New file.
26199 * benchtests/bench-strcasecmp-ifunc.c: New file.
26200 * benchtests/bench-strcasecmp.c: New file.
26201 * benchtests/bench-strcasestr-ifunc.c: New file.
26202 * benchtests/bench-strcasestr.c: New file.
26203 * benchtests/bench-strcat-ifunc.c: New file.
26204 * benchtests/bench-strcat.c: New file.
26205 * benchtests/bench-strchr-ifunc.c: New file.
26206 * benchtests/bench-strchr.c: New file.
26207 * benchtests/bench-strchrnul-ifunc.c: New file.
26208 * benchtests/bench-strchrnul.c: New file.
26209 * benchtests/bench-strcmp-ifunc.c: New file.
26210 * benchtests/bench-strcmp.c: New file.
26211 * benchtests/bench-strcpy-ifunc.c: New file.
26212 * benchtests/bench-strcpy.c: New file.
26213 * benchtests/bench-strcspn-ifunc.c: New file.
26214 * benchtests/bench-strcspn.c: New file.
26215 * benchtests/bench-strlen-ifunc.c: New file.
26216 * benchtests/bench-strlen.c: New file.
26217 * benchtests/bench-strncasecmp-ifunc.c: New file.
26218 * benchtests/bench-strncasecmp.c: New file.
26219 * benchtests/bench-strncat-ifunc.c: New file.
26220 * benchtests/bench-strncat.c: New file.
26221 * benchtests/bench-strncmp-ifunc.c: New file.
26222 * benchtests/bench-strncmp.c: New file.
26223 * benchtests/bench-strncpy-ifunc.c: New file.
26224 * benchtests/bench-strncpy.c: New file.
26225 * benchtests/bench-strnlen-ifunc.c: New file.
26226 * benchtests/bench-strnlen.c: New file.
26227 * benchtests/bench-strpbrk-ifunc.c: New file.
26228 * benchtests/bench-strpbrk.c: New file.
26229 * benchtests/bench-strrchr-ifunc.c: New file.
26230 * benchtests/bench-strrchr.c: New file.
26231 * benchtests/bench-strspn-ifunc.c: New file.
26232 * benchtests/bench-strspn.c: New file.
26233 * benchtests/bench-strstr-ifunc.c: New file.
26234 * benchtests/bench-strstr.c: New file.
26236 * benchtests/Makefile: Disable parallel execution of targets.
26237 (string-bench): Add memcpy.
26238 (benchset): New variable to store a list of benchmark sets.
26239 (bench-func): Renamed from bench.
26240 (bench-set): New target.
26241 (bench): Depend on bench-func and bench-set.
26242 * benchtests/README: Add section on benchmark sets.
26243 * benchtests/bench-memcpy-ifunc.c: New file.
26244 * benchtests/bench-memcpy.c: New file.
26245 * benchtests/bench-string.h: New file.
26247 2013-06-11 Andreas Schwab <schwab@suse.de>
26250 * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
26251 * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
26252 values in the triple.
26253 * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
26254 terminator in the group key.
26256 2013-06-11 Andreas Jaeger <aj@suse.de>
26258 * po/zh_TW.po: Update Chinese (traditional) translation from
26259 translation project.
26261 2013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
26263 * include/time.h (__clock_gettime): Add libc_hidden_proto.
26264 * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
26265 __clock_getcpuclockid. Add weak_alias and libc_hidden_def.
26266 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
26267 (clock_getcpuclockid): Likewise.
26268 * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
26269 Add weak_alias and libc_hidden_def.
26270 * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
26271 * rt/clock_gettime.c (clock_gettime): Rename to
26272 __clock_gettime. Add weak_alias and libc_hidden_def.
26273 * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
26274 * rt/clock_nanosleep.c (clock_nanosleep): Rename to
26275 __clock_nanosleep. Add weak_alias and libc_hidden_def.
26276 * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
26277 * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
26279 * rt/clock_settime.c (clock_settime): Rename to
26280 __clock_settime. Add weak_alias and libc_hidden_def.
26281 * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
26283 2013-06-10 Joseph Myers <joseph@codesourcery.com>
26285 * mach/err_boot.sub: Remove trailing whitespace.
26286 * mach/err_ipc.sub: Likewise.
26287 * mach/err_mach.sub: Likewise.
26289 * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
26290 (ROUNDING_TESTS_double): Likewise.
26291 (ROUNDING_TESTS_long_double): Likewise.
26292 (ROUNDING_TESTS): Likewise.
26293 * math/libm-test.inc: Include <math-tests.h>.
26294 (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
26295 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
26296 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
26297 (IF_ROUND_INIT_FE_UPWARD): Likewise.
26299 2013-06-10 Siddhesh Poyarekar <siddhesh@redhat.com>
26301 * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
26304 2013-06-08 Joseph Myers <joseph@codesourcery.com>
26306 * sysdeps/gnu/errlist.awk: Do not generate space at end of
26307 otherwise empty TRANS lines.
26308 * sysdeps/gnu/errlist.c: Regenerated.
26310 * catgets/gencat.c (error_print): Use (void) in function
26312 * crypt/crypt_util.c (__init_des): Likewise.
26313 * crypt/speeds.c (Stop): Likewise.
26315 * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
26316 * inet/ruserpass.c (token): Likewise.
26317 * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
26318 * intl/localealias.c (extend_alias_table): Likewise.
26319 * intl/plural-exp.c (init_germanic_plural): Likewise.
26320 * libio/fcloseall.c (__fcloseall): Likewise.
26321 * libio/genops.c (_IO_flush_all): Likewise.
26322 (_IO_flush_all_linebuffered): Likewise.
26323 (_IO_cleanup): Likewise.
26324 (_IO_iter_begin): Likewise.
26325 (_IO_iter_end): Likewise.
26326 (_IO_list_lock): Likewise.
26327 (_IO_list_unlock): Likewise.
26328 (_IO_list_resetlock): Likewise.
26329 * libio/getchar.c (getchar): Likewise.
26330 * libio/getchar_u.c (getchar_unlocked): Likewise.
26331 * libio/getwchar.c (getwchar): Likewise.
26332 * libio/getwchar_u.c (getwchar_unlocked): Likewise.
26333 * libio/oldstdfiles.c (_IO_check_libio): Likewise.
26334 * login/getpt.c (__getpt): Likewise.
26335 * login/tst-utmp.c (main): Likewise.
26336 * malloc/hooks.c (__malloc_check_init): Likewise.
26337 * malloc/malloc.c (__malloc_stats): Likewise.
26338 * malloc/mtrace.c (tr_break): Likewise.
26339 (mtrace): Likewise.
26340 (muntrace): Likewise.
26341 * misc/fstab.c (endfsent): Likewise.
26342 * misc/getclktck.c (__getclktck): Likewise.
26343 * misc/getdtsz.c (__getdtablesize): Likewise.
26344 * misc/gethostid.c (gethostid): Likewise.
26345 * misc/getpagesize.c (__getpagesize): Likewise.
26346 * misc/getsysstats.c (__get_nprocs_conf): Likewise.
26347 (__get_nprocs): Likewise.
26348 (__get_phys_pages): Likewise.
26349 (__get_avphys_pages): Likewise.
26350 * misc/getttyent.c (getttyent): Likewise.
26351 (setttyent): Likewise.
26352 (endttyent): Likewise.
26353 * misc/getusershell.c (getusershell): Likewise.
26354 (endusershell): Likewise.
26355 (setusershell): Likewise.
26356 (initshells): Likewise.
26357 * misc/hsearch.c (__hdestroy): Likewise.
26358 * misc/sync.c (sync): Likewise.
26359 * misc/syslog.c (closelog_internal): Likewise.
26360 (closelog): Likewise.
26361 * misc/ttyslot.c (ttyslot): Likewise.
26362 * misc/vhangup.c (vhangup): Likewise.
26363 * posix/fork.c (__fork): Likewise.
26364 * posix/getegid.c (__getegid): Likewise.
26365 * posix/geteuid.c (__geteuid): Likewise.
26366 * posix/getgid.c (__getgid): Likewise.
26367 * posix/getpid.c (__getpid): Likewise.
26368 * posix/getppid.c (__getppid): Likewise.
26369 * posix/getuid.c (__getuid): Likewise.
26370 * posix/pause.c (pause): Likewise.
26371 * posix/setpgrp.c (setpgrp): Likewise.
26372 * posix/setsid.c (__setsid): Likewise.
26373 * posix/test-vfork.c (noop): Likewise.
26374 * resolv/gethnamaddr.c (_endhtent): Likewise.
26375 (_gethtent): Likewise.
26376 (ht_endhostent): Likewise.
26377 (gethostent): Likewise.
26378 (dns_service): Likewise.
26379 * stdlib/drand48.c (drand48): Likewise.
26380 * stdlib/lrand48.c (lrand48): Likewise.
26381 * stdlib/mrand48.c (mrand48): Likewise.
26382 * stdlib/rand.c (rand): Likewise.
26383 * stdlib/random.c (__random): Likewise.
26384 * stdlib/setenv.c (clearenv): Likewise.
26385 * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
26386 * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
26387 * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
26388 * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
26389 (__get_nprocs): Likewise.
26390 (__get_phys_pages): Likewise.
26391 (__get_avphys_pages): Likewise.
26392 * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
26393 * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
26394 * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
26395 * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
26396 * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
26397 * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
26398 * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
26399 * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
26400 * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
26401 * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
26402 * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
26403 * sysdeps/mach/hurd/sync.c (sync): Likewise.
26404 * sysdeps/posix/clock.c (clock): Likewise.
26405 * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
26406 * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
26407 * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
26408 * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
26409 * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
26410 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
26411 (__get_nprocs_conf): Likewise.
26412 (__get_phys_pages): Likewise.
26413 (__get_avphys_pages): Likewise.
26414 * time/clock.c (clock): Likewise.
26415 * time/tzset.c (__tzname_max): Likewise.
26417 2013-06-07 Joseph Myers <joseph@codesourcery.com>
26419 * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
26420 (__bswap_32): Do not use "register".
26421 * crypt/crypt.c (_ufc_doit_r): Likewise.
26422 * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
26423 * debug/wcscat_chk.c (__wcscat_chk): Likewise.
26424 * gmon/gmon.c (__monstartup): Likewise.
26425 * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
26426 * hurd/hurdmalloc.c (more_memory): Likewise.
26427 (malloc): Likewise.
26429 (realloc): Likewise.
26430 (malloc_fork_prepare): Likewise.
26431 (malloc_fork_parent): Likewise.
26432 (malloc_fork_child): Likewise.
26433 * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
26434 (_svcauth_des): Likewise.
26435 * inet/inet_lnaof.c (inet_lnaof): Likewise.
26436 * inet/inet_net.c (inet_network): Likewise.
26437 * inet/inet_netof.c (inet_netof): Likewise.
26438 * inet/rcmd.c (__validuser2_sa): Likewise.
26439 * io/fts.c (fts_open): Likewise.
26440 (fts_load): Likewise.
26441 (fts_close): Likewise.
26442 (fts_read): Likewise.
26443 (fts_children): Likewise.
26444 (fts_build): Likewise.
26445 (fts_stat): Likewise.
26446 (fts_sort): Likewise.
26447 (fts_alloc): Likewise.
26448 (fts_lfree): Likewise.
26449 * libio/fileops.c (_IO_new_file_xsputn): Likewise.
26450 (_IO_file_xsgetn): Likewise.
26451 (_IO_file_xsgetn_mmap): Likewise.
26452 * libio/iofopncook.c (_IO_cookie_read): Likewise.
26453 (_IO_cookie_write): Likewise.
26454 * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
26455 * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
26456 * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
26457 * malloc/obstack.c (_obstack_begin): Likewise.
26458 (_obstack_begin_1): Likewise.
26459 (_obstack_newchunk): Likewise.
26460 (_obstack_allocated_p): Likewise.
26461 (obstack_free): Likewise.
26462 (_obstack_memory_used): Likewise.
26463 * misc/getttyent.c (getttynam): Likewise.
26464 (getttyent): Likewise.
26467 * misc/getusershell.c (initshells): Likewise.
26468 * misc/syslog.c (__vsyslog_chk): Likewise.
26469 * misc/ttyslot.c (ttyslot): Likewise.
26470 * nis/nis_hash.c (__nis_hash): Likewise.
26471 * posix/fnmatch_loop.c (FCT): Likewise.
26472 * posix/getconf.c (print_all): Likewise.
26474 * posix/getopt.c (exchange): Likewise.
26475 * posix/glob.c (globfree): Likewise.
26476 (prefix_array): Likewise.
26477 (__glob_pattern_type): Likewise.
26478 * resolv/arpa/nameser.h (NS_GET16): Likewise.
26479 (NS_GET32): Likewise.
26480 (NS_PUT16): Likewise.
26481 (NS_PUT32): Likewise.
26482 * resolv/gethnamaddr.c (getanswer): Likewise.
26483 (gethostbyname2): Likewise.
26484 (gethostbyaddr): Likewise.
26485 (_gethtent): Likewise.
26486 (_gethtbyname2): Likewise.
26487 (_gethtbyaddr): Likewise.
26488 * resolv/ns_print.c (dst_s_get_int16): Likewise.
26489 * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
26490 * resolv/res_init.c (__res_vinit): Likewise.
26491 (net_mask): Likewise.
26492 * resolv/res_mkquery.c (outchar): Likewise.
26494 * stdio-common/printf_fp.c (outchar): Likewise.
26496 * stdio-common/printf_fphex.c (outchar): Likewise.
26498 * stdio-common/printf_size.c (outchar): Likewise.
26500 * stdio-common/test_rdwr.c (main): Likewise.
26501 * stdio-common/tfformat.c (matches): Likewise.
26502 * stdio-common/vfprintf.c (outchar): Likewise.
26503 (printf_unknown): Likewise.
26504 (buffered_vfprintf): Likewise.
26505 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
26506 * stdio-common/xbug.c (AppendToBuffer): Likewise.
26507 (ReadFile): Likewise.
26508 * stdlib/qsort.c (SWAP): Likewise.
26509 (_quicksort): Likewise.
26510 * stdlib/setenv.c (__add_to_environ): Likewise.
26511 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
26512 * stdlib/strtol_l.c (__strtol_l): Likewise.
26513 * stdlib/tst-strtod.c (main): Likewise.
26514 * stdlib/tst-strtol.c (main): Likewise.
26515 * stdlib/tst-strtoll.c (main): Likewise.
26516 * string/bits/string2.h (__strcmp_cc): Likewise.
26517 (__strcmp_cg): Likewise.
26518 (__strcspn_c1): Likewise.
26519 (__strcspn_c2): Likewise.
26520 (__strcspn_c3): Likewise.
26521 (__strspn_c1): Likewise.
26522 (__strspn_c2): Likewise.
26523 (__strspn_c3): Likewise.
26524 (__strsep_1c): Likewise.
26525 (__strsep_2c): Likewise.
26526 (__strsep_3c): Likewise.
26527 * string/memccpy.c (__memccpy): Likewise.
26528 * string/stpcpy.c (__stpcpy): Likewise.
26529 * string/strcmp.c (strcmp): Likewise.
26530 * string/strrchr.c (strrchr): Likewise.
26531 * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
26533 * sysdeps/mach/hurd/getcwd.c
26534 (_hurd_canonicalize_directory_name_internal): Likewise.
26535 * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
26536 * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
26537 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
26538 * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
26539 Likewise, in both definitions.
26540 * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
26542 [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
26543 64] (__bswap_64): Likewise.
26544 * time/test_time.c (main): Likewise.
26545 * time/tzfile.c (__tzfile_read): Likewise.
26546 (__tzfile_compute): Likewise.
26547 * time/tzset.c (__tzset_parse_tz): Likewise.
26548 (tzset_internal): Likewise.
26549 (compute_change): Likewise.
26550 * wcsmbs/wcscat.c (__wcscat): Likewise.
26551 * wcsmbs/wcschr.c (wcschr): Likewise.
26552 * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
26553 * wcsmbs/wcscspn.c (wcscspn): Likewise.
26554 * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
26555 * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
26556 * wcsmbs/wcsspn.c (wcsspn): Likewise.
26557 * wcsmbs/wcsstr.c (wcsstr): Likewise.
26558 * wcsmbs/wmemchr.c (wmemchr): Likewise.
26559 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
26560 * wcsmbs/wmemset.c (wmemset): Likewise.
26562 2013-06-06 Joseph Myers <joseph@codesourcery.com>
26564 * scripts/config.guess: Update to version 2013-05-16.
26565 * scripts/config.sub: Update to version 2013-04-24.
26566 * scripts/install-sh: Update to version 2011-11-20.07.
26567 * scripts/mkinstalldirs: Update to version 2009-04-28.21.
26568 * scripts/move-if-change: Update to version 2012-01-06 07:23.
26570 2013-06-06 Ondřej Bílka <neleai@seznam.cz>
26572 * debug/fgetws_u_chk.c: Fix leading whitespaces.
26573 * elf/sln.c: Likewise.
26574 * hurd/hurd/ioctl.h: Likewise.
26575 * hurd/hurdmalloc.c: Likewise.
26576 * hurd/xattr.c: Likewise.
26577 * include/shlib-compat.h: Likewise.
26578 * inet/ruserpass.c: Likewise.
26579 * libio/iofgets_u.c: Likewise.
26580 * libio/iofgetws_u.c: Likewise.
26581 * locale/programs/ld-identification.c: Likewise.
26582 * locale/programs/ld-time.c: Likewise.
26583 * mach/msg-destroy.c: Likewise.
26584 * nss/nss_files/files-netgrp.c: Likewise.
26585 * resolv/res_data.c: Likewise.
26586 * soft-fp/op-1.h: Likewise.
26587 * soft-fp/op-2.h: Likewise.
26588 * soft-fp/op-4.h: Likewise.
26589 * soft-fp/op-common.h: Likewise.
26590 * stdio-common/printf_fphex.c: Likewise.
26591 * stdlib/strtod_l.c: Likewise.
26592 * sunrpc/rpc/clnt.h: Likewise.
26593 * sysdeps/generic/framestate.c: Likewise.
26594 * sysdeps/i386/bsd-_setjmp.S: Likewise.
26595 * sysdeps/i386/bsd-setjmp.S: Likewise.
26596 * sysdeps/i386/__longjmp.S: Likewise.
26597 * sysdeps/i386/setjmp.S: Likewise.
26598 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
26599 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
26600 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
26601 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
26602 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
26603 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
26604 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
26605 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
26606 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
26607 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
26608 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
26609 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
26610 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
26611 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
26612 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
26613 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
26614 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
26615 * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
26616 * sysdeps/ieee754/support.c: Likewise.
26617 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
26618 * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
26619 * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
26620 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
26621 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
26622 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
26623 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
26624 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
26625 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
26626 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
26627 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
26628 * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
26629 * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
26630 * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
26631 * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
26632 * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
26633 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
26634 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
26636 2013-06-05 Ondřej Bílka <neleai@seznam.cz>
26638 * posix/transbug.c: Remove executable mode.
26640 2013-06-05 Joseph Myers <joseph@codesourcery.com>
26642 * crypt/speeds.c: Remove trailing whitespace.
26643 * dlfcn/default.c: Likewise.
26644 * elf/ifuncdep2.c: Likewise.
26645 * elf/ifuncmain1.c: Likewise.
26646 * elf/ifuncmain1vis.c: Likewise.
26647 * elf/testobj.h: Likewise.
26648 * elf/tst-stackguard1.c: Likewise.
26649 * gmon/sys/gmon.h: Likewise.
26650 * hurd/hurdmsg.c: Likewise.
26651 * hurd/new-fd.c: Likewise.
26652 * hurd/ports-get.c: Likewise.
26653 * iconvdata/ibm1008_420.c: Likewise.
26654 * inet/tst-getni1.c: Likewise.
26655 * inet/tst-getni2.c: Likewise.
26656 * libio/ioungetc.c: Likewise.
26657 * libio/wfiledoalloc.c: Likewise.
26658 * manual/libm-err-tab.pl: Likewise.
26659 * math/w_dremf.c: Likewise.
26660 * misc/ftruncate.c: Likewise.
26661 * posix/bug-glob2.c: Likewise.
26662 * posix/tst-pcre.c: Likewise.
26663 * posix/wait4.c: Likewise.
26664 * resolv/README: Likewise.
26665 * resolv/res_debug.h: Likewise.
26666 * resolv/tst-inet_ntop.c: Likewise.
26667 * setjmp/bug269-setjmp.c: Likewise.
26668 * soft-fp/extended.h: Likewise.
26669 * soft-fp/op-1.h: Likewise.
26670 * soft-fp/op-2.h: Likewise.
26671 * soft-fp/op-4.h: Likewise.
26672 * soft-fp/op-8.h: Likewise.
26673 * soft-fp/testit.c: Likewise.
26674 * stdio-common/bug16.c: Likewise.
26675 * stdlib/random.c: Likewise.
26676 * sunrpc/rpcsvc/rquota.x: Likewise.
26677 * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
26678 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
26679 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
26680 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
26681 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
26682 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
26683 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
26684 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
26685 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
26686 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
26687 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
26688 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
26689 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
26690 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
26691 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
26692 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
26693 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
26694 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
26695 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
26696 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
26697 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
26698 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
26699 * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
26700 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
26701 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
26702 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
26703 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
26704 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
26705 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
26706 * sysdeps/ieee754/s_lib_version.c: Likewise.
26707 * sysdeps/mach/hurd/check_fds.c: Likewise.
26708 * sysdeps/mach/hurd/getsockname.c: Likewise.
26709 * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
26710 * sysdeps/mach/hurd/recvfrom.c: Likewise.
26711 * sysdeps/powerpc/bits/link.h: Likewise.
26712 * sysdeps/powerpc/dl-procinfo.c: Likewise.
26713 * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
26714 * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
26715 * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
26716 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
26717 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
26718 * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
26719 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
26720 * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
26721 * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
26722 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
26723 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
26724 * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
26725 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
26726 * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
26727 * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
26728 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
26729 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
26730 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
26731 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
26732 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
26733 * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
26734 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
26735 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
26736 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
26737 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
26738 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
26739 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
26740 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
26741 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
26742 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
26743 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
26744 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
26745 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
26746 * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
26747 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
26748 * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
26749 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
26750 * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
26751 * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
26752 * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
26753 * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
26754 * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
26755 * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
26756 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
26757 * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
26758 * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
26759 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
26760 * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
26761 * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
26762 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
26763 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
26764 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
26765 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
26766 * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
26767 * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
26768 * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
26769 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
26770 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
26771 * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
26772 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
26773 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
26774 * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
26775 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
26776 * sysdeps/powerpc/sysdep.h: Likewise.
26777 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
26778 * sysdeps/s390/s390-64/sub_n.S: Likewise.
26779 * sysdeps/sh/dl-trampoline.S: Likewise.
26780 * sysdeps/sh/memset.S: Likewise.
26781 * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
26782 * sysdeps/sh/strlen.S: Likewise.
26783 * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
26784 * sysdeps/sparc/sparc32/dotmul.S: Likewise.
26785 * sysdeps/sparc/sparc32/memcpy.S: Likewise.
26786 * sysdeps/sparc/sparc32/rem.S: Likewise.
26787 * sysdeps/sparc/sparc32/sdiv.S: Likewise.
26788 * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
26789 * sysdeps/sparc/sparc32/strchr.S: Likewise.
26790 * sysdeps/sparc/sparc32/udiv.S: Likewise.
26791 * sysdeps/sparc/sparc32/urem.S: Likewise.
26792 * sysdeps/sparc/sparc64/add_n.S: Likewise.
26793 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
26794 * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
26795 * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
26796 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
26797 * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
26798 * sysdeps/sparc/sparc64/strncmp.S: Likewise.
26799 * sysdeps/sparc/sparc64/strncpy.S: Likewise.
26800 * sysdeps/unix/bsd/times.c: Likewise.
26801 * sysdeps/unix/sysv/linux/a.out.h: Likewise.
26802 * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
26803 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
26804 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
26805 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
26806 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
26807 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
26808 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
26809 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
26810 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
26811 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
26812 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
26813 * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
26814 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
26815 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
26816 * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
26817 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
26818 * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
26819 * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
26820 * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
26821 * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
26822 * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
26823 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
26824 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
26825 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
26826 * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
26827 * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
26828 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
26829 * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
26830 * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
26831 * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
26832 * sysdeps/x86_64/strcspn.S: Likewise.
26834 2013-06-05 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
26836 * locale/C-translit.h: Revert #include <stdint.h> because this is a
26837 generated file. Regenerate properly from gen-translit.pl.
26838 * locale/gen-translit.pl: Add #include <stdint.h>. This generates
26839 locale/C-translit.h.
26841 2013-06-05 Andreas Schwab <schwab@suse.de>
26844 * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
26845 week as 6 instead of -1.
26846 * time/tst-strptime.c (day_tests): Add test case.
26848 2013-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
26850 * sysdeps/generic/math_private.h
26851 (libc_feholdexcept_setround_53bit): Replace with
26852 libc_feholdsetround_53bit.
26853 (libc_feupdateenv_53bit): Replace with
26854 libc_feresetround_53bit.
26855 (SET_RESTORE_ROUND_53BIT): Adjust.
26857 2013-06-03 Siddhesh Poyarekar <siddhesh@redhat.com>
26859 * string/test-strchrnul.c: Add copyright header.
26861 * posix/tst-getaddrinfo4.c: Increase test timeout.
26863 2013-06-03 Carlos O'Donell <carlos@redhat.com>
26866 * math/libm-test.inc (MAX_EXP): Remove
26868 (ulp): Use MIN_EXP - MANT_DIG.
26869 (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
26871 2013-05-31 Carlos O'Donell <carlos@redhat.com>
26873 * po/be.po: Revert last change.
26874 * po/zh_CN.po: Likewise.
26875 * po/header.pot: Likewise.
26877 2013-05-31 Joseph Myers <joseph@codesourcery.com>
26879 * Makefile ($(common-objpfx)linkobj/libc.so): Define
26880 link-libc-deps to empty as target-specific variable.
26881 * Makerules (link-libc-args): New variable.
26882 (libc-for-link): Likewise.
26883 (link-libc-deps): Likewise.
26884 (lib%.so): Depend on $(link-libc-deps). Link with
26886 (build-module): Link with $(link-libc-args).
26887 (build-module-asneeded): Likewise.
26888 (build-module-helper-objlist): Filter out $(link-libc-deps) from
26890 ($(common-objpfx)libc.so): Define link-libc-deps to empty as
26891 target-specific variable.
26892 ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
26893 $(link-libc-deps) instead of libc.so and libc_nonshared.a.
26894 * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
26896 * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
26898 ($(objpfx)libpcprofile.so): Likewise.
26899 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
26901 ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
26902 * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
26903 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
26905 ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
26906 * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
26907 * login/Makefile ($(objpfx)libutil.so): Likewise.
26908 * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
26909 * math/Makefile ($(objpfx)libm.so): Likewise.
26910 * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
26911 $(objpfx)libnsl.so): Define libc-for-link as target-specific
26912 variable instead of depending directly on libc.
26913 * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
26914 ($(objpfx)/libnss_test1.so): Change dependencies on libc to
26916 * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
26918 [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
26919 ($(objpfx)libnss_dns.so): Remove dependencies on libc.
26920 ($(objpfx)libanl.so): Likewise.
26921 * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
26923 * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
26925 * sysdeps/i386/fpu/Makefile: Remove file.
26926 * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
26927 ($(objpfx)libm.so): Remove dependency on ld.so.
26929 2013-05-30 Patsy Franklin <pfrankli@redhat.com>
26932 * nis/yp_xdr.c (XDRMAXNAME): Define.
26933 (XDRMAXRECORD): Define.
26934 (xdr_domainname): Use XDRMAXNAME.
26935 (xdr_mapname): Likewise.
26936 (xdr_peername): Likewise.
26937 (xdr_keydat): Use XDRMAXRECORD.
26938 (xdr_valdat): Likewise.
26940 2013-05-30 Jeff Law <law@redhat.com>
26943 * manual/errno.texi (ESTALE): Update to account for more than
26944 just NFS file systems.
26945 * sysdeps/gnu/errlist.c: Regenerated.
26947 2013-05-29 Siddhesh Poyarekar <siddhesh@redhat.com>
26950 * elf/Makefile (tests): Add tst-null-argv.
26951 (modules-names): Add tst-null-argv-lib.
26952 ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
26953 (tst-null-argv-ENV): Set environment for tst-null-argv.
26954 * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
26955 (RTLD_PROGNAME): New macro.
26956 * elf/tst-null-argv.c: New test case.
26957 * elf/tst-null-argv-lib.c: Library for test case.
26958 * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
26959 * elf/dl-deps.c (_dl_map_object_deps): Likewise.
26960 * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
26961 * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
26962 * elf/dl-init.c (call_init): Likewise.
26963 (_dl_init): Likewise.
26964 * elf/dl-load.c (print_search_path): Likewise.
26965 (_dl_map_object): Likewise.
26966 * elf/dl-lookup.c (do_lookup_x): Likewise.
26967 (add_dependency): Likewise.
26968 (_dl_lookup_symbol_x): Likewise.
26969 (_dl_debug_bindings): Likewise.
26970 * elf/dl-open.c (_dl_show_scope): Likewise.
26971 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
26972 * elf/dl-version.c (match_symbol): Likewise.
26973 (_dl_check_map_versions): Likewise.
26974 * elf/rtld.c (dl_main): Likewise.
26975 (print_unresolved): Use RTLD_PROGNAME.
26976 (print_missing_version): Likewise.
26977 * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
26978 (elf_machine_rela): Likewise.
26979 * sysdeps/powerpc/powerpc32/dl-machine.c
26980 (__process_machine_rela): Likewise.
26981 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
26983 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
26985 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
26987 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
26988 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
26990 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
26992 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
26994 2013-05-28 Carlos O'Donell <carlos@redhat.com>
26996 * po/be.po: Add descriptive title.
26997 * po/zh_CN.po: Likewise.
26998 * po/header.pot: Likewise.
27000 2013-05-28 Mike Frysinger <vapier@gentoo.org>
27002 * locale/programs/locarchive.c (create_archive): Inlucde fname in
27004 (enlarge_archive): Likewise.
27006 2013-05-28 Ben North <ben@redfrontdoor.org>
27008 * manual/arith.texi (frexp): It is the magnitude of the return
27009 value which lies in [0.5, 1), not the return value itself.
27011 2013-05-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
27013 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27015 2013-05-26 Thomas Schwinge <thomas@codesourcery.com>
27017 * stdio-common/bug26.c (main): Correct fscanf template.
27019 * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
27020 declare _dl_skip_args.
27022 * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
27025 * manual/platform.texi: Add missing @end deftypefun.
27027 2013-05-24 Joseph Myers <joseph@codesourcery.com>
27030 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
27031 bit of mantissa of 2^16382.
27032 * math/libm-test.inc (hypot_test_data): Add more tests.
27034 * math/libm-test.inc: Add drem and pow10 to list of tested
27036 (pow10_test): New function.
27037 (drem_test): Likewise.
27038 (drem_test_tonearest): Likewise.
27039 (drem_test_towardzero): Likewise.
27040 (drem_test_downward): Likewise.
27041 (drem_test_upward): Likewise.
27042 (main): Call the new functions.
27044 * math/libm-test.inc (finite_test_data): Remove.
27045 (finite_test): Run tests from isfinite_test_data.
27046 (gamma_test_data): Remove.
27047 (gamma_test): Run tests from lgamma_test_data.
27048 * sysdeps/i386/fpu/libm-test-ulps: Update.
27049 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27051 2013-05-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
27053 * manual/platform.texi: Add PowerPC PPR function set documentation.
27054 * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
27057 2013-05-24 Carlos O'Donell <carlos@redhat.com>
27059 * math/libm-test.inc (MAX_EXP): Define.
27061 (ulp): New function.
27062 (check_float_internal): Use ULPDIFF.
27063 (cpow_test): Disable failing test.
27064 (check_ulp): Test ulp() implemetnation.
27065 (main): Call check_ulp before starting tests.
27067 2013-05-24 Joseph Myers <joseph@codesourcery.com>
27069 * math/gen-libm-test.pl (generate_testfile): Do not handle
27070 START_DATA and END_DATA.
27071 * math/libm-test.inc (acos_test_data): Do not use START_DATA and
27073 (acos_tonearest_test_data): Likewise.
27074 (acos_towardzero_test_data): Likewise.
27075 (acos_downward_test_data): Likewise.
27076 (acos_upward_test_data): Likewise.
27077 (acosh_test_data): Likewise.
27078 (asin_test_data): Likewise.
27079 (asin_tonearest_test_data): Likewise.
27080 (asin_towardzero_test_data): Likewise.
27081 (asin_downward_test_data): Likewise.
27082 (asin_upward_test_data): Likewise.
27083 (asinh_test_data): Likewise.
27084 (atan_test_data): Likewise.
27085 (atanh_test_data): Likewise.
27086 (atan2_test_data): Likewise.
27087 (cabs_test_data): Likewise.
27088 (cacos_test_data): Likewise.
27089 (cacosh_test_data): Likewise.
27090 (carg_test_data): Likewise.
27091 (casin_test_data): Likewise.
27092 (casinh_test_data): Likewise.
27093 (catan_test_data): Likewise.
27094 (catanh_test_data): Likewise.
27095 (cbrt_test_data): Likewise.
27096 (ccos_test_data): Likewise.
27097 (ccosh_test_data): Likewise.
27098 (ceil_test_data): Likewise.
27099 (cexp_test_data): Likewise.
27100 (cimag_test_data): Likewise.
27101 (clog_test_data): Likewise.
27102 (clog10_test_data): Likewise.
27103 (conj_test_data): Likewise.
27104 (copysign_test_data): Likewise.
27105 (cos_test_data): Likewise.
27106 (cos_tonearest_test_data): Likewise.
27107 (cos_towardzero_test_data): Likewise.
27108 (cos_downward_test_data): Likewise.
27109 (cos_upward_test_data): Likewise.
27110 (cosh_test_data): Likewise.
27111 (cosh_tonearest_test_data): Likewise.
27112 (cosh_towardzero_test_data): Likewise.
27113 (cosh_downward_test_data): Likewise.
27114 (cosh_upward_test_data): Likewise.
27115 (cpow_test_data): Likewise.
27116 (cproj_test_data): Likewise.
27117 (creal_test_data): Likewise.
27118 (csin_test_data): Likewise.
27119 (csinh_test_data): Likewise.
27120 (csqrt_test_data): Likewise.
27121 (ctan_test_data): Likewise.
27122 (ctan_tonearest_test_data): Likewise.
27123 (ctan_towardzero_test_data): Likewise.
27124 (ctan_downward_test_data): Likewise.
27125 (ctan_upward_test_data): Likewise.
27126 (ctanh_test_data): Likewise.
27127 (ctanh_tonearest_test_data): Likewise.
27128 (ctanh_towardzero_test_data): Likewise.
27129 (ctanh_downward_test_data): Likewise.
27130 (ctanh_upward_test_data): Likewise.
27131 (erf_test_data): Likewise.
27132 (erfc_test_data): Likewise.
27133 (exp_test_data): Likewise.
27134 (exp_tonearest_test_data): Likewise.
27135 (exp_towardzero_test_data): Likewise.
27136 (exp_downward_test_data): Likewise.
27137 (exp_upward_test_data): Likewise.
27138 (exp10_test_data): Likewise.
27139 (exp2_test_data): Likewise.
27140 (expm1_test_data): Likewise.
27141 (fabs_test_data): Likewise.
27142 (fdim_test_data): Likewise.
27143 (finite_test_data): Likewise.
27144 (floor_test_data): Likewise.
27145 (fma_test_data): Likewise.
27146 (fma_towardzero_test_data): Likewise.
27147 (fma_downward_test_data): Likewise.
27148 (fma_upward_test_data): Likewise.
27149 (fmax_test_data): Likewise.
27150 (fmin_test_data): Likewise.
27151 (fmod_test_data): Likewise.
27152 (fpclassify_test_data): Likewise.
27153 (frexp_test_data): Likewise.
27154 (gamma_test_data): Likewise.
27155 (hypot_test_data): Likewise.
27156 (ilogb_test_data): Likewise.
27157 (isfinite_test_data): Likewise.
27158 (isgreater_test_data): Likewise.
27159 (isgreaterequal_test_data): Likewise.
27160 (isinf_test_data): Likewise.
27161 (isless_test_data): Likewise.
27162 (islessequal_test_data): Likewise.
27163 (islessgreater_test_data): Likewise.
27164 (isnan_test_data): Likewise.
27165 (isnormal_test_data): Likewise.
27166 (issignaling_test_data): Likewise.
27167 (isunordered_test_data): Likewise.
27168 (j0_test_data): Likewise.
27169 (j1_test_data): Likewise.
27170 (jn_test_data): Likewise.
27171 (ldexp_test_data): Likewise.
27172 (lgamma_test_data): Likewise.
27173 (lrint_test_data): Likewise.
27174 (lrint_tonearest_test_data): Likewise.
27175 (lrint_towardzero_test_data): Likewise.
27176 (lrint_downward_test_data): Likewise.
27177 (lrint_upward_test_data): Likewise.
27178 (llrint_test_data): Likewise.
27179 (llrint_tonearest_test_data): Likewise.
27180 (llrint_towardzero_test_data): Likewise.
27181 (llrint_downward_test_data): Likewise.
27182 (llrint_upward_test_data): Likewise.
27183 (log_test_data): Likewise.
27184 (log10_test_data): Likewise.
27185 (log1p_test_data): Likewise.
27186 (log2_test_data): Likewise.
27187 (logb_test_data): Likewise.
27188 (logb_downward_test_data): Likewise.
27189 (lround_test_data): Likewise.
27190 (llround_test_data): Likewise.
27191 (modf_test_data): Likewise.
27192 (nearbyint_test_data): Likewise.
27193 (nextafter_test_data): Likewise.
27194 (nexttoward_test_data): Likewise.
27195 (pow_test_data): Likewise.
27196 (pow_tonearest_test_data): Likewise.
27197 (pow_towardzero_test_data): Likewise.
27198 (pow_downward_test_data): Likewise.
27199 (pow_upward_test_data): Likewise.
27200 (remainder_test_data): Likewise.
27201 (remainder_tonearest_test_data): Likewise.
27202 (remainder_towardzero_test_data): Likewise.
27203 (remainder_downward_test_data): Likewise.
27204 (remainder_upward_test_data): Likewise.
27205 (remquo_test_data): Likewise.
27206 (rint_test_data): Likewise.
27207 (rint_tonearest_test_data): Likewise.
27208 (rint_towardzero_test_data): Likewise.
27209 (rint_downward_test_data): Likewise.
27210 (rint_upward_test_data): Likewise.
27211 (round_test_data): Likewise.
27212 (scalb_test_data): Likewise.
27213 (scalbn_test_data): Likewise.
27214 (scalbln_test_data): Likewise.
27215 (signbit_test_data): Likewise.
27216 (sin_test_data): Likewise.
27217 (sin_tonearest_test_data): Likewise.
27218 (sin_towardzero_test_data): Likewise.
27219 (sin_downward_test_data): Likewise.
27220 (sin_upward_test_data): Likewise.
27221 (sincos_test_data): Likewise.
27222 (sinh_test_data): Likewise.
27223 (sinh_tonearest_test_data): Likewise.
27224 (sinh_towardzero_test_data): Likewise.
27225 (sinh_downward_test_data): Likewise.
27226 (sinh_upward_test_data): Likewise.
27227 (sqrt_test_data): Likewise.
27228 (tan_test_data): Likewise.
27229 (tan_tonearest_test_data): Likewise.
27230 (tan_towardzero_test_data): Likewise.
27231 (tan_downward_test_data): Likewise.
27232 (tan_upward_test_data): Likewise.
27233 (tanh_test_data): Likewise.
27234 (tgamma_test_data): Likewise.
27235 (trunc_test_data): Likewise.
27236 (y0_test_data): Likewise.
27237 (y1_test_data): Likewise.
27238 (yn_test_data): Likewise.
27239 (significand_test_data): Likewise.
27241 * math/gen-libm-test.pl (@functions): Remove variable.
27242 (generate_testfile): Don't handle START and END lines.
27243 * math/libm-test.inc (START): New macro.
27245 (END_COMPLEX): Likewise.
27246 (acos_test): Use END macro without arguments.
27247 (acos_test_tonearest): Likewise.
27248 (acos_test_towardzero): Likewise.
27249 (acos_test_downward): Likewise.
27250 (acos_test_upward): Likewise.
27251 (acosh_test): Likewise.
27252 (asin_test): Likewise.
27253 (asin_test_tonearest): Likewise.
27254 (asin_test_towardzero): Likewise.
27255 (asin_test_downward): Likewise.
27256 (asin_test_upward): Likewise.
27257 (asinh_test): Likewise.
27258 (atan_test): Likewise.
27259 (atanh_test): Likewise.
27260 (atan2_test): Likewise.
27261 (cabs_test): Likewise.
27262 (cacos_test): Use END_COMPLEX macro without arguments.
27263 (cacosh_test): Likewise.
27264 (carg_test): Use END macro without arguments.
27265 (casin_test): Use END_COMPLEX macro without arguments.
27266 (casinh_test): Likewise.
27267 (catan_test): Likewise.
27268 (catanh_test): Likewise.
27269 (cbrt_test): Use END macro without arguments.
27270 (ccos_test): Use END_COMPLEX macro without arguments.
27271 (ccosh_test): Likewise.
27272 (ceil_test): Use END macro without arguments.
27273 (cexp_test): Use END_COMPLEX macro without arguments.
27274 (cimag_test): Use END macro without arguments.
27275 (clog_test): Use END_COMPLEX macro without arguments.
27276 (clog10_test): Likewise.
27277 (conj_test): Likewise.
27278 (copysign_test): Use END macro without arguments.
27279 (cos_test): Likewise.
27280 (cos_test_tonearest): Likewise.
27281 (cos_test_towardzero): Likewise.
27282 (cos_test_downward): Likewise.
27283 (cos_test_upward): Likewise.
27284 (cosh_test): Likewise.
27285 (cosh_test_tonearest): Likewise.
27286 (cosh_test_towardzero): Likewise.
27287 (cosh_test_downward): Likewise.
27288 (cosh_test_upward): Likewise.
27289 (cpow_test): Use END_COMPLEX macro without arguments.
27290 (cproj_test): Likewise.
27291 (creal_test): Use END macro without arguments.
27292 (csin_test): Use END_COMPLEX macro without arguments.
27293 (csinh_test): Likewise.
27294 (csqrt_test): Likewise.
27295 (ctan_test): Likewise.
27296 (ctan_test_tonearest): Likewise.
27297 (ctan_test_towardzero): Likewise.
27298 (ctan_test_downward): Likewise.
27299 (ctan_test_upward): Likewise.
27300 (ctanh_test): Likewise.
27301 (ctanh_test_tonearest): Likewise.
27302 (ctanh_test_towardzero): Likewise.
27303 (ctanh_test_downward): Likewise.
27304 (ctanh_test_upward): Likewise.
27305 (erf_test): Use END macro without arguments.
27306 (erfc_test): Likewise.
27307 (exp_test): Likewise.
27308 (exp_test_tonearest): Likewise.
27309 (exp_test_towardzero): Likewise.
27310 (exp_test_downward): Likewise.
27311 (exp_test_upward): Likewise.
27312 (exp10_test): Likewise.
27313 (exp2_test): Likewise.
27314 (expm1_test): Likewise.
27315 (fabs_test): Likewise.
27316 (fdim_test): Likewise.
27317 (finite_test): Likewise.
27318 (floor_test): Likewise.
27319 (fma_test): Likewise.
27320 (fma_test_towardzero): Likewise.
27321 (fma_test_downward): Likewise.
27322 (fma_test_upward): Likewise.
27323 (fmax_test): Likewise.
27324 (fmin_test): Likewise.
27325 (fmod_test): Likewise.
27326 (fpclassify_test): Likewise.
27327 (frexp_test): Likewise.
27328 (gamma_test): Likewise.
27329 (hypot_test): Likewise.
27330 (ilogb_test): Likewise.
27331 (isfinite_test): Likewise.
27332 (isgreater_test): Likewise.
27333 (isgreaterequal_test): Likewise.
27334 (isinf_test): Likewise.
27335 (isless_test): Likewise.
27336 (islessequal_test): Likewise.
27337 (islessgreater_test): Likewise.
27338 (isnan_test): Likewise.
27339 (isnormal_test): Likewise.
27340 (issignaling_test): Likewise.
27341 (isunordered_test): Likewise.
27342 (j0_test): Likewise.
27343 (j1_test): Likewise.
27344 (jn_test): Likewise.
27345 (ldexp_test): Likewise.
27346 (lgamma_test): Likewise.
27347 (lrint_test): Likewise.
27348 (lrint_test_tonearest): Likewise.
27349 (lrint_test_towardzero): Likewise.
27350 (lrint_test_downward): Likewise.
27351 (lrint_test_upward): Likewise.
27352 (llrint_test): Likewise.
27353 (llrint_test_tonearest): Likewise.
27354 (llrint_test_towardzero): Likewise.
27355 (llrint_test_downward): Likewise.
27356 (llrint_test_upward): Likewise.
27357 (log_test): Likewise.
27358 (log10_test): Likewise.
27359 (log1p_test): Likewise.
27360 (log2_test): Likewise.
27361 (logb_test): Likewise.
27362 (logb_test_downward): Likewise.
27363 (lround_test): Likewise.
27364 (llround_test): Likewise.
27365 (modf_test): Likewise.
27366 (nearbyint_test): Likewise.
27367 (nextafter_test): Likewise.
27368 (nexttoward_test): Likewise.
27369 (pow_test): Likewise.
27370 (pow_test_tonearest): Likewise.
27371 (pow_test_towardzero): Likewise.
27372 (pow_test_downward): Likewise.
27373 (pow_test_upward): Likewise.
27374 (remainder_test): Likewise.
27375 (remainder_test_tonearest): Likewise.
27376 (remainder_test_towardzero): Likewise.
27377 (remainder_test_downward): Likewise.
27378 (remainder_test_upward): Likewise.
27379 (remquo_test): Likewise.
27380 (rint_test): Likewise.
27381 (rint_test_tonearest): Likewise.
27382 (rint_test_towardzero): Likewise.
27383 (rint_test_downward): Likewise.
27384 (rint_test_upward): Likewise.
27385 (round_test): Likewise.
27386 (scalb_test): Likewise.
27387 (scalbn_test): Likewise.
27388 (scalbln_test): Likewise.
27389 (signbit_test): Likewise.
27390 (sin_test): Likewise.
27391 (sin_test_tonearest): Likewise.
27392 (sin_test_towardzero): Likewise.
27393 (sin_test_downward): Likewise.
27394 (sin_test_upward): Likewise.
27395 (sincos_test): Likewise.
27396 (sinh_test): Likewise.
27397 (sinh_test_tonearest): Likewise.
27398 (sinh_test_towardzero): Likewise.
27399 (sinh_test_downward): Likewise.
27400 (sinh_test_upward): Likewise.
27401 (sqrt_test): Likewise.
27402 (tan_test): Likewise.
27403 (tan_test_tonearest): Likewise.
27404 (tan_test_towardzero): Likewise.
27405 (tan_test_downward): Likewise.
27406 (tan_test_upward): Likewise.
27407 (tanh_test): Likewise.
27408 (tgamma_test): Likewise.
27409 (trunc_test): Likewise.
27410 (y0_test): Likewise.
27411 (y1_test): Likewise.
27412 (yn_test): Likewise.
27413 (significand_test): Likewise.
27415 2013-05-24 Ondřej Bílka <neleai@seznam.cz>
27418 * libio/genops.c (_IO_no_init): Initialize wide struct info.
27420 2013-05-23 Edjunior Machado <emachado@linux.vnet.ibm.com>
27423 * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
27424 __ppc_mdoio and __ppc_mdoom.
27425 * manual/platform.texi: Document new functions __ppc_yield,
27426 __ppc_mdoio and __ppc_mdoom.
27428 2013-05-22 Carlos O'Donell <carlos@redhat.com>
27430 * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
27431 (main): Mention "tls" pseudo-hwcap is legacy.
27432 * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
27434 2013-05-22 Joseph Myers <joseph@codesourcery.com>
27436 * math/gen-libm-test.pl (parse_args): Output only string of
27437 arguments as text for test name, not full call or descriptions of
27438 tests for extra outputs.
27439 (generate_testfile): Do not pass function name to parse_args.
27440 Generate this_func variable from START.
27441 * math/libm-test.inc (struct test_f_f_data): Rename test_name
27443 (struct test_ff_f_data): Likewise.
27444 (test_ff_f_data_nexttoward): Likewise.
27445 (struct test_fi_f_data): Likewise.
27446 (struct test_fl_f_data): Likewise.
27447 (struct test_if_f_data): Likewise.
27448 (struct test_fff_f_data): Likewise.
27449 (struct test_c_f_data): Likewise.
27450 (struct test_f_f1_data): Likewise. Remove field extra_name.
27451 (struct test_fF_f1_data): Likewise.
27452 (struct test_ffI_f1_data): Likewise.
27453 (struct test_c_c_data): Rename test_name field to arg_str.
27454 (struct test_cc_c_data): Likewise.
27455 (struct test_f_i_data): Likewise.
27456 (struct test_ff_i_data): Likewise.
27457 (struct test_f_l_data): Likewise.
27458 (struct test_f_L_data): Likewise.
27459 (struct test_fFF_11_data): Likewise. Remove fields extra1_name
27461 (COMMON_TEST_SETUP): New macro.
27462 (EXTRA_OUTPUT_TEST_SETUP): Likewise.
27463 (COMMON_TEST_CLEANUP): Likewise.
27464 (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
27465 (RUN_TEST_f_f): Take argument string. Call new setup and cleanup
27467 (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
27468 (RUN_TEST_2_f): Take argument string. Call new setup and cleanup
27470 (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
27471 (RUN_TEST_fff_f): Take argument string. Call new setup and
27473 (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
27474 (RUN_TEST_c_f): Take argument string. Call new setup and cleanup
27476 (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
27477 (RUN_TEST_f_f1): Take argument string. Call new setup and cleanup
27479 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
27480 (RUN_TEST_fF_f1): Take argument string. Call new setup and
27482 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
27483 (RUN_TEST_fI_f1): Take argument string. Call new setup and
27485 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
27486 (RUN_TEST_ffI_f1): Take argument string. Call new setup and
27488 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
27489 (RUN_TEST_c_c): Take argument string. Call new setup and cleanup
27491 (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
27492 (RUN_TEST_cc_c): Take argument string. Call new setup and cleanup
27494 (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
27495 (RUN_TEST_f_i): Take argument string. Call new setup and cleanup
27497 (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
27498 (RUN_TEST_f_i_tg): Take argument string. Call new setup and
27500 (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
27501 (RUN_TEST_ff_i_tg): Take argument string. Call new setup and
27503 (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
27504 (RUN_TEST_f_b): Take argument string. Call new setup and cleanup
27506 (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
27507 (RUN_TEST_f_b_tg): Take argument string. Call new setup and
27509 (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
27510 (RUN_TEST_f_l): Take argument string. Call new setup and cleanup
27512 (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
27513 (RUN_TEST_f_L): Take argument string. Call new setup and cleanup
27515 (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
27516 (RUN_TEST_fFF_11): Take argument string. Call new setup and
27518 (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
27520 2013-05-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
27522 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
27523 to _sifields.sigfault.
27524 (si_addr_lsb): Define new macro.
27525 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
27526 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
27527 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
27529 2013-05-03 Carlos O'Donell <carlos at redhat.com>
27532 * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
27534 (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
27536 * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
27537 loading the domain.
27539 2013-05-22 Joseph Myers <joseph@codesourcery.com>
27541 * math/gen-libm-test.pl (parse_args): Do not include expected
27542 result in test name.
27543 * sysdeps/i386/fpu/libm-test-ulps: Update test names.
27544 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
27545 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
27546 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
27547 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
27548 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27550 2013-05-22 Siddhesh Poyarekar <siddhesh@redhat.com>
27552 * benchtests/Makefile: Sort function entries.
27554 * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
27555 tanh, asinh, acosh, atanh.
27556 * benchtests/acos-inputs: New file.
27557 * benchtests/acosh-inputs: New file.
27558 * benchtests/asin-inputs: New file.
27559 * benchtests/asinh-inputs: New file.
27560 * benchtests/atanh-inputs: New file.
27561 * benchtests/cosh-inputs: New file.
27562 * benchtests/log-inputs: New file.
27563 * benchtests/sinh-inputs: New file.
27564 * benchtests/tanh-inputs: New file.
27566 2013-05-21 Dmitry V. Levin <ldv@altlinux.org>
27569 * posix/tst-getaddrinfo4.c: New test.
27570 * posix/Makefile (tests): Add it.
27572 2013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
27575 * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
27576 when no services were used.
27577 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
27578 Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
27580 2013-05-21 Andreas Schwab <schwab@suse.de>
27583 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
27584 [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
27586 * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
27587 redundant variable declarations and reallocation of buffer when
27588 parsing as IPv6 address. Always set NSS status when called from
27589 reentrant functions. Use NETDB_INTERNAL instead of TRY_AGAIN when
27590 buffer too small. Correct computation of needed size.
27591 * nss/Makefile (tests): Add test-digits-dots.
27592 * nss/test-digits-dots.c: New test.
27594 2013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
27596 * benchtests/Makefile: Remove instructions for adding
27598 * benchtests/README: New file to explain how to execute and
27599 enhance the benchmark tests.
27601 2013-05-21 Andreas Schwab <schwab@suse.de>
27604 * setjmp/Makefile (tests): Add tst-sigsetjmp.
27605 * setjmp/tst-sigsetjmp.c: New test.
27607 2013-05-20 Ondřej Bílka <neleai@seznam.cz>
27609 * sysdeps/x86_64/memset.S (memset): New implementation.
27610 (__bzero): Likewise.
27611 (__memset_tail): New function.
27613 2013-05-20 Ondřej Bílka <neleai@seznam.cz>
27615 * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
27616 * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
27617 __memcpy_sse2_unaligned ifunc selection.
27618 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27619 Add memcpy-sse2-unaligned.S.
27620 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27621 Add: __memcpy_sse2_unaligned.
27623 2013-05-19 Joseph Myers <joseph@codesourcery.com>
27626 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
27627 math_force_eval before restoring floating-point envrionment.
27628 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
27629 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
27631 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
27633 (__nearbyintl): Use math_force_eval before restoring
27634 floating-point environment.
27635 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
27637 * math/gen-libm-test.pl (special_functions): Remove.
27638 (parse_args): Don't handle TEST_extra. Handle functions with no
27640 * math/libm-test.inc (struct test_sincos_data): Replace with
27641 struct test_fFF_11_data.
27642 (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
27643 (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
27644 (sincos_test_data): Change element type to struct
27645 test_fFF_11_data. Use TEST_fFF_11 instead of TEST_extra.
27646 (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
27647 RUN_TEST_LOOP_sincos.
27648 * math/README.libm-test: Don't mention special handling of
27649 individual functions.
27650 * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
27651 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
27652 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
27653 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
27654 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
27655 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27657 * math/gen-libm-test.pl (get_variable): Remove function.
27658 (parse_args): Don't show pointer parameters to call in test
27659 names. Use "extra output N" in test names for extra outputs
27660 rather than naming variables.
27662 2013-05-18 Joseph Myers <joseph@codesourcery.com>
27665 * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
27666 __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
27667 * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
27669 * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
27671 (do_test) [NO_LONG_DOUBLE]: Do not disable call to
27674 * math/gen-libm-test.pl (@tests): Remove variable.
27675 ($count): Likewise.
27676 (new_test): Remove function.
27677 (show_exceptions): New function.
27678 (special_functions): Use show_exceptions instead of new_test.
27679 (parse_args): Likewise.
27680 (generate_testfile): Pass only function name in generated call to
27681 print_max_error or print_complex_max_error.
27682 (get_ulps): Do not handle complex tests specially.
27683 (output_test): Rename to ...
27684 (get_all_ulps_for_test): ... this. Return a string rather than
27685 printing to a file. Require ulps to be present.
27686 (output_ulps): Generate arrays rather than #defines.
27687 * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
27688 (struct ulp_data): New type.
27689 (BUILD_COMPLEX_ULP): Remove macro.
27690 (compare_ulp_data): New function.
27691 (find_ulps): Likewise.
27692 (find_test_ulps): Likewise.
27693 (find_function_ulps): Likewise.
27694 (find_complex_function_ulps): Likewise.
27695 (print_max_error): Determine allowed ulps using
27696 find_function_ulps.
27697 (print_complex_max_error): Determine allowed ulps using
27698 find_complex_function_ulps.
27699 (check_float_internal): Determine max ulps using find_test_ulps.
27700 (check_float): Do not take max_ulp parameter. Update call to
27701 check_float_internal.
27702 (check_complex): Likewise.
27703 (check_int): Do not take max_ulp parameter.
27704 (check_long): Likewise.
27705 (check_bool): Likewise.
27706 (check_longlong): Likewise.
27707 (struct test_f_f_data): Remove max_ulp field.
27708 (struct test_ff_f_data): Likewise.
27709 (struct test_ff_f_data_nexttoward): Likewise.
27710 (struct test_fi_f_data): Likewise.
27711 (struct test_fl_f_data): Likewise.
27712 (struct test_if_f_data): Likewise.
27713 (struct test_fff_f_data): Likewise.
27714 (struct test_c_f_data): Likewise.
27715 (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
27716 (struct test_fF_f1_data): Likewise.
27717 (struct test_ffI_f1_data): Likewise.
27718 (struct test_c_c_data): Remove max_ulp field.
27719 (struct test_cc_c_data): Likewise.
27720 (struct test_f_i_data): Likewise.
27721 (struct test_ff_i_data): Likewise.
27722 (struct test_f_l_data): Likewise.
27723 (struct test_f_L_data): Likewise.
27724 (struct test_sincos_data): Likewise.
27725 (RUN_TEST_f_f): Do not handle ulps.
27726 (RUN_TEST_LOOP_f_f): Likewise.
27727 (RUN_TEST_2_f): Likewise.
27728 (RUN_TEST_LOOP_2_f): Likewise.
27729 (RUN_TEST_fff_f): Likewise.
27730 (RUN_TEST_LOOP_fff_f): Likewise.
27731 (RUN_TEST_c_f): Likewise.
27732 (RUN_TEST_LOOP_c_f): Likewise.
27733 (RUN_TEST_f_f1): Likewise.
27734 (RUN_TEST_LOOP_f_f1): Likewise.
27735 (RUN_TEST_fF_f1): Likewise.
27736 (RUN_TEST_LOOP_fF_f1): Likewise.
27737 (RUN_TEST_fI_f1): Likewise.
27738 (RUN_TEST_LOOP_fI_f1): Likewise.
27739 (RUN_TEST_ffI_f1): Likewise.
27740 (RUN_TEST_LOOP_ffI_f1): Likewise.
27741 (RUN_TEST_c_c): Likewise.
27742 (RUN_TEST_LOOP_c_c): Likewise.
27743 (RUN_TEST_cc_c): Likewise.
27744 (RUN_TEST_LOOP_cc_c): Likewise.
27745 (RUN_TEST_f_i): Likewise.
27746 (RUN_TEST_LOOP_f_i): Likewise.
27747 (RUN_TEST_f_i_tg): Likewise.
27748 (RUN_TEST_LOOP_f_i_tg): Likewise.
27749 (RUN_TEST_ff_i_tg): Likewise.
27750 (RUN_TEST_LOOP_ff_i_tg): Likewise.
27751 (RUN_TEST_f_b): Likewise.
27752 (RUN_TEST_LOOP_f_b): Likewise.
27753 (RUN_TEST_f_b_tg): Likewise.
27754 (RUN_TEST_LOOP_f_b_tg): Likewise.
27755 (RUN_TEST_f_l): Likewise.
27756 (RUN_TEST_LOOP_f_l): Likewise.
27757 (RUN_TEST_f_L): Likewise.
27758 (RUN_TEST_LOOP_f_L): Likewise.
27759 (RUN_TEST_sincos): Likewise.
27760 (RUN_TEST_LOOP_sincos): Likewise.
27762 2013-05-17 Joseph Myers <joseph@codesourcery.com>
27766 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
27767 main case of finite arguments, set rounding mode to FE_TONEAREST
27768 and discard exceptions.
27769 * math/libm-test.inc (remainder_test_data): Disallow "inexact"
27771 (remainder_tonearest_test_data): New variable.
27772 (remainder_test_tonearest): New function.
27773 (remainder_towardzero_test_data): New variable.
27774 (remainder_test_towardzero): New function.
27775 (remainder_downward_test_data): New variable.
27776 (remainder_test_downward): New function.
27777 (remainder_upward_test_data): New variable.
27778 (remainder_test_upward): New function.
27779 (main): Call the new test functions.
27781 * math/libm-test.inc (struct test_f_f1_data): Remove field
27783 (struct test_fF_f1_data): Likewise.
27784 (struct test_ffI_f1_data): Likewise.
27785 (RUN_TEST_f_f1): Remove argument EXTRA_INIT. Initialize EXTRA_VAR
27786 based on value of EXTRA_EXPECTED.
27787 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
27788 (RUN_TEST_fF_f1): Remove argument EXTRA_INIT. Initialize
27789 EXTRA_VAR based on value of EXTRA_EXPECTED.
27790 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
27791 (RUN_TEST_fI_f1): Remove argument EXTRA_INIT. Initialize
27792 EXTRA_VAR based on value of EXTRA_EXPECTED.
27793 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
27794 (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT. Initialize
27795 EXTRA_VAR based on value of EXTRA_EXPECTED.
27796 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
27797 * math/gen-libm-test.pl (parse_args): Don't output initializers
27798 for extra output values.
27800 * math/libm-test.inc (check_int): Expect result to be exactly
27801 equal to expected value and do not handle ulps.
27802 (check_long): Likewise.
27803 (check_longlong): Likewise.
27805 * math/libm-test.inc (ceil_test_data): Test for "inexact"
27807 (cimag_test_data): Likewise.
27808 (conj_test_data): Likewise.
27809 (copysign_test_data): Likewise.
27810 (cproj_test_data): Likewise.
27811 (creal_test_data): Likewise.
27812 (fabs_test_data): Likewise.
27813 (fdim_test_data): Likewise.
27814 (finite_test_data): Likewise.
27815 (floor_test_data): Likewise.
27816 (fmax_test_data): Likewise.
27817 (fmin_test_data): Likewise.
27818 (fmod_test_data): Likewise.
27819 (fpclassify_test_data): Likewise.
27820 (frexp_test_data): Likewise.
27821 (ilogb_test_data): Likewise.
27822 (isfinite_test_data): Likewise.
27823 (isgreater_test_data): Likewise.
27824 (isgreaterequal_test_data): Likewise.
27825 (isinf_test_data): Likewise.
27826 (isless_test_data): Likewise.
27827 (islessequal_test_data): Likewise.
27828 (islessgreater_test_data): Likewise.
27829 (isnan_test_data): Likewise.
27830 (isnormal_test_data): Likewise.
27831 (issignaling_test_data): Likewise.
27832 (isunordered_test_data): Likewise.
27833 (ldexp_test_data): Likewise.
27834 (lrint_test_data): Likewise.
27835 (lrint_test_data) [TEST_FLOAT]: Disable one test.
27836 (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
27837 (lrint_tonearest_test_data): Test for "inexact" exceptions.
27838 (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
27839 (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
27840 (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
27842 (lrint_towardzero_test_data): Test for "inexact" exceptions.
27843 (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
27844 (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
27845 (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
27847 (lrint_downward_test_data): Test for "inexact" exceptions.
27848 (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
27849 (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
27850 (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
27852 (lrint_upward_test_data): Test for "inexact" exceptions.
27853 (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
27855 (llrint_test_data): Test for "inexact" exceptions.
27856 (llrint_test_data) [TEST_FLOAT]: Disable one test.
27857 (llrint_tonearest_test_data): Test for "inexact" exceptions.
27858 (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
27859 (llrint_towardzero_test_data): Test for "inexact" exceptions.
27860 (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
27861 (llrint_downward_test_data): Test for "inexact" exceptions.
27862 (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
27863 (llrint_upward_test_data): Test for "inexact" exceptions.
27864 (logb_test_data): Likewise.
27865 (logb_downward_test_data): Likewise.
27866 (nextafter_test_data): Likewise.
27867 (nexttoward_test_data): Likewise.
27868 (remainder_test_data): Likewise.
27869 (remquo_test_data): Likewise.
27870 (scalbn_test_data): Likewise.
27871 (scalbln_test_data): Likewise.
27872 (signbit_test_data): Likewise.
27873 (sqrt_test_data): Likewise.
27874 (significand_test_data): Likewise.
27876 2013-05-17 Siddhesh Poyarekar <siddhesh@redhat.com>
27879 * benchtests/bench-modf.c (struct args): Mark arg0 as
27881 * scripts/bench.pl: Mark members of struct args as volatile.
27883 2013-05-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
27886 * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
27887 negative infinity on POWER6 or lower.
27888 * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
27890 2013-05-16 Maciej W. Rozycki <macro@codesourcery.com>
27893 * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
27894 (_FP_FRAC_SNANP_SEMIRAW): Likewise.
27895 (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
27896 (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
27897 (_FP_SETQNAN): New macro.
27898 (_FP_SETQNAN_SEMIRAW): Likewise.
27899 (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
27900 (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
27901 (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
27902 (FP_EXTEND): Use _FP_FRAC_SNANP.
27903 (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
27904 * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
27906 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
27908 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
27911 2013-05-16 Joseph Myers <joseph@codesourcery.com>
27913 * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
27914 with DIVIDE_BY_ZERO_EXCEPTION.
27915 (gamma_test_data): Likewise.
27916 (lgamma_test_data): Likewise.
27917 (log_test_data): Likewise.
27918 (log10_test_data): Likewise.
27919 (log2_test_data): Likewise.
27920 (tgamma_test_data): Likewise.
27922 * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
27923 (acos_test_tonearest): Likewise.
27924 (acos_test_towardzero): Likewise.
27925 (acos_test_downward): Likewise.
27926 (acos_test_upward): Likewise.
27927 (acosh_test): Likewise.
27928 (asin_test): Likewise.
27929 (asin_test_tonearest): Likewise.
27930 (asin_test_towardzero): Likewise.
27931 (asin_test_downward): Likewise.
27932 (asin_test_upward): Likewise.
27933 (asinh_test): Likewise.
27934 (atan_test): Likewise.
27935 (atanh_test): Likewise.
27936 (atan2_test): Likewise.
27937 (cabs_test): Likewise.
27938 (cacos_test): Likewise.
27939 (cacosh_test): Likewise.
27940 (casin_test): Likewise.
27941 (casinh_test): Likewise.
27942 (catan_test): Likewise.
27943 (catanh_test): Likewise.
27944 (cbrt_test): Likewise.
27945 (ccos_test): Likewise.
27946 (ccosh_test): Likewise.
27947 (cexp_test): Likewise.
27948 (clog_test): Likewise.
27949 (clog10_test): Likewise.
27950 (cos_test): Likewise.
27951 (cos_test_tonearest): Likewise.
27952 (cos_test_towardzero): Likewise.
27953 (cos_test_downward): Likewise.
27954 (cos_test_upward): Likewise.
27955 (cosh_test): Likewise.
27956 (cosh_test_tonearest): Likewise.
27957 (cosh_test_towardzero): Likewise.
27958 (cosh_test_downward): Likewise.
27959 (cosh_test_upward): Likewise.
27960 (cpow_test): Likewise.
27961 (csin_test): Likewise.
27962 (csinh_test): Likewise.
27963 (csqrt_test): Likewise.
27964 (ctan_test): Likewise.
27965 (ctan_test_tonearest): Likewise.
27966 (ctan_test_towardzero): Likewise.
27967 (ctan_test_downward): Likewise.
27968 (ctan_test_upward): Likewise.
27969 (ctanh_test): Likewise.
27970 (ctanh_test_tonearest): Likewise.
27971 (ctanh_test_towardzero): Likewise.
27972 (ctanh_test_downward): Likewise.
27973 (ctanh_test_upward): Likewise.
27974 (erf_test): Likewise.
27975 (erfc_test): Likewise.
27976 (exp_test): Likewise.
27977 (exp_test_tonearest): Likewise.
27978 (exp_test_towardzero): Likewise.
27979 (exp_test_downward): Likewise.
27980 (exp_test_upward): Likewise.
27981 (exp10_test): Likewise.
27982 (exp2_test): Likewise.
27983 (expm1_test): Likewise.
27984 (fmod_test): Likewise.
27985 (gamma_test): Likewise.
27986 (hypot_test): Likewise.
27987 (j0_test): Likewise.
27988 (j1_test): Likewise.
27989 (jn_test): Likewise.
27990 (lgamma_test): Likewise.
27991 (log_test): Likewise.
27992 (log10_test): Likewise.
27993 (log1p_test): Likewise.
27994 (log2_test): Likewise.
27995 (logb_test_downward): Likewise.
27996 (pow_test): Likewise.
27997 (pow_test_tonearest): Likewise.
27998 (pow_test_towardzero): Likewise.
27999 (pow_test_downward): Likewise.
28000 (pow_test_upward): Likewise.
28001 (remainder_test): Likewise.
28002 (remquo_test): Likewise.
28003 (sin_test): Likewise.
28004 (sin_test_tonearest): Likewise.
28005 (sin_test_towardzero): Likewise.
28006 (sin_test_downward): Likewise.
28007 (sin_test_upward): Likewise.
28008 (sincos_test): Likewise.
28009 (sinh_test): Likewise.
28010 (sinh_test_tonearest): Likewise.
28011 (sinh_test_towardzero): Likewise.
28012 (sinh_test_downward): Likewise.
28013 (sinh_test_upward): Likewise.
28014 (sqrt_test): Likewise.
28015 (tan_test): Likewise.
28016 (tan_test_tonearest): Likewise.
28017 (tan_test_towardzero): Likewise.
28018 (tan_test_downward): Likewise.
28019 (tan_test_upward): Likewise.
28020 (tanh_test): Likewise.
28021 (tgamma_test): Likewise.
28022 (y0_test): Likewise.
28023 (y1_test): Likewise.
28024 (yn_test): Likewise.
28026 * math/gen-libm-test.pl (adjust_arg): Remove function.
28027 (special_function): Remove argument $in_func. Only handle
28028 generating output for tables of tests, not inside functions.
28029 (parse_args): Likewise.
28030 (generate_testfile): Remove variable $in_func. Update call to
28032 * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
28033 (MINUS_ZERO_INIT): Rename macro to minus_zero.
28034 (PLUS_INFTY_INIT): Rename macro to plus_infty.
28035 (MINUS_INFTY_INIT): Rename macro to minus_infty.
28036 (QNAN_VALUE_INIT): Rename macro to qnan_value.
28037 (MAX_VALUE_INIT): Rename macro to max_value.
28038 (MIN_VALUE_INIT): Rename macro to min_value.
28039 (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
28040 (plus_zero): Remove variable.
28041 (minus_zero): Likewise.
28042 (plus_infty): Likewise.
28043 (minus_infty): Likewise.
28044 (qnan_value): Likewise.
28045 (max_value): Likewise.
28046 (min_value): Likewise.
28047 (min_subnorm_value): Likewise.
28049 2013-05-16 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
28051 * crypt/sha512-block.c: Add missing #include <stdint.h> due to
28052 uint64_t or uint32_t usage.
28053 * crypt/sha256-block.c: Likewise.
28054 * crypt/sha256-crypt.c: Likewise.
28055 * crypt/sha256.c: Likewise.
28056 * crypt/sha512-block.c: Likewise.
28057 * crypt/sha512-crypt.c: Likewise.
28058 * crypt/sha512.c: Likewise.
28059 * debug/backtrace-tst.c: Likewise.
28060 * debug/pcprofiledump.c: Likewise.
28061 * elf/cache.c: Likewise.
28062 * elf/dl-cache.c: Likewise.
28063 * elf/dl-misc.c: Likewise.
28064 * elf/dl-profile.c: Likewise.
28065 * elf/dl-support.c: Likewise.
28066 * elf/ldconfig.c: Likewise.
28067 * elf/sprof.c: Likewise.
28068 * iconv/dummy-repertoire.c: Likewise.
28069 * iconv/iconv_charmap.c: Likewise.
28070 * iconv/skeleton.c: Likewise.
28071 * iconvdata/8bit-generic.c: Likewise.
28072 * iconvdata/cp737.h: Likewise.
28073 * iconvdata/cp775.h: Likewise.
28074 * iconvdata/ibm1008.h: Likewise.
28075 * iconvdata/ibm1025.h: Likewise.
28076 * iconvdata/ibm1046.h: Likewise.
28077 * iconvdata/ibm1097.h: Likewise.
28078 * iconvdata/ibm1112.h: Likewise.
28079 * iconvdata/ibm1122.h: Likewise.
28080 * iconvdata/ibm1123.h: Likewise.
28081 * iconvdata/ibm1124.h: Likewise.
28082 * iconvdata/ibm1129.h: Likewise.
28083 * iconvdata/ibm1130.h: Likewise.
28084 * iconvdata/ibm1132.h: Likewise.
28085 * iconvdata/ibm1133.h: Likewise.
28086 * iconvdata/ibm1137.h: Likewise.
28087 * iconvdata/ibm1140.h: Likewise.
28088 * iconvdata/ibm1141.h: Likewise.
28089 * iconvdata/ibm1142.h: Likewise.
28090 * iconvdata/ibm1143.h: Likewise.
28091 * iconvdata/ibm1144.h: Likewise.
28092 * iconvdata/ibm1145.h: Likewise.
28093 * iconvdata/ibm1146.h: Likewise.
28094 * iconvdata/ibm1147.h: Likewise.
28095 * iconvdata/ibm1148.h: Likewise.
28096 * iconvdata/ibm1149.h: Likewise.
28097 * iconvdata/ibm1153.h: Likewise.
28098 * iconvdata/ibm1154.h: Likewise.
28099 * iconvdata/ibm1155.h: Likewise.
28100 * iconvdata/ibm1156.h: Likewise.
28101 * iconvdata/ibm1157.h: Likewise.
28102 * iconvdata/ibm1158.h: Likewise.
28103 * iconvdata/ibm1160.h: Likewise.
28104 * iconvdata/ibm1161.h: Likewise.
28105 * iconvdata/ibm1162.h: Likewise.
28106 * iconvdata/ibm1163.h: Likewise.
28107 * iconvdata/ibm1164.h: Likewise.
28108 * iconvdata/ibm1166.h: Likewise.
28109 * iconvdata/ibm1167.h: Likewise.
28110 * iconvdata/ibm12712.h: Likewise.
28111 * iconvdata/ibm1390.h: Likewise.
28112 * iconvdata/ibm1399.h: Likewise.
28113 * iconvdata/ibm16804.h: Likewise.
28114 * iconvdata/ibm4517.h: Likewise.
28115 * iconvdata/ibm4899.h: Likewise.
28116 * iconvdata/ibm4909.h: Likewise.
28117 * iconvdata/ibm4971.h: Likewise.
28118 * iconvdata/ibm5347.h: Likewise.
28119 * iconvdata/ibm803.h: Likewise.
28120 * iconvdata/ibm856.h: Likewise.
28121 * iconvdata/ibm901.h: Likewise.
28122 * iconvdata/ibm902.h: Likewise.
28123 * iconvdata/ibm9030.h: Likewise.
28124 * iconvdata/ibm9066.h: Likewise.
28125 * iconvdata/ibm921.h: Likewise.
28126 * iconvdata/ibm922.h: Likewise.
28127 * iconvdata/ibm9448.h: Likewise.
28128 * iconvdata/isiri-3342.h: Likewise.
28129 * iconvdata/jis0201.h: Likewise.
28130 * include/link.h: Likewise.
28131 * include/netdb.h: Likewise.
28132 * inet/check_native.c: Likewise.
28133 * inet/check_pf.c: Likewise.
28134 * inet/getipv4sourcefilter.c: Likewise.
28135 * inet/getnameinfo.c: Likewise.
28136 * inet/getsourcefilter.c: Likewise.
28137 * inet/htonl.c: Likewise.
28138 * inet/setipv4sourcefilter.c: Likewise.
28139 * inet/setsourcefilter.c: Likewise.
28140 * inet/test-inet6_opt.c: Likewise.
28141 * inet/tst-network.c: Likewise.
28142 * locale/C-collate.c: Likewise.
28143 * locale/C-ctype.c: Likewise.
28144 * locale/C-time.c: Likewise.
28145 * locale/C-translit.h: Likewise.
28146 * locale/loadarchive.c: Likewise.
28147 * locale/programs/3level.h: Likewise.
28148 * locale/programs/charmap.c: Likewise.
28149 * locale/programs/charmap.h: Likewise.
28150 * locale/programs/ld-address.c: Likewise.
28151 * locale/programs/ld-collate.c: Likewise.
28152 * locale/programs/ld-ctype.c: Likewise.
28153 * locale/programs/ld-identification.c: Likewise.
28154 * locale/programs/ld-measurement.c: Likewise.
28155 * locale/programs/ld-messages.c: Likewise.
28156 * locale/programs/ld-monetary.c: Likewise.
28157 * locale/programs/ld-name.c: Likewise.
28158 * locale/programs/ld-numeric.c: Likewise.
28159 * locale/programs/ld-paper.c: Likewise.
28160 * locale/programs/ld-telephone.c: Likewise.
28161 * locale/programs/ld-time.c: Likewise.
28162 * locale/programs/linereader.c: Likewise.
28163 * locale/programs/locale.c: Likewise.
28164 * locale/programs/locarchive.c: Likewise.
28165 * locale/programs/locfile.h: Likewise.
28166 * locale/programs/repertoire.c: Likewise.
28167 * locale/programs/simple-hash.c: Likewise.
28168 * locale/programs/simple-hash.h: Likewise.
28169 * malloc/memusage.c: Likewise.
28170 * malloc/memusagestat.c: Likewise.
28171 * nis/nis_defaults.c: Likewise.
28172 * nis/nis_hash.c: Likewise.
28173 * nis/nis_print.c: Likewise.
28174 * nis/nis_xdr.c: Likewise.
28175 * nscd/connections.c: Likewise.
28176 * nscd/hstcache.c: Likewise.
28177 * nscd/nscd_gethst_r.c: Likewise.
28178 * nscd/nscd_getserv_r.c: Likewise.
28179 * nscd/nscd_helper.c: Likewise.
28180 * nscd/servicescache.c: Likewise.
28181 * nss/makedb.c: Likewise.
28182 * nss/nss_db/db-XXX.c: Likewise.
28183 * nss/nss_db/db-initgroups.c: Likewise.
28184 * nss/nss_db/db-netgrp.c: Likewise.
28185 * nss/nss_files/files-network.c: Likewise.
28186 * nss/nss_files/files-parse.c: Likewise.
28187 * posix/bug-regex5.c: Likewise.
28188 * posix/fnmatch_loop.c: Likewise.
28189 * posix/regcomp.c: Likewise.
28190 * posix/regexec.c: Likewise.
28191 * posix/tst-rfc3484-2.c: Likewise.
28192 * posix/tst-rfc3484-3.c: Likewise.
28193 * posix/tst-rfc3484.c: Likewise.
28194 * resolv/nss_dns/dns-canon.c: Likewise.
28195 * resolv/nss_dns/dns-network.c: Likewise.
28196 * resolv/res_init.c: Likewise.
28197 * resolv/res_mkquery.c: Likewise.
28198 * resolv/tst-aton.c: Likewise.
28199 * stdlib/cxa_atexit.c: Likewise.
28200 * stdlib/cxa_finalize.c: Likewise.
28201 * stdlib/gen-fpioconst.c: Likewise.
28202 * stdlib/strtol_l.c: Likewise.
28203 * string/tst-endian.c: Likewise.
28204 * sunrpc/auth_des.c: Likewise.
28205 * sunrpc/clnt_udp.c: Likewise.
28206 * sunrpc/rtime.c: Likewise.
28207 * sunrpc/svcauth_des.c: Likewise.
28208 * sunrpc/xdr.c: Likewise.
28209 * sunrpc/xdr_intXX_t.c: Likewise.
28210 * sunrpc/xdr_rec.c: Likewise.
28211 * sysdeps/generic/ldconfig.h: Likewise.
28212 * sysdeps/generic/ldsodefs.h: Likewise.
28213 * sysdeps/generic/memusage.h: Likewise.
28214 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
28215 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
28216 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
28217 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
28218 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
28219 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
28220 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
28221 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
28222 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
28223 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
28224 * sysdeps/posix/getaddrinfo.c: Likewise.
28225 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
28226 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
28227 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
28228 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
28229 * sysdeps/powerpc/test-gettimebase.c: Likewise.
28230 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
28231 * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
28232 * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
28233 * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
28234 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
28235 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
28236 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
28237 * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
28238 * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
28239 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
28240 * sysdeps/x86_64/dl-tls.h: Likewise.
28241 * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
28242 * time/alt_digit.c: Likewise.
28243 * time/era.c: Likewise.
28244 * wcsmbs/tst-c16c32-1.c: Likewise.
28246 2013-05-16 Joseph Myers <joseph@codesourcery.com>
28248 * math/libm-test.inc (struct test_sincos_data): New type.
28249 (RUN_TEST_LOOP_sincos): New macro.
28250 (sincos_test_data): New variable.
28251 (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
28253 2013-05-16 Richard Henderson <rth@redhat.com>
28255 * math/atest-exp2.c (LIMB64): New macro.
28256 (CONSTSZ): New macro.
28257 (mp_exp1, mp_exp_m1, mp_log2): New variables.
28259 (print_mpn_fp): ... to function scope.
28260 (read_mpn_hex): Remove.
28261 (get_log2): Remove.
28262 (exp2_mpn): Use mp_log2.
28263 (main): Use mp_exp1.
28265 2013-05-16 Joseph Myers <joseph@codesourcery.com>
28267 * math/libm-test.inc: Remove comment about not testing "inexact"
28269 (INEXACT_EXCEPTION): New macro.
28270 (NO_INEXACT_EXCEPTION): Likewise.
28271 (INVALID_EXCEPTION_OK): Update value.
28272 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
28273 (OVERFLOW_EXCEPTION_OK): Likewise.
28274 (UNDERFLOW_EXCEPTION_OK): Likewise.
28275 (IGNORE_ZERO_INF_SIGN): Likewise.
28276 (ERRNO_UNCHANGED): Likewise.
28277 (ERRNO_EDOM): Likewise.
28278 (ERRNO_ERANGE): Likewise.
28279 (test_exceptions): Handle testing "inexact" exceptions.
28280 (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
28281 (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
28282 (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
28283 (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
28285 (rint_towardzero_test_data): Likewise.
28286 (rint_downward_test_data): Likewise.
28287 (rint_upward_test_data): Likewise.
28289 * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
28290 with OVERFLOW_EXCEPTION.
28291 (exp10_test_data): Likewise.
28292 (exp2_test_data): Likewise.
28293 (expm1_test_data): Likewise.
28294 (lgamma_test_data): Likewise.
28295 (pow_test_data): Likewise.
28296 (tgamma_test_data): Likewise.
28297 (yn_test_data): Remove duplicate test of overflow.
28299 * math/libm-test.inc (struct test_cc_c_data): New type.
28300 (RUN_TEST_LOOP_cc_c): New macro.
28301 (cpow_test_data): New variable.
28302 (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
28304 * math/libm-test.inc (struct test_f_L_data): New type.
28305 (RUN_TEST_LOOP_f_L): New macro.
28306 (llrint_test_data): New variable.
28307 (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
28308 (llrint_tonearest_test_data): New variable.
28309 (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
28310 (llrint_towardzero_test_data): New variable.
28311 (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
28312 (llrint_downward_test_data): New variable.
28313 (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
28314 (llrint_upward_test_data): New variable.
28315 (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
28316 (llround_test_data): New variable.
28317 (llround_test): Run tests with RUN_TEST_LOOP_f_L.
28319 2013-05-13 Peter Collingbourne <pcc@google.com>
28321 * math/atest-exp2.c (get_log2): Remove const attribute.
28323 2013-05-15 Joseph Myers <joseph@codesourcery.com>
28325 * math/libm-test.inc (struct test_f_l_data): New type.
28326 (RUN_TEST_LOOP_f_l): New macro.
28327 (lrint_test_data): New variable.
28328 (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
28329 (lrint_tonearest_test_data): New variable.
28330 (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
28331 (lrint_towardzero_test_data): New variable.
28332 (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
28333 (lrint_downward_test_data): New variable.
28334 (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
28335 (lrint_upward_test_data): New variable.
28336 (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
28337 (lround_test_data): New variable.
28338 (lround_test): Run tests with RUN_TEST_LOOP_f_l.
28340 2013-05-15 Peter Collingbourne <pcc@google.com>
28342 * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
28343 (EXTRACT_WORDS64) Use where appropriate.
28344 (INSERT_WORDS64) Likewise.
28346 * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
28347 constraints with x constraints.
28348 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
28350 * malloc/obstack.c (_obstack_compat): Add initializer.
28352 2013-05-15 Edjunior Machado <emachado@linux.vnet.ibm.com>
28354 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
28355 si_trapno and add si_addr_lsb to _sifields.sigfault.
28356 (si_trapno): Remove macro.
28357 (si_addr_lsb): Define new macro.
28358 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
28360 2013-05-15 Joseph Myers <joseph@codesourcery.com>
28362 * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
28363 instead of TEST_f_l.
28364 (llrint_test_tonearest): Likewise.
28365 (llrint_test_towardzero): Likewise.
28366 (llrint_test_downward): Likewise.
28367 (llrint_test_upward): Likewise.
28368 (llround_test): Likewise.
28370 * math/libm-test.inc (struct test_f_i_data): Add comment.
28371 (RUN_TEST_LOOP_f_b): New macro.
28372 (RUN_TEST_LOOP_f_b_tg): Likewise.
28373 (finite_test_data): New variable.
28374 (finite_test): Run tests with RUN_TEST_LOOP_f_b.
28375 (isfinite_test_data): New variable.
28376 (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28377 (isinf_test_data): New variable.
28378 (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28379 (isnan_test_data): New variable.
28380 (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28381 (isnormal_test_data): New variable.
28382 (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28383 (issignaling_test_data): New variable.
28384 (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28385 (signbit_test_data): New variable.
28386 (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
28388 * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
28389 with INVALID_EXCEPTION.
28390 (acosh_test_data): Likewise.
28391 (asin_test_data): Likewise.
28392 (atanh_test_data): Likewise.
28393 (fmod_test_data): Likewise.
28394 (log_test_data): Likewise.
28395 (log10_test_data): Likewise.
28396 (log2_test_data): Likewise.
28397 (pow_test_data): Likewise.
28398 (sqrt_test_data): Likewise.
28399 (y0_test_data): Likewise.
28400 (y1_test_data): Likewise.
28401 (yn_test_data): Likewise.
28403 * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
28406 * math/libm-test.inc (struct test_ff_i_data): New type.
28407 (RUN_TEST_LOOP_ff_i_tg): New macro.
28408 (isgreater_test_data): New variable.
28409 (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28410 (isgreaterequal_test_data): New variable.
28411 (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28412 (isless_test_data): New variable.
28413 (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28414 (islessequal_test_data): New variable.
28415 (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28416 (islessgreater_test_data): New variable.
28417 (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28418 (isunordered_test_data): New variable.
28419 (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
28421 2013-05-14 David S. Miller <davem@davemloft.net>
28423 * sysdeps/sparc/fpu/libm-test-ulps: Update.
28425 2013-05-14 Joseph Myers <joseph@codesourcery.com>
28427 * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
28429 * math/libm-test.inc (struct test_fF_f1_data): Change type of
28431 (struct test_f_i_data): Change type of max_ulp to int.
28433 * math/libm-test.inc (test_ffI_f1_data): New type.
28434 (RUN_TEST_LOOP_ffI_f1): New macro.
28435 (remquo_test_data): New variable.
28436 (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
28438 * setjmp/tst-setjmp-fp.c: New file.
28439 * setjmp/Makefile (tests): Add tst-setjmp-fp.
28440 (link-libm): New variable.
28441 ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
28443 * math/libm-test.inc (struct test_f_i_data): New type.
28444 (RUN_TEST_LOOP_f_i): New macro.
28445 (RUN_TEST_LOOP_f_i_tg): Likewise.
28446 (fpclassify_test_data): New variable.
28447 (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
28448 (ilogb_test_data): New variable.
28449 (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
28451 * math/libm-test.inc (scalbln_test): Correct function name in END
28454 * math/libm-test.inc (struct test_f_f1_data): Add comment.
28455 (RUN_TEST_LOOP_fI_f1): New macro.
28456 (frexp_test_data): New variable.
28457 (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
28459 * math/libm-test.inc (struct test_fF_f1_data): New type.
28460 (RUN_TEST_LOOP_fF_f1): New macro.
28461 (modf_test_data): New variable.
28462 (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
28464 * math/libm-test.inc (struct test_f_f1_data): New type.
28465 (RUN_TEST_LOOP_f_f1): New macro.
28466 (gamma_test_data): New variable.
28467 (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
28468 (lgamma_test_data): New variable.
28469 (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
28471 2013-05-13 Carlos O'Donell <carlos@redhat.com>
28473 * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
28474 * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
28475 (main): Comment "tls" pseudo-hwcap.
28477 2013-05-13 Joseph Myers <joseph@codesourcery.com>
28479 * math/libm-test.inc (struct test_fl_f_data): New type.
28480 (RUN_TEST_LOOP_fl_f): New variable.
28481 (scalbln_test_data): New variable.
28482 (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
28484 * math/libm-test.inc (struct test_fi_f_data): New type.
28485 (RUN_TEST_LOOP_fi_f): New macro.
28486 (ldexp_test_data): New variable.
28487 (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
28488 (scalbn_test_data): New variable.
28489 (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
28491 * math/libm-test.inc (struct test_c_f_data): New type.
28492 (RUN_TEST_LOOP_c_f): New macro.
28493 (cabs_test_data): New variable.
28494 (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
28495 (carg_test_data): New variable.
28496 (carg_test): Run tests with RUN_TEST_LOOP_c_f.
28497 (cimag_test_data): New variable.
28498 (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
28499 (creal_test_data): New variable.
28500 (creal_test): Run tests with RUN_TEST_LOOP_c_f.
28502 * math/libm-test.inc (struct test_if_f_data): New type.
28503 (RUN_TEST_LOOP_if_f): New macro.
28504 (jn_test_data): New variable.
28505 (jn_test): Run tests with RUN_TEST_LOOP_if_f.
28506 (yn_test_data): New variable.
28507 (yn_test): Run tests with RUN_TEST_LOOP_if_f.
28509 * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
28511 2013-05-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
28513 * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
28514 (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
28516 2013-05-13 Siddhesh Poyarekar <siddhesh@redhat.com>
28518 * benchtests/Makefile (CPPFLAGS-nonlib): Add
28519 -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
28520 (bench-deps): Add bench-timing.h.
28521 * benchtests-bench-skeleton.c: Include bench-timing.h.
28522 (main): Use TIMING_* macros instead of clock_gettime.
28523 * benchtests/bench-timing.h: New file.
28526 * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
28527 Renamed from _LIB_VERSION.
28528 (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
28530 2013-05-12 Joseph Myers <joseph@codesourcery.com>
28532 * math/libm-test.inc (struct test_fff_f_data): New type.
28533 (RUN_TEST_LOOP_fff_f): New macro.
28534 (fma_test_data): New variable.
28535 (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
28536 (fma_towardzero_test_data): New variable.
28537 (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
28538 (fma_downward_test_data): New variable.
28539 (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
28540 (fma_upward_test_data): New variable.
28541 (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
28543 * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
28544 (struct test_c_c_data): New type.
28545 (RUN_TEST_LOOP_c_c): New macro.
28546 (cacos_test_data): New variable.
28547 (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
28548 (cacosh_test_data): New variable.
28549 (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
28550 (casin_test_data): New variable.
28551 (casin_test): Run tests with RUN_TEST_LOOP_c_c.
28552 (casinh_test_data): New variable.
28553 (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
28554 (catan_test_data): New variable.
28555 (catan_test): Run tests with RUN_TEST_LOOP_c_c.
28556 (catanh_test_data): New variable.
28557 (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
28558 (ccos_test_data): New variable.
28559 (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
28560 (ccosh_test_data): New variable.
28561 (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
28562 (cexp_test_data): New variable.
28563 (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
28564 (clog_test_data): New variable.
28565 (clog_test): Run tests with RUN_TEST_LOOP_c_c.
28566 (clog10_test_data): New variable.
28567 (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
28568 (conj_test_data): New variable.
28569 (conj_test): Run tests with RUN_TEST_LOOP_c_c.
28570 (cproj_test_data): New variable.
28571 (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
28572 (csin_test_data): New variable.
28573 (csin_test): Run tests with RUN_TEST_LOOP_c_c.
28574 (csinh_test_data): New variable.
28575 (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
28576 (csqrt_test_data): New variable.
28577 (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
28578 (ctan_test_data): New variable.
28579 (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
28580 (ctan_tonearest_test_data): New variable.
28581 (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
28582 (ctan_towardzero_test_data): New variable.
28583 (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
28584 (ctan_downward_test_data): New variable.
28585 (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
28586 (ctan_upward_test_data): New variable.
28587 (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
28588 (ctanh_test_data): New variable.
28589 (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
28590 (ctanh_tonearest_test_data): New variable.
28591 (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
28592 (ctanh_towardzero_test_data): New variable.
28593 (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
28594 (ctanh_downward_test_data): New variable.
28595 (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
28596 (ctanh_upward_test_data): New variable.
28597 (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
28598 * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
28601 * math/libm-test.inc (struct test_ff_f_data): New type.
28602 (struct test_ff_f_data_nexttoward): Likewise.
28603 (RUN_TEST_LOOP_2_f): New macro.
28604 (RUN_TEST_LOOP_ff_f): Likewise.
28605 (atan2_test_data): New variable.
28606 (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
28607 (copysign_test_data): New variable.
28608 (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
28609 (fdim_test_data): New variable.
28610 (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
28611 (fmax_test_data): New variable.
28612 (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
28613 (fmin_test_data): New variable.
28614 (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
28615 (fmod_test_data): New variable.
28616 (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
28617 (hypot_test_data): New variable.
28618 (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
28619 (nextafter_test_data): New variable.
28620 (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
28621 (nexttoward_test_data): New variable.
28622 (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
28623 (pow_test_data): New variable.
28624 (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
28625 (pow_tonearest_test_data): New variable.
28626 (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
28627 (pow_towardzero_test_data): New variable.
28628 (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
28629 (pow_downward_test_data): New variable.
28630 (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
28631 (pow_upward_test_data): New variable.
28632 (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
28633 (remainder_test_data): New variable.
28634 (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
28635 (scalb_test_data): New variable.
28636 (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
28637 * sysdeps/i386/fpu/libm-test-ulps: Update.
28639 2013-05-11 Joseph Myers <joseph@codesourcery.com>
28641 * math/libm-test.inc (fma_test): Use max_value instead of local
28643 (nextafter_test): Likewise.
28645 * math/libm-test.inc (acos_towardzero_test_data): New variable.
28646 (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28647 (acos_downward_test_data): New variable.
28648 (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28649 (acos_upward_test_data): New variable.
28650 (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28651 (acosh_test_data): New variable.
28652 (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
28653 (asin_test_data): New variable.
28654 (asin_test): Run tests with RUN_TEST_LOOP_f_f.
28655 (asin_tonearest_test_data): New variable.
28656 (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28657 (asin_towardzero_test_data): New variable.
28658 (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28659 (asin_downward_test_data): New variable.
28660 (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28661 (asin_upward_test_data): New variable.
28662 (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28663 (asinh_test_data): New variable.
28664 (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
28665 (atan_test_data): New variable.
28666 (atan_test): Run tests with RUN_TEST_LOOP_f_f.
28667 (atanh_test_data): New variable.
28668 (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
28669 (cbrt_test_data): New variable.
28670 (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
28671 (ceil_test_data): New variable.
28672 (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
28673 (cos_test_data): New variable.
28674 (cos_test): Run tests with RUN_TEST_LOOP_f_f.
28675 (cos_tonearest_test_data): New variable.
28676 (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28677 (cos_towardzero_test_data): New variable.
28678 (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28679 (cos_downward_test_data): New variable.
28680 (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28681 (cos_upward_test_data): New variable.
28682 (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28683 (cosh_test_data): New variable.
28684 (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
28685 (cosh_tonearest_test_data): New variable.
28686 (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28687 (cosh_towardzero_test_data): New variable.
28688 (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28689 (cosh_downward_test_data): New variable.
28690 (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28691 (cosh_upward_test_data): New variable.
28692 (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28693 (erf_test_data): New variable.
28694 (erf_test): Run tests with RUN_TEST_LOOP_f_f.
28695 (erfc_test_data): New variable.
28696 (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
28697 (exp_test_data): New variable.
28698 (exp_test): Run tests with RUN_TEST_LOOP_f_f.
28699 (exp_tonearest_test_data): New variable.
28700 (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28701 (exp_towardzero_test_data): New variable.
28702 (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28703 (exp_downward_test_data): New variable.
28704 (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28705 (exp_upward_test_data): New variable.
28706 (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28707 (exp10_test_data): New variable.
28708 (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
28709 (exp2_test_data): New variable.
28710 (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
28711 (expm1_test_data): New variable.
28712 (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
28713 (fabs_test_data): New variable.
28714 (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
28715 (floor_test_data): New variable.
28716 (floor_test): Run tests with RUN_TEST_LOOP_f_f.
28717 (j0_test_data): New variable.
28718 (j0_test): Run tests with RUN_TEST_LOOP_f_f.
28719 (j1_test_data): New variable.
28720 (j1_test): Run tests with RUN_TEST_LOOP_f_f.
28721 (log_test_data): New variable.
28722 (log_test): Run tests with RUN_TEST_LOOP_f_f.
28723 (log10_test_data): New variable.
28724 (log10_test): Run tests with RUN_TEST_LOOP_f_f.
28725 (log1p_test_data): New variable.
28726 (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
28727 (log2_test_data): New variable.
28728 (log2_test): Run tests with RUN_TEST_LOOP_f_f.
28729 (logb_test_data): New variable.
28730 (logb_test): Run tests with RUN_TEST_LOOP_f_f.
28731 (logb_downward_test_data): New variable.
28732 (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28733 (nearbyint_test_data): New variable.
28734 (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
28735 (rint_test_data): New variable.
28736 (rint_test): Run tests with RUN_TEST_LOOP_f_f.
28737 (rint_tonearest_test_data): New variable.
28738 (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28739 (rint_towardzero_test_data): New variable.
28740 (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28741 (rint_downward_test_data): New variable.
28742 (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28743 (rint_upward_test_data): New variable.
28744 (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28745 (round_test_data): New variable.
28746 (round_test): Run tests with RUN_TEST_LOOP_f_f.
28747 (sin_test_data): New variable.
28748 (sin_test): Run tests with RUN_TEST_LOOP_f_f.
28749 (sin_tonearest_test_data): New variable.
28750 (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28751 (sin_towardzero_test_data): New variable.
28752 (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28753 (sin_downward_test_data): New variable.
28754 (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28755 (sin_upward_test_data): New variable.
28756 (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28757 (sinh_test_data): New variable.
28758 (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
28759 (sinh_tonearest_test_data): New variable.
28760 (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28761 (sinh_towardzero_test_data): New variable.
28762 (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28763 (sinh_downward_test_data): New variable.
28764 (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28765 (sinh_upward_test_data): New variable.
28766 (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28767 (sqrt_test_data): New variable.
28768 (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
28769 (tan_test_data): New variable.
28770 (tan_test): Run tests with RUN_TEST_LOOP_f_f.
28771 (tan_tonearest_test_data): New variable.
28772 (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28773 (tan_towardzero_test_data): New variable.
28774 (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
28775 (tan_downward_test_data): New variable.
28776 (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
28777 (tan_upward_test_data): New variable.
28778 (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
28779 (tanh_test_data): New variable.
28780 (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
28781 (tgamma_test_data): New variable.
28782 (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
28783 (trunc_test_data): New variable.
28784 (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
28785 (y0_test_data): New variable.
28786 (y0_test): Run tests with RUN_TEST_LOOP_f_f.
28787 (y1_test_data): New variable.
28788 (y1_test): Run tests with RUN_TEST_LOOP_f_f.
28789 (significand_test_data): New variable.
28790 (significand_test): Run tests with RUN_TEST_LOOP_f_f.
28792 2013-05-10 Christian Grönke <cgr_bugs@sysgo.com>
28795 * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
28797 2013-05-10 Pino Toscano <toscano.pino@tiscali.it>
28799 * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
28801 2013-05-10 Andreas Jaeger <aj@suse.de>
28804 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
28805 (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
28807 2013-05-10 Joseph Myers <joseph@codesourcery.com>
28809 * math/gen-libm-test.pl (adjust_arg): New function.
28810 (special_functions): Handle generating output in both functions
28812 (parse_args): Likewise.
28813 (generate_testfile): Handle START_DATA and END_DATA. Pass extra
28814 $in_func argument to parse_args.
28815 * math/libm-test.inc (struct test_f_f_data): New type.
28816 (IF_ROUND_INIT_): New macro.
28817 (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
28818 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
28819 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
28820 (IF_ROUND_INIT_FE_UPWARD): Likewise.
28821 (ROUND_RESTORE_): Likewise.
28822 (ROUND_RESTORE_FE_DOWNWARD): Likewise.
28823 (ROUND_RESTORE_FE_TONEAREST): Likewise.
28824 (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
28825 (ROUND_RESTORE_FE_UPWARD): Likewise.
28826 (RUN_TEST_LOOP_f_f): New macro.
28827 (acos_test_data): New variable.
28828 (acos_test): Run tests with RUN_TEST_LOOP_f_f.
28829 (acos_tonearest_test_data): New variable.
28830 (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
28832 2013-05-10 Siddhesh Poyarekar <siddhesh@redhat.com>
28834 * benchtests/bench-skeleton.c (startup): Fix coding style.
28836 2013-05-10 Joseph Myers <joseph@codesourcery.com>
28839 * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
28840 negative infinity argument.
28841 * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
28842 negative infinity argument.
28843 * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
28844 negative infinity argument.
28845 * math/libm-test.inc (tgamma_test): Expect errno to be set for
28848 2013-05-10 Florian Weimer <fweimer@redhat.com>
28850 * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
28851 * iconv/iconv_charmap.c (charmap_conversion): Likewise.
28852 * iconv/iconv_prog.c (main): Likewise.
28853 * locale/programs/charmap-dir.c (charmap_readdir)
28854 (fopen_uncompressed): Likewise.
28855 * locale/programs/locfile.c (siblings_uncached)
28856 (write_locale_data): Use lstat64 instead of lstat.
28857 * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
28860 2013-05-10 Andreas Jaeger <aj@suse.de>
28863 * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
28865 Include <locale.h>.
28867 2013-05-09 Carlos O'Donell <carlos@redhat.com>
28869 * elf/dl-close.c (_dl_close_worker): Add comments.
28871 2013-05-09 Joseph Myers <joseph@codesourcery.com>
28874 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
28876 (__ieee754_rem_pio2l): Update comments.
28879 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
28881 (__ieee754_rem_pio2l): Update comments.
28883 * math/libm-test.inc (M_SQRT_2_2): Remove macro.
28884 (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
28886 * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
28889 * math/libm-test.inc (M_PI_34l): Define using decimal constant.
28890 (M_PI_34_LOG10El): Likewise.
28891 (M_PI2_LOG10El): Likewise.
28892 (M_PI4_LOG10El): Likewise.
28893 (M_PI_LOG10El): Likewise.
28895 2013-05-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
28897 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28899 2013-05-08 Joseph Myers <joseph@codesourcery.com>
28901 * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
28902 (MINUS_ZERO_INIT): Likewise.
28903 (PLUS_INFTY_INIT): Likewise.
28904 (MINUS_INFTY_INIT): Likewise.
28905 (QNAN_VALUE_INIT): Likewise.
28906 (MAX_VALUE_INIT): Likewise.
28907 (MIN_VALUE_INIT): Likewise.
28908 (MIN_SUBNORM_VALUE_INIT): Likewise.
28909 (plus_zero): Initialize with PLUS_ZERO_INIT.
28910 (minus_zero): Initialize with MINUS_ZERO_INIT.
28911 (plus_infty): Initialize with PLUS_INFTY_INIT.
28912 (minus_infty): Initialize with MINUS_INFTY_INIT.
28913 (qnan_value): Initialize with QNAN_VALUE_INIT.
28914 (max_value): Initialize with MAX_VALUE_INIT.
28915 (min_value): Initialize with MIN_VALUE_INIT.
28916 (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
28918 * math/libm-test.inc (RUN_TEST_if_f): New macro.
28919 (jn_test): Use TEST_if_f instead of TEST_ff_f.
28920 (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
28921 (yn_test): Use TEST_if_f instead of TEST_ff_f.
28923 * math/libm-test.inc (RUN_TEST_f_f): New macro.
28924 (RUN_TEST_2_f): Likewise.
28925 (RUN_TEST_ff_f): Likewise.
28926 (RUN_TEST_fi_f): Likewise.
28927 (RUN_TEST_fl_f): Likewise.
28928 (RUN_TEST_fff_f): Likewise.
28929 (RUN_TEST_c_f): Likewise.
28930 (RUN_TEST_f_f1): Likewise.
28931 (RUN_TEST_fF_f1): Likewise.
28932 (RUN_TEST_fI_f1): Likewise.
28933 (RUN_TEST_ffI_f1): Likewise.
28934 (RUN_TEST_c_c): Likewise.
28935 (RUN_TEST_cc_c): Likewise.
28936 (RUN_TEST_f_i): Likewise.
28937 (RUN_TEST_f_i_tg): Likewise.
28938 (RUN_TEST_ff_i_tg): Likewise.
28939 (RUN_TEST_f_b): Likewise.
28940 (RUN_TEST_f_b_tg): Likewise.
28941 (RUN_TEST_f_l): Likewise.
28942 (RUN_TEST_f_L): Likewise.
28943 (RUN_TEST_sincos): Likewise.
28944 * math/gen-libm-test.pl (new_test): Take new argument to indicate
28945 whether to show exceptions. Do not include ");\n" in return
28947 (special_functions): Output call to RUN_TEST_sincos instead of
28948 check_float calls. Update calls to new_test.
28949 (parse_args): Output call to single RUN_TEST_* macro instead of
28950 check_* calls and other assignments. Update calls to new_test.
28956 * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
28957 input to result for tgamma overflow.
28958 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
28959 (gamma_coeff): New variable.
28960 (NCOEFF): New macro.
28961 (gamma_positive): New function.
28962 (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
28963 underflow here. Use gamma_positive instead of exp (lgamma) for
28965 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
28966 (gamma_coeff): New variable.
28967 (NCOEFF): New macro.
28968 (gammaf_positive): New function.
28969 (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
28970 underflow here. Use gamma_positive instead of exp (lgamma) for
28972 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
28973 (gamma_coeff): New variable.
28974 (NCOEFF): New macro.
28975 (gammal_positive): New function.
28976 (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
28977 underflow here. Use gamma_positive instead of exp (lgamma) for
28979 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
28980 (gamma_coeff): New variable.
28981 (NCOEFF): New macro.
28982 (gammal_positive): New function.
28983 (__ieee754_gammal_r): Handle positive infinity, overflow and
28984 underflow here. Handle NaN the same as positive infinity. Remove
28985 check x < 0xffffffff for negative integers. Use gamma_positive
28986 instead of exp (lgamma) for other arguments.
28987 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
28988 (gamma_coeff): New variable.
28989 (NCOEFF): New macro.
28990 (gammal_positive): New function.
28991 * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
28992 * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
28993 * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
28994 * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
28995 * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
28996 * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
28997 * sysdeps/generic/math_private.h (__gamma_productf): New
28999 (__gamma_product): Likewise.
29000 (__gamma_productl): Likewise.
29001 * math/Makefile (libm-calls): Add gamma_product.
29002 * math/libm-test.inc (tgamma_test): Add more tests.
29003 * sysdeps/i386/fpu/libm-test-ulps: Update.
29004 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29006 2013-05-08 Ondřej Bílka <neleai@seznam.cz>
29008 * benchtests/bench-skeleton.c (main): Preheat CPU.
29010 2013-05-07 Aurelien Jarno <aurelien@aurel32.net>
29012 * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
29014 2013-05-07 Roland McGrath <roland@hack.frob.com>
29016 * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
29017 and _dl_skip_args_internal.
29019 2013-05-07 Carlos O'Donell <carlos@redhat.com>
29021 * manual/message.texi (Message Translation): Talk about users.
29022 Message to key mapping impacts design.
29024 2013-05-06 Roland McGrath <roland@hack.frob.com>
29026 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
29028 * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
29030 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
29031 * sysdeps/wordsize-64/glob64.c: ... here.
29033 * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
29034 (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
29037 * debug/getlogin_r_chk.c: Moved to ...
29038 * login/getlogin_r_chk.c: ... here.
29039 * debug/Makefile (routines): Move getlogin_r_chk to ...
29040 * login/Makefile (routines): ... here.
29041 * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
29042 * login/Versions (libc: GLIBC_2.4): ... here.
29044 * io/poll.c (__poll): Renamed from poll.
29045 Add libc_hidden_def.
29046 (poll): Define as weak alias.
29048 * debug/ptsname_r_chk.c: Moved to ...
29049 * login/ptsname_r_chk.c: ... here.
29050 * debug/Makefile (routines): Move ptsname_r_chk to ...
29051 * login/Makefile (routines): ... here.
29052 * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
29053 * login/Versions (libc: GLIBC_2.4): ... here.
29055 * posix/getlogin.c: Moved to ...
29056 * login/getlogin.c: ... here.
29057 * posix/getlogin_r.c: Moved to ...
29058 * login/getlogin_r.c: ... here.
29059 * posix/getlogin_r.c: Moved to ...
29060 * login/getlogin_r.c: ... here.
29061 * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
29062 * login/Makefile (routines): ... here.
29063 * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
29064 * login/Versions (libc: GLIBC_2.0): ... here.
29066 * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
29067 (setrlimit): Define as weak alias.
29069 * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
29070 Call __ names for open, ftruncate, and close.
29071 For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
29072 (truncate): Define as weak alias.
29074 2013-05-06 Joseph Myers <joseph@codesourcery.com>
29076 * math/gen-libm-test.pl (parse_args): Initialize x before each
29077 test of frexp, modf and remquo.
29079 * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
29080 test signgam value.
29082 2013-05-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
29086 * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
29088 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
29090 2013-05-06 Roland McGrath <roland@hack.frob.com>
29092 * elf/dl-writev.h: New file.
29093 * elf/dl-misc.c: Include it.
29094 (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
29095 * sysdeps/unix/sysv/linux/dl-writev.h: New file.
29097 2013-05-04 Joseph Myers <joseph@codesourcery.com>
29099 * math/libm-test.inc (noXFails): Remove variable.
29100 (noXPasses): Likewise.
29101 (BUILD_COMPLEX_INT): Remove macro.
29102 (print_screen): Remove xfail argument.
29103 (print_screen_max_error): Likewise.
29104 (update_stats): Likewise.
29105 (print_max_error): Likewise. Update calls to other affected
29107 (print_complex_max_error): Likewise.
29108 (test_single_exception): Update calls to print_screen.
29109 (test_single_errno): Likewise.
29110 (check_float_internal): Remove xfail argument. Update calls to
29111 other affected functions.
29112 (check_float): Likewise.
29113 (check_complex): Likewise.
29114 (check_int): Likewise.
29115 (check_long): Likewise.
29116 (check_bool): Likewise.
29117 (check_longlong): Likewise.
29118 (main): Don't print noXFails and noXPasses.
29119 * math/gen-libm-test.pl (top level): Don't mention expected
29120 failure handling in comment.
29121 (new_test): Don't handle expected failures.
29122 (parse_args): Don't mention expected failure handling in comment.
29123 (generate_testfile): Don't handle expected failures.
29124 (parse_ulps): Likewise.
29125 (print_ulps_file): Likewise.
29126 (get_failure): Remove function.
29127 (output_test): Don't handle expected failures.
29128 * make/README.libm-test: Don't mention expected failure handling.
29130 * math/libm-test.inc (plus_zero): Make const. Add initializer.
29131 (minus_zero): Likewise.
29132 (plus_infty): Likewise.
29133 (minus_infty): Likewise.
29134 (qnan_value): Likewise.
29135 (max_value): Likewise.
29136 (min_value): Likewise.
29137 (min_subnorm_value): Likewise.
29138 (initialize): Do not initialize those variables dynamically.
29140 2013-05-03 Roland McGrath <roland@hack.frob.com>
29142 * io/open.c (__open_2): Moved to ...
29143 * io/open_2.c: ... this new file.
29144 * io/open64.c (__open64_2): Moved to ...
29145 * io/open64_2.c: ... this new file.
29146 * io/openat.c (__openat_2): Moved to ...
29147 * io/openat_2.c: ... this new file.
29148 * io/openat64.c (__openat64_2): Moved to ...
29149 * io/openat64_2.c: ... this new file.
29150 * io/Makefile (routines): Add them.
29151 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
29152 * sysdeps/unix/sysv/linux/open_2.c: File removed.
29153 * sysdeps/unix/sysv/linux/open64_2.c: File removed.
29154 * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
29155 * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
29156 * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
29157 (__openat64): Add hidden_ver.
29158 * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
29159 * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
29161 * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
29162 Separately conditionalize setting of GLRO(dl_sysinfo) so
29163 that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
29164 as well, but the actual setting is only under [NEED_DL_SYSINFO].
29166 2013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
29168 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
29169 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
29171 (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
29172 * sysdeps/unix/sysv/linux/powerpc/init-first.c
29173 (_libc_vdso_platform_setup): Add __vdso_time initialization.
29174 * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
29175 for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
29177 2013-05-03 Joseph Myers <joseph@codesourcery.com>
29179 * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
29180 test signgam value.
29182 * math/libm-test.inc (hypot_test): Do not use
29183 IGNORE_ZERO_INF_SIGN.
29185 2013-05-03 Andreas Jaeger <aj@suse.de>
29187 * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
29189 * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
29190 (PF_MAX): Adjust for VSOCK change.
29192 2013-05-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
29194 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29196 2013-05-02 Carlos O'Donell <carlos@redhat.com>
29199 * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
29200 * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
29201 * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
29203 2013-05-02 David S. Miller <davem@davemloft.net>
29205 * sysdeps/sparc/fpu/libm-test-ulps: Update.
29207 2013-05-01 Ondřej Bílka <neleai@seznam.cz>
29209 * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
29211 2013-05-01 Roland McGrath <roland@hack.frob.com>
29213 * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
29215 2013-05-01 Richard Smith <richard@metafoo.co.uk>
29218 * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
29219 [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
29220 Use __attribute__ ((__gnu_inline__)).
29221 [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
29222 Don't use __attribute__ ((__gnu_inline__)).
29224 2013-05-01 Joseph Myers <joseph@codesourcery.com>
29227 * math/s_catan.c (__catan): Handle small real or imaginary part of
29228 input specially to avoid spurious underflow.
29229 * math/s_catanf.c (__catanf): Likewise.
29230 * math/s_catanh.c (__catanh): Likewise.
29231 * math/s_catanhf.c (__catanhf): Likewise.
29232 * math/s_catanhl.c (__catanhl): Likewise.
29233 * math/s_catanl.c (__catanl): Likewise.
29234 * math/libm-test.inc (catan_test): Add more tests.
29235 (catanh_test): Likewise.
29236 * sysdeps/i386/fpu/libm-test-ulps: Update.
29237 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29239 2013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
29241 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29243 2013-04-30 Joseph Myers <joseph@codesourcery.com>
29246 * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
29247 accurately for denominator in atan2.
29248 * math/s_catanf.c (__catanf): Likewise.
29249 * math/s_catanh.c (__catanh): Likewise.
29250 * math/s_catanhf.c (__catanhf): Likewise.
29251 * math/s_catanhl.c (__catanhl): Likewise.
29252 * math/s_catanl.c (__catanl): Likewise.
29253 * math/libm-test.inc (catan_test): Add more tests.
29254 (catanh_test): Likewise.
29255 * sysdeps/i386/fpu/libm-test-ulps: Update.
29256 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29258 2013-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
29260 * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
29262 * benchtests/Makefile (bench): Remove slow benchmarks.
29263 * benchtests/atan-inputs: Add slow benchmark inputs.
29264 * benchtests/bench-modf.c (NUM_VARIANTS): Define.
29265 (BENCH_FUNC): Accept variant offset.
29267 * benchtests/bench-skeleton.c (main): Run benchmark for each
29269 * benchtests/cos-inputs: Add slow benchmark inputs.
29270 * benchtests/exp-inputs: Likewise.
29271 * benchtests/pow-inputs: Likewise.
29272 * benchtests/sin-inputs: Likewise.
29273 * benchtests/slowatan-inputs: Remove.
29274 * benchtests/slowatan.c: Remove.
29275 * benchtests/slowcos-inputs: Remove.
29276 * benchtests/slowcos.c: Remove.
29277 * benchtests/slowexp-inputs: Remove.
29278 * benchtests/slowexp.c: Remove.
29279 * benchtests/slowpow-inputs: Remove.
29280 * benchtests/slowpow.c: Remove.
29281 * benchtests/slowsin-inputs: Remove.
29282 * benchtests/slowsin.c: Remove.
29283 * benchtests/slowtan-inputs: Remove.
29284 * benchtests/slowtan.c: Remove.
29285 * benchtests/tan-inputs: Add slow benchmark inputs.
29286 * scripts/bench.pl: Parse comments and directives.
29288 * benchtests/Makefile: Remove *-ITER. Define BENCH_DURATION
29290 ($(objpfx)bench-%.c): Remove *-ITER.
29291 * benchtests/bench-modf.c: Remove definition of ITER.
29292 * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
29293 (main): Loop for DURATION seconds instead of fixed number of
29295 * scripts/bench.pl: Don't expect iterations in parameters.
29297 2013-04-29 Roland McGrath <roland@hack.frob.com>
29299 * io/fchdir.c (__fchdir): Renamed from fchdir.
29300 (fchdir): Define as weak alias.
29302 2013-04-29 Joseph Myers <joseph@codesourcery.com>
29304 * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
29305 (ERRNO_EDOM): Likewise.
29306 (ERRNO_ERANGE): Likewise.
29307 (noErrnoTests): New variable.
29308 (init_max_error): Set errno to 0.
29309 (test_single_errno): New function.
29310 (test_errno): Likewise.
29311 (check_float_internal): Call test_errno. Set errno to 0.
29312 (check_complex): Refer to errno tests in comment.
29313 (check_int): Call test_errno. Set errno to 0.
29314 (check_long): Likewise.
29315 (check_bool): Likewise.
29316 (check_longlong): Likewise.
29317 (cos_test): Use ERRNO_* flags for errno tests instead of
29319 (expm1_test): Likewise.
29320 (fmod_test): Likewise.
29321 (ilogb_test): Likewise.
29322 (lgamma_test): Likewise.
29323 (pow_test): Likewise.
29324 (remainder_test): Likewise.
29325 (sin_test): Likewise.
29326 (tan_test): Likewise.
29327 (yn_test): Likewise.
29328 (initialize): Set errno to 0.
29329 (main): Print number of errno tests.
29330 * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
29332 2013-04-29 Andreas Jaeger <aj@suse.de>
29335 * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
29339 * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
29340 * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
29344 * stdlib/random.c (__initstate): Return NULL if
29348 * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
29349 RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
29352 2013-04-29 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
29354 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29356 2013-04-29 Joseph Myers <joseph@codesourcery.com>
29358 * math/libm-test.inc (cacos_test): Add missing semicolons at ends
29359 of individual tests.
29360 (casin_test): Likewise.
29361 (casinh_test): Likewise.
29363 2013-04-27 Joseph Myers <joseph@codesourcery.com>
29366 * math/s_catan.c (__catan): Handle arguments with large real or
29367 imaginary part separately without squaring.
29368 * math/s_catanf.c (__catanf): Likewise.
29369 * math/s_catanh.c (__catanh): Likewise.
29370 * math/s_catanhf.c (__catanhf): Likewise.
29371 * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
29373 (__catanhl): Handle arguments with large real or imaginary part
29374 separately without squaring.
29375 * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
29377 (__catanl): Handle arguments with large real or imaginary part
29378 separately without squaring.
29379 * math/libm-test.inc (catan_test): Add more tests.
29380 (catanh_test): Likewise.
29381 * sysdeps/i386/fpu/libm-test-ulps: Update.
29382 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29384 2013-04-27 Andreas Jaeger <aj@suse.de>
29387 * stdlib/stdlib.h: Update guards for qecvt.
29388 * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
29391 2013-04-27 Allan McRae <allan@archlinux.org>
29393 * sysdeps/i386/fpu/libm-test-ulps: Update.
29395 2013-04-26 Joseph Myers <joseph@codesourcery.com>
29398 * math/s_catan.c: Include <float.h>.
29399 (__catan): Ensure underflow exception occurs for underflowed
29401 * math/s_catanf.c: Include <float.h>.
29402 (__catanf): Ensure underflow exception occurs for underflowed
29404 * math/s_catanh.c: Include <float.h>.
29405 (__catanh): Ensure underflow exception occurs for underflowed
29407 * math/s_catanhf.c: Include <float.h>.
29408 (__catanhf): Ensure underflow exception occurs for underflowed
29410 * math/s_catanhl.c: Include <float.h>.
29411 (__catanhl): Ensure underflow exception occurs for underflowed
29413 * math/s_catanl.c: Include <float.h>.
29414 (__catanl): Ensure underflow exception occurs for underflowed
29416 * math/libm-test.inc (catan_test): Add more tests.
29417 (catanh_test): Likewise.
29420 * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
29421 underflowed result.
29422 * math/s_ccoshf.c (__ccoshf): Likewise.
29423 * math/s_ccoshl.c (__ccoshl): Likewise.
29424 * math/s_csin.c (__csin): Likewise.
29425 * math/s_csinf.c (__csinf): Likewise.
29426 * math/s_csinh.c (__csinh): Likewise.
29427 * math/s_csinhf.c (__csinhf): Likewise.
29428 * math/s_csinhl.c (__csinhl): Likewise.
29429 * math/s_csinl.c (__csinl): Likewise.
29430 * math/libm-test.inc (ccos_test): Add more tests.
29431 (ccosh_test): Likewise.
29432 (csin_test): Likewise.
29433 (csinh_test): Likewise.
29435 2013-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
29437 * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
29438 * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
29439 * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
29440 * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
29441 * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
29442 powerpc/power5+/fpu folders.
29443 * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
29446 2013-04-26 Markus Trippelsdorf <markus@trippelsdorf.de>
29448 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
29450 2013-04-25 Joseph Myers <joseph@codesourcery.com>
29452 * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
29453 additions to variable.
29454 [$(config-machine) = x86_64] (modules-names): Likewise.
29455 ($(objpfx)tst-audit3): Remove dependency.
29456 ($(objpfx)tst-audit3.out): Likewise.
29457 ($(objpfx)tst-audit4): Likewise.
29458 ($(objpfx)tst-audit4.out): Likewise.
29459 ($(objpfx)tst-audit5): Likewise.
29460 ($(objpfx)tst-audit5.out): Likewise.
29461 ($(objpfx)tst-audit6): Likewise.
29462 ($(objpfx)tst-audit6.out): Likewise.
29463 ($(objpfx)tst-audit7): Likewise.
29464 ($(objpfx)tst-audit7.out): Likewise.
29465 (tst-audit3-ENV): Remove variable.
29466 (tst-audit4-ENV): Likewise.
29467 (tst-audit5-ENV): Likewise.
29468 (tst-audit6-ENV): Likewise.
29469 (tst-audit7-ENV): Likewise.
29470 [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
29471 [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
29472 addition to variable.
29473 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
29474 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
29475 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
29476 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
29477 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
29478 * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
29479 tst-audit3, tst-audit4 and tst-audit5.
29480 [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
29481 tst-audit6 and tst-audit7.
29482 [$(subdir) = elf] (modules-names): Add audit modules for those
29484 [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
29485 [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
29486 [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
29487 [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
29488 [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
29489 [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
29490 [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
29491 [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
29492 [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
29493 [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
29494 [$(subdir) = elf] (tst-audit3-ENV): New variable.
29495 [$(subdir) = elf] (tst-audit4-ENV): Likewise.
29496 [$(subdir) = elf] (tst-audit5-ENV): Likewise.
29497 [$(subdir) = elf] (tst-audit6-ENV): Likewise.
29498 [$(subdir) = elf] (tst-audit7-ENV): Likewise.
29499 [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
29501 [$(subdir) = elf && $(config-cflags-avx) = yes]
29502 (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
29503 [$(subdir) = elf && $(config-cflags-avx) = yes]
29504 (CFLAGS-tst-auditmod4a.c): Likewise.
29505 [$(subdir) = elf && $(config-cflags-avx) = yes]
29506 (CFLAGS-tst-auditmod4b.c): Likewise.
29507 [$(subdir) = elf && $(config-cflags-avx) = yes]
29508 (CFLAGS-tst-auditmod6b.c): Likewise.
29509 [$(subdir) = elf && $(config-cflags-avx) = yes]
29510 (CFLAGS-tst-auditmod6c.c): Likewise.
29511 [$(subdir) = elf && $(config-cflags-avx) = yes]
29512 (CFLAGS-tst-auditmod7b.c): Likewise.
29513 * elf/tst-audit3.c: Move to ...
29514 * sysdeps/x86_64/tst-audit3.c: ... here.
29515 * elf/tst-audit4.c: Move to ...
29516 * sysdeps/x86_64/tst-audit4.c: ... here.
29517 * elf/tst-audit5.c: Move to ...
29518 * sysdeps/x86_64/tst-audit5.c: ... here.
29519 * elf/tst-audit6.c: Move to ...
29520 * sysdeps/x86_64/tst-audit6.c: ... here.
29521 * elf/tst-audit7.c: Move to ...
29522 * sysdeps/x86_64/tst-audit7.c: ... here.
29523 * elf/tst-auditmod3a.c: Move to ...
29524 * sysdeps/x86_64/tst-auditmod3a.c: ... here.
29525 * elf/tst-auditmod3b.c: Move to ...
29526 * sysdeps/x86_64/tst-auditmod3b.c: ... here.
29527 * elf/tst-auditmod4a.c: Move to ...
29528 * sysdeps/x86_64/tst-auditmod4a.c: ... here.
29529 * elf/tst-auditmod4b.c: Move to ...
29530 * sysdeps/x86_64/tst-auditmod4b.c: ... here.
29531 * elf/tst-auditmod5a.c: Move to ...
29532 * sysdeps/x86_64/tst-auditmod5a.c: ... here.
29533 * elf/tst-auditmod5b.c: Move to ...
29534 * sysdeps/x86_64/tst-auditmod5b.c: ... here.
29535 * elf/tst-auditmod6a.c: Move to ...
29536 * sysdeps/x86_64/tst-auditmod6a.c: ... here.
29537 * elf/tst-auditmod6b.c: Move to ...
29538 * sysdeps/x86_64/tst-auditmod6b.c: ... here.
29539 * elf/tst-auditmod6c.c: Move to ...
29540 * sysdeps/x86_64/tst-auditmod6c.c: ... here.
29541 * elf/tst-auditmod7a.c: Move to ...
29542 * sysdeps/x86_64/tst-auditmod7a.c: ... here.
29543 * elf/tst-auditmod7b.c: Move to ...
29544 * sysdeps/x86_64/tst-auditmod7b.c: ... here.
29546 2013-04-25 Paul Pluzhnikov <ppluzhnikov@google.com>
29549 * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
29550 define unconditionally.
29551 * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
29552 define unconditionally.
29553 (INT8_C, INT16_C, etc.): Likewise.
29555 2013-04-25 Maciej W. Rozycki <macro@codesourcery.com>
29557 * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
29558 __ehdr_start with hidden visibility.
29560 * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
29562 2013-04-24 Carlos O'Donell <carlos@redhat.com>
29564 * math/libm-test.inc (cos_test): Use accurate hex constants.
29565 (sincost_test): Likewise.
29567 2013-04-24 Joseph Myers <joseph@codesourcery.com>
29569 * math/libm-test.inc (catan_test): Add more tests.
29570 (catanh_test): Likewise.
29572 * math/s_catanf.c (__catanf): Use suffixed floating-point
29574 * math/s_catanhf.c (__catanhf): Likewise.
29575 * math/s_catanhl.c (__catanhl): Likewise.
29576 * math/s_catanl.c (__catanl): Likewise.
29579 * math/s_catan.c (__catan): Calculate imaginary part of result
29580 with log1p not log unless computing log of number close to 0.
29581 * math/s_catanf.c (__catanf): Likewise.
29582 * math/s_catanl.c (__catanl): Likewise.
29583 * math/s_catanh.c (__catanh): Calculate real part of result with
29584 log1p not log unless computing log of number close to 0.
29585 * math/s_catanhf.c (__catanhf): Likewise.
29586 * math/s_catanhl.c (__catanhl): Likewise.
29587 * math/libm-test.inc (catan_test): Add more tests.
29588 (catanh_test): Likewise.
29589 * sysdeps/i386/fpu/libm-test-ulps: Update.
29590 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29592 2013-04-24 Siddhesh Poyarekar <siddhesh@redhat.com>
29594 * benchtests/Makefile: Mention files in which fast and slow
29595 paths of math functions are implemented.
29597 2013-04-23 Roland McGrath <roland@hack.frob.com>
29599 * sysdeps/posix/timespec_get.c: New file.
29601 2013-04-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
29603 * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
29605 * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
29607 * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
29608 powerpc/power5/fpu folders.
29609 * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
29610 * benchtests/Makefile: Add modf testcase.
29611 * benchtests/bench-modf.c: New file: Benchmark test for mo
29613 2013-04-23 Siddhesh Poyarekar <siddhesh@redhat.com>
29616 * time/Makefile (tests): Add tst-strptime-whitespace.
29617 * time/strptime_l.c (get_number): Use ISSPACE.
29618 (__strptime_internal): Likewise.
29619 * time/tst-strptime-whitespace.c: New test case.
29621 2013-04-23 Andreas Schwab <schwab@linux-m68k.org>
29623 * nss/nss_files/files-init.c (TF): Don't initialize flexible array
29625 (_nss_files_init): Set it here.
29627 2013-04-23 Heiko Carstens <heiko.carstens@de.ibm.com>
29629 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
29630 f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
29633 2013-04-22 Jan-Benedict Glaw <jbglaw@getslash.de>
29635 * nss/getent.c (shadow_keys): Call endspent, not endpwent.
29637 2013-04-22 Siddhesh Poyarekar <siddhesh@redhat.com>
29639 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
29642 2013-04-21 David S. Miller <davem@davemloft.net>
29644 * po/ru.po: Update Russion translation from translation project.
29646 2013-04-17 Adam Conrad <adconrad@0c3.net>
29648 * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
29651 2013-04-17 Carlos O'Donell <carlos@redhat.com>
29653 * configure.in: Remove i386 configure warning. Remove i386 case.
29654 * configure: Regenerate.
29655 * sysdeps/i386/configure.in: Raise error if config_machine is i386.
29656 Add example to error message.
29657 * sysdeps/i386/configure: Regenerate.
29659 2013-04-17 Siddhesh Poyarekar <siddhesh@redhat.com>
29661 * benchtests/Makefile (bench): Add cos, tan, slowcos and
29663 * benchtests/cos-inputs: New file.
29664 * benchtests/slowcos-inputs: New file.
29665 * benchtests/slowcos.c: New file.
29666 * benchtests/slowtan-inputs: New file.
29667 * benchtests/slowtan.c: New file.
29668 * benchtests/tan-inputs: New file.
29670 2013-04-16 Roland McGrath <roland@hack.frob.com>
29672 * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
29675 2013-04-16 Siddhesh Poyarekar <siddhesh@redhat.com>
29677 * benchtests/Makefile: Include cppflags-iterator.mk to add
29678 -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
29680 * Makefile.in (bench-clean): New target.
29681 * benchtests/Makefile (bench-clean): Likewise.
29683 2013-04-16 David Holsgrove <david.holsgrove@xilinx.com>
29685 * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
29687 2013-04-15 Thomas Schwinge <thomas@codesourcery.com>
29689 * stdio-common/tstdiomisc.c: Fix coding-style violation.
29691 2013-04-15 Andreas Schwab <schwab@suse.de>
29693 * nscd/grpcache.c (cache_addgr): Properly check for short write.
29694 * nscd/initgrcache.c (addinitgroupsX): Likewise.
29695 * nscd/pwdcache.c (cache_addpw): Likewise.
29696 * nscd/servicescache.c (cache_addserv): Likewise. Don't write
29699 2013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
29701 * benchtests/Makefile (bench): Write all output to
29702 bench-out.tmp together.
29704 2013-04-15 Andreas Schwab <schwab@suse.de>
29706 * nscd/nscd.c (main): Don't fork again after closing files.
29708 2013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
29710 * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
29712 * benchtests/Rules (bench-deps): Collect dependencies into a
29713 single variable. Add Makefile to dependencies.
29714 ($(objpfx)bench-%.c): Depend on bench-deps.
29716 2013-04-12 Roland McGrath <roland@hack.frob.com>
29717 Xavier Roche <roche+kml2@exalead.com>
29720 * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
29721 just that it's a file descriptor.
29722 * manual/llio.texi (Synchronizing AIO Operations): Update description
29723 for EBADF error from aio_fsync.
29725 2013-04-12 Siddhesh Poyarekar <siddhesh@redhat.com>
29727 * Rules (bench): Move target definition...
29728 * benchtests/Makefile: ... here.
29730 2013-04-11 Carlos O'Donell <carlos@redhat.com>
29732 * math/libm-test.inc (cos_test): Fix PI/2 test.
29733 (sincos_test): Likewise.
29734 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
29735 * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
29737 2013-04-11 Andreas Schwab <schwab@suse.de>
29740 * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
29741 accept exponent character only when digits were seen.
29742 * stdio-common/Makefile (tests): Add bug26.
29743 * stdio-common/bug26.c: New file.
29746 * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
29749 2013-04-11 Siddhesh Poyarekar <siddhesh@redhat.com>
29751 * Makeconfig (rtld-prefix): Define built linker prefix.
29752 * Rules (run-bench): Use it.
29753 * math/Makefile (run-regen-ulps): Likewise.
29755 * Rules (bench): Remove eval.
29757 2013-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
29758 Roland McGrath <roland@hack.frob.com>
29759 Ondrej Bilka <neleai@seznam.cz>
29762 * time/getdate.c: Include ctype.h and alloca.h.
29763 (__getdate_r): Trim leading and trailing spaces of input.
29764 * time/tst-getdate.c (tests): Add tests with leading and
29767 2013-04-08 Roland McGrath <roland@hack.frob.com>
29770 * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
29771 when computing value.
29773 2013-04-06 Carlos O'Donell <carlos@redhat.com>
29775 * math/README.libm-test (How can I generate "libm-test-ulps"?):
29776 Use testrun.sh to run libm tests.
29779 * elf/dl-open.c (dl_open_worker): memset all of seen array.
29781 2013-04-06 Marko Myllynen <myllynen@redhat.com>
29784 * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
29786 2013-04-06 Carlos O'Donell <carlos@redhat.com>
29788 * Makefile.in (regen-ulps): New target.
29789 * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
29790 [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
29791 [ifneq (no,$(PERL)] (regen-ulps): New target.
29792 [ifeq (no,$(PERL)] (regen-ulps): New target.
29793 * math/libm-test.inc (ulps_file_name): Define.
29794 (output_dir): New variable.
29795 (options): Add "output-dir" option.
29796 (parse_opt): Handle 'o' case.
29797 (main): If output_dir is non-NULL use it as a prefix
29799 * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
29801 2013-04-06 Carlos O'Donell <carlos@redhat.com>
29803 [BZ #10060, #10062]
29804 * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
29805 * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
29806 fail configure if __sync_val_compare_and_swap is not inlined.
29807 * sysdeps/i386/configure: Regenerate.
29808 * configure.in: Build for i686 when configured for i386.
29809 * configure: Regenerate.
29810 * README: Remove i386 reference.
29812 2013-04-06 Carlos O'Donell <carlos@redhat.com>
29814 * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
29815 * sysdeps/s390/s390-64/sysdep.h: Likewise.
29817 2013-04-05 Thomas Schwinge <thomas@codesourcery.com>
29819 * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
29820 (lmsnanval): New variables.
29821 (F): Add conversion tests.
29822 * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
29823 * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
29825 * stdio-common/tstdiomisc.c (F): Properly collect individual
29828 [BZ #14686, #15336]
29829 * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
29830 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
29831 Instead, use input NaN values or generate a qNaN by arithmetic
29832 operation. Also fix bugs to comply with the standard.
29833 * math/libm-test.inc (remainder_test): Add more tests.
29835 [BZ #15335, #15342]
29836 * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
29837 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
29838 input NaN values or generate a qNaN by arithmetic operation.
29840 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
29843 * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
29846 2013-04-03 Joseph Myers <joseph@codesourcery.com>
29849 * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
29850 underflowed result.
29851 * math/s_cexpf.c (__cexpf): Likewise.
29852 * math/s_cexpl.c (__cexpl): Likewise.
29853 * math/libm-test.inc (cexp_test): Add more tests.
29855 2013-04-03 Andreas Schwab <schwab@suse.de>
29858 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
29859 order arrays from heap if bigger than alloca cutoff.
29861 2013-04-03 Thomas Schwinge <thomas@codesourcery.com>
29863 * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
29864 (SNAN_TESTS_double): Refer to GCC PR56831.
29865 * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
29868 2013-04-03 Siddhesh Poyarekar <siddhesh@redhat.com>
29870 * Rules (bench): Move bench.out after the run is complete.
29872 * Rules (bench): Echo currently running benchmark.
29874 * benchtests/Makefile (bench): Add atan and slowatan.
29875 * benchtests/atan-inputs: New file.
29876 * benchtests/slowatan-inputs: New file.
29877 * benchtests/slowatan.c: New file.
29879 * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
29880 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
29884 * sysdeps/unix/sysv/linux/kernel-features.h
29885 [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
29886 __ASSUME_XFS_RESTRICTED_CHOWN.
29887 * sysdeps/unix/sysv/linux/pathconf.c
29888 (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
29889 Save and restore errno.
29891 2013-04-02 Joseph Myers <joseph@codesourcery.com>
29894 * math/s_cacosh.c (__cacosh): Implement for finite nonzero
29895 arguments using __kernel_casinh.
29896 * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
29897 arguments using __kernel_casinhf.
29898 * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
29899 arguments using __kernel_casinhl.
29900 * math/libm-test.inc (cacosh_test): Add more tests.
29901 * sysdeps/i386/fpu/libm-test-ulps: Update.
29902 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29904 2013-04-02 Siddhesh Poyarekar <siddhesh@redhat.com>
29906 * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
29907 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
29909 * bench/Makefile (bench): Add sin and slowsin.
29910 * benchtests/sin-inputs: New file.
29911 * benchtests/slowsin-inputs: New file.
29912 * benchtests/slowsin.c: New file.
29914 * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
29915 (bench): Add slowexp and slowpow.
29916 (exp-ITER): Increase iterations.
29917 (pow-ITER): Likewise.
29918 * benchtests/exp-inputs: Change input.
29919 * benchtests/pow-inputs: Likewise.
29920 * benchtests/slowexp-inputs: New file.
29921 * benchtests/slowexp.c: New file.
29922 * benchtests/slowpow-inputs: New file.
29923 * benchtests/slowpow.c: New file.
29925 2013-04-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
29927 * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
29929 * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
29930 * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
29931 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
29932 * benchtests/Makefile: Add rint benchtest.
29933 * benchtests/rint-inputs: Input for rint benchtest.
29935 2013-04-02 Thomas Schwinge <thomas@codesourcery.com>
29937 * Versions.def (libm): Add GLIBC_2.18.
29938 * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
29939 hidden libm prototypes.
29940 [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
29941 * math/Makefile (libm-calls): Add s_issignaling.
29942 * math/Versions (libm: GLIBC_2.18): Add __issignaling,
29943 __issignalingf, __issignalingl. Adjust all libm.abilist files.
29944 * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
29946 * math/math.h [__USE_GNU] (issignaling): New macro.
29947 * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
29948 * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
29949 * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
29950 * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
29951 * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
29952 * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
29953 * manual/arith.texi (issignaling): New section.
29954 * manual/libm-err-tab.pl (@all_functions): Update comment.
29955 * math/gen-libm-test.pl (parse_args): Apply special handling for
29957 * math/libm-test.inc (print_float, issignaling_test): New
29959 (check_float_internal): Add issignaling checks.
29960 * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
29961 default definition.
29962 * sysdeps/powerpc/math-tests.h: New file.
29963 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
29965 * math/test-snan.c (TEST_FUNC): Likewise.
29967 2013-03-30 David S. Miller <davem@davemloft.net>
29969 * po/de.po: Update from translation team.
29971 2013-03-30 Joseph Myers <joseph@codesourcery.com>
29974 * math/k_casinh.c (__kernel_casinh): Handle arguments with
29975 imaginary part less than 1.0 and real part less than 0.5
29977 * math/k_casinhf.c (__kernel_casinhf): Likewise.
29978 * math/k_casinhl.c (__kernel_casinhl): Likewise.
29979 * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
29980 (cacos_test): Add more tests.
29981 (casin_test): Likewise.
29982 (casinh_test): Likewise.
29983 * sysdeps/i386/fpu/libm-test-ulps: Update.
29984 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29986 2013-03-29 Siddhesh Poyarekar <siddhesh@redhat.com>
29988 * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
29989 ONE with its value.
29991 * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
29992 (__pow_mp): Replace ONE and MONE with their values.
29993 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
29994 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
29995 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
29996 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
29997 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
29998 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30000 * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
30002 * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
30003 (__pow_mp): Replace ZERO and MZERO with their values.
30004 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
30005 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30006 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30007 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
30008 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30009 * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
30012 * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
30014 * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
30016 2013-03-28 Roland McGrath <roland@hack.frob.com>
30018 * include/stdlib.h [!SHARED] (__call_tls_dtors):
30019 Declare with __attribute__ ((weak)).
30020 * stdlib/exit.c (__libc_atexit) [!SHARED]:
30021 Call __call_tls_dtors only if it's not NULL.
30023 2013-03-28 Roland McGrath <roland@hack.frob.com>
30025 * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
30026 didn't do it already, then set _dl_phdr and _dl_phnum based on the
30027 magic __ehdr_start linker symbol if it's defined.
30028 * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
30029 them up here if it was already done.
30031 * elf/dl-support.c (_dl_phdr): Make pointer to const.
30032 (_dl_aux_init): Use const in cast when setting it.
30033 * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
30034 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
30035 * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
30037 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
30039 * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
30040 * csu/libc-tls.c: Nor here.
30041 * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
30043 * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
30044 (__libc_message): Never call vsyslog.
30046 2013-03-28 Alan Modra <amodra@gmail.com>
30048 * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
30050 * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
30053 2013-03-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
30056 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
30058 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30060 2013-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
30063 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
30064 Don't add gid passed as argument.
30066 * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
30068 2013-03-27 Joseph Myers <joseph@codesourcery.com>
30071 * math/k_casinh.c (__kernel_casinh): Handle arguments with
30072 imaginary part between 1.0 and 1.5 and real part less than 0.5
30074 * math/k_casinhf.c (__kernel_casinhf): Likewise.
30075 * math/k_casinhl.c (__kernel_casinhl): Likewise.
30076 * math/libm-test.inc (cacos_test): Add more tests.
30077 (casin_test): Likewise.
30078 (casinh_test): Likewise.
30079 * sysdeps/i386/fpu/libm-test-ulps: Update.
30080 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30082 2013-03-26 Siddhesh Poyarekar <siddhesh@redhat.com>
30084 * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
30087 (denorm): Likewise.
30088 (__dbl_mp): Likewise.
30089 (add_magnitudes): Likewise.
30090 (sub_magnitudes): Likewise.
30098 * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
30100 * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
30101 (__dubcos): Likewise.
30102 * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
30103 (__ieee754_acos): Likewise.
30104 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
30105 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
30106 (__exp1): Likewise.
30107 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30108 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
30110 (my_log2): Likewise.
30111 (checkint): Likewise.
30112 * sysdeps/ieee754/dbl-64/e_remainder.c
30113 (__ieee754_remainder): Likewise.
30114 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30115 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
30116 (bsloww): Likewise.
30117 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30119 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
30120 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
30121 MANTISSA_STORE_T to store computations on mantissa. Use
30122 macros for rounding and division.
30123 (denorm): Likewise.
30124 (__dbl_mp): Likewise.
30125 (add_magnitudes): Likewise.
30126 (sub_magnitudes): Likewise.
30129 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
30130 powers of two in terms of TWOPOW macro.
30131 (mp_no): Make type of mantissa as MANTISSA_T.
30132 [!RADIXI]: Define RADIXI.
30133 [!TWO52]: Define TWO52.
30134 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
30136 2013-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
30138 * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
30139 llroundl symbol when building for PPC32.
30141 2013-03-24 Mark H Weaver <mhw@netris.org>
30143 * manual/arith.texi (Normalization Functions): Fix prototypes for
30144 scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
30146 2013-03-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
30149 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
30150 high value to check if expl overflow.
30151 * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
30152 to check for underflow and overflow.
30153 * math/libm-test.inc: Add exp test.
30155 2013-03-21 Dmitry V. Levin <ldv@altlinux.org>
30158 * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
30161 2013-03-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
30163 * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
30166 2013-03-21 Thomas Schwinge <thomas@codesourcery.com>
30168 * math/gen-libm-test.pl (parse_args, special_functions): Properly
30169 wrap blocks consisting of several statements.
30171 * sysdeps/generic/math-tests.h: New file.
30172 * sysdeps/i386/fpu/math-tests.h: Likewise.
30173 * math/test-snan.c: Include it.
30174 (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
30176 2013-03-21 Joseph Myers <joseph@codesourcery.com>
30179 * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
30180 (__ieee754_j0l): Do not improve calculations using cos of twice
30181 input for inputs above LDBL_MAX / 2.0L.
30182 (__ieee754_y0l): Likewise.
30183 * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
30184 (__ieee754_j1l): Do not improve calculations using cos of twice
30185 input for inputs above LDBL_MAX / 2.0L.
30186 (__ieee754_y1l): Likewise.
30187 * math/libm-test.inc (j0_test): Add another test.
30188 (j1_test): Likewise.
30189 (y0_test): Likewise.
30190 (y1_test): Likewise.
30191 * sysdeps/i386/fpu/libm-test-ulps: Update.
30193 2013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
30195 * Rules ($(objpfx)bench-%.c): Include code from a C source
30198 2013-03-21 Joseph Myers <joseph@codesourcery.com>
30201 * math/k_casinh.c (__kernel_casinh): Handle arguments with
30202 imaginary part 1.0 and real part less than 0.5 specially.
30203 * math/k_casinhf.c (__kernel_casinhf): Likewise.
30204 * math/k_casinhl.c (__kernel_casinhl): Likewise.
30205 * math/libm-test.inc (cacos_test): Add more tests.
30206 (casin_test): Likewise.
30207 (casinh_test): Likewise.
30208 * sysdeps/i386/fpu/libm-test-ulps: Update.
30209 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30211 2013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
30213 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
30214 * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
30216 2013-03-20 Joseph Myers <joseph@codesourcery.com>
30218 * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
30219 * config.make.in (config-cflags-sse4): Remove variable.
30220 (config-cflags-avx): Likewise.
30221 (config-cflags-sse2avx): Likewise.
30222 (config-cflags-novzeroupper): Likewise.
30223 (config-asflags-i686): Likewise.
30224 (have-mfma4): Likewise.
30225 (have-as-vis3): Likewise.
30227 * configure.in (MIG): Do not AC_SUBST.
30228 (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
30229 (libc_cv_cc_sse4): Do not AC_SUBST.
30230 (libc_cv_cc_avx): Likewise.
30231 (libc_cv_cc_sse2avx): Likewise.
30232 (libc_cv_cc_novzeroupper): Likewise.
30233 (libc_cv_cc_fma4): Likewise.
30234 (libc_cv_as_i686): Likewise.
30235 (libc_cv_sparc_as_vis3): Likewise.
30236 * sysdeps/i386/configure.in (config-cflags-sse4): Set using
30238 (config-asflags-i686): Likewise.
30239 (config-cflags-avx): Likewise.
30240 (config-cflags-sse2avx): Likewise.
30241 (have-mfma4): Likewise.
30242 (config-cflags-novzeroupper): Likewise.
30243 * sysdeps/mach/configure.in (MIG): Likewise.
30244 * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
30245 * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
30247 (config-cflags-avx): Likewise.
30248 (config-cflags-sse2avx): Likewise.
30249 (have-mfma4): Likewise.
30250 (config-cflags-novzeroupper): Likewise.
30251 * configure: Regenerated.
30252 * sysdeps/i386/configure: Likewise.
30253 * sysdeps/mach/configure: Likewise.
30254 * sysdeps/sparc/configure: Likewise.
30255 * sysdeps/x86_64/configure: Likewise.
30257 2013-03-20 Roland McGrath <roland@hack.frob.com>
30260 * locale/programs/localedef.c (options): Put N_ translation marker
30261 on argument names, not just descriptions.
30263 2013-03-20 Marcus Shawcroft <marcus.shawcroft@linaro.org>
30265 * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
30267 2013-03-20 Ondřej Bílka <neleai@seznam.cz>
30270 * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
30272 2013-03-19 Roland McGrath <roland@hack.frob.com>
30274 * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
30275 [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
30276 [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
30277 [!BEFORE_ABORT] (before_abort): New function.
30278 [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
30279 * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
30280 (writev_for_fatal): New function.
30281 (WRITEV_FOR_FATAL): New macro; call that.
30282 (backtrace_and_maps): New function.
30283 (BEFORE_ABORT): New macro; call that.
30284 (struct str_list): Type removed.
30285 (__libc_message, __libc_fatal): Functions removed.
30286 Include <sysdeps/posix/libc_fatal.c> instead.
30288 2013-03-19 Joseph Myers <joseph@codesourcery.com>
30290 * math/k_casinhf.c (__kernel_casinhf): Consistently use float
30292 * math/k_casinhl.c (__kernel_casinhl): Consistently use long
30295 2013-03-19 Andreas Schwab <schwab@suse.de>
30297 * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
30298 * sysdeps/gnu/configure: Regenerate.
30300 * configure.in: Substitute libc_cv_rtlddir.
30301 * configure: Regenerate.
30302 * config.make.in (rtlddir): Set from libc_cv_rtlddir.
30303 * Makeconfig (rtlddir, inst_rtlddir): New variables.
30304 (rtld-LDFLAGS): Use them with $(rtld-installed-name).
30305 * elf/Makefile (install-others, CFLAGS-interp.c)
30306 (ldso_install, common-ldd-rewrite): Likewise.
30307 ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
30308 $(inst_slibdir)/$(rtld-installed-name).
30309 * scripts/rellns-sh: Add -p option.
30310 * Makerules (make-shlib-link): Use rellns-sh to get relative name
30313 2013-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
30315 * manual/nptl.texi: Renamed to ...
30316 * manual/threads.texi: ... this.
30317 * manual/Makefile (chapters): Update.
30319 2013-03-18 Roland McGrath <roland@hack.frob.com>
30322 * argp/argp-parse.c (argp_default_options): Put N_ translation marker
30323 on argument names, not just descriptions.
30324 * malloc/memusagestat.c (options): Likewise.
30325 * nss/getent.c (options): Likewise.
30327 2013-03-18 Benno Schulenberg <bensberg@justemail.net>
30330 * iconv/iconv_prog.c (options): Put N_ translation marker
30331 on argument names, not just descriptions.
30332 * iconv/iconvconfig.c (options): Likewise.
30334 2013-03-18 Ondrej Bilka <neleai@seznam.cz>
30336 * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
30337 implementation which is faster on all x86_64 architectures.
30338 Tested on AMD, Intel Nehalem, SNB, IVB.
30339 * sysdeps/x86_64/strnlen.S: Likewise.
30341 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
30342 Remove all multiarch strlen and strnlen versions.
30343 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
30344 Remove strlen and strnlen related parts.
30346 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
30347 Inline strlen part.
30348 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
30350 * sysdeps/x86_64/multiarch/strlen.S: Remove.
30351 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
30352 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
30353 * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
30354 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
30355 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
30357 2013-03-17 Carlos O'Donell <carlos@redhat.com>
30359 * manual/memory.texi (Malloc Tunable Parameters):
30360 Sort parameters alphabetically. Add comments for missing entries.
30362 2013-03-17 David S. Miller <davem@davemloft.net>
30364 * sysdeps/sparc/fpu/libm-test-ulps: Update.
30366 2013-03-16 Joseph Myers <joseph@codesourcery.com>
30369 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
30370 for arguments at most half maximum finite value.
30371 * math/libm-test.inc (j0_test): Add more tests.
30372 (j1_test): Likewise.
30373 (y0_test): Likewise.
30374 (y1_test): Likewise.
30375 * sysdeps/i386/fpu/libm-test-ulps: Update.
30376 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30379 * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
30380 1 / x and functions P and Q for arguments above 0x1p256L.
30381 (__ieee754_y0l): Likewise.
30382 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
30383 (__ieee754_y1l): Likewise.
30384 * math/libm-test.inc (j0_test): Do not allow spurious underflows.
30385 (j1_test): Likewise.
30386 (y0_test): Likewise.
30387 (y1_test): Likewise.
30389 2013-03-16 Thomas Schwinge <thomas@codesourcery.com>
30391 * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
30394 2013-03-15 Roland McGrath <roland@hack.frob.com>
30396 * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
30397 (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
30398 zero since it's initialized to EXEC_PAGESIZE.
30400 * sysdeps/unix/sysv/linux/ldsodefs.h
30401 (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
30402 * sysdeps/generic/ldsodefs.h: ... here.
30404 2013-03-15 Thomas Schwinge <thomas@codesourcery.com>
30406 * math/libm-test.inc (ldexp_test): Add missing START/END markers.
30408 * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
30410 * math/test-snan.c: Renamed from
30411 sysdeps/powerpc/fpu/test-powerpc-snan.c.
30412 * math/Makefile (tests): Add test-snan.
30413 * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
30416 * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
30417 SUFFIX. Initialize qNaN_var with __builtin_nan family of
30419 (TEST_TRUNC): Add SUFFIX argument. Initialize qNaN_var with
30420 __builtin_nan family of functions.
30421 * math/libm-test.inc (initialize): Initialize qnan_value with
30422 __builtin_nan family of functions.
30423 * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
30425 (init_signaling_nan, snan_float, snan_double, snan_ldouble):
30427 (TEST_FUNC): Add SUFFIX argument. Move sNaN_var into static
30428 storage class. Initialize qNaN_var and sNaN_var with
30429 __builtin_nan and __builtin_nans families of functions,
30432 * math/libm-test.inc (acosh_test): Also test with qNaN input.
30433 (sqrt_test): Remove duplicate test with qNaN input.
30434 (lrint_test, llrint_test, lround_test, llround_test, rint_test)
30435 (round_test, signbit_test, significand_test): Note missing +/-Inf
30436 as well as qNaN tests.
30438 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
30439 qNaN_var. Fix a few strings, too.
30440 * math/libm-test.inc (nan_value): Rename to qnan_value.
30441 * math/gen-libm-test.pl (%beautify): Adjust to that.
30442 * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
30443 * math/test-misc.c (main): Likewise.
30444 * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
30445 to __qnan_bytes, and __qnan_union, respectively.
30446 * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
30448 * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
30449 and lqnanval, respectively.
30450 * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
30451 * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
30452 * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
30453 and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
30455 * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
30456 * math/test-misc.c (main) [__x86_64__]: Enable test for long
30459 * math/test-misc.c (main): Fix copy'n'pastos.
30460 * misc/tst-efgcvt.c (special): Likewise.
30462 * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
30463 Remove declarations.
30465 2013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
30467 * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
30468 * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
30469 * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
30470 * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
30472 2013-03-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
30474 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
30475 macro to return vdso values correctly in IFUNC implementations.
30476 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
30477 Optimization by using IFUNC.
30479 2013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
30480 Richard Henderson <rth@redhat.com>
30481 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
30483 * Makefile.in (bench): New target.
30484 * NEWS: Mention the benchmark framework.
30485 * Rules (bench): Likewise.
30486 (binaries-bench): Generate binaries for functions to
30488 * benchtests/Makefile: New makefile for benchmark tests.
30489 * benchtests/bench-skeleton.c: New skeleton file for benchmark
30491 * benchtests/exp-inputs: New input file for EXP function.
30492 * benchtests/pow-inputs: New input file for POW function.
30493 * scripts/bench.pl: New script to generate source files for
30494 benchmark programs.
30496 2013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
30498 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
30499 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
30500 computations on mantissa. Use macros for rounding and
30502 (denorm): Likewise.
30503 (__dbl_mp): Likewise.
30504 (add_magnitudes): Likewise.
30505 (sub_magnitudes): Likewise.
30508 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
30509 powers of two in terms of TWOPOW macro.
30510 (mp_no): Make type of mantissa as MANTISSA_T.
30511 [!RADIXI]: Define RADIXI.
30512 [!TWO52]: Define TWO52.
30513 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
30515 * manual/nptl.texi (cindex): Modify threads to pthreads.
30517 2013-03-15 Joseph Myers <joseph@codesourcery.com>
30519 * sysdeps/x86_64/preconfigure: Regenerated.
30521 2013-03-14 Joseph Myers <joseph@codesourcery.com>
30524 * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
30526 (qzero): Return -0.125 / x for arguments 0x1p28 and above.
30527 * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
30529 (qzero): Return 0.375 / x for arguments 0x1p28 and above.
30530 * math/libm-test.inc (j0_test): Do not allow one spurious
30531 underflow exception.
30532 (y1_test): Likewise.
30534 2013-03-14 Siddhesh Poyarekar <siddhesh@redhat.com>
30536 * manual/Makefile (chapters): Add nptl.
30537 * manual/debug.texi (Debugging Support): Add link to Threads
30539 * manual/nptl.texi: New file.
30541 * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
30543 2013-03-14 Petr Baudis <pasky@ucw.cz>
30545 * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
30546 for non-NULL pointer before the memory validity test. Pointed
30547 out by Holger Brunck <holger.brunck@keymile.com>.
30549 2013-03-13 Andreas Schwab <schwab@suse.de>
30551 * extra-lib.mk (extra-objs): Add static-only-routines as .oS
30554 2013-03-13 Joseph Myers <joseph@codesourcery.com>
30556 * timezone/zic.c: Update from tzcode 2013b.
30558 2013-03-12 Carlos O'Donell <carlos@redhat.com>
30560 * manual/install.texi (Configuring and compiling):
30561 Mention i686 and i586.
30562 * INSTALL: Regenerate.
30564 2013-03-12 Roland McGrath <roland@hack.frob.com>
30566 * sysdeps/init_array/elf-init.c: New file.
30568 (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
30569 (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
30571 * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
30572 __gmon_start__ as global, but as static with a .preinit_array pointer.
30573 * sysdeps/init_array/gmon-start.c: New file. Use that.
30574 * sysdeps/init_array/crti.S: New file, empty except for comments.
30575 * sysdeps/init_array/crtn.S: Likewise.
30577 2013-03-11 Ondřej Bílka <neleai@seznam.cz>
30579 * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
30581 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30582 Remove Prefer_SSE_for_memop.
30583 * sysdeps/x86_64/multiarch/init-arch.h: Remove
30584 bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
30585 HAS_PREFER_SSE_FOR_MEMOP.
30586 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
30588 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
30589 Remove bzero, memset ifunc support.
30590 * sysdeps/x86_64/multiarch/bzero.S: Remove file.
30591 * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
30592 * sysdeps/x86_64/multiarch/memset.S: Likewise.
30593 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
30595 2013-03-11 Andreas Schwab <schwab@suse.de>
30598 * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
30600 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
30601 (GLIBC_2.16): Remove pthread_atfork.
30603 2013-03-08 Paul Pluzhnikov <ppluzhnikov@google.com>
30605 * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
30606 (ptestcases.h): Likewise.
30608 2013-03-08 Roland McGrath <roland@hack.frob.com>
30610 * Makeconfig ($(common-objpfx)config.status): Depend on
30611 sysdeps/*/preconfigure{,.in} too.
30613 2013-03-08 Joseph Myers <joseph@codesourcery.com>
30615 * malloc/malloc.h (__malloc_ptr_t): Remove macro.
30616 (__free_hook): Use void * instead of __malloc_ptr_t.
30617 (__malloc_hook): Likewise.
30618 (__realloc_hook): Likewise.
30619 (__memalign_hook): Likewise.
30620 (__after_morecore_hook): Likewise.
30621 * malloc/arena.c (save_malloc_hook): Likewise.
30622 (save_free_hook): Likewise.
30623 * malloc/hooks.c (malloc_hook_ini): Likewise.
30624 (realloc_hook_ini): Likewise.
30625 (memalign_hook_ini): Likewise.
30626 * malloc/malloc.c (malloc_hook_ini): Likewise.
30627 (realloc_hook_ini): Likewise.
30628 (memalign_hook_ini): Likewise.
30629 (__free_hook): Likewise.
30630 (__malloc_hook): Likewise.
30631 (__realloc_hook): Likewise.
30632 (__memalign_hook): Likewise.
30633 (__libc_malloc): Likewise.
30634 (__libc_free): Likewise.
30635 (__libc_realloc): Likewise.
30636 (__libc_memalign): Likewise.
30637 (__libc_valloc): Likewise.
30638 (__libc_pvalloc): Likewise.
30639 (__libc_calloc): Likewise.
30640 (__posix_memalign): Likewise.
30641 * malloc/morecore.c (__sbrk): Likewise.
30642 (__default_morecore): Likewise.
30644 * malloc/morecore.c (__default_morecore): Use ISO C prototype.
30646 * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
30647 * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
30648 __malloc_ptrdiff_t.
30650 * malloc/malloc.h (__malloc_size_t): Remove macro.
30651 * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
30653 (old_memalign_hook): Likewise.
30654 (old_realloc_hook): Likewise.
30655 (struct hdr): Likewise.
30657 (mallochook): Likewise.
30658 (memalignhook): Likewise.
30659 (reallochook): Likewise.
30660 * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
30661 (tr_old_realloc_hook): Likewise.
30662 (tr_old_memalign_hook): Likewise.
30663 (tr_mallochook): Likewise.
30664 (tr_reallochook): Likewise.
30665 (tr_memalignhook): Likewise.
30667 2013-03-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
30669 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
30670 default_ldbl_pack and using as default implementation.
30671 (ldbl_unpack): Rename to default_ldbl_unpack and using as default
30673 * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
30674 redundant definition.
30675 (ldbl_insert_mantissa): Likewise.
30676 (ldbl_canonicalize): Likewise.
30677 (ldbl_nearbyint): Likewise.
30678 (ldbl_pack): Rename to ldbl_pack_ppc.
30679 (ldbl_unpack): Rename to ldbl_unpack_ppc.
30680 * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
30681 * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
30683 2013-03-08 Siddhesh Poyarekar <siddhesh@redhat.com>
30685 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
30686 * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
30687 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
30688 * sysdeps/powerpc/power4/fpu/Makefile: ... here.
30689 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
30690 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
30691 * sysdeps/powerpc/powerpc32/power4/Implies: New file.
30692 * sysdeps/powerpc/powerpc64/power4/Implies: New file.
30694 2013-03-07 Andreas Jaeger <aj@suse.de>
30696 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
30699 2013-03-07 Siddhesh Poyarekar <siddhesh@redhat.com>
30701 * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
30702 Include mpa.h and declare __MPEXP.
30703 [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
30704 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
30705 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
30706 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
30707 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
30708 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
30709 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
30711 * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
30712 (__slowpow): Use long double EXPL and LOGL functions to
30714 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
30715 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
30716 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
30717 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
30718 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
30719 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
30721 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
30722 intermediate variable to calculate exponent.
30724 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
30728 * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
30729 [!NO__SQR]: Define __sqr.
30730 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
30731 and NO__SQR. Remove all code except __mul and __sqr. Include
30732 sysdeps/ieee754/dbl-64/mpa.c.
30733 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30736 * posix/Makefile (tests): Add tst-pathconf.
30737 * posix/tst-pathconf.c: New test case.
30738 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
30740 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
30742 2013-03-06 Patsy Franklin <pfrankli@redhat.com>
30744 * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
30746 2013-03-06 Andreas Jaeger <aj@suse.de>
30748 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
30749 definition via __MAP_ANONYMOUS.
30751 * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
30752 it's not part of Linux headers.
30754 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
30755 (MAP_HUGE_MASK): Define.
30757 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
30759 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30760 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
30762 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30763 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
30765 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30766 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
30768 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
30770 * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
30771 * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
30772 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
30773 * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
30774 * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
30775 * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
30777 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
30780 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
30781 Handle f2fs and efivarfs.
30783 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
30786 * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
30787 (EFIVARFS_MAGIC): Add.
30788 (F2FS_LINK_MAX): Add.
30790 2013-03-06 Paul Pluzhnikov <ppluzhnikov@google.com>
30792 * stdio-common/vfprintf.c: Replace __builtin_expect with
30795 2013-03-06 Joseph Myers <joseph@codesourcery.com>
30798 * sysdeps/generic/bp-sym.h: Remove file.
30799 * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
30800 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
30801 <bp-sym.h> and <bp-asm.h>.
30802 (__longjmp): Don't use BP_SYM.
30803 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
30805 (memcpy): Don't use BP_SYM.
30806 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
30807 <bp-sym.h> and <bp-asm.h>.
30808 (memcpy): Don't use BP_SYM.
30809 * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
30811 (memcpy): Don't use BP_SYM.
30812 * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
30814 (memset): Don't use BP_SYM.
30815 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30816 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30817 (__bzero): Don't use BP_SYM.
30818 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30819 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30820 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
30821 <bp-sym.h> and <bp-asm.h>.
30822 (memcmp): Don't use BP_SYM. Remove comment about bounded
30824 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
30825 <bp-sym.h> and <bp-asm.h>.
30826 (memcpy): Don't use BP_SYM.
30827 * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
30828 <bp-sym.h> and <bp-asm.h>.
30829 (memset): Don't use BP_SYM.
30830 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30831 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30832 (__bzero): Don't use BP_SYM.
30833 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30834 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30835 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
30836 <bp-sym.h> and <bp-asm.h>.
30837 (strncmp): Don't use BP_SYM. Remove comment about bounded
30839 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
30840 <bp-sym.h> and <bp-asm.h>.
30841 (memcpy): Don't use BP_SYM.
30842 * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
30843 <bp-sym.h> and <bp-asm.h>.
30844 (memset): Don't use BP_SYM.
30845 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
30846 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
30847 (__bzero): Don't use BP_SYM.
30848 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
30849 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
30850 * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
30851 <bp-sym.h> and <bp-asm.h>.
30852 (__memchr): Don't use BP_SYM.
30853 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
30854 <bp-sym.h> and <bp-asm.h>.
30855 (memcmp): Don't use BP_SYM. Remove comment about bounded
30857 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
30858 <bp-sym.h> and <bp-asm.h>.
30859 (memcpy): Don't use BP_SYM.
30860 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
30861 <bp-sym.h> and <bp-asm.h>.
30862 (__mempcpy): Don't use BP_SYM.
30863 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
30864 <bp-sym.h> and <bp-asm.h>.
30865 (__memrchr): Don't use BP_SYM.
30866 * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
30867 <bp-sym.h> and <bp-asm.h>.
30868 (memset): Don't use BP_SYM.
30869 (__bzero): Likewise.
30870 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
30871 <bp-sym.h> and <bp-asm.h>.
30872 (__rawmemchr): Don't use BP_SYM.
30873 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
30874 <bp-sym.h> and <bp-asm.h>.
30875 (__STRCMP): Don't use BP_SYM.
30876 * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
30877 <bp-sym.h> and <bp-asm.h>.
30878 (strchr): Don't use BP_SYM.
30879 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
30880 <bp-sym.h> and <bp-asm.h>.
30881 (__strchrnul): Don't use BP_SYM.
30882 * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
30883 <bp-sym.h> and <bp-asm.h>.
30884 (strlen): Don't use BP_SYM.
30885 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
30886 <bp-sym.h> and <bp-asm.h>.
30887 (strncmp): Don't use BP_SYM. Remove comment about bounded
30889 * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
30890 <bp-sym.h> and <bp-asm.h>.
30891 (__strnlen): Don't use BP_SYM.
30892 * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
30893 <bp-sym.h> and <bp-asm.h>.
30894 (__GI__setjmp): Don't use BP_SYM.
30895 (_setjmp): Likewise.
30896 (__sigsetjmp): Likewise.
30897 * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
30898 (L(start_addresses)): Don't use BP_SYM.
30899 (_start): Likewise.
30900 * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
30902 (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
30903 STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
30904 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30905 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30906 * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
30908 (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
30909 CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE. Remove comment
30910 about bounded pointers.
30911 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
30912 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
30913 * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
30915 (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove comment
30916 about bounded pointers. Remove GKM FIXME comments.
30917 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
30918 * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
30920 (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
30921 STORE_RETURN_BOUNDS. Remove comment about bounded pointers.
30922 Remove GKM FIXME comments.
30923 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
30924 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
30925 * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
30927 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove comment
30928 about bounded pointers. Remove GKM FIXME comment.
30929 * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
30931 (strncmp): Don't use BP_SYM. Remove comment about bounded
30933 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
30934 <bp-sym.h> and <bp-asm.h>.
30935 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
30936 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
30937 <bp-sym.h> and <bp-asm.h>.
30938 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
30941 2013-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
30943 * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
30946 2013-03-05 David S. Miller <davem@davemloft.net>
30948 * po/es.po: Update from translation team.
30950 2013-03-05 Andreas Jaeger <aj@suse.de>
30952 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
30953 <bits/mman-linux.h>.
30954 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
30956 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
30957 <bits/mman-linux.h> to end of file.
30958 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
30960 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
30961 <bits/mman-linux.h> to end of file.
30962 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
30964 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
30965 <bits/mman-linux.h> to end of file.
30967 * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
30968 (MCL_CURRENT, MCL_FUTURE): Define here.
30970 2013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
30973 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
30975 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
30977 2013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
30979 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
30980 fourth parameter needed for rt_sigprocmask syscall.
30981 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
30982 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
30983 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
30984 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
30985 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
30986 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
30988 2013-03-04 Joseph Myers <joseph@codesourcery.com>
30991 * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
30992 comment about bounded pointers.
30993 * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
30994 * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
30996 2013-03-04 Andreas Jaeger <aj@suse.de>
30998 * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
30999 common definitions.
31001 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
31002 provided by bits/mman-linux.h and include <bits/mman-linux.h>.
31003 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
31004 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
31005 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
31006 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
31008 2013-03-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
31011 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
31012 __ieee754_sqrl instead of __sqrl.
31014 2013-03-01 Joseph Myers <joseph@codesourcery.com>
31016 * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
31017 * sysdeps/powerpc/fpu_control.h: ... here.
31018 * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
31019 * sysdeps/powerpc/bits/fenvinline.h: ... here.
31020 * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
31021 * sysdeps/powerpc/bits/mathinline.h: ... here.
31023 2013-03-01 Roland McGrath <roland@hack.frob.com>
31025 * elf/dl-hwcaps.c (_dl_important_hwcaps):
31026 Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
31027 to just [NEED_DL_SYSINFO_DSO].
31028 * elf/dl-support.c: Likewise.
31029 * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
31030 * elf/rtld.c (dl_main): Likewise.
31031 * elf/setup-vdso.h (setup_vdso): Likewise.
31032 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
31033 * sysdeps/unix/sysv/linux/dl-sysdep.c
31034 (_dl_discover_osversion): Likewise.
31036 2013-03-01 Carlos O'Donell <carlos@redhat.com>
31038 * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
31039 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
31041 2013-03-01 Siddhesh Poyarekar <siddhesh@redhat.com>
31043 * NEWS: Mention libm performance improvements and non-x86 PI
31046 * csu/libc-start.c (__pthread_initialize_minimal): Change
31047 function arguments.
31048 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
31050 2013-02-28 Joseph Myers <joseph@codesourcery.com>
31053 * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
31054 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
31055 <bp-sym.h> and <bp-asm.h>.
31056 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31057 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
31059 (memcpy): Don't use BP_SYM.
31060 * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
31062 (__mpn_add_n): Don't use BP_SYM.
31063 (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
31064 * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
31066 (__mpn_addmul_1): Don't use BP_SYM.
31067 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31068 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
31070 (_setjmp): Don't use BP_SYM.
31071 (__novmx_setjmp): Likewise.
31072 (__GI__setjmp): Likewise.
31073 (__vmx_setjmp): Likewise.
31074 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
31076 * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
31077 (__bzero): Don't use BP_SYM.
31078 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31079 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31080 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
31081 <bp-sym.h> and <bp-asm.h>.
31082 (memcpy): Don't use BP_SYM.
31083 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
31084 <bp-sym.h> and <bp-asm.h>.
31085 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31086 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
31087 <bp-sym.h> and <bp-asm.h>.
31088 (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31089 * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
31091 (__mpn_lshift): Don't use BP_SYM.
31092 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31093 * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
31095 (memset): Don't use BP_SYM.
31096 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31097 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31098 * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
31100 (__mpn_mul_1): Don't use BP_SYM.
31101 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31102 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
31103 <bp-sym.h> and <bp-asm.h>.
31104 (memcmp): Don't use BP_SYM.
31105 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
31106 <bp-sym.h> and <bp-asm.h>.
31107 (memcpy): Don't use BP_SYM.
31108 * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
31109 <bp-sym.h> and <bp-asm.h>.
31110 (memset): Don't use BP_SYM.
31111 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
31112 <bp-sym.h> and <bp-asm.h>.
31113 (strncmp): Don't use BP_SYM.
31114 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
31115 <bp-sym.h> and <bp-asm.h>.
31116 (memcpy): Don't use BP_SYM.
31117 * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
31118 <bp-sym.h> and <bp-asm.h>.
31119 (memset): Don't use BP_SYM.
31120 * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
31121 <bp-sym.h> and <bp-asm.h>.
31122 (__memchr): Don't use BP_SYM.
31123 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
31124 <bp-sym.h> and <bp-asm.h>.
31125 (memcmp): Don't use BP_SYM.
31126 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
31127 <bp-sym.h> and <bp-asm.h>.
31128 (memcpy): Don't use BP_SYM.
31129 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
31130 <bp-sym.h> and <bp-asm.h>.
31131 (__mempcpy): Don't use BP_SYM.
31132 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
31133 <bp-sym.h> and <bp-asm.h>.
31134 (__memrchr): Don't use BP_SYM.
31135 * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
31136 <bp-sym.h> and <bp-asm.h>.
31137 (memset): Don't use BP_SYM.
31138 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
31139 <bp-sym.h> and <bp-asm.h>.
31140 (__rawmemchr): Don't use BP_SYM.
31141 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
31142 <bp-sym.h> and <bp-asm.h>.
31143 (__STRCMP): Don't use BP_SYM.
31144 * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
31145 <bp-sym.h> and <bp-asm.h>.
31146 (strchr): Don't use BP_SYM.
31147 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
31148 <bp-sym.h> and <bp-asm.h>.
31149 (__strchrnul): Don't use BP_SYM.
31150 * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
31151 <bp-sym.h> and <bp-asm.h>.
31152 (strlen): Don't use BP_SYM.
31153 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
31154 <bp-sym.h> and <bp-asm.h>.
31155 (strncmp): Don't use BP_SYM.
31156 * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
31157 <bp-sym.h> and <bp-asm.h>.
31158 (__strnlen): Don't use BP_SYM.
31159 * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
31161 (__mpn_rshift): Don't use BP_SYM.
31162 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31163 * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
31164 <bp-sym.h> and <bp-asm.h>.
31165 (__sigsetjmp): Don't use BP_SYM.
31166 * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
31167 (L(start_addresses)): Don't use BP_SYM.
31168 (_start): Likewise.
31169 * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
31171 (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
31172 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31173 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31174 * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
31176 (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
31177 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31178 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31179 * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
31181 (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
31183 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
31184 * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
31186 (strcpy): Don't use BP_SYM and macros from bp-asm.h. Remove GKM
31188 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31189 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31190 * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
31192 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
31194 * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
31196 (strncmp): Don't use BP_SYM,
31197 * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
31199 (__mpn_sub_n): Don't use BP_SYM.
31200 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31201 * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
31203 (__mpn_submul_1): Don't use BP_SYM.
31204 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31205 * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
31206 <bp-sym.h> and <bp-asm.h>.
31207 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
31208 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
31209 <bp-sym.h> and <bp-asm.h>.
31210 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
31213 2013-02-28 Siddhesh Poyarekar <siddhesh@redhat.com>
31215 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
31216 Use ZK to minimize writes to Z.
31217 (sub_magnitudes): Simplify code a bit.
31218 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
31219 Use ZK to minimize writes to Z.
31220 (sub_magnitudes): Simplify code a bit.
31222 2013-02-27 Roland McGrath <roland@hack.frob.com>
31224 * csu/gmon-start.c: Add special exception to license text.
31226 2013-02-27 Richard Henderson <rth@redhat.com>
31228 * scripts/config.guess: Update from config.git.
31229 * scripts/config.sub: Likewise.
31231 2013-02-27 Siddhesh Poyarekar <siddhesh@redhat.com>
31233 * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
31235 * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
31237 * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
31239 * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
31241 * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
31243 2013-02-26 Roland McGrath <roland@hack.frob.com>
31245 * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
31246 [$(build-shared = yes].
31248 2013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
31250 * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
31251 (__mul): Reduce iterations for calculating mantissa.
31253 * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
31255 (__mpranred): Likewise.
31258 * malloc/memusagestat.c (main): Draw graphs for heap and stack
31259 only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
31261 2013-02-26 Paul Eggert <eggert@cs.ucla.edu>
31263 * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
31264 Define __attribute__.
31266 2013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
31268 * locale/elem-hash.h (elem_hash): Mark as pure and possibly
31270 * posix/regex_internal.h (__attribute): Remove.
31271 [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
31272 (re_string_context_at): Likewise.
31273 (bitset_not): Use __attribute__ and mark function as possibly
31275 (bitset_merge): Likewise.
31276 (bitset_mask): Likewise.
31277 (re_string_char_size_at): Likewise.
31278 (re_string_wchar_at): Likewise.
31279 (re_string_elem_size_at): Likewise.
31281 2013-02-25 Siddhesh Poyarekar <siddhesh@redhat.com>
31283 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
31287 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
31291 (denorm): Likewise.
31292 (__dbl_mp): Likewise.
31293 (add_magnitudes): Likewise.
31294 (sub_magnitudes): Likewise.
31298 * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
31301 * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
31304 * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
31307 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
31308 up changes with default code.
31309 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
31312 2013-02-24 Allan McRae <allan@archlinux.org>
31314 * manual/socket.texi (The Internet Namespace): Order menu items
31315 to match that in the file.
31317 * manual/libc-texinfo.sh: Use @detailmenu around the detailed
31318 node listing of the info page menu.
31320 2013-02-21 Joseph Myers <joseph@codesourcery.com>
31323 * sysdeps/i386/bp-asm.h: Remove file.
31324 * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
31325 (PARMS): Do not use macros from bp-asm.h.
31329 (__mpn_add_n): Do not use BP_SYM
31330 * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
31332 (PARMS): Do not use macros from bp-asm.h.
31335 (__mpn_addmul_1): Do not use BP_SYM
31336 * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
31338 (PARMS): Do not use macros from bp-asm.h.
31339 (SIGMSK): Likewise.
31340 (_setjmp): Likewise. Do not use BP_SYM.
31341 * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
31343 (PARMS): Do not use macros from bp-asm.h.
31344 (SIGMSK): Likewise.
31345 (setjmp): Likewise. Do not use BP_SYM.
31346 * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
31348 (PARMS): Do not use macros from bp-asm.h.
31349 (__frexp): Do not use BP_SYM.
31351 * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
31353 (PARMS): Do not use macros from bp-asm.h.
31354 (__frexpf): Do not use BP_SYM.
31355 (frexpf): Likewise.
31356 * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
31358 (PARMS): Do not use macros from bp-asm.h.
31359 (__frexpl): Do not use BP_SYM.
31360 (frexpl): Likewise.
31361 * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
31363 (PARMS): Do not use macros from bp-asm.h.
31364 (__remquo): Do not use BP_SYM.
31365 (remquo): Likewise.
31366 * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
31368 (PARMS): Do not use macros from bp-asm.h.
31369 (__remquof): Do not use BP_SYM.
31370 (remquof): Likewise.
31371 * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
31373 (PARMS): Do not use macros from bp-asm.h.
31374 (__remquol): Do not use BP_SYM.
31375 (remquol): Likewise.
31376 * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
31378 (PARMS): Do not use macros from bp-asm.h.
31381 (strcat): Remove GKM FIXME comment. Do not use BP_SYM.
31382 * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
31384 (PARMS): Do not use macros from bp-asm.h.
31385 (strlen): Do not use BP_SYM.
31386 * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
31388 (PARMS): Do not use macros from bp-asm.h.
31392 (__mpn_add_n): Do not use BP_SYM.
31393 * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
31395 (PARMS): Do not use macros from bp-asm.h.
31398 (__mpn_addmul_1): Do not use BP_SYM.
31399 * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
31402 * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
31404 (PARMS): Do not use macros from bp-asm.h.
31407 (__mpn_lshift): Do not use BP_SYM.
31408 * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
31410 (PARMS): Do not use macros from bp-asm.h.
31414 (memcpy): Likewise. Do not use BP_SYM.
31415 * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
31416 libc_hidden_def and weak_alias.
31417 (mempcpy): Do not use BP_SYM in weak_alias.
31418 * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
31420 (PARMS): Do not use macros from bp-asm.h.
31423 [!BZERO_P] (CHR): Likewise.
31424 (memset): Likewise. Do not use BP_SYM.
31425 * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
31427 (PARMS): Do not use macros from bp-asm.h.
31430 (__mpn_mul_1): Do not use BP_SYM.
31431 * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
31433 (PARMS): Do not use macros from bp-asm.h.
31436 (__mpn_rshift): Do not use BP_SYM.
31437 * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
31439 (PARMS): Do not use macros from bp-asm.h.
31442 (strchr): Likewise. Do not use BP_SYM.
31443 (index): Do not use BP_SYM in weak_alias.
31444 * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
31446 (PARMS): Do not use macros from bp-asm.h.
31449 (STRCPY): Likewise. Remove GKM FIXME comment. Do not use BP_SYM.
31450 * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
31452 (PARMS): Do not use macros from bp-asm.h.
31453 (strlen): Do not use BP_SYM.
31454 * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
31456 (PARMS): Do not use macros from bp-asm.h.
31460 (__mpn_sub_n): Do not use BP_SYM.
31461 * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
31463 (PARMS): Do not use macros from bp-asm.h.
31466 (__mpn_submul_1): Do not use BP_SYM.
31467 * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
31469 (PARMS): Do not use macros from bp-asm.h.
31473 (__mpn_add_n): Do not use BP_SYM.
31474 * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
31477 * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
31479 (PARMS): Do not use macros from bp-asm.h.
31482 (memcmp): Do not use BP_SYM.
31483 (bcmp): Do not use BP_SYM in weak_alias.
31484 * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
31486 (PARMS): Do not use macros from bp-asm.h.
31490 (memcpy): Likewise. Do not use BP_SYM.
31491 * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
31493 (PARMS): Do not use macros from bp-asm.h.
31497 (memmove): Likewise. Do not use BP_SYM.
31498 * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
31500 (PARMS): Do not use macros from bp-asm.h.
31504 (__mempcpy): Likewise. Do not use BP_SYM.
31505 (mempcpy): Do not use BP_SYM in weak_alias.
31506 * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
31508 (PARMS): Do not use macros from bp-asm.h.
31511 [!BZERO_P] (CHR): Likewise.
31512 (memset): Likewise. Do not use BP_SYM.
31513 * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
31515 (PARMS): Do not use macros from bp-asm.h.
31517 (strcmp): Do not use BP_SYM.
31518 * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
31520 (PARMS): Do not use macros from bp-asm.h.
31523 [USE_AS_STRTOK_R] (SAVE): Likewise.
31524 (FUNCTION): Likewise. Do not use BP_SYM.
31525 * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
31527 (strtok_r): Likewise.
31528 (__GI___strtok_r): Likewise.
31529 * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
31530 (PARMS): Do not use macros from bp-asm.h.
31533 (__mpn_lshift): Do not use BP_SYM.
31534 * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
31535 (PARMS): Do not use macros from bp-asm.h.
31538 (__memchr): Do not use BP_SYM.
31539 (memchr): Do not use BP_SYM in weak_alias.
31540 * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
31541 (PARMS): Do not use macros from bp-asm.h.
31544 (memcmp): Do not use BP_SYM.
31545 (bcmp): Do not use BP_SYM in weak_alias.
31546 * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
31547 (PARMS): Do not use macros from bp-asm.h.
31550 (__mpn_mul_1): Do not use BP_SYM.
31551 * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
31553 (PARMS): Do not use macros from bp-asm.h.
31556 (__rawmemchr): Do not use BP_SYM.
31557 (rawmemchr): Do not use BP_SYM in weak_alias.
31558 * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
31559 (PARMS): Do not use macros from bp-asm.h.
31562 (__mpn_rshift): Do not use BP_SYM.
31563 * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
31564 (PARMS): Do not use macros from bp-asm.h.
31565 (SIGMSK): Likewise.
31566 (__sigsetjmp): Likewise. Do not use BP_SYM.
31567 * sysdeps/i386/start.S: Do not include "bp-sym.h".
31568 (_start): Do not use BP_SYM.
31569 * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
31570 (PARMS): Do not use macros from bp-asm.h.
31573 (__stpcpy): Likewise. Do not use BP_SYM.
31574 (stpcpy): Do not use BP_SYM in weak_alias.
31575 * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
31577 (PARMS): Do not use macros from bp-asm.h.
31581 (__stpncpy): Likewise. Do not use BP_SYM.
31582 (stpncpy): Do not use BP_SYM in weak_alias.
31583 * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
31584 (PARMS): Do not use macros from bp-asm.h.
31587 (strchr): Likewise. Do not use BP_SYM.
31588 * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
31590 (PARMS): Do not use macros from bp-asm.h.
31593 (__strchrnul): Likewise. Do not use BP_SYM.
31594 (strchrnul): Do not use BP_SYM in weak_alias.
31595 * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
31597 (PARMS): Do not use macros from bp-asm.h.
31599 (strcspn): Do not use BP_SYM.
31600 * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
31602 (PARMS): Do not use macros from bp-asm.h.
31605 (strpbrk): Likewise. Do not use BP_SYM.
31606 * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
31608 (PARMS): Do not use macros from bp-asm.h.
31611 (strrchr): Likewise. Do not use BP_SYM.
31612 * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
31613 (PARMS): Do not use macros from bp-asm.h.
31615 (strspn): Do not use BP_SYM.
31616 * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
31617 (PARMS): Do not use macros from bp-asm.h.
31621 (FUNCTION): Likewise. Do not use BP_SYM.
31622 * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
31624 (strtok_r): Likewise.
31625 (__GI___strtok_r): Likewise.
31626 * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
31627 (PARMS): Do not use macros from bp-asm.h.
31631 (__mpn_sub_n): Do not use BP_SYM.
31632 * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
31634 (PARMS): Do not use macros from bp-asm.h.
31637 (__mpn_submul_1): Do not use BP_SYM.
31638 * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
31640 * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
31642 (PARMS): Do not use macros from bp-asm.h.
31647 (__clone): Do not use BP_SYM.
31648 (clone): Do not use BP_SYM in weak_alias.
31649 * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
31651 (PARMS): Do not use macros from bp-asm.h.
31653 (__mmap64): Do not use BP_SYM.
31654 (mmap64): Do not use BP_SYM in weak_alias.
31655 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
31656 <bp-sym.h> and <bp-asm.h>.
31657 (PARMS): Do not use macros from bp-asm.h.
31658 (__posix_fadvise64_l64): Do not use BP_SYM.
31659 * sysdeps/unix/sysv/linux/i386/semtimedop.S
31660 (PARMS): Do not use macros from bp-asm.h.
31662 (semtimedop): Do not use BP_SYM.
31663 * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
31666 2013-02-21 Allan McRae <allan@archlinux.org>
31668 * manual/message.texi (Charset conversion in gettext):
31669 Move @end statement to beginning of line.
31671 2013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
31673 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
31675 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
31678 * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
31679 (denorm): Likewise.
31680 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
31681 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
31683 2013-02-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
31685 * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
31686 tail-call to the resolved function if pltexit isn't needed.
31688 2013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
31690 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
31691 or Y being zero as being unlikely.
31692 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
31695 2013-02-20 Carlos O'Donell <carlos@redhat.com>
31697 * manual/nss.texi (System Databases and Name Service Switch):
31698 Remove frobnicate @pxref.
31700 2013-02-20 Thomas Schwinge <thomas@codesourcery.com>
31702 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
31703 __attribute__ ((unused)) to __attribute__ ((__unused__)).
31705 2013-02-20 Petr Machata <pmachata@redhat.com>
31707 * elf/elf.h (R_ARM_TARGET1): New macro.
31708 (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
31709 (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
31710 (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
31711 (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
31712 (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
31713 (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
31714 (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
31715 (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
31716 (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
31717 (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
31718 (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
31719 (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
31720 (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
31721 (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
31722 (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
31723 (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
31724 (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
31725 (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
31726 (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
31727 (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
31728 (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
31729 (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
31730 (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
31731 (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
31732 (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
31733 (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
31734 (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
31735 (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
31736 (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
31737 (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
31738 (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
31739 (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
31740 (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
31741 (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
31742 (R_ARM_THM_GOT_BREL12): Likewise.
31743 (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
31744 (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
31745 (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
31746 (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
31747 (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
31748 (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
31749 (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
31750 (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
31751 (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
31753 2013-02-20 Thomas Schwinge <thomas@codesourcery.com>
31755 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
31756 __attribute_used__ to __attribute__ ((unused)).
31758 2013-02-20 Siddhesh Poyarekar <siddhesh@redhat.com>
31760 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
31762 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
31763 comment formatting.
31764 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
31766 2013-02-19 Joseph Myers <joseph@codesourcery.com>
31769 * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
31771 (ENTER): Remove both macro definitions.
31773 (CHECK_BOUNDS_LOW): Likewise.
31774 (CHECK_BOUNDS_HIGH): Likewise.
31775 (CHECK_BOUNDS_BOTH): Likewise.
31776 (CHECK_BOUNDS_BOTH_WIDE): Likewise.
31777 (RETURN_BOUNDED_POINTER): Likewise.
31778 (RETURN_NULL_BOUNDED_POINTER): Likewise.
31779 (PUSH_ERRNO_LOCATION_RETURN): Likewise.
31780 (POP_ERRNO_LOCATION_RETURN): Likewise.
31781 * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
31782 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31783 * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
31785 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31786 * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
31787 * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
31788 * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
31789 * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
31790 * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
31791 * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
31792 * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
31793 * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
31794 * sysdeps/i386/i486/strcat.S (strcat): Likewise.
31795 * sysdeps/i386/i486/strlen.S (strlen): Likewise.
31796 * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
31797 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31798 * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
31800 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31801 * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
31803 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31804 * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
31805 * sysdeps/i386/i586/memset.S (memset): Likewise.
31806 * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
31807 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31808 * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
31810 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31811 * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
31812 Change uses of L(2) to L(out).
31813 * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
31814 * sysdeps/i386/i586/strlen.S (strlen): Likewise.
31815 * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
31816 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31817 * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
31819 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31820 * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
31822 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31823 * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
31824 (RETURN): Do not use macro LEAVE.
31825 * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
31826 * sysdeps/i386/i686/memmove.S (memmove): Likewise.
31827 * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
31828 * sysdeps/i386/i686/memset.S (memset): Likewise.
31829 * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
31830 (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
31831 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
31832 * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
31834 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31835 (FUNCTION): Do not use removed macros. Combine labels L(1_1),
31836 L(1_2) and L(1_3) into L(1).
31837 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
31838 * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
31839 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31840 * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
31841 (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31842 * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
31843 * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
31844 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31845 * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
31847 * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
31848 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31849 * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
31850 * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
31851 * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
31852 (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31853 * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
31854 * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
31855 * sysdeps/i386/strcspn.S (strcspn): Likewise.
31856 * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
31857 * sysdeps/i386/strrchr.S (strrchr): Likewise.
31858 * sysdeps/i386/strspn.S (strspn): Likewise.
31859 * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
31861 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31862 (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
31863 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
31864 (FUNCTION): Do not use removed macros. Combine labels L(1_2) and
31865 L(1_3) into L(1_1).
31866 * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
31867 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31868 * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
31870 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31872 2013-02-19 Jakub Jelinek <jakub@redhat.com>
31874 * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
31877 2013-02-19 Siddhesh Poyarekar <siddhesh@redhat.com>
31879 * math/atest-exp.c (exp_mpn): Remove ROUND.
31880 * math/atest-exp2.c (exp_mpn): Likewise.
31881 * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
31883 * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
31884 * stdlib/tst-tls-atexit-lib.c: Likewise.
31885 * stdlib/tst-tls-atexit.c: Likewise.
31887 2013-02-18 Mike Frysinger <vapier@gentoo.org>
31889 * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
31890 and __attribute_alloc_size__.
31892 2013-02-18 Mike Frysinger <vapier@gentoo.org>
31894 * include/programs/xmalloc.h: Change __attribute_alloc_size to
31895 __attribute_alloc_size__.
31896 * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
31897 * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
31899 2013-02-18 Mike Frysinger <vapier@gentoo.org>
31901 * include/programs/xmalloc.h: New file.
31902 * catgets/gencat.c: Include it.
31903 (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
31904 * elf/pldd.c: Likewise.
31905 * iconv/iconv_charmap.c: Likewise.
31906 * iconv/iconvconfig.c: Likewise.
31907 * iconv/strtab.c: Likewise.
31908 * locale/programs/locale.c: Likewise.
31909 * locale/programs/localedef.h: Likewise.
31910 * locale/programs/simple-hash.c: Likewise.
31911 * nscd/nscd.h: Likewise.
31912 * nss/makedb.c: Likewise.
31913 * sysdeps/generic/ldconfig.h: Likewise.
31915 2013-02-18 Siddhesh Poyarekar <siddhesh@redhat.com>
31917 * Versions.def: Add GLIBC_2.18.
31918 * include/link.h (struct link_map): New member l_tls_dtor_count.
31919 * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
31920 (__call_tls_dtors): Likewise.
31921 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
31922 __cxa_thread_atexit_impl.
31923 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
31925 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
31927 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
31929 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
31931 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
31932 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
31934 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
31936 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
31937 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
31939 * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
31940 (tests): Add test case tst-tls-atexit.
31941 (modules-names): Add shared library for tst-tls-atexit.
31942 * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
31943 (GLIBC_PRIVATE): Add __call_tls_dtors.
31944 * stdlib/cxa_thread_atexit_impl.c: New file with helper function
31946 * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
31947 * stdlib/tst-tls-atexit.c: New test case.
31948 * stdlib/tst-tls-atexit-lib.c: New test case.
31950 * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
31952 * elf/Versions (ld): Add _dl_find_dso_for_object.
31953 * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
31954 * elf/dl-open.c (_dl_find_dso_for_object): New function.
31955 (dl_open_worker): Use _dl_find_dso_for_object.
31956 * elf/dl-sym.c (do_sym): Likewise.
31957 * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
31959 2013-02-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
31961 * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
31962 Syntactic changes only.
31963 (_dl_runtime_profile): Do a tail-call to the resolved function.
31965 2013-02-17 Joseph Myers <joseph@codesourcery.com>
31968 * sysdeps/x86_64/bp-asm.h: Remove file.
31969 * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
31970 <bp-sym.h> and <bp-asm.h>.
31971 (__clone): Do not use BP_SYM.
31972 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
31973 <bp-sym.h> and <bp-asm.h>.
31974 * sysdeps/unix/x86_64/sysdep.S: Likewise.
31975 * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
31977 (_setjmp): Do not use BP_SYM.
31978 * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
31980 (setjmp): Do not use BP_SYM.
31981 * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
31983 (mempcpy): Do not use BP_SYM in weak_alias.
31984 * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
31986 (strchr): Do not use BP_SYM.
31987 * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
31989 * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
31990 * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
31991 (_start): Do not use BP_SYM.
31992 * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
31994 (strcat): Do not use BP_SYM.
31995 * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
31997 (STRCMP): Do not use BP_SYM.
31998 * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
32000 (STRCPY): Do not use BP_SYM.
32001 * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
32003 * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
32005 (FUNCTION): Do not use BP_SYM.
32006 * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
32008 (__GI___strtok_r): Do not use BP_SYM in strong_alias.
32010 2013-02-17 Andreas Jaeger <aj@suse.de>
32012 * time/Versions: Sort entries.
32013 * string/Versions: Likewise.
32014 * resolv/Versions: Likewise.
32015 * posix/Versions: Likewise.
32016 * iconv/Versions: Likewise.
32017 * elf/Versions: Likewise.
32018 * wcsmbs/Versions: Likewise.
32020 2013-02-15 Siddhesh Poyarekar <siddhesh@redhat.com>
32022 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
32023 loop termination condition.
32025 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
32026 variable to calculate EZ.
32029 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
32030 the lower precision input.
32032 2013-02-15 Joseph Myers <joseph@codesourcery.com>
32035 * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
32036 [!link-extra-libs] (link-extra-libs-bounded): Likewise.
32037 (run-via-rtld-prefix): Do not handle %-bp tests.
32038 (test-via-rtld-prefix): Do not mention %-bp tests in comment.
32039 (all-object-suffixes): Remove .ob.
32040 (bppfx): Remove variable.
32041 [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
32042 [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
32043 [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
32044 [$(build-bounded) = yes] (libtype.ob): Likewise.
32045 * Makerules (elide-routines.ob): Remove variable.
32046 (do-tests-clean): Do not handle *-bp.out.
32047 (common-mostlyclean): Do not handle *-bp and *-bp.out.
32048 * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
32049 [$(build-bounded) = yes] (xtests-bp.out): Likewise.
32050 (tests): Do not include $(tests-bp.out).
32051 (xtests): Do not include $(xtests-bp.out).
32052 [$(build-bounded) = yes] (binaries-bounded): Remove variable.
32053 [$(build-bounded) = yes] ($(addprefix
32054 $(objpfx),$(binaries-bounded))): Remove rule.
32055 ($(objpfx)%-bp.out): Remove rule.
32056 * config.make.in (build-bounded): Remove variable.
32057 * crypt/Makefile [$(build-bounded) = yes]
32058 ($(tests:%=$(objpfx)%-bp)): Remove dependency.
32059 * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
32060 append to variable.
32061 [$(build-bounded) = yes] (install-lib): Likewise.
32062 [$(build-bounded) = yes] (generated): Likewise.
32063 [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
32065 * intl/Makefile [$(build-bounded) = yes]
32066 ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
32067 * math/Makefile [$(build-bounded) = yes]
32068 ($(tests:%=$(objpfx)%-bp): Likewise.
32069 * misc/Makefile [$(build-bounded) = yes]
32070 ($(objpfx)tst-tsearch-bp): Likewise.
32071 * nptl/Makeconfig (bounded-thread-library): Remove variable.
32072 * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
32074 * string/Makefile (o-objects.ob): Remove variable.
32075 * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
32076 (CFLAGS-.ob): Remove variable.
32077 [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
32078 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
32079 both definitions of variable.
32080 * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
32081 (ASFLAGS-.ob): Remove variable.
32083 2013-02-14 Joseph Myers <joseph@codesourcery.com>
32086 * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
32087 Remove __BOUNDED_POINTERS__ from condition.
32088 * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
32089 * string/bits/string2.h [!__NO_STRING_INLINES &&
32090 !__BOUNDED_POINTERS__]: Likewise.
32091 * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
32093 * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
32094 Remove conditional code.
32095 * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
32096 __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
32097 !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
32101 * csu/libc-start.c: Do not include <bp-sym.h>.
32102 [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
32103 * elf/dl-open.c: Do not include <bp-sym.h>.
32104 (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
32105 * math/fegetenv.c: Do not include <bp-sym.h>.
32106 (fegetenv): Do not use BP_SYM in versioned symbols.
32107 * nptl/sysdeps/pthread/bits/libc-lockP.h
32108 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
32110 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32111 (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
32112 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32113 (__pthread_mutex_destroy): Likewise.
32114 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32115 (__pthread_mutex_lock): Likewise.
32116 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32117 (__pthread_mutex_trylock): Likewise.
32118 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32119 (__pthread_mutex_unlock): Likewise.
32120 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32121 (__pthread_mutexattr_init): Likewise.
32122 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32123 (__pthread_mutexattr_destroy): Likewise.
32124 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32125 (__pthread_mutexattr_settype): Likewise.
32126 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32127 (__pthread_rwlock_init): Likewise.
32128 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32129 (__pthread_rwlock_destroy): Likewise.
32130 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32131 (__pthread_rwlock_rdlock): Likewise.
32132 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32133 (__pthread_rwlock_tryrdlock): Likewise.
32134 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32135 (__pthread_rwlock_wrlock): Likewise.
32136 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32137 (__pthread_rwlock_trywrlock): Likewise.
32138 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32139 (__pthread_rwlock_unlock): Likewise.
32140 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32141 (__pthread_key_create): Likewise.
32142 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32143 (__pthread_setspecific): Likewise.
32144 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32145 (__pthread_getspecific): Likewise.
32146 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
32148 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32149 (_pthread_cleanup_push_defer): Likewise.
32150 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32151 (_pthread_cleanup_pop_restore): Likewise.
32152 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32153 (pthread_setcancelstate): Likewise.
32154 * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
32156 [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
32157 (memchr): Do not use BP_SYM in weak_alias.
32158 * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
32159 (fegetenv): Do not use BP_SYM in versioned symbols.
32160 * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
32161 (fesetenv): Do not use BP_SYM in versioned symbols.
32162 * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
32163 (feupdateenv): Do not use BP_SYM in versioned symbols.
32164 * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
32165 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
32166 * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
32167 (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
32168 (open64): Do not use BP_SYM in weak_alias.
32169 * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
32170 (fegetenv): Do not use BP_SYM in versioned symbols.
32171 * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
32172 (fesetenv): Do not use BP_SYM in versioned symbols.
32173 * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
32174 (feupdateenv): Do not use BP_SYM in versioned symbols.
32175 * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
32176 (fegetexceptflag): Do not use BP_SYM in versioned symbols.
32177 * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
32178 (feraiseexcept): Do not use BP_SYM in versioned symbols.
32179 * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
32180 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
32181 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
32183 (__libc_start_main): Do not use BP_SYM.
32185 2013-02-14 Siddhesh Poyarekar <siddhesh@redhat.com>
32187 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
32188 redundant return line.
32190 (denorm): Likewise.
32191 (dbl_mp): Likewise.
32192 (sub_magnitudes): Likewise.
32198 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
32200 (denorm): Likewise.
32201 (dbl_mp): Likewise.
32202 (sub_magnitudes): Likewise.
32209 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
32211 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
32212 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
32215 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
32216 * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
32217 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
32218 of __mul for squares.
32219 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
32221 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
32223 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
32224 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
32226 2013-02-13 Joseph Myers <joseph@codesourcery.com>
32229 * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
32231 * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
32232 prototype or function definition. Rename ubp_* variables and
32233 parameters. Remove argv definitions conditional on
32234 [__BOUNDED_POINTERS__].
32235 * debug/backtrace.c (__backtrace): Do not use __unbounded.
32236 * elf/dl-runtime.c (_dl_fixup): Likewise.
32237 * include/set-hooks.h (RUN_HOOK): Likewise.
32238 * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
32240 * string/strcpy.c (strcpy): Do not use __unbounded.
32241 * sysdeps/generic/frame.h (struct layout): Likewise.
32242 * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
32243 * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
32244 * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
32245 * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
32246 * sysdeps/sparc/backtrace.c (struct layout): Likewise.
32247 (__backtrace): Likewise.
32248 * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
32250 * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
32251 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
32252 * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
32254 * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
32255 * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
32256 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
32257 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
32258 * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
32259 Do not use __unbounded.
32260 * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
32261 Rename __unboundedrlimits parameter to rlimits in prototype.
32262 * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
32263 Do not use __unbounded.
32264 * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
32265 not use __ptrvalue.
32266 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
32267 * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
32268 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
32269 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
32270 __ptrvalue or __unbounded.
32271 (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
32272 * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
32274 (__new_msgctl): Do not use __ptrvalue.
32275 * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
32277 (__libc_msgrcv): Do not use __ptrvalue.
32278 * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
32279 startup_info): Do not use __unbounded.
32280 (__libc_start_main): Likewise. Rename ubp_* variables and
32281 parameters. Remove argv definitions conditional on
32282 [__BOUNDED_POINTERS__].
32283 * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
32285 * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
32287 * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
32289 * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
32291 (__new_shmctl): Do not use __ptrvalue.
32292 * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
32293 * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
32295 * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
32296 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
32297 (__libc_sigaction): Likewise.
32298 * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
32299 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
32301 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
32303 2013-02-13 Ondřej Bílka <neleai@seznam.cz>
32305 * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
32307 * string/mempcpy.c: Implement by calling memcpy.
32309 2013-02-13 Siddhesh Poyarekar <siddhesh@redhat.com>
32311 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
32313 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
32316 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
32317 values in the mantissa.
32319 * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
32320 minimize writes to Z.
32321 (sub_magnitudes): Simplify code a bit.
32323 2013-02-12 Roland McGrath <roland@hack.frob.com>
32325 * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
32326 from the message. The linker prefixes all warnings with that already.
32328 2013-02-12 Andreas Schwab <schwab@suse.de>
32331 * posix/regexec.c (extend_buffers): Add parameter min_len.
32332 (check_matching): Pass minimum needed length.
32333 (clean_state_log_if_needed): Likewise.
32334 (get_subexp): Likewise.
32335 * posix/Makefile (tests): Add bug-regex34.
32336 (bug-regex34-ENV): Define.
32337 * posix/bug-regex34.c: New file.
32340 * posix/regcomp.c (parse_bracket_exp): When looking up collating
32341 elements compare against the byte sequence of it, not its name.
32342 * posix/Makefile (tests): Add bug-regex35.
32343 (bug-regex35-ENV): Define.
32344 * posix/bug-regex35.c: New file.
32346 2013-02-11 Tom de Vries <tom@codesourcery.com>
32348 * string/str-two-way.h: Fix typo RESULT_TYPE -> RETURN_TYPE in
32350 Add RET0_IF_0 and CHECK_EOL to macro list in comment.
32351 (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
32352 (CHECK_EOL): Add undef.
32354 2013-02-11 Ondřej Bílka <neleai@seznam.cz>
32356 * bits/stdlib-bsearch.h: New file.
32357 * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
32358 * stdlib/stdlib.h: Likewise.
32360 2013-02-11 Roland McGrath <roland@hack.frob.com>
32362 * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
32363 * manual/errno.texi (Error Messages): Fix typo in error_print_progname
32365 * manual/search.texi (Array Search Function): Add missing const in
32367 * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
32368 declaration to use rlim_t.
32369 (Basic Scheduling Functions): Remove erroneous const from
32370 sched_getparam prototype. Remove erroneous * from
32371 sched_get_priority_max and sched_get_priority_min prototypes.
32372 (Resource Usage): Fix summary @comment on vtimes to refer to
32373 sys/vtimes.h rather than vtimes.h.
32374 Add missing *s in vtimes prototype.
32375 (Limits on Resources): Fix ulimit prototype to return long int.
32376 * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
32377 prototypes to use long int rather than double.
32378 (BSD Random): Fix initstate and setstate to use char *, not void *.
32379 * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
32380 prototype to make second argument 'struct aiocb64 *const[]'.
32381 Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
32382 (Status of AIO Operations): Remove erroneous const in aio_return and
32383 aio_return64 prototypes.
32384 (Synchronizing I/O): Fix sync prototype to return void.
32385 * manual/startup.texi (Suboptions): Remove an erroneous const in
32386 getsubopt prototype.
32387 * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
32388 * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
32389 use size_t rather than int.
32390 (Scanning All Users): Likewise for getpwent_r.
32391 (Setting Groups): Add missing const to setgroups prototype.
32392 * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
32393 * manual/socket.texi (Host Names): Fix gethostbyaddr and
32394 gethostbyaddr_r prototypes to use socklen_t rather than size_t and
32395 'const void *' rather than 'const char *'.
32396 (Host Address Functions): Likewise for inet_ntop.
32397 (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
32398 (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
32399 ssize_t for return value.
32400 (Sending Data): Likewise for send, sendto, sendmsg.
32401 (Socket Option Functions): Add a missing const in setsockopt prototype.
32402 * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
32403 use wchar_t for the argument.
32404 (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
32405 * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
32407 (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
32408 double/float/long double for second argument.
32409 Fix return types of significand, significandf, significandl.
32410 * manual/filesys.texi (Setting Permissions): Use mode_t for second
32411 argument in fchmod prototype.
32412 (File Owner): Use uid_t and gid_t in fchown prototype.
32413 (File Times): Add const to utimes, futimes, and lutimes prototypes.
32414 (Making Special Files): Use mode_t and dev_t in mknod prototype.
32415 (Scanning Directory Content): Fix scandir and scandir64 prototypes to
32416 use 'const struct dirent **' as argument types to CMP function pointer
32418 (Symbolic Links): Fix readlink prototype with ssize_t as return value.
32419 (File Times): Fix summary magic @comment for struct utimbuf and utime
32420 to refer to utime.h, not time.h.
32421 * manual/string.texi (Argz Functions): Add missing const in
32422 argz_extract and argz_next prototypes.
32423 (Finding Tokens in a String): Likewise for basename.
32424 (String/Array Comparison): Fix typo in wcscasecmp prototype.
32425 (Copying and Concatenation): Fix typo in wmemmove prototype.
32426 * manual/signal.texi (Using Pause): Use (void) in pause prototype.
32427 (Signal Stack): Remove erroneous const in sigstack prototype.
32428 * manual/time.texi (Setting an Alarm): Add missing const in setitimer
32430 (Simple Calendar Time): Likewise for stime.
32431 * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
32433 * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
32434 say sys/sysctl.h instead.
32435 * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
32436 and vsyslog prototypes.
32438 2013-02-11 Tom de Vries <tom@codesourcery.com>
32440 * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
32443 2013-02-11 Roland McGrath <roland@hack.frob.com>
32445 * misc/sys/mman.h: Fix typo in mremap comment.
32447 2013-02-08 Roland McGrath <roland@hack.frob.com>
32449 * manual/examples/mkfsock.c (make_named_socket): Don't add one for
32450 the '\0' terminator.
32452 2013-02-08 Joseph Myers <joseph@codesourcery.com>
32455 * debug/segfault.c: Don't include <bp-checks.h>.
32456 * sysdeps/generic/bp-checks.h: Remove file.
32457 * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
32458 (__GETDENTS): Don't use CHECK_N.
32459 * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
32460 * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
32461 (__getgroups): Don't use CHECK_N.
32462 * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
32463 (setgroups): Don't use CHECK_N.
32464 * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
32465 * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
32466 (__libc_msgrcv): Don't use CHECK_N.
32467 * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
32468 (__libc_msgsnd): Don't use CHECK_N.
32469 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
32471 (__libc_pread): Don't use CHECK_N.
32472 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
32473 include <bp-checks.h>.
32474 (__libc_pread64): Don't use CHECK_N.
32475 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
32476 include <bp-checks.h>.
32477 (__libc_pwrite): Don't use CHECK_N.
32478 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
32479 include <bp-checks.h>.
32480 (__libc_pwrite64): Don't use CHECK_N.
32481 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
32483 (__libc_pread): Don't use CHECK_N.
32484 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
32485 include <bp-checks.h>.
32486 (__libc_pread64): Don't use CHECK_N.
32487 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
32488 include <bp-checks.h>.
32489 (__libc_pwrite): Don't use CHECK_N.
32490 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
32491 include <bp-checks.h>.
32492 (__libc_pwrite64): Don't use CHECK_N.
32493 * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
32494 (do_pread): Don't use CHECK_N.
32495 * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
32496 (do_pread64): Don't use CHECK_N.
32497 * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
32498 (do_pwrite): Don't use CHECK_N.
32499 * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
32500 (do_pwrite64): Don't use CHECK_N.
32501 * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
32502 (__libc_readv): Don't use CHECK_N.
32503 * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
32504 (semop): Don't use CHECK_N.
32505 * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
32507 (semtimedop): Don't use CHECK_N.
32508 * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
32509 (__libc_pread): Don't use CHECK_N.
32510 * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
32512 (__libc_pread64): Don't use CHECK_N.
32513 * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
32515 (__libc_pwrite): Don't use CHECK_N.
32516 * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
32518 (__libc_pwrite64): Don't use CHECK_N.
32519 * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
32521 (__libc_msgrcv): Don't use CHECK_N.
32522 * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
32523 (__sysctl): Don't use CHECK_N. Remove GKM FIXME comment.
32524 * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
32525 (__libc_writev): Don't use CHECK_N.
32527 2013-02-08 Roland McGrath <roland@hack.frob.com>
32529 * string/strcpy.c: Removed unused variable.
32531 * Makeconfig (+sysdep-includes): Define with := rather than =.
32532 Use an existing include/ subdir of each sysdeps dir before it.
32534 2013-02-08 Carlos O'Donell <carlos@redhat.com>
32536 * nscd/connection.c (register_traced_file): Comment function.
32537 [HAVE_INOTIFY] (union __inev): Define.
32538 [HAVE_INOTIFY] (inotify_check_files): New function.
32539 [HAVE_INOTIFY] (clear_db_cache): Likewise.
32540 [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
32542 [HAVE_INOTIFY] (main_loop_epoll): Likewise.
32544 2013-02-08 Carlos O'Donell <carlos@redhat.com>
32546 * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
32547 loaded if not already and that a failure is permanent.
32549 2013-02-08 Carlos O'Donell <carlos@redhat.com>
32552 * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
32553 * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
32555 2013-02-08 Joseph Myers <joseph@codesourcery.com>
32558 * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
32559 (CHECK_1_NULL_OK): Likewise.
32560 * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
32561 (__fxstat): Do not use CHECK_1.
32562 * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
32564 (___fxstat64): Do not use CHECK_1.
32565 * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
32567 (__fxstatat): Do not use CHECK_1.
32568 * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
32570 (__fxstatat64): Do not use CHECK_1.
32571 * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
32573 (__fxstat): Do not use CHECK_1.
32574 * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
32576 (__fxstatat): Do not use CHECK_1.
32577 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
32579 (__getresgid): Do not use CHECK_1.
32580 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
32582 (__getresuid): Do not use CHECK_1.
32583 * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
32585 (__lxstat): Do not use CHECK_1.
32586 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
32588 (__old_msgctl): Do not use CHECK_1.
32589 (__new_msgctl): Likewise.
32590 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
32592 (__new_setrlimit): Do not use CHECK_1.
32593 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
32595 (__old_shmctl): Do not use CHECK_1.
32596 (__new_shmctl): Likewise.
32597 * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
32599 (__xstat): Do not use CHECK_1.
32600 * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
32601 (__lxstat): Do not use CHECK_1.
32602 * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
32604 (___lxstat64): Do not use CHECK_1.
32605 * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
32606 (__old_msgctl): Do not use CHECK_1.
32607 (__new_msgctl): Likewise.
32608 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
32610 (__gettimeofday): Do not use CHECK_1.
32611 * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
32612 (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
32613 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
32615 (__gettimeofday): Do not use CHECK_1.
32616 * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
32617 (__old_shmctl): Do not use CHECK_1_NULL_OK.
32618 (__new_shmctl): Do not use CHECK_1.
32619 * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
32621 (do_sigtimedwait): Do not use CHECK_1.
32622 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
32624 (do_sigwaitinfo): Do not use CHECK_1.
32625 * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
32627 (msgctl): Do not use CHECK_1.
32628 * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
32630 (shmctl): Do not use CHECK_1.
32631 * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
32632 (ustat): Do not use CHECK_1.
32633 * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
32635 (__fxstat): Do not use CHECK_1.
32636 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
32638 (__fxstatat): Do not use CHECK_1.
32639 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
32641 (__lxstat): Do not use CHECK_1.
32642 * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
32644 (__xstat): Do not use CHECK_1.
32645 * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
32646 (__xstat): Do not use CHECK_1.
32647 * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
32648 (___xstat64): Do not use CHECK_1.
32651 * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
32653 (CHECK_BOUNDS_HIGH): Likewise.
32654 * string/strcpy.c: Do not include <bp-checks.h>.
32655 (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
32657 2013-02-07 Roland McGrath <roland@hack.frob.com>
32659 * nscd/nscd-client.h (__nscd_drop_map_ref):
32660 Add __attribute__ ((unused)).
32661 * nis/nss-nisplus.h (niserr2nss): Likewise.
32663 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
32664 under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
32666 * csu/libc-tls.c (init_static_tls, init_slotinfo):
32667 Remove inline keyword.
32668 * include/rounding-mode.h (round_away): Likewise.
32669 * libio/wfileops.c (adjust_wide_data): Likewise.
32670 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
32671 (__m128i_strloadu_tolower): Likewise.
32672 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
32673 (__m128i_strloadu_tolower): Likewise.
32674 * time/mktime.c (ydhms_diff): Likewise.
32675 * locale/elem-hash.h (elem_hash): Likewise.
32676 * locale/setlocale.c (setdata): Likewise.
32677 * posix/regex_internal.h (re_string_char_size_at): Likewise.
32678 (re_string_wchar_at): Likewise.
32679 (bitset_not, bitset_merge, bitset_mask): Likewise.
32680 [!(__GNUC__ > 3)] (inline): Remove macro.
32681 * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
32682 * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
32683 * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
32684 (_dl_tlsdesc_wake_up_held_fixups): Likewise.
32685 * string/memcmp.c (memcmp_bytes): Likewise.
32686 * locale/programs/locarchive.c (compute_hashval): Likewise.
32687 * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
32688 * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
32689 * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
32690 * nss/getent.c (print_rpc, print_protocols): Likewise.
32691 (print_passwd, print_group, print_aliases): Likewise.
32692 * nis/nss-nisplus.h (niserr2nss): Likewise.
32693 * nscd/connections.c (restart_p): Likewise.
32694 Change return type to bool.
32696 2013-02-05 Roland McGrath <roland@hack.frob.com>
32698 * Makeconfig (all-Depend-files): Add existing
32699 $(sorted-subdirs:=/Depend) files.
32700 (all-subdirs): Remove nss.
32701 * sysdeps/unix/inet/Subdirs: Add it here instead.
32702 * hesiod/Depend: New file.
32704 * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
32705 instead of calling alloca.
32707 * io/lseek.c (__lseek): Rename to __libc_lseek.
32708 Define __lseek as an alias.
32710 * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
32712 2013-02-04 Carlos O'Donell <carlos@redhat.com>
32714 * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
32715 else clause and remove check for non-standard endianness.
32717 2013-02-04 David S. Miller <davem@davemloft.net>
32719 * sysdeps/sparc/fpu/libm-test-ulps: Update.
32721 2013-02-04 Joseph Myers <joseph@codesourcery.com>
32724 * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
32725 (__ubp_memchr): Remove prototype.
32726 [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
32727 [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
32728 [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
32729 [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
32730 * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
32732 * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
32733 (__ubp_memchr): Likewise.
32734 * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
32735 (__ubp_memchr): Likewise.
32736 * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
32737 (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
32738 (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
32739 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
32741 * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
32742 * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
32743 (__getcwd): Do not use CHECK_STRING.
32744 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
32746 (__real_chown): Do not use CHECK_STRING.
32747 * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
32749 (fchownat): Do not use CHECK_STRING.
32750 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
32752 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
32754 (__lchown): Do not use CHECK_STRING.
32755 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
32756 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
32757 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
32758 * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
32759 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
32760 include <bp-checks.h>.
32761 (truncate64): Do not use CHECK_STRING.
32762 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
32764 (__real_chown): Do not use CHECK_STRING.
32765 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
32767 (__lchown): Do not use CHECK_STRING.
32768 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
32770 (__chown): Do not use CHECK_STRING.
32771 * sysdeps/unix/sysv/linux/truncate64.c: Do not include
32773 (truncate64): Do not use CHECK_STRING.
32774 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
32776 * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
32777 (__xmknod): Do not use CHECK_STRING.
32778 * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
32780 (__xmknodat): Do not use CHECK_STRING.
32781 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
32782 * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
32784 2013-02-04 Andreas Schwab <schwab@suse.de>
32787 * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
32788 * include/netdb.h: Likewise for h_errno.
32789 * elf/tst-stackguard1.c: Include <tls.h>.
32791 2013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
32793 * elf/link.h (struct link_map): Extend the l_addr comment.
32794 * include/link.h (struct link_map): Likewise.
32796 2013-02-01 Joseph Myers <joseph@codesourcery.com>
32799 * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
32800 (BOUNDED_1): Remove macro.
32801 * debug/backtrace.c: Don't include <bp-checks.h>.
32802 (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
32803 (__backtrace): Likewise.
32804 * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
32806 (__backtrace): Don't use BOUNDED_1.
32807 * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
32809 (__backtrace): Don't use BOUNDED_1.
32810 * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
32811 (__backtrace): Don't use BOUNDED_1.
32812 * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
32813 (shmat): Don't use BOUNDED_N.
32815 2013-01-31 Joseph Myers <joseph@codesourcery.com>
32818 * sysdeps/generic/bp-start.h: Remove file.
32819 * csu/libc-start.c: Don't include <bp-start.h>.
32820 (LIBC_START_MAIN): Set up __environ directly instead of using
32821 INIT_ARGV_and_ENVIRON.
32822 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
32826 * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
32828 (CHECK_FCNTL): Likewise.
32829 (CHECK_N_PAGES): Likewise.
32832 * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
32834 (CHECK_SIGSET_NULL_OK): Likewise.
32835 * sysdeps/unix/sysv/linux/sigpending.c: Don't include
32837 (sigpending): Don't use CHECK_SIGSET.
32838 * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
32840 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
32841 * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
32843 (do_sigsuspend): Don't use CHECK_SIGSET.
32844 * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
32846 * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
32847 (do_sigwait): Don't use CHECK_SIGSET.
32848 * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
32850 * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
32851 include <bp-checks.h>.
32852 (sigpending): Don't use CHECK_SIGSET.
32853 * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
32854 include <bp-checks.h>.
32855 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
32856 * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
32858 (sigpending): Don't use CHECK_SIGSET.
32859 * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
32861 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
32864 * sysdeps/generic/bp-semctl.h: Remove file.
32865 * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
32866 <bp-checks.h> and <bp-semctl.h>.
32867 (__old_semctl): Don't use CHECK_SEMCTL.
32868 (__new_semctl): Likewise.
32869 * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
32871 (__old_semctl): Don't use CHECK_SEMCTL.
32872 (__new_semctl): Likewise.
32873 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
32874 <bp-checks.h> and <bp-semctl.h>.
32875 (__old_semctl): Don't use CHECK_SEMCTL.
32876 (__new_semctl): Likewise.
32877 * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
32878 <bp-checks.h> and <bp-semctl.h>.
32879 (semctl): Don't use CHECK_SEMCTL.
32882 * Makerules (elide-bp-thunks): Remove variable.
32883 (elide-routines.oS): Don't use $(elide-bp-thunks).
32884 (elide-routines.os): Likewise.
32885 (elide-routines.o): Likewise.
32886 (elide-routines.op): Likewise.
32887 (elide-routines.og): Likewise.
32888 (objects): Don't use $(bp-thunks).
32889 * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
32891 (common-generated): Do not add s-proto-bp.d.
32892 * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
32895 Do not generate makefile rules for bounded-pointer thunks.
32896 * sysdeps/generic/bp-thunks.h: Remove file.
32897 * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
32898 * sysdeps/unix/s-proto-bp.S: Likewise.
32901 * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
32902 parts of result separately when argument is not close to line from
32903 -i to i and one part of argument is small.
32904 * math/k_casinhf.c (__kernel_casinhf): Likewise.
32905 * math/k_casinhl.c (__kernel_casinhl): Likewise.
32906 * math/libm-test.inc (cacos_test): Add more tests.
32907 (casin_test): Likewise.
32908 (casinh_test): Likewise.
32909 * sysdeps/i386/fpu/libm-test-ulps: Update.
32910 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32912 2013-01-31 David S. Miller <davem@davemloft.net>
32914 * po/de.po: Update from translation team.
32916 2013-01-25 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
32918 * time/tzfile.c: Include stdint.h for SIZE_MAX.
32920 2013-01-25 Thomas Schwinge <thomas@codesourcery.com>
32922 * configure.in (_AC_PROG_CC_C89): New definition.
32923 * configure: Regenerate.
32925 * configure.in (AC_PROG_CPP): New definition.
32926 * configure: Regenerate.
32928 2013-01-23 Joseph Myers <joseph@codesourcery.com>
32930 * debug/tst-backtrace.h: New file.
32931 * debug/tst-backtrace2.c: Include tst-backtrace.h.
32932 (ret): Remove variable.
32934 (FAIL): Remove macro.
32935 (NO_INLINE): Likewise.
32936 (fn1): Use match function instead of strstr.
32937 * debug/tst-backtrace3.c: Include tst-backtrace.h.
32938 (ret): Remove variable.
32940 (FAIL): Remove macro.
32941 (NO_INLINE): Likewise.
32942 (fn): Use match function instead of strstr.
32943 * debug/tst-backtrace4.c: Include tst-backtrace.h.
32944 (ret): Remove variable.
32946 (FAIL): Remove macro.
32947 (NO_INLINE): Likewise.
32948 (handle_signal): Use match function instead of strstr.
32949 * debug/tst-backtrace5.c: Include tst-backtrace.h.
32950 (ret): Remove variable.
32952 (FAIL): Remove macro.
32953 (NO_INLINE): Likewise.
32954 (handle_signal): Use match function instead of strstr.
32956 2013-01-23 Roland McGrath <roland@hack.frob.com>
32958 * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
32960 2013-01-23 David S. Miller <davem@davemloft.net>
32962 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
32963 (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
32964 argument of CAS if possible.
32965 * sysdeps/sparc/sparc64/bits/atomic.h
32966 (__arch_compare_and_exchange_val_32_acq): Likewise.
32967 (__arch_compare_and_exchange_val_64_acq): Likewise.
32969 2013-01-23 Pino Toscano <toscano.pino@tiscali.it>
32971 * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
32972 * sysdeps/posix/ulimit.c: ... this.
32973 Include <limits.h>.
32974 * sysdeps/unix/bsd/ulimit.c: Remove file.
32976 2013-01-23 Adam Conrad <adconrad@0c3.net>
32978 * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
32979 (LDFLAGS-tst-array5): Likewise.
32981 2013-01-23 Joseph Myers <joseph@codesourcery.com>
32984 * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
32985 based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
32986 (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
32987 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
32989 2013-01-21 David S. Miller <davem@davemloft.net>
32991 * sysdeps/sparc/backtrace.c: New file.
32992 * sysdeps/sparc/sparc32/backtrace.h: New file.
32993 * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
32994 * sysdeps/sparc/sparc64/backtrace.h: New file.
32995 * sysdeps/sparc/sparc64/backtrace.c: Delete.
32996 * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
32999 2013-01-21 Andreas Schwab <schwab@suse.de>
33002 * posix/wordexp.c (exec_comm): Avoid busy loop when command has
33005 2013-01-20 Andreas Schwab <schwab@linux-m68k.org>
33007 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
33009 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33011 2013-01-18 Joseph Myers <joseph@codesourcery.com>
33012 Mark Mitchell <mark@codesourcery.com>
33013 Tom de Vries <tom@codesourcery.com>
33014 Paul Pluzhnikov <ppluzhnikov@google.com>
33016 * debug/tst-backtrace2.c: New file.
33017 * debug/tst-backtrace3.c: Likewise.
33018 * debug/tst-backtrace4.c: Likewise.
33019 * debug/tst-backtrace5.c: Likewise.
33020 * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
33021 (CFLAGS-tst-backtrace3.c): Likewise.
33022 (CFLAGS-tst-backtrace4.c): Likewise.
33023 (CFLAGS-tst-backtrace5.c): Likewise.
33024 (LDFLAGS-tst-backtrace2): Likewise.
33025 (LDFLAGS-tst-backtrace3): Likewise.
33026 (LDFLAGS-tst-backtrace4): Likewise.
33027 (LDFLAGS-tst-backtrace5): Likewise.
33028 (tests): Add new tests tst-backtrace2, tst-backtrace3,
33029 tst-backtrace4 and tst-backtrace5.
33031 2013-01-18 Anton Blanchard <anton@samba.org>
33032 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
33034 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
33035 __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
33036 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
33037 INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
33038 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
33039 (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
33040 "+r" and remove output regs list as redundant. Add explicit inline
33041 asm to specify register of return val to work around compiler codegen
33042 bug. Remove (int) cast on return value. Add return type parameter to
33043 use in macro so that this macro does not truncate return value for
33045 (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
33046 pass to INTERNAL_VSYSCALL_NCS.
33047 (INLINE_VSYSCALL): Add 'long int' as return type to
33048 INTERNAL_VSYSCALL_NCS macro invocation.
33049 (INTERNAL_VSYSCALL): Add 'long int' as return type to
33050 INTERNAL_VSYSCALL_NCS macro invocation.
33051 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
33053 2013-01-18 Siddhesh Poyarekar <siddhesh@redhat.com>
33056 * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
33057 Fix application of SIMD FP exception mask.
33059 * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
33060 mp_no from a power of two.
33061 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
33062 __mpexp_twomm1. Use __pow_mp.
33064 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
33067 2013-01-17 David S. Miller <davem@davemloft.net>
33069 * sysdeps/sparc/fpu/libm-test-ulps: Update.
33071 2013-01-17 Joseph Myers <joseph@codesourcery.com>
33074 * include/complex.h: Condition contents on [!_COMPLEX_H].
33075 (__kernel_casinhf): New prototype.
33076 (__kernel_casinh): Likewise.
33077 (__kernel_casinhl): Likewise.
33078 * math/Makefile (libm_calls): Add k_casinh.
33079 * math/k_casinh.c: New file.
33080 * math/k_casinhf.c: Likewise.
33081 * math/k_casinhl.c: Likewise.
33082 * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
33083 finite nonzero arguments.
33084 * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
33085 finite nonzero arguments.
33086 * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
33087 finite nonzero arguments.
33088 * math/s_casinh.c: Do not include <float.h>.
33089 (__casinh): Move code for finite nonzero arguments to k_casinh.c.
33090 * math/s_casinhf.c: Do not include <float.h>.
33091 (__casinhf): Move code for finite nonzero arguments to
33093 * math/s_casinhl.c: Do not include <float.h>.
33094 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
33096 (__casinhl): Move code for finite nonzero arguments to
33098 * math/libm-test.inc (cacos_test): Add more tests.
33099 * sysdeps/i386/fpu/libm-test-ulps: Update.
33100 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33102 2013-01-17 Pino Toscano <toscano.pino@tiscali.it>
33104 * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
33105 * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
33106 [!HAVE_MREMAP]: Remove [defined linux] case.
33107 * malloc/arena.c: Do not include <malloc-sysdep.h>.
33109 2013-01-17 Siddhesh Poyarekar <siddhesh@redhat.com>
33111 * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
33113 2013-01-17 H.J. Lu <hongjiu.lu@intel.com>
33115 * elf/elf.h (R_386_SIZE32): New relocation.
33116 * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
33118 (elf_machine_rela): Likewise.
33119 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
33120 R_X86_64_SIZE64 and R_X86_64_SIZE32.
33122 2013-01-17 Joseph Myers <joseph@codesourcery.com>
33124 * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
33125 (FP_FAST_FMA): Do not define.
33126 [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
33127 * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
33128 && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
33129 * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
33130 !_SOFT_FLOAT]: Likewise.
33131 * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
33132 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
33134 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
33135 [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
33136 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
33137 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
33138 [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
33139 [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
33142 2013-01-16 Andreas Schwab <schwab@suse.de>
33145 * include/stdlib.h (__mktemp): Add declaration.
33146 * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
33147 * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
33149 2013-01-16 Siddhesh Poyarekar <siddhesh@redhat.com>
33151 * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
33153 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
33154 * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
33155 * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
33157 * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
33158 * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
33160 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
33162 * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
33163 * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
33164 * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
33166 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
33167 * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
33169 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
33171 * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
33173 2013-01-15 David S. Miller <davem@davemloft.net>
33175 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33176 trunc{,f} to libm-sysdep_routes.
33177 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33178 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
33180 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
33181 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
33183 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
33185 * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
33186 * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
33187 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
33188 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
33189 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
33190 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
33191 * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
33192 * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
33194 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33195 nearbyint{,f} to libm-sysdep_routes.
33196 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33197 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
33199 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
33201 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
33203 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
33205 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
33206 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
33207 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
33209 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
33210 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
33212 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
33213 * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
33214 * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
33216 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
33217 libc_feholdexcept and libc_fesetenv.
33219 2013-01-15 Mike Frysinger <vapier@gentoo.org>
33221 * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
33223 2013-01-14 David S. Miller <davem@davemloft.net>
33225 * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
33226 (SPARC_ASM_VIS2_IFUNC): Likewise.
33227 (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
33228 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
33229 use of 'siam' instruction.
33230 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
33232 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
33234 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
33236 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
33237 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
33238 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
33239 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
33240 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
33242 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
33244 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
33246 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
33248 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
33249 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
33250 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
33251 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
33252 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
33254 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
33255 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
33256 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
33258 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
33259 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
33260 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
33261 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
33262 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
33263 routines to libm-sysdep_routines.
33264 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33266 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33267 fdim/fdimf to libm-sysdep_routines.
33268 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
33270 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
33271 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
33273 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
33274 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
33275 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
33276 * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
33277 * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
33278 * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
33279 * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
33281 2013-01-14 Siddhesh Poyarekar <siddhesh@redhat.com>
33283 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
33284 to optimize copies.
33286 * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
33287 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33288 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33290 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
33291 local variable MPTWO.
33292 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
33295 2013-01-13 Mike Frysinger <vapier@gentoo.org>
33297 * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
33300 2013-01-13 Mike Frysinger <vapier@gentoo.org>
33302 * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
33304 2013-01-13 Mike Frysinger <vapier@gentoo.org>
33306 * manual/pattern.texi (glob_t): Document gl_flags.
33307 (glob64_t): Likewise.
33309 2013-01-11 David S. Miller <davem@davemloft.net>
33311 * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
33312 * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
33313 (gmp-sysdep_routines): New variable. Add VIS3 optimized GMP routines.
33314 * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
33315 * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
33316 * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
33317 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
33318 * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
33319 * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
33320 * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
33321 * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
33322 * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
33323 * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
33325 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
33326 sparc V9 rather than using V8 code.
33327 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33328 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33330 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
33332 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
33335 2013-01-11 Roland McGrath <roland@hack.frob.com>
33337 * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
33338 not in the main loop.
33339 * configure: Regenerated.
33341 2013-01-11 Joseph Myers <joseph@codesourcery.com>
33343 * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
33344 * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
33346 * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise. Remove
33347 [!__GLIBC_HAVE_LONG_LONG] case.
33348 * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
33349 condition to just #else.
33350 * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
33351 __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
33352 [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
33353 * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
33355 * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
33356 * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
33357 #elif condition to just #else.
33358 * sysdeps/unix/sysv/linux/sys/sysmacros.h
33359 [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
33360 * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
33361 #elif condition to just #else.
33363 2013-01-11 Steve Ellcey <sellcey@mips.com>
33365 * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
33366 (EF_MIPS_ARCH_64): Fix value.
33367 (EF_MIPS_ARCH_32R2): New.
33368 (EF_MIPS_ARCH_64R2): New.
33370 2013-01-11 H.J. Lu <hongjiu.lu@intel.com>
33372 * Makeconfig (+link-pie-before-libc): New.
33373 (+link-pie-after-libc): Likewise.
33374 (+link-pie-tests): Likewise.
33375 (+link-pie): Rewritten.
33376 (link-before-libc): Remove $(config-LDFLAGS).
33377 (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
33378 (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
33379 (config-LDFLAGS): Renamed to ...
33380 (rtld-LDFLAGS): This.
33381 (rtld-tests-LDFLAGS): New macro.
33382 (link-libc-rpath-link): Likewise.
33383 (link-libc-tests-rpath-link): Likewise.
33384 (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
33385 (link-libc): Prepand $(link-libc-rpath-link).
33386 (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
33387 (test-program-prefix): New macro.
33388 (test-via-rtld-prefix): Likewise.
33389 (test-program-cmd): Likewise.
33390 (host-test-program-cmd): Likewise.
33391 * Makefile ($(common-objpfx)testrun.sh): Replace
33392 $(run-program-prefix) with $(test-program-prefix).
33393 * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
33395 ($(common-objpfx)shlib.lds): Likewise.
33396 (build-module-helper): Likewise.
33397 ($(common-objpfx)format.lds): Likewise.
33398 * Rules (binaries-pie-tests): New.
33399 (binaries-pie-notests): Likewise.
33400 (binaries-pie): Rewritten.
33401 ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
33402 ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
33403 ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
33404 (make-test-out): Replace $(host-built-program-cmd) with
33405 $(host-test-program-cmd).
33406 * config.make.in (build-hardcoded-path-in-tests): New variable.
33407 * configure.in (--enable-hardcoded-path-in-tests): New configure
33409 (hardcoded_path_in_tests): New AC_SUBST.
33410 * configure: Regenerated.
33411 * catgets/Makefile ($(objpfx)test-gencat.out): Replace
33412 $(built-program-cmd) with $(test-program-cmd).
33413 * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
33414 (test_program_cmd): This.
33415 * elf/Makefile ($(objpfx)order.out): Run test with
33416 $(test-program-prefix).
33417 ($(objpfx)order2.out): Likewise.
33418 ($(objpfx)tst-initorder.out): Likewise.
33419 ($(objpfx)tst-initorder2.out): Likewise.
33420 ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
33421 $(test-program-cmd).
33422 ($(objpfx)tst-array1-static.out): Likewise.
33423 ($(objpfx)tst-array2.out): Likewise.
33424 ($(objpfx)tst-array3.out): Likewise.
33425 ($(objpfx)tst-array4.out): Likewise.
33426 ($(objpfx)tst-array5.out): Likewise.
33427 ($(objpfx)tst-array5-static.out): Likewise.
33428 (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
33429 $(test-program-cmd).
33430 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
33431 $(run-program-prefix) with $(test-program-prefix).
33432 * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
33433 (test_program_prefix): This.
33434 * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
33435 $(run-program-prefix) with $(test-program-prefix).
33436 * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
33437 (test_program_prefix): This.
33438 * iconvdata/tst-tables.sh: Likewise.
33439 * intl/Makefile ($(objpfx)tst-gettext.out): Replace
33440 $(run-program-prefix) with $(test-program-prefix).
33441 ($(objpfx)tst-translit.out): Likewise.
33442 ($(objpfx)tst-gettext2.out): Likewise.
33443 ($(objpfx)tst-gettext4.out): Likewise.
33444 ($(objpfx)tst-gettext6.out): Likewise.
33445 * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
33446 (test_program_prefix): This.
33447 * intl/tst-gettext2.sh: Likewise.
33448 * intl/tst-gettext4.sh Likewise.
33449 * intl/tst-gettext6.sh: Likewise.
33450 * intl/tst-translit.sh: Likewise.
33451 * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
33452 with $(test-program-cmd).
33453 * libio/Makefile ($(objpfx)test-freopen.out): Replace
33454 $(run-program-prefix) with $(test-program-prefix).
33455 * libio/test-freopen.sh (run_program_prefix): Renamed to ...
33456 (test_program_prefix): This.
33457 * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
33458 $(run-program-prefix) with $(test-program-prefix).
33459 * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
33460 (test_program_prefix): This.
33461 * manual/install.texi: Document --enable-hardcoded-path-in-tests.
33462 * posix/Makefile ($(objpfx)globtest.out): Replace
33463 $(run-via-rtld-prefix) and $(test-wrapper) with
33464 $(test-program-prefix) and $(test-via-rtld-prefix).
33465 ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
33466 $(test-program-prefix).
33467 (tst-exec-ARGS): Replace $(host-built-program-cmd) with
33468 $(host-test-program-cmd).
33469 (tst-spawn-ARGS): Likewise.
33470 ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
33471 $(test-program-prefix).
33472 * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
33473 (test_via_rtld_prefix): This.
33474 (test_wrapper): Renamed to ...
33475 (test_program_prefix): This.
33476 (run_program_prefix): Replaced by test_program_prefix.
33477 * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
33478 (test_program_prefix): This.
33479 * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
33480 with $(host-test-program-cmd).
33481 * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
33482 $(run-program-prefix) with $(test-program-prefix).
33483 ($(objpfx)tst-printf.out): Likewise.
33484 ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
33485 $(test-program-cmd).
33486 * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
33487 (test_program_prefix): This.
33488 * stdio-common/tst-unbputc.sh: Likewise.
33489 * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
33490 $(run-program-prefix) with $(test-program-prefix).
33491 * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
33492 (test_program_prefix): This.
33493 * string/Makefile ($(objpfx)tst-svc.out): Replace
33494 $(built-program-cmd) with $(test-program-cmd).
33496 2013-01-11 Andreas Jaeger <aj@suse.de>
33499 * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
33500 value. Sync with Linux 3.7.
33502 2013-01-10 David S. Miller <davem@davemloft.net>
33504 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
33505 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33506 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33508 2013-01-10 Roland McGrath <roland@hack.frob.com>
33510 * configure.in (sysnames): Drop use of $m0sub and $msub, which are
33512 * configure: Regenerated.
33514 2013-01-10 David S. Miller <davem@davemloft.net>
33516 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
33517 sparc V9 rather than using V8 code.
33518 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
33519 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
33521 2013-01-10 Roland McGrath <roland@hack.frob.com>
33523 * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
33524 (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
33525 (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
33526 (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
33527 (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
33528 (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
33529 (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
33530 (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
33531 (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
33532 (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
33533 (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
33534 (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
33535 (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
33536 (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
33537 (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
33538 (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
33539 (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
33540 (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
33541 (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
33542 (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
33543 (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
33544 (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
33545 (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
33546 (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
33547 (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
33548 (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
33549 (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
33551 2013-01-10 David S. Miller <davem@davemloft.net>
33553 * sysdeps/sparc/fpu/libm-test-ulps: Update.
33555 2013-01-10 H.J. Lu <hongjiu.lu@intel.com>
33557 * posix/Makefile (tests-static): New variable.
33558 (tests): Add $(tests-static).
33559 (tst-exec-static-ARGS): New variable.
33560 (tst-spawn-static-ARGS): Likewise.
33561 * posix/tst-exec-static.c: New file.
33562 * posix/tst-spawn-static.c: Likewise.
33563 * posix/tst-exec.c: Support run directly.
33564 * posix/tst-spawn.c: Likewise.
33566 2013-01-10 Joseph Myers <joseph@codesourcery.com>
33568 * elf/link.h (struct dl_phdr_info): Use __extension__ with long
33570 * math/bits/mathcalls.h (llrint): Likewise.
33571 (llround): Likewise.
33572 * stdlib/stdlib.h (struct drand48_data): Likewise.
33573 * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
33574 * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
33575 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
33577 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
33579 * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
33580 (elf_greg_t): Likewise.
33581 * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
33582 (__jmp_buf): Likewise.
33583 * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
33585 (llrint): Likewise, for all definitions.
33586 (llrintl): Likewise.
33588 * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
33589 Remove [__GNUC__] condition.
33590 * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
33591 condition to just [__USE_ISOC99].
33592 [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
33594 2013-01-10 H.J. Lu <hongjiu.lu@intel.com>
33597 * sysdeps/unix/sysv/linux/x86/bits/environments.h
33598 (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
33600 (_POSIX_V6_ILP32_OFF32): Likewise.
33601 (_XBS5_ILP32_OFF32): Likewise.
33602 (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
33603 (__ILP32_OFFBIG_LDFLAGS): Likewise.
33605 2013-01-10 Siddhesh Poyarekar <siddhesh@redhat.com>
33607 * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
33609 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
33610 doubles __mpexp_twomm1. Adjust usage.
33611 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
33614 2013-01-10 Andreas Schwab <schwab@suse.de>
33617 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
33618 (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
33620 2013-01-09 David S. Miller <davem@davemloft.net>
33623 * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
33624 (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
33625 (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
33626 (TCP_FASTOPEN): Define.
33627 (tcp_repair_opt): New structure.
33628 (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
33630 (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
33631 (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
33632 (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
33633 (tcp_cookie_transactions): New structure.
33635 2013-01-09 Anton Blanchard <anton@samba.org>
33637 * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
33638 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
33639 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
33640 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
33642 2013-01-09 Joseph Myers <joseph@codesourcery.com>
33644 * include/features.h (__USE_ANSI): Remove.
33646 2013-01-09 Roland McGrath <roland@hack.frob.com>
33648 * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
33650 * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
33652 2013-01-09 Siddhesh Poyarekar <siddhesh@redhat.com>
33654 * sysdeps/s390/fpu/libm-test-ulps: Update.
33656 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33658 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
33662 (denorm): Likewise.
33663 (__mp_dbl): Likewise.
33664 (__dbl_mp): Likewise.
33665 (add_magnitudes): Likewise.
33666 (sub_magnitudes): Likewise.
33672 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
33676 (denorm): Likewise.
33677 (__mp_dbl): Likewise.
33678 (__dbl_mp): Likewise.
33679 (add_magnitudes): Likewise.
33680 (sub_magnitudes): Likewise.
33686 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
33690 (denorm): Likewise.
33691 (__mp_dbl): Likewise.
33692 (__dbl_mp): Likewise.
33693 (add_magnitudes): Likewise.
33694 (sub_magnitudes): Likewise.
33701 2013-01-08 Joseph Myers <joseph@codesourcery.com>
33703 * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
33704 __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
33705 * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
33706 2 && __USE_EXTERN_INLINES]: Likewise.
33708 2013-01-08 Andreas Jaeger <aj@suse.de>
33711 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
33713 * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
33714 * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
33716 2013-01-07 Anton Blanchard <anton@samba.org>
33718 * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
33719 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
33720 * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
33721 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
33722 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
33723 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
33724 * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
33725 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
33726 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33727 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
33728 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
33729 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
33730 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
33731 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
33732 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
33733 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
33734 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
33735 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
33736 * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
33737 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
33738 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
33739 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
33740 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
33741 * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
33742 * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
33743 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
33744 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
33745 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
33746 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
33747 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
33748 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
33749 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33750 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
33751 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
33752 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
33753 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
33754 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
33755 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
33756 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
33757 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
33758 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
33759 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
33760 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
33762 2013-01-07 Joseph Myers <joseph@codesourcery.com>
33764 * malloc/malloc.h (__MALLOC_P): Remove all definitions.
33765 (__MALLOC_PMT): Likewise.
33766 [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
33767 [__GNUC__], only on [_LIBC].
33768 [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
33769 [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
33770 [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
33771 * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
33772 forward declaration.
33773 (realloc_hook_ini): Likewise.
33774 (memalign_hook_ini): Likewise.
33775 (__libc_memalign): Do not use __MALLOC_PMT in variable
33777 (__libc_valloc): Likewise.
33778 (__libc_pvalloc): Likewise.
33779 (__libc_calloc): Likewise.
33780 (__posix_memalign): Likewise.
33783 * math/s_casinh.c: Include <float.h>.
33784 (__casinh): Do not do computation with squaring and square root
33785 for large arguments.
33786 * math/s_casinhf.c: Include <float.h>.
33787 (__casinhf): Do not do computation with squaring and square root
33788 for large arguments.
33789 * math/s_casinhl.c: Include <float.h>.
33790 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
33791 (__casinhl): Do not do computation with squaring and square root
33792 for large arguments.
33793 * math/libm-test.inc (casin_test): Add more tests.
33794 (casinh_test): Likewise.
33795 * sysdeps/i386/fpu/libm-test-ulps: Update.
33796 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33798 2013-01-04 H.J. Lu <hongjiu.lu@intel.com>
33800 * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
33801 (__x86_64_raw_data_cache_size): Likewise.
33802 (__x86_64_data_cache_size_half): Likewise.
33803 (__x86_64_raw_data_cache_size_half): Likewise.
33804 (__x86_64_shared_cache_size): Likewise.
33805 (__x86_64_raw_shared_cache_size): Likewise.
33806 (__x86_64_shared_cache_size_half): Likewise.
33807 (__x86_64_raw_shared_cache_size_half): Likewise.
33808 * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
33810 (__x86_data_cache_size): This.
33811 (__x86_64_raw_data_cache_size): Renamed to ...
33812 (__x86_raw_data_cache_size): This.
33813 (__x86_64_data_cache_size_half): Renamed to ...
33814 (__x86_data_cache_size_half): This.
33815 (__x86_64_raw_data_cache_size_half): Renamed to ...
33816 (__x86_raw_data_cache_size_half): This.
33817 (__x86_64_shared_cache_size): Renamed to ...
33818 (__x86_shared_cache_size): This.
33819 (__x86_64_raw_shared_cache_size): Renamed to ...
33820 (__x86_raw_shared_cache_size): This.
33821 (__x86_64_shared_cache_size_half): Renamed to ...
33822 (__x86_shared_cache_size_half): This.
33823 (__x86_64_raw_shared_cache_size_half): Renamed to ...
33824 (__x86_raw_shared_cache_size_half): This.
33825 * sysdeps/x86_64/memcpy.S: Updated.
33826 * sysdeps/x86_64/memset.S: Likewise.
33827 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
33828 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
33829 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
33831 2013-01-04 David S. Miller <davem@davemloft.net>
33833 * sysdeps/sparc/fpu/libm-test-ulps: Update.
33835 2013-01-04 Andreas Schwab <schwab@linux-m68k.org>
33837 * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
33838 1 to avoid redefinition warning.
33839 (__USE_GNU): Don't define.
33840 (init_signaling_nan): Protoize.
33842 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33844 2013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
33846 * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
33847 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
33848 (__cpymn): Likewise.
33849 (norm): Remove commented code.
33850 (denorm): Likewise.
33851 (__mp_dbl): Likewise.
33853 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
33854 (__cpymn): Likewise.
33855 (norm): Remove commented code.
33856 (denorm): Likewise.
33857 (__mp_dbl): Likewise.
33860 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
33861 mp_no value for 1.0 and 2.0.
33862 (norm): Use RADIXI instead of radixi.d.
33863 (denorm): Likewise.
33864 (__mul): Use 0.0 instead of zero.d.
33865 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
33866 mp_no value for 1.0 and 2.0.
33867 (norm): Use RADIXI instead of radixi.d.
33868 (denorm): Likewise.
33869 (__mul): Use 0.0 instead of zero.d.
33871 2013-01-04 Joseph Myers <joseph@codesourcery.com>
33874 * math/s_casinh.c (__casinh): Reduce finite argument to first
33875 quadrant then set signs of results at the end.
33876 * math/s_casinhf.c (__casinhf): Likewise.
33877 * math/s_casinhl.c (__casinhl): Likewise.
33878 * math/libm-test.inc (casin_test): Add more tests.
33879 (casinh_test): Likewise.
33880 * sysdeps/i386/fpu/libm-test-ulps: Update.
33881 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33883 2013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
33885 * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
33887 * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
33889 * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
33891 (denorm): Likewise.
33892 (__mp_dbl): Likewise.
33895 * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
33896 and adjust the header comment.
33898 * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
33899 variable name from declaration.
33901 2013-01-03 H.J. Lu <hongjiu.lu@intel.com>
33903 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
33904 Initialize COMMON_CPUID_INDEX_7 element.
33905 * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
33906 (CPUID_RTM): Likewise.
33907 (HAS_RTM): Likewise.
33908 (COMMON_CPUID_INDEX_7): New enum.
33910 2013-01-03 Andreas Schwab <schwab@linux-m68k.org>
33913 * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
33914 size is zero, record memory as freed.
33916 2013-01-03 Andreas Jaeger <aj@suse.de>
33918 * po/ia.po: Add new Interlingua translation.
33920 2012-01-03 Allan McRae <allan@archlinux.org>
33922 * locale/programs/localedef.c: Fix description of '--posix' flag.
33924 2013-01-02 Joseph Myers <joseph@codesourcery.com>
33926 * NEWS: Update dates in second copyright notice.
33927 * README: Update copyright dates in example.
33928 * manual/libc.texinfo: Update copyright dates.
33929 * scripts/test-installation.pl: Update copyright date in --version
33932 * hurd/ctty-input.c: Fix copyright notice formatting.
33933 * hurd/ctty-output.c: Likewise.
33934 * hurd/dtable.c: Likewise.
33935 * hurd/hurd-raise.c: Likewise.
33936 * hurd/hurdprio.c: Likewise.
33937 * hurd/msgportdemux.c: Likewise.
33938 * misc/sys/file.h: Likewise.
33939 * misc/sys/ioctl.h: Likewise.
33940 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
33941 * sysdeps/mach/hurd/chdir.c: Likewise.
33942 * sysdeps/mach/hurd/fchdir.c: Likewise.
33943 * sysdeps/mach/hurd/rename.c: Likewise.
33944 * sysdeps/mach/hurd/rmdir.c: Likewise.
33945 * sysdeps/mach/hurd/seekdir.c: Likewise.
33946 * sysdeps/mach/hurd/setsid.c: Likewise.
33947 * sysdeps/posix/wait3.c: Likewise.
33949 * All files with FSF copyright notices: Update copyright dates
33950 using scripts/update-copyrights.
33951 * intl/plural.c: Regenerated.
33952 * locale/programs/charmap-kw.h: Likewise.
33953 * locale/programs/locfile-kw.h: Likewise.
33955 2013-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
33957 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
33960 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
33961 calculation loop and add branch prediction.
33963 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
33964 check access beyond bounds of m1np.
33966 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
33968 (__inv): Remove local variable MPTWO to use the global
33970 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
33971 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
33973 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
33974 MP3HALFS static const.
33976 2013-01-01 David S. Miller <davem@davemloft.net>
33978 * po/ca.po: Update from translation team.
33980 2013-01-01 Joseph Myers <joseph@codesourcery.com>
33982 * scripts/update-copyrights: New file.
33983 * Makeconfig: Reformat copyright notice.
33984 * ctype/ctype.h: Likewise.
33985 * debug/swprintf_chk.c: Likewise.
33986 * elf/dl-cache.c: Likewise.
33987 * elf/dl-debug.c: Likewise.
33988 * elf/dl-object.c: Likewise.
33989 * grp/initgroups.c: Likewise.
33990 * hurd/Makefile: Likewise.
33991 * hurd/hurd/signal.h: Likewise.
33992 * hurd/hurdfault.c: Likewise.
33993 * hurd/hurdioctl.c: Likewise.
33994 * hurd/hurdlookup.c: Likewise.
33995 * hurd/intr-msg.c: Likewise.
33996 * iconv/gconv_open.c: Likewise.
33997 * libio/swprintf.c: Likewise.
33998 * locale/lc-ctype.c: Likewise.
33999 * locale/nl_langinfo.c: Likewise.
34000 * mach/Machrules: Likewise.
34001 * mach/Makefile: Likewise.
34002 * malloc/obstack.h: Likewise.
34003 * manual/Makefile: Likewise.
34004 * manual/tsort.awk: Likewise.
34005 * misc/bits/stab.def: Likewise.
34006 * nis/nis_print_group_entry.c: Likewise.
34007 * nis/nis_table.c: Likewise.
34008 * nis/nss_compat/compat-pwd.c: Likewise.
34009 * nis/nss_compat/compat-spwd.c: Likewise.
34010 * po/Makefile: Likewise.
34011 * posix/fnmatch.c: Likewise.
34012 * posix/regex.h: Likewise.
34013 * resolv/Makefile: Likewise.
34014 * resolv/nss_dns/dns-network.c: Likewise.
34015 * resolv/res_hconf.c: Likewise.
34016 * scripts/gen-sorted.awk: Likewise.
34017 * soft-fp/soft-fp.h: Likewise.
34018 * stdio-common/printf.h: Likewise.
34019 * stdlib/monetary.h: Likewise.
34020 * stdlib/random.c: Likewise.
34021 * stdlib/random_r.c: Likewise.
34022 * sysdeps/generic/Makefile: Likewise.
34023 * sysdeps/gnu/Makefile: Likewise.
34024 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
34025 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
34026 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
34027 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
34028 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
34029 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
34030 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
34031 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
34032 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
34033 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
34034 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
34035 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
34036 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
34037 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
34038 * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
34039 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
34040 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
34041 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
34042 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
34043 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
34044 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
34045 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
34046 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
34047 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
34048 * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
34049 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
34050 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
34051 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
34052 * sysdeps/mach/hurd/errnos.awk: Likewise.
34053 * sysdeps/mach/hurd/fork.c: Likewise.
34054 * sysdeps/mach/hurd/getcwd.c: Likewise.
34055 * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
34056 * sysdeps/mach/hurd/mmap.c: Likewise.
34057 * sysdeps/mach/hurd/utimes.c: Likewise.
34058 * sysdeps/mach/hurd/xmknod.c: Likewise.
34059 * sysdeps/posix/profil.c: Likewise.
34060 * sysdeps/posix/readdir_r.c: Likewise.
34061 * sysdeps/powerpc/bits/mathdef.h: Likewise.
34062 * sysdeps/powerpc/bits/setjmp.h: Likewise.
34063 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
34064 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
34065 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34066 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
34067 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
34068 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
34069 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34070 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
34071 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
34072 * sysdeps/pthread/lio_listio.c: Likewise.
34073 * sysdeps/sparc/dl-procinfo.h: Likewise.
34074 * sysdeps/unix/i386/sysdep.S: Likewise.
34075 * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
34076 * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
34077 * sysdeps/unix/sysv/linux/getdents.c: Likewise.
34078 * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
34079 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
34080 * sysdeps/unix/sysv/linux/semctl.c: Likewise.
34081 * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
34082 * sysdeps/unix/sysv/linux/speed.c: Likewise.
34083 * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
34084 * sysdeps/wordsize-32/divdi3.c: Likewise.
34085 * time/sys/time.h: Likewise.
34086 * wcsmbs/Makefile: Likewise.
34088 2013-01-01 David S. Miller <davem@davemloft.net>
34090 * po/fr.po: Update from translation team.
34092 * catgets/gencat.c: Update copyright year.
34093 * csu/version.c: Likewise.
34094 * debug/catchsegv.sh: Likewise.
34095 * debug/pcprofiledump.c: Likewise.
34096 * debug/xtrace.sh: Likewise.
34097 * elf/ldconfig.c: Likewise.
34098 * elf/ldd.bash.in: Likewise.
34099 * elf/pldd.c: Likewise.
34100 * elf/sotruss.ksh: Likewise.
34101 * elf/sprof.c: Likewise.
34102 * iconv/iconv_prog.c: Likewise.
34103 * iconv/iconvconfig.c: Likewise.
34104 * locale/programs/locale.c: Likewise.
34105 * locale/programs/localedef.c: Likewise.
34106 * login/programs/pt_chown.c: Likewise.
34107 * malloc/memusage.sh: Likewise.
34108 * malloc/memusagestat.c: Likewise.
34109 * malloc/mtrace.pl: Likewise.
34110 * nscd/nscd.c: Likewise.
34111 * nss/getent.c: Likewise.
34112 * nss/makedb.c: Likewise.
34113 * posix/getconf.c: Likewise.
34115 2012-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
34117 * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
34120 2012-12-30 Mike Frysinger <vapier@gentoo.org>
34122 * math/bits/mathcalls.h (modf): Use __nonnull.
34124 2012-12-29 Siddhesh Poyarekar <siddhesh@redhat.com>
34126 * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
34127 (split): Use macro CN instead of the bare value.
34128 * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
34130 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
34131 instead of the bare value.
34132 (power1): Likewise.
34134 2012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
34136 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
34138 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
34140 * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
34142 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
34143 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
34144 * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
34145 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
34147 2012-12-28 Andreas Jaeger <aj@suse.de>
34149 * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define. New
34150 values are from Linux 3.7.
34152 * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
34153 (TCPI_OPT_ECN_SEEN): Define. Sync with Linux 3.7.
34155 2012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
34157 * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
34160 * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
34162 * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
34163 variables with preprocessor constants.
34164 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
34165 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
34166 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
34168 2012-12-27 Bruno Haible <bruno@clisp.org>
34171 * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
34174 2012-12-27 Siddhesh Poyarekar <siddhesh@redhat.com>
34176 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
34177 and use variable directly.
34178 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
34180 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
34182 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
34183 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
34185 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
34186 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
34187 * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
34188 include directive. Remove local variable MPONE.
34189 * sysdeps/ieee754/dbl-64/mplog.h: Remove.
34190 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
34191 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
34193 2012-12-25 David S. Miller <davem@davemloft.net>
34195 * version.h (RELEASE): Set to "development".
34196 (VERSION): Set to "2.17.90".
34197 * NEWS: Add 2.18 section.
34199 2012-12-21 David S. Miller <davem@davemloft.net>
34201 * po/hr.po: Update from translation team.
34203 2012-12-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
34205 * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
34207 2012-12-19 Steve Ellcey <sellcey@mips.com>
34209 * NEWS: Mention new memcpy for MIPS.
34211 2012-12-18 Marcus Shawcroft <marcus.shawcroft@linaro.org>
34213 * manual/contrib.texi (Contributors): Spelling correction.
34215 2012-12-15 David S. Miller <davem@davemloft.net>
34217 * po/ru.po: Update from translation team.
34219 2012-12-13 David S. Miller <davem@davemloft.net>
34221 * NEWS: Mention IFUNC testsuite enhancements.
34223 * po/pl.po: Update from translation team.
34224 * po/bg.po: Likewise.
34226 * manual/contrib.texi (Contributors): Update entries for Hongjiu
34227 Lu and Joseph S. Myers. Add entry for Marcus Shawcroft.
34229 2012-12-11 David S. Miller <davem@davemloft.net>
34231 * po/sv.po: Update from translation team.
34233 * po/vi.po: Update from translation team.
34235 * po/cs.po: Update from translation team.
34237 * po/de.po: Update from translation team.
34238 * po/eo.po: Likewise.
34239 * po/nl.po: Likewise.
34241 2012-12-11 Siddhesh Poyarekar <siddhesh@redhat.com>
34244 * manual/argp.texi (Argp Helper Functions): Move node to follow
34245 Argp Parsing State.
34248 * manual/conf.texi (Limits on File System Capacity): Mention if
34249 terminating null is included in the max size.
34251 2012-12-10 Andreas Jaeger <aj@suse.de>
34253 * po/cs.po: Update from translation team.
34255 2012-12-08 Siddhesh Poyarekar <siddhesh@redhat.com>
34257 * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
34258 void pointer and cast to uintptr_t.
34259 * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
34261 * sysdeps/s390/s390-64/memcpy.S: Likewise.
34262 * sysdeps/s390/s390-64/memset.S: Likewise.
34264 2012-12-08 Benno Schulenberg <bensberg@justemail.net>
34267 * menual/message.texi (Message Translation): Fix typos.
34268 (Helper programs for gettext): Likewise.
34270 2012-12-07 Andreas Schwab <schwab@linux-m68k.org>
34273 * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
34276 2012-12-07 David S. Miller <davem@davemloft.net>
34278 * po/libc.pot: Update.
34280 2012-12-07 Richard Henderson <rth@redhat.com>
34283 * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
34284 normal/normal case to before the switch.
34285 (_FP_DIV): Likewise.
34287 2012-12-06 Carlos O'Donell <carlos@systemhalted.org>
34288 Mike Frysinger <vapier@gentoo.org>
34290 * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
34291 check for __NR_fadvise64_64.
34293 2012-12-06 Chris Metcalf <cmetcalf@tilera.com>
34295 * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
34296 0, not just to plain "0" as a statement.
34297 (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
34300 2012-12-06 Joseph Myers <joseph@codesourcery.com>
34302 * NEWS: Use sourceware.org in Bugzilla URL.
34304 2012-12-06 Siddhesh Poyarekar <siddhesh@redhat.com>
34306 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
34307 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
34309 * stdio-common/tst-put-error.c (do_test): Add newline to the
34310 padded test to ensure flush.
34312 2012-12-05 Jeff Law <law@redhat.com>
34314 * sunrpc/etc.rpc (fedfs_admin): Add entry.
34316 2012-12-05 Joseph Myers <joseph@codesourcery.com>
34318 * README: Don't refer to ports add-on as distributed separately.
34319 Mention AArch64 in list of systems supported in the ports add-on.
34321 * LICENSES: Add more non-FSF copyright and license notices.
34323 * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
34326 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
34328 * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
34329 10000 as width of padded output.
34331 2012-12-04 Joseph Myers <joseph@codesourcery.com>
34333 * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
34335 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
34336 variable LX with __attribute__ ((unused)).
34337 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
34339 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
34340 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
34341 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
34342 with __attribute__ ((unused)).
34344 2012-12-04 David S. Miller <davem@abraco.davemloft.net>
34346 * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
34348 2012-12-04 Joseph Myers <joseph@codesourcery.com>
34350 * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
34351 (CFLAGS-nldbl-acos.c): New variable.
34352 [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
34353 [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
34354 [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
34355 [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
34356 [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
34357 [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
34358 [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
34359 [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
34360 [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
34361 [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
34362 [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
34363 [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
34364 [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
34365 [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
34366 [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
34367 [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
34368 [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
34369 [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
34370 [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
34371 [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
34372 [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
34373 [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
34374 [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
34375 [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
34376 [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
34377 [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
34378 [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
34379 [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
34380 [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
34381 [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
34382 [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
34383 [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
34384 [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
34385 [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
34386 [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
34387 [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
34388 [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
34389 [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
34390 [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
34391 [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
34392 [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
34393 [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
34394 [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
34395 [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
34396 [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
34397 [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
34398 [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
34399 [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
34400 [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
34401 [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
34402 [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
34403 [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
34404 [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
34405 [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
34406 [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
34407 [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
34408 [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
34409 [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
34410 [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
34411 [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
34412 [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
34413 [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
34414 [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
34415 [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
34416 [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
34417 [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
34418 [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
34419 [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
34420 [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
34421 [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
34422 [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
34423 [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
34424 [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
34425 [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
34426 [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
34427 [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
34428 [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
34429 [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
34430 [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
34431 [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
34432 [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
34433 [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
34434 [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
34435 [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
34436 [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
34437 [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
34438 [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
34439 [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
34440 [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
34441 [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
34442 [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
34443 [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
34444 [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
34445 [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
34446 [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
34447 [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
34448 [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
34450 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
34451 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
34454 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
34455 whole low double instead of just low 47 bits when splitting values
34458 2012-12-03 Allan McRae <allan@archlinux.org>
34460 * manual/stdio.texi (Predefined Printf Handlers): Remove
34461 @hsep and @vsep usage.
34463 2012-12-03 Mike Frysinger <vapier@gentoo.org>
34465 * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
34466 * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
34468 2012-12-03 Jeff Law <law@redhat.com>
34470 * time/sys/time.h (settimeofday): Do not mark TV argument
34473 2012-12-01 Mike Frysinger <vapier@gentoo.org>
34475 * libio/fileops.c (_IO_new_file_close_it): Do not always flush
34476 when currently writing and seek to current position when not.
34477 * libio/Makefile (tests): Remove bug-fclose1.
34478 * libio/bug-fclose1.c: Delete.
34480 2012-12-01 Joseph Myers <joseph@codesourcery.com>
34482 * manual/arith.texi (feenableexcept): Fix typo.
34483 (fedisableexcept): Likewise.
34485 2012-11-30 Roland McGrath <roland@hack.frob.com>
34487 * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
34488 second, differently-typed declaration, rather than a cast.
34490 2012-11-30 Siddhesh Poyarekar <siddhesh@redhat.com>
34492 * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
34493 * include/rpc/svc.h: ... here.
34495 2012-11-30 Aurelien Jarno <aurel32@debian.org>
34498 * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
34499 depending n and resplen2 to catch cases where answer
34502 2012-11-29 Carlos O'Donell <carlos@systemhalted.org>
34504 * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
34505 for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
34507 2012-11-29 Mike Frysinger <vapier@gentoo.org>
34509 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
34511 2012-11-29 Roland McGrath <roland@hack.frob.com>
34513 * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
34515 2012-11-28 Jeff Law <law@redhat.com>
34518 * nscd/grpcache.c (cache_addgr): Rename alloca_used to
34519 dataset_temporary. Track alloca usage into alloca_used.
34520 If dataset is large allocate and release it via malloc/free.
34522 2012-06-04 Florian Weimer <fweimer@redhat.com>
34525 * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
34527 2012-11-28 David S. Miller <davem@davemloft.net>
34529 * sysdeps/sparc/fpu/libm-test-ulps: Update.
34531 2012-11-28 Joseph Myers <joseph@codesourcery.com>
34534 * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
34535 of pi/2 rounded to nearest to 64 bits.
34536 (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
34537 nearest to 64 bits.
34538 (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
34541 2012-11-28 Jeff Law <law@redhat.com>
34542 Martin Osvald <mosvald@redhat.com>
34545 * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
34546 * sunrpc/svc.c: Include time.h.
34547 (__svc_accept_failed): New function.
34548 * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
34549 any reason other than EINTR, call __svc_accept_failed.
34550 * sunrpc/svc_udp.c (svcudp_recv): Similarly.
34551 * sunrpc/svc_unix.c (rendezvous_request): Similarly.
34553 2012-11-28 Andreas Schwab <schwab@suse.de>
34555 * scripts/abilist.awk: Also handle indirect functions in .opd
34558 2012-11-28 Joseph Myers <joseph@codesourcery.com>
34561 * sysdeps/x86/fpu/powl_helper.c: New file.
34562 * sysdeps/x86/fpu/Makefile: Likewise.
34563 * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
34565 (__ieee754_powl): Use __powl_helper for finite arguments except
34566 integer exponents below 8.
34567 * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
34569 (__ieee754_powl): Use __powl_helper for finite arguments except
34570 integer exponents below 8.
34571 * math/libm-test.inc (pow_test): Add more tests and enable some
34572 previously disabled tests.
34573 * sysdeps/i386/fpu/libm-test-ulps: Update.
34574 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34576 2012-11-28 Siddhesh Poyarekar <siddhesh@redhat.com>
34577 Carlos O'Donell <carlos_odonell@mentor.com>
34579 * nss/makedb.c (is_prime): Assert that input is odd and greater
34580 than 4. Note that fact in a comment too.
34581 (next_prime): Add 4 to input.
34583 2012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
34586 * libio/Makefile (tests): Add test case tst-fwrite-error.
34587 * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
34588 * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
34589 * libio/tst-fwrite-error.c: New test case.
34591 2012-11-26 H.J. Lu <hongjiu.lu@intel.com>
34593 * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
34594 before casting to void *.
34595 * include/libc-internal.h (__pointer_type): New macro.
34596 (__integer_if_pointer_type_sub): Likewise.
34597 (__integer_if_pointer_type): Likewise.
34598 (cast_to_integer): Likewise.
34599 * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
34600 (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
34601 before casting to atomic64_t.
34602 (atomic_exchange_acq): Likewise.
34603 (__arch_exchange_and_add_body): Likewise.
34604 (__arch_add_body): Likewise.
34605 (atomic_add_negative): Likewise.
34606 (atomic_add_zero): Likewise.
34608 2012-11-26 Joseph Myers <joseph@codesourcery.com>
34610 * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
34611 (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
34612 (add_fdes): Likewise.
34613 (linear_search_fdes): Likewise.
34614 (binary_search_unencoded_fdes): Likewise.
34616 2012-11-26 Andreas Schwab <schwab@linux-m68k.org>
34618 * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
34620 2012-11-24 Adam Conrad <adconrad@0c3.net>
34622 * configure.in: Autodetect C++ header directories.
34623 * configure: Regenerated.
34625 2012-11-23 Mike Frysinger <vapier@gentoo.org>
34627 * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
34629 2012-11-23 Andreas Schwab <schwab@linux-m68k.org>
34631 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34633 2012-11-22 Joseph Myers <joseph@codesourcery.com>
34635 * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
34636 LDBL_MANT_DIG == 106]: Disable some tests.
34637 (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
34639 (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
34643 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
34644 input for small inputs. Return +/- pi/2 for large inputs.
34645 * math/libm-test.inc (atan_test): Add more tests.
34647 * sysdeps/generic/unwind-dw2-fde-glibc.c
34648 (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
34649 __attribute__ ((unused)).
34652 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
34653 x * y if x and y are nonzero and z is zero.
34656 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
34657 nonzero exponents with absolute value below 0x1p-117 to +/-
34661 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
34662 up arguments below 2**-450, not just those below 2**-500.
34663 * math/libm-test.inc (hypot_test): Add another test.
34666 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
34667 Return a+b for ratio over 2**120, not 2**60.
34668 * math/libm-test.inc (hypot_test): Add another test.
34670 * math/libm-test.inc (clog_test): Use
34671 UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
34672 (clog10_test): Likewise.
34675 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
34677 2012-11-22 Andreas Schwab <schwab@suse.de>
34679 * sysdeps/i386/fpu/libm-test-ulps: Update.
34681 2012-11-22 Pino Toscano <toscano.pino@tiscali.it>
34683 * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
34684 printf output with newline.
34686 2012-11-21 H.J. Lu <hongjiu.lu@intel.com>
34689 * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
34690 * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
34691 -z nodlopen, -z initfirst and -z execstack support.
34692 * configure: Regenerated.
34694 * elf/elf.h (DF_1_NODIRECT): New macro.
34695 (DF_1_IGNMULDEF): Likewise.
34696 (DF_1_NOKSYMS): Likewise.
34697 (DF_1_NOHDR): Likewise.
34698 (DF_1_EDITED): Likewise.
34699 (DF_1_NORELOC): Likewise.
34700 (DF_1_SYMINTPOSE): Likewise.
34701 (DF_1_GLOBAUDIT): Likewise.
34702 (DF_1_SINGLETON): Likewise.
34703 * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
34704 DT_1_SUPPORTED_MASK bits.
34705 * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
34707 2012-11-20 Carlos O'Donell <carlos_odonell@mentor.com>
34709 * sysdeps/unix/make-syscalls.sh: Document prefixes.
34711 2012-11-20 Thomas Schwinge <thomas@codesourcery.com>
34713 * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
34716 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
34717 (sendmmsg): Move declarations...
34718 * socket/sys/socket.h: ... here.
34719 * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
34720 !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
34722 * socket/recvmmsg.c: ... this new file.
34723 * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
34724 (sendmmsg): Rename to __sendmmsg, create weak alias and make
34725 definition of __sendmmsg hidden.
34726 * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
34727 [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
34728 Move ENOSYS stub into and include it from...
34729 * socket/sendmmsg.c: ... this new file.
34730 * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
34731 (sysdep_routines): Move recvmmsg and sendmmsg...
34732 * socket/Makefile (routines): ... here.
34733 * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
34734 (GLIBC_PRIVATE): Add __sendmmsg.
34735 * include/sys/socket.h (__sendmmsg): Add declarations.
34736 * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
34739 2012-11-20 Joseph Myers <joseph@codesourcery.com>
34741 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
34742 variable I1 with __attribute__ ((unused)).
34743 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
34745 2012-11-19 Joseph Myers <joseph@codesourcery.com>
34747 * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
34748 DUMMY variables with __attribute__ ((unused)).
34750 * bits/byteswap.h: Include <bits/types.h>.
34751 (__bswap_64): Use __uint64_t instead of unsigned long long int.
34753 2012-11-19 Pino Toscano <toscano.pino@tiscali.it>
34755 * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
34756 string_t. Do not manually set errno.
34757 (__ptsname_r): Change the type of PEERNAME to string_t, and check its
34758 length with __strnlen. Make sure to both set errno and return it on
34761 2012-11-19 David S. Miller <davem@davemloft.net>
34763 With help from Joseph Myers.
34764 * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
34765 very large arguments properly.
34766 * math/libm-test.inc (atan_test): New tests.
34767 (atan2_test): New tests.
34768 * sysdeps/sparc/fpu/libm-test-ulps: Update.
34769 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34771 2012-11-19 Joseph Myers <joseph@codesourcery.com>
34774 * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
34777 * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
34778 [POSIX] (EADDRNOTAVAIL): Likewise.
34779 [POSIX] (EAFNOSUPPORT): Likewise.
34780 [POSIX] (EALREADY): Likewise.
34781 [POSIX] (ECONNABORTED): Likewise.
34782 [POSIX] (ECONNREFUSED): Likewise.
34783 [POSIX] (ECONNRESET): Likewise.
34784 [POSIX] (EDESTADDRREQ): Likewise.
34785 [POSIX] (EDQUOT): Likewise.
34786 [POSIX] (EHOSTUNREACH): Likewise.
34787 [POSIX] (EIDRM): Likewise.
34788 [POSIX] (EISCONN): Likewise.
34789 [POSIX] (ELOOP): Likewise.
34790 [POSIX] (EMULTIHOP): Likewise.
34791 [POSIX] (ENETDOWN): Likewise.
34792 [POSIX] (ENETUNREACH): Likewise.
34793 [POSIX] (ENOBUFS): Likewise.
34794 [POSIX] (ENODATA): Likewise.
34795 [POSIX] (ENOLINK): Likewise.
34796 [POSIX] (ENOMSG): Likewise.
34797 [POSIX] (ENOPROTOOPT): Likewise.
34798 [POSIX] (ENOSR): Likewise.
34799 [POSIX] (ENOSTR): Likewise.
34800 [POSIX] (ENOTCONN): Likewise.
34801 [POSIX] (ENOTSOCK): Likewise.
34802 [POSIX] (EOPNOTSUPP): Likewise.
34803 [POSIX] (EOVERFLOW): Likewise.
34804 [POSIX] (EPROTO): Likewise.
34805 [POSIX] (EPROTONOSUPPORT): Likewise.
34806 [POSIX] (EPROTOTYPE): Likewise.
34807 [POSIX] (ESTALE): Likewise.
34808 [POSIX] (ETIME): Likewise.
34809 [POSIX] (ETXTBSY): Likewise.
34810 [POSIX] (EWOULDBLOCK): Likewise.
34811 [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
34812 * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
34813 [POSIX] (SEEK_CUR): Likewise.
34814 [POSIX] (SEEK_END): Likewise.
34815 [POSIX || UNIX98] (mode_t): Do not require.
34816 [POSIX] (off_t): Likewise.
34817 [POSIX] (pid_t): Likewise.
34818 [POSIX] (sys/stat.h): Do not allow header.
34819 [POSIX] (unistd.h): Likewise.
34820 [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
34821 [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
34822 [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
34823 * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
34825 * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
34826 sigevent): Specify elements.
34827 [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
34829 [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
34830 [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
34832 * conform/data/cpio.h-data [POSIX]: Disable whole file.
34833 * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
34834 * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
34835 (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
34836 [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
34837 [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
34838 [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
34839 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
34840 [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
34841 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
34842 [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
34843 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
34844 [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
34845 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
34847 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
34849 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
34851 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
34853 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
34854 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
34855 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
34856 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
34857 [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
34858 Specify lower bound on value.
34859 [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
34860 [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
34861 [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
34862 [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
34863 [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
34864 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
34865 [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
34866 [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
34868 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
34870 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
34871 [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
34872 [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
34873 [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
34874 [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
34875 [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
34876 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
34877 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
34878 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
34879 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
34880 [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
34881 [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
34882 [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
34883 [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
34884 [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
34885 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
34887 [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
34889 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
34890 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
34891 [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
34892 [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
34893 [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
34894 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
34896 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
34897 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
34898 [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
34899 [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
34900 [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise. Give
34901 value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
34902 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
34904 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
34905 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
34906 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
34907 [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
34908 Likewise. Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
34909 [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
34910 specify as optional.
34911 [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
34912 [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
34913 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
34914 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
34915 [POSIX || XPG3] (NL_ARGMAX): Do not allow.
34916 [XPG3] (NL_LANGMAX): Likewise.
34917 [POSIX || XPG3] (NL_MSGMAX): Likewise.
34918 [POSIX || XPG3] (NL_NMAX): Likewise.
34919 [POSIX || XPG3] (NL_SETMAX): Likewise.
34920 [POSIX || XPG3] (NL_TEXTMAX): Likewise.
34921 [XPG3] (NZERO): Likewise.
34922 [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
34923 [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
34924 [!ISO && !ISO99 && !ISO11] (*_t): Allow.
34925 * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
34926 (REG_ERANGE): Expect.
34927 * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
34929 [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
34930 Use (void) in prototype.
34931 [POSIX] (*_t): Allow.
34932 * conform/data/sys/times.h-data [POSIX]: Enable whole file.
34933 * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
34934 (WRDE_BADVAL): Expect.
34936 * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
34938 [XPG3 || XPG4] (O_RSYNC): Likewise.
34939 * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
34941 [XPG3 || XPG4] (pthread_sigmask): Likewise.
34942 [XPG3 || XPG4] (sigqueue): Likewise.
34943 [XPG3 || XPG4] (sigtimedwait): Likewise.
34944 [XPG3 || XPG4] (sigwaitinfo): Likewise.
34945 * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
34946 [XPG3 || XPG4] (vsnprintf): Likewise.
34947 * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
34949 [XPG3 || XPG4] (blksize_t): Likewise.
34950 * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
34952 [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
34953 [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
34954 [XPG3 || XPG4] (struct itimerspec): Likewise.
34955 [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
34956 [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
34957 [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
34958 [XPG3 || XPG4] (clockid_t): Likewise.
34959 [XPG3 || XPG4] (timer_t): Likewise.
34960 [XPG3 || XPG4] (clock_getres): Likewise.
34961 [XPG3 || XPG4] (clock_gettime): Likewise.
34962 [XPG3 || XPG4] (clock_settime): Likewise.
34963 [XPG3 || XPG4] (nanosleep): Likewise.
34964 [XPG3 || XPG4] (timer_create): Likewise.
34965 [XPG3 || XPG4] (timer_delete): Likewise.
34966 [XPG3 || XPG4] (timer_gettime): Likewise.
34967 [XPG3 || XPG4] (timer_getoverrun): Likewise.
34968 [XPG3 || XPG4] (timer_settime): Likewise.
34969 * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
34970 [XPG3 || XPG4] (getlogin_r): Likewise.
34971 [XPG3 || XPG4] (pread): Likewise.
34972 [XPG3 || XPG4] (pthread_atfork): Likewise.
34973 [XPG3 || XPG4] (pwrite): Likewise.
34976 * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
34979 2012-11-19 Pino Toscano <toscano.pino@tiscali.it>
34981 * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
34982 finalizing MALLSTREAM.
34984 * sysdeps/mach/hurd/syncfs.c: New file.
34986 2012-11-19 Siddhesh Poyarekar <siddhesh@redhat.com>
34989 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
34990 NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
34991 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
34992 h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
34993 (_nss_dns_gethostbyname4_r): Likewise.
34994 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
34995 EAI_SYSTEM if NSS_STATUS_UNAVAIL.
34997 2012-11-19 Peng Haitao <penght@cn.fujitsu.com>
35000 * sunrpc/bindrsvprt.c: Add lock to protect static variable.
35002 2012-11-19 Steve McIntyre <steve.mcintyre@linaro.org>
35004 * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
35005 * elf/cache.c (print_entry): Print ",AArch64" for
35008 * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
35009 * elf/cache.c (print_entry): Print ",hard-float" for
35012 2012-11-18 David S. Miller <davem@davemloft.net>
35014 With help from Joseph Myers.
35015 * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
35017 * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
35019 * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
35020 ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
35022 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
35023 * math/libm-test.inc (y0_test): New tests.
35024 (y1_test): New tests.
35025 * sysdeps/i386/fpu/libm-test-ulps: Update.
35026 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35027 * sysdeps/sparc/fpu/libm-test-ulps: Update.
35029 2012-11-18 Andreas Schwab <schwab@linux-m68k.org>
35031 * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
35033 * configure: Regenerated.
35035 2012-11-17 David S. Miller <davem@davemloft.net>
35038 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
35039 nonzero exponents with absolute value below 0x1p-128 to +/-
35042 2012-11-17 Joseph Myers <joseph@codesourcery.com>
35044 * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
35046 * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
35048 * posix/getconf-speclist.c: New file.
35049 * posix/posix-envs.def: Likewise.
35050 * posix/confstr.c (START_ENV_GROUP): New macro.
35051 (END_ENV_GROUP): Likewise.
35052 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
35053 (KNOWN_PRESENT_ENV_STRING): Likewise.
35054 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
35055 (UNKNOWN_ENVIRONMENT): Likewise.
35056 (confstr): Include posix-envs.def instead of handling
35057 _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
35058 _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
35059 * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
35060 (END_ENV_GROUP): Likewise.
35061 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
35062 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
35063 (UNKNOWN_ENVIRONMENT): Likewise.
35064 (__sysconf): Include posix-envs.def instead of handling associated
35065 cases directly here.
35066 * posix/Makefile ($(objpfx)getconf.speclist): Generate by
35067 preprocessing getconf-speclist.c rather than running getconf or
35068 generating empty file.
35070 2012-11-16 Pino Toscano <toscano.pino@tiscali.it>
35072 * scripts/check-local-headers.sh: Ignore 'mach' headers.
35074 2012-11-16 Andrej Lajovic <natrij@gmail.com>
35077 * iconv/iconv_prog.c (main): Fix -c handling of '/'.
35079 2012-11-16 David S. Miller <davem@davemloft.net>
35081 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
35082 smaller than LDBL_EPSILON/2.0L, just return xm1.
35084 2012-11-16 H.J. Lu <hongjiu.lu@intel.com>
35086 * elf/tst-array1.c (init): Set constructor priority to 1000.
35087 (fini): Set destructor priority to 1000.
35088 * elf/tst-array2dep.c: Likewise.
35090 2012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
35093 * libio/fileops.c (_IO_new_file_write): Correctly return error.
35094 (_IO_new_file_xsputn): Also return EOF if none of the input
35095 data was written when overflow failed.
35096 * libio/iopadn.c (_IO_padn): Likewise.
35097 * libio/iowpadn.c (_IO_wpadn): Likewise.
35098 * stdio-common/tst-put-error.c: Add copyright notice.
35099 (do_test): Add case for printing padded string.
35100 * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
35101 _IO_padn returned error.
35102 [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
35103 * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
35106 2012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
35108 * libio/libioP.h: Add comment note that the references to C++
35109 bits are now obsolete.
35111 2012-11-15 Marcus Shawcroft <marcus.shawcroft@linaro.org>
35113 * math/libm-test.inc (check_complex): Use asprintf.
35115 2012-11-14 Joseph Myers <joseph@codesourcery.com>
35117 * debug/pcprofiledump.c (print_version): Update copyright year.
35118 * malloc/memusagestat.c (print_version): Likewise.
35120 2012-11-14 H.J. Lu <hongjiu.lu@intel.com>
35123 * elf/Makefile (tests): Add tst-audit8.
35124 ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
35125 ($(objpfx)tst-audit8.out): New target.
35126 (tst-audit8-ENV): New variable.
35127 * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
35128 audit if l_reloc_result is NULL.
35129 (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
35130 defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
35131 * elf/tst-audit8.c: New file.
35133 2012-11-14 Marcus Shawcroft <marcus.shawcroft@linaro.org>
35135 * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
35136 * misc/Makefile (CFLAGS-select.c): Define.
35137 * posix/Makefile (CFLAGS-pause.c): Define.
35139 2012-11-13 David S. Miller <davem@davemloft.net>
35141 * crypt/Makefile: Move test targets after toplevel Rules
35142 inclusion. Grab any necessary sysdep routines when linking.
35143 * crypt/md5.c (md5_process_block): Remove define, we will always
35144 name it __md5_process_block.
35145 (md5_finish_ctx): Update md5_process_block call.
35146 (md5_stream): Likewise.
35147 (md5_process_bytes): Likewise.
35148 (md5_process_block): Rename to __md5_process_block and move to ...
35149 * crypt/md5-block.c: ... here.
35150 * crypt/sha256.c (sha256_process_block): Move to ...
35151 * crypt/sha256-block.c: ... here.
35152 * crypt/sha512.c (sha512_process_block): Move to ...
35153 * crypt/sha512-block.c: ... here.
35154 * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
35156 * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
35157 * sysdeps/sparc/sparc64/multiarch/Makefile
35158 (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
35160 (localedef-aux): Add md5 crypto assembler when in locale subdir.
35161 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
35163 * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
35164 * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
35165 * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
35166 * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
35167 * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
35168 * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
35169 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
35170 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
35171 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
35173 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
35174 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
35176 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
35178 2012-11-13 Joseph Myers <joseph@codesourcery.com>
35180 * timezone/tzselect.ksh: Update from tzcode git revision
35181 a435f9f0ecafa56d9e0263835836bd0c64cd7307.
35182 * timezone/zdump.c: Likewise.
35183 * timezone/zic.c: Likewise.
35184 * timezone/Makefile ($(objpfx)version.h): Only include $(version)
35185 in TZVERSION setting, not $(PKGVERSION).
35186 ($(objpfx)tzselect): Likewise. Also substitute PKGVERSION and
35187 REPORT_BUGS_TO settings.
35190 * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
35193 2012-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
35195 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
35196 detection to immediately after _FP_ROUND().
35197 * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
35200 2012-11-11 David S. Miller <davem@davemloft.net>
35202 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
35204 (__get_clockfreq_via_proc_openprom): Use __open, __read, and
35205 __close rather than their public counterparts.
35207 2012-11-10 Joseph Myers <joseph@codesourcery.com>
35209 * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
35211 [UNIX98] (sem_timedwait): Do not expect.
35212 * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
35213 [XPG4 || UNIX98] (sockatmark): Do not expect.
35214 * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
35215 (clock_getcpuclockid): Do not expect.
35216 [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
35217 * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
35219 [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
35220 * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
35221 [UNIX98] (vwscanf): Likewise.
35222 [UNIX98] (vswscanf): Likewise.
35224 2012-11-09 Joseph Myers <joseph@codesourcery.com>
35226 * timezone/version.h: Remove file.
35227 * timezone/README: Do not refer to version.h.
35228 * timezone/Makefile ($(objpfx)zic.o): New dependency on
35229 $(objpfx)version.h.
35230 ($(objpfx)zdump.o): Likewise.
35231 ($(objpfx)version.h): New target.
35233 * timezone/tzselect.ksh: Change to verbatim copy from tzcode
35235 * timezone/README: Don't mention modification to tzselect.ksh.
35236 * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
35237 work on unmodified tzselect.ksh. Substitute version numbers in
35240 * Makefile (format-me): Remove.
35241 (INSTALL): Adjust indentation. Use commands directly instead of
35242 using $(format-me).
35244 * aclocal.m4 (ACX_PKGVERSION): New macro.
35245 (ACX_BUGURL): Likewise.
35246 * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
35247 (PKGVERSION): New AC_DEFINE_UNQUOTED.
35248 (REPORT_BUGS_TO): Likewise.
35249 * configure: Regenerated.
35250 * config.h.in (PKGVERSION): New macro.
35251 (REPORT_BUGS_TO): Likewise.
35252 * config.make.in (PKGVERSION): New variable.
35253 (PKGVERSION_TEXI): Likewise.
35254 (REPORT_BUGS_TO): Likewise.
35255 (REPORT_BUGS_TEXI): Likewise.
35256 * Makefile (format-me): Use -I$(common-objpfx)manual.
35257 (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
35258 ($(common-objpfx)manual/%): New target.
35259 (manual/%): Remove target.
35260 * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
35261 (print_version): Use PKGVERSION.
35262 * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
35263 * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
35264 and REPORT_BUGS_TO.
35265 ($(objpfx)xtrace): Likewise.
35266 * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
35267 * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
35268 (print_version): Use PKGVERSION.
35269 * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
35270 (do_version): Use PKGVERSION.
35271 * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
35273 (common-ldd-rewrite): Likewise.
35274 * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
35275 * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
35276 (print_version): Use PKGVERSION.
35277 * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
35278 * elf/pldd.c (argp_program_bug_address): Remove variable.
35279 (more_help): New function.
35280 (argp): Use more_help.
35281 (print_version): Use PKGVERSION.
35282 * elf/sln.c (main): Use PKGVERSION.
35283 (usage): Use REPORT_BUGS_TO.
35284 * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
35285 (top level): Use PKGVERSION.
35286 * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
35287 (print_version): Use PKGVERSION.
35288 * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
35289 (print_version): Use PKGVERSION.
35290 * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
35291 (print_version): Use PKGVERSION.
35292 * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
35293 (print_version): Use PKGVERSION.
35294 * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
35295 (print_version): Use PKGVERSION.
35296 * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
35297 (print_version): Use PKGVERSION.
35298 * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
35300 ($(objpfx)memusage): Likewise.
35301 * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
35302 (do_version): Use PKGVERSION.
35303 * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
35304 (print_version): Use PKGVERSION.
35305 * malloc/mtrace.pl ($PACKAGE): Remove variable.
35306 ($PKGVERSION): New variable.
35307 ($REPORT_BUGS_TO): Likewise.
35308 (usage): Use $REPORT_BUGS_TO.
35309 (top level): Use $PKGVERSION.
35310 * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
35311 ($(objpfx)pkgvers.texi): New rule.
35312 ($(objpfx)stamp-pkgvers): Likewise.
35313 * manual/install.texi: Include pkgvers.texi.
35314 (--with-pkgversion): Document new configure option.
35315 (--with-bugurl): Likewise.
35316 (Reporting Bugs): Describe Bugzilla as upstream tracker rather
35317 than necessarily for this particular distribution. Use
35318 REPORT_BUGS_TO for where to report bugs.
35319 * INSTALL: Regenerated.
35320 * manual/libc.texinfo: Include pkgvers.texi.
35321 [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
35322 * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
35323 (print_version): Use PKGVERSION.
35324 * nss/getent.c (more_help): Use REPORT_BUGS_TO.
35325 (print_version): Use PKGVERSION.
35326 * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
35327 (print_version): Use PKGVERSION.
35328 * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
35329 * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
35331 * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
35332 (print_version): Use PKGVERSION.
35333 * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
35334 (print_version): Use PKGVERSION.
35335 * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
35338 * timezone/checktab.awk: Update from tzcode 2012i.
35339 * timezone/ialloc.c: Likewise.
35340 * timezone/private.h: Likewise.
35341 * timezone/scheck.c: Likewise.
35342 * timezone/tzfile.h: Likewise.
35343 * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
35344 (TZVERSION): Hardcode tzcode version number.
35345 * timezone/zdump.c: Update from tzcode 2012i.
35346 * timezone/zic.c: Likewise.
35347 * timezone/version.h: New file.
35348 * timezone/README: Describe version.h. Update upstream location.
35351 * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
35352 (mktemp): Enable declaration.
35353 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
35354 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
35355 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
35356 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
35358 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
35360 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
35362 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
35364 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
35366 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
35370 * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
35371 offset in buffer as u_int32_t not u_long. Consistently use memcpy
35372 for copies of such integer values.
35373 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
35374 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
35376 2012-11-09 Andreas Jaeger <aj@suse.de>
35378 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
35379 definitions and declarations that are provided by
35380 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
35382 2012-11-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
35384 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
35385 * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
35386 * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
35389 2012-11-08 Marcus Shawcroft <marcus.shawcroft@linaro.org>
35391 * elf/elf.h: Update comment before AArch64 relocations.
35393 2012-11-07 David S. Miller <davem@davemloft.net>
35395 * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
35396 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
35397 (__start_context): Declare.
35398 (__makecontext_ret): Delete.
35399 (__makecontext): Hook up __start_context instead of
35401 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
35402 (sysdep_routines): Add __start_context when in stdlib.
35404 2012-11-07 Joseph Myers <joseph@codesourcery.com>
35406 * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
35407 $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
35408 * sysdeps/x86/tst-xmmymm.sh (NM): New variable. Use it instead of
35410 (OBJDUMP): New variable. Use it instead of hardcoded "objdump".
35411 (READELF): New variable. Use it instead of hardcoded "readelf".
35413 2012-11-07 H.J. Lu <hongjiu.lu@intel.com>
35415 * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
35416 * sysdeps/x86/Makefile: Here.
35417 * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
35418 * sysdeps/x86/tst-xmmymm.sh: This.
35420 2012-11-07 Joseph Myers <joseph@codesourcery.com>
35422 * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
35424 [UNIX98] (pthread_barrier_t): Do not expect.
35425 [UNIX98] (pthread_barrierattr_t): Likewise.
35426 [UNIX98] (pthread_spinlock_t): Likewise.
35427 [UNIX98] (pthread_barrier_destroy): Likewise.
35428 [UNIX98] (pthread_barrier_init): Likewise.
35429 [UNIX98] (pthread_barrier_wait): Likewise.
35430 [UNIX98] (pthread_barrierattr_destroy): Likewise.
35431 [UNIX98] (pthread_barrierattr_getpshared): Likewise.
35432 [UNIX98] (pthread_barrierattr_init): Likewise.
35433 [UNIX98] (pthread_barrierattr_setpshared): Likewise.
35434 [UNIX98] (pthread_getcpuclockid): Likewise.
35435 [UNIX98] (pthread_mutex_timedlock): Likewise.
35436 [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
35437 [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
35438 [UNIX98] (pthread_sigmask): Likewise.
35439 [UNIX98] (pthread_spin_destroy): Likewise.
35440 [UNIX98] (pthread_spin_init): Likewise.
35441 [UNIX98] (pthread_spin_lock): Likewise.
35442 [UNIX98] (pthread_spin_trylock): Likewise.
35443 [UNIX98] (pthread_spin_unlock): Likewise.
35444 * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
35446 [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
35447 [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
35448 [XPG3 || XPG4] (pthread_cond_t): Likewise.
35449 [XPG3 || XPG4] (pthread_condattr_t): Likewise.
35450 [XPG3 || XPG4] (pthread_key_t): Likewise.
35451 [XPG3 || XPG4] (pthread_mutex_t): Likewise.
35452 [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
35453 [XPG3 || XPG4] (pthread_once_t): Likewise.
35454 [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
35455 [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
35456 [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
35457 [XPG3 || XPG4] (pthread_t): Likewise.
35459 * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
35461 [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
35463 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
35464 Change function return type to int.
35466 * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
35467 Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
35468 [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
35469 [!POSIX] (POSIX_MADV_RANDOM): Likewise.
35470 [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
35471 [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
35472 [!POSIX] (posix_madvise): Likewise.
35473 (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
35475 (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
35476 (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
35477 (mode_t): Likewise.
35478 (posix_mem_offset): Likewise.
35479 (posix_typed_mem_get_info): Likewise.
35480 (posix_typed_mem_open): Likewise.
35482 * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
35483 Change condition to [XOPEN2K8].
35485 * conform/conformtest.pl: Preprocess allow-header data with -x c
35486 instead of from stdin.
35487 (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
35488 * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
35489 [C99-based standards] (cerfc): Likewise.
35490 [C99-based standards] (cexp2): Likewise.
35491 [C99-based standards] (cexpm1): Likewise.
35492 [C99-based standards] (clog10): Likewise.
35493 [C99-based standards] (clog1p): Likewise.
35494 [C99-based standards] (clog2): Likewise.
35495 [C99-based standards] (clgamma): Likewise.
35496 [C99-based standards] (ctgamma): Likewise.
35497 [C99-based standards] (cerff): Likewise.
35498 [C99-based standards] (cerfcf): Likewise.
35499 [C99-based standards] (cexp2f): Likewise.
35500 [C99-based standards] (cexpm1f): Likewise.
35501 [C99-based standards] (clog10f): Likewise.
35502 [C99-based standards] (clog1pf): Likewise.
35503 [C99-based standards] (clog2f): Likewise.
35504 [C99-based standards] (clgammaf): Likewise.
35505 [C99-based standards] (ctgammaf): Likewise.
35506 [C99-based standards] (cerfl): Likewise.
35507 [C99-based standards] (cerfcl): Likewise.
35508 [C99-based standards] (cexp2l): Likewise.
35509 [C99-based standards] (cexpm1l): Likewise.
35510 [C99-based standards] (clog10l): Likewise.
35511 [C99-based standards] (clog1pl): Likewise.
35512 [C99-based standards] (clog2l): Likewise.
35513 [C99-based standards] (clgammal): Likewise.
35514 [C99-based standards] (ctgammal): Likewise.
35515 * conform/data/inttypes.h-data [C99-based standards]: Include
35516 stdint.h-data. Remove all expectations for stdint.h contents.
35517 [C99-based standards] (PRI*): Do not allow.
35518 [C99-based standards] (SCN*): Likewise.
35519 [C99-based standards] (*_t): Likewise.
35520 [C99-based-standards] (PRId8): Expect macro.
35521 [C99-based-standards] (PRIi8): Likewise.
35522 [C99-based-standards] (PRIo8): Likewise.
35523 [C99-based-standards] (PRIu8): Likewise.
35524 [C99-based-standards] (PRIx8): Likewise.
35525 [C99-based-standards] (PRIX8): Likewise.
35526 [C99-based-standards] (SCNd8): Likewise.
35527 [C99-based-standards] (SCNi8): Likewise.
35528 [C99-based-standards] (SCNo8): Likewise.
35529 [C99-based-standards] (SCNu8): Likewise.
35530 [C99-based-standards] (SCNx8): Likewise.
35531 [C99-based-standards] (PRIdLEAST8): Likewise.
35532 [C99-based-standards] (PRIiLEAST8): Likewise.
35533 [C99-based-standards] (PRIoLEAST8): Likewise.
35534 [C99-based-standards] (PRIuLEAST8): Likewise.
35535 [C99-based-standards] (PRIxLEAST8): Likewise.
35536 [C99-based-standards] (PRIXLEAST8): Likewise.
35537 [C99-based-standards] (SCNdLEAST8): Likewise.
35538 [C99-based-standards] (SCNiLEAST8): Likewise.
35539 [C99-based-standards] (SCNoLEAST8): Likewise.
35540 [C99-based-standards] (SCNuLEAST8): Likewise.
35541 [C99-based-standards] (SCNxLEAST8): Likewise.
35542 [C99-based-standards] (PRIdFAST8): Likewise.
35543 [C99-based-standards] (PRIiFAST8): Likewise.
35544 [C99-based-standards] (PRIoFAST8): Likewise.
35545 [C99-based-standards] (PRIuFAST8): Likewise.
35546 [C99-based-standards] (PRIxFAST8): Likewise.
35547 [C99-based-standards] (PRIXFAST8): Likewise.
35548 [C99-based-standards] (SCNdFAST8): Likewise.
35549 [C99-based-standards] (SCNiFAST8): Likewise.
35550 [C99-based-standards] (SCNoFAST8): Likewise.
35551 [C99-based-standards] (SCNuFAST8): Likewise.
35552 [C99-based-standards] (SCNxFAST8): Likewise.
35553 [C99-based-standards] (PRId16): Likewise.
35554 [C99-based-standards] (PRIi16): Likewise.
35555 [C99-based-standards] (PRIo16): Likewise.
35556 [C99-based-standards] (PRIu16): Likewise.
35557 [C99-based-standards] (PRIx16): Likewise.
35558 [C99-based-standards] (PRIX16): Likewise.
35559 [C99-based-standards] (SCNd16): Likewise.
35560 [C99-based-standards] (SCNi16): Likewise.
35561 [C99-based-standards] (SCNo16): Likewise.
35562 [C99-based-standards] (SCNu16): Likewise.
35563 [C99-based-standards] (SCNx16): Likewise.
35564 [C99-based-standards] (PRIdLEAST16): Likewise.
35565 [C99-based-standards] (PRIiLEAST16): Likewise.
35566 [C99-based-standards] (PRIoLEAST16): Likewise.
35567 [C99-based-standards] (PRIuLEAST16): Likewise.
35568 [C99-based-standards] (PRIxLEAST16): Likewise.
35569 [C99-based-standards] (PRIXLEAST16): Likewise.
35570 [C99-based-standards] (SCNdLEAST16): Likewise.
35571 [C99-based-standards] (SCNiLEAST16): Likewise.
35572 [C99-based-standards] (SCNoLEAST16): Likewise.
35573 [C99-based-standards] (SCNuLEAST16): Likewise.
35574 [C99-based-standards] (SCNxLEAST16): Likewise.
35575 [C99-based-standards] (PRIdFAST16): Likewise.
35576 [C99-based-standards] (PRIiFAST16): Likewise.
35577 [C99-based-standards] (PRIoFAST16): Likewise.
35578 [C99-based-standards] (PRIuFAST16): Likewise.
35579 [C99-based-standards] (PRIxFAST16): Likewise.
35580 [C99-based-standards] (PRIXFAST16): Likewise.
35581 [C99-based-standards] (SCNdFAST16): Likewise.
35582 [C99-based-standards] (SCNiFAST16): Likewise.
35583 [C99-based-standards] (SCNoFAST16): Likewise.
35584 [C99-based-standards] (SCNuFAST16): Likewise.
35585 [C99-based-standards] (SCNxFAST16): Likewise.
35586 [C99-based-standards] (PRId32): Likewise.
35587 [C99-based-standards] (PRIi32): Likewise.
35588 [C99-based-standards] (PRIo32): Likewise.
35589 [C99-based-standards] (PRIu32): Likewise.
35590 [C99-based-standards] (PRIx32): Likewise.
35591 [C99-based-standards] (PRIX32): Likewise.
35592 [C99-based-standards] (SCNd32): Likewise.
35593 [C99-based-standards] (SCNi32): Likewise.
35594 [C99-based-standards] (SCNo32): Likewise.
35595 [C99-based-standards] (SCNu32): Likewise.
35596 [C99-based-standards] (SCNx32): Likewise.
35597 [C99-based-standards] (PRIdLEAST32): Likewise.
35598 [C99-based-standards] (PRIiLEAST32): Likewise.
35599 [C99-based-standards] (PRIoLEAST32): Likewise.
35600 [C99-based-standards] (PRIuLEAST32): Likewise.
35601 [C99-based-standards] (PRIxLEAST32): Likewise.
35602 [C99-based-standards] (PRIXLEAST32): Likewise.
35603 [C99-based-standards] (SCNdLEAST32): Likewise.
35604 [C99-based-standards] (SCNiLEAST32): Likewise.
35605 [C99-based-standards] (SCNoLEAST32): Likewise.
35606 [C99-based-standards] (SCNuLEAST32): Likewise.
35607 [C99-based-standards] (SCNxLEAST32): Likewise.
35608 [C99-based-standards] (PRIdFAST32): Likewise.
35609 [C99-based-standards] (PRIiFAST32): Likewise.
35610 [C99-based-standards] (PRIoFAST32): Likewise.
35611 [C99-based-standards] (PRIuFAST32): Likewise.
35612 [C99-based-standards] (PRIxFAST32): Likewise.
35613 [C99-based-standards] (PRIXFAST32): Likewise.
35614 [C99-based-standards] (SCNdFAST32): Likewise.
35615 [C99-based-standards] (SCNiFAST32): Likewise.
35616 [C99-based-standards] (SCNoFAST32): Likewise.
35617 [C99-based-standards] (SCNuFAST32): Likewise.
35618 [C99-based-standards] (SCNxFAST32): Likewise.
35619 [C99-based-standards] (PRId64): Likewise.
35620 [C99-based-standards] (PRIi64): Likewise.
35621 [C99-based-standards] (PRIo64): Likewise.
35622 [C99-based-standards] (PRIu64): Likewise.
35623 [C99-based-standards] (PRIx64): Likewise.
35624 [C99-based-standards] (PRIX64): Likewise.
35625 [C99-based-standards] (SCNd64): Likewise.
35626 [C99-based-standards] (SCNi64): Likewise.
35627 [C99-based-standards] (SCNo64): Likewise.
35628 [C99-based-standards] (SCNu64): Likewise.
35629 [C99-based-standards] (SCNx64): Likewise.
35630 [C99-based-standards] (PRIdLEAST64): Likewise.
35631 [C99-based-standards] (PRIiLEAST64): Likewise.
35632 [C99-based-standards] (PRIoLEAST64): Likewise.
35633 [C99-based-standards] (PRIuLEAST64): Likewise.
35634 [C99-based-standards] (PRIxLEAST64): Likewise.
35635 [C99-based-standards] (PRIXLEAST64): Likewise.
35636 [C99-based-standards] (SCNdLEAST64): Likewise.
35637 [C99-based-standards] (SCNiLEAST64): Likewise.
35638 [C99-based-standards] (SCNoLEAST64): Likewise.
35639 [C99-based-standards] (SCNuLEAST64): Likewise.
35640 [C99-based-standards] (SCNxLEAST64): Likewise.
35641 [C99-based-standards] (PRIdFAST64): Likewise.
35642 [C99-based-standards] (PRIiFAST64): Likewise.
35643 [C99-based-standards] (PRIoFAST64): Likewise.
35644 [C99-based-standards] (PRIuFAST64): Likewise.
35645 [C99-based-standards] (PRIxFAST64): Likewise.
35646 [C99-based-standards] (PRIXFAST64): Likewise.
35647 [C99-based-standards] (SCNdFAST64): Likewise.
35648 [C99-based-standards] (SCNiFAST64): Likewise.
35649 [C99-based-standards] (SCNoFAST64): Likewise.
35650 [C99-based-standards] (SCNuFAST64): Likewise.
35651 [C99-based-standards] (SCNxFAST64): Likewise.
35652 [C99-based-standards] (PRIdMAX): Likewise.
35653 [C99-based-standards] (PRIiMAX): Likewise.
35654 [C99-based-standards] (PRIoMAX): Likewise.
35655 [C99-based-standards] (PRIuMAX): Likewise.
35656 [C99-based-standards] (PRIxMAX): Likewise.
35657 [C99-based-standards] (PRIXMAX): Likewise.
35658 [C99-based-standards] (SCNdMAX): Likewise.
35659 [C99-based-standards] (SCNiMAX): Likewise.
35660 [C99-based-standards] (SCNoMAX): Likewise.
35661 [C99-based-standards] (SCNuMAX): Likewise.
35662 [C99-based-standards] (SCNxMAX): Likewise.
35663 [C99-based-standards] (PRIdPTR): Likewise.
35664 [C99-based-standards] (PRIiPTR): Likewise.
35665 [C99-based-standards] (PRIoPTR): Likewise.
35666 [C99-based-standards] (PRIuPTR): Likewise.
35667 [C99-based-standards] (PRIxPTR): Likewise.
35668 [C99-based-standards] (PRIXPTR): Likewise.
35669 [C99-based-standards] (SCNdPTR): Likewise.
35670 [C99-based-standards] (SCNiPTR): Likewise.
35671 [C99-based-standards] (SCNoPTR): Likewise.
35672 [C99-based-standards] (SCNuPTR): Likewise.
35673 [C99-based-standards] (SCNxPTR): Likewise.
35674 * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
35676 * conform/data/stdint.h-data: Update comments to clarify
35678 [C99-based standards] (INT8_MIN): Use macro-int-constant. Specify
35680 [C99-based standards] (INT8_MAX): Likewise.
35681 [C99-based standards] (INT16_MIN): Likewise.
35682 [C99-based standards] (INT16_MAX): Likewise.
35683 [C99-based standards] (INT32_MIN): Likewise.
35684 [C99-based standards] (INT32_MAX): Likewise.
35685 [C99-based standards] (INT64_MIN): Likewise.
35686 [C99-based standards] (INT64_MAX): Likewise.
35687 [C99-based standards] (UINT8_MAX): Likewise.
35688 [C99-based standards] (UINT16_MAX): Likewise.
35689 [C99-based standards] (UINT32_MAX): Likewise.
35690 [C99-based standards] (UINT64_MAX): Likewise.
35691 [C99-based standards] (INT_LEAST8_MIN): Likewise.
35692 [C99-based standards] (INT_LEAST8_MAX): Likewise.
35693 [C99-based standards] (INT_LEAST16_MIN): Likewise.
35694 [C99-based standards] (INT_LEAST16_MAX): Likewise.
35695 [C99-based standards] (INT_LEAST32_MIN): Likewise.
35696 [C99-based standards] (INT_LEAST32_MAX): Likewise.
35697 [C99-based standards] (INT_LEAST64_MIN): Likewise.
35698 [C99-based standards] (INT_LEAST64_MAX): Likewise.
35699 [C99-based standards] (UINT_LEAST8_MAX): Likewise.
35700 [C99-based standards] (UINT_LEAST16_MAX): Likewise.
35701 [C99-based standards] (UINT_LEAST32_MAX): Likewise.
35702 [C99-based standards] (UINT_LEAST64_MAX): Likewise.
35703 [C99-based standards] (INT_FAST8_MIN): Likewise.
35704 [C99-based standards] (INT_FAST8_MAX): Likewise.
35705 [C99-based standards] (INT_FAST16_MIN): Likewise.
35706 [C99-based standards] (INT_FAST16_MAX): Likewise.
35707 [C99-based standards] (INT_FAST32_MIN): Likewise.
35708 [C99-based standards] (INT_FAST32_MAX): Likewise.
35709 [C99-based standards] (INT_FAST64_MIN): Likewise.
35710 [C99-based standards] (INT_FAST64_MAX): Likewise.
35711 [C99-based standards] (UINT_FAST8_MAX): Likewise.
35712 [C99-based standards] (UINT_FAST16_MAX): Likewise.
35713 [C99-based standards] (UINT_FAST32_MAX): Likewise.
35714 [C99-based standards] (UINT_FAST64_MAX): Likewise.
35715 [C99-based standards] (INTPTR_MIN): Likewise.
35716 [C99-based standards] (INTPTR_MAX): Likewise.
35717 [C99-based standards] (UINTPTR_MAX): Likewise.
35718 [C99-based standards] (INTMAX_MIN): Likewise.
35719 [C99-based standards] (INTMAX_MAX): Likewise.
35720 [C99-based standards] (UINTMAX_MAX): Likewise.
35721 [C99-based standards] (PTRDIFF_MIN): Likewise.
35722 [C99-based standards] (PTRDIFF_MAX): Likewise.
35723 [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
35724 [C99-based standards] (SIZE_MAX): Likewise.
35725 [C99-based standards] (WCHAR_MAX): Likewise.
35726 [C99-based standards] (WINT_MAX): Likewise.
35727 [C99-based standards] (SIG_ATOMIC_MIN): Likewise. Do not specify
35728 constraint on value.
35729 [C99-based standards] (WCHAR_MIN): Likewise.
35730 [C99-based standards] (WINT_MIN): Likewise.
35731 [C99-based standards] (*_t): Allow.
35732 * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
35733 condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
35734 Include math.h-data and complex.h-data. Remove all expectations
35735 of math.h and complex.h contents.
35736 * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
35738 * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
35739 (struct tm): Expect tag.
35740 [C99-based-standards] (wcstof): Expect function.
35741 [C99-based-standards] (wcstold): Likewise.
35742 [C99-based-standards] (wcstoll): Likewise.
35743 [C99-based-standards] (wcstoull): Likewise.
35744 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
35745 macro-int-constant. Specify type.
35746 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise. Specify
35747 constraint on value.
35748 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
35750 [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
35752 [ISO C standards]: Do not allow headers.
35753 [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
35754 wcs[abcdefghijklmnopqrstuvwxyz]*.
35755 [ISO C standards] (*_t): Do not allow.
35756 * conform/data/wctype.h-data [C99-based standards] (iswblank):
35758 [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
35759 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
35761 [ISO C standards]: Do not allow headers.
35762 [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
35763 is[abcdefghijklmnopqrstuvwxyz]*.
35764 [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
35765 to[abcdefghijklmnopqrstuvwxyz]*.
35766 [ISO C standards] (*_t): Do not allow.
35767 * conform/data/stdalign.h-data: New file.
35768 * conform/data/stdbool.h-data: Likewise.
35769 * conform/data/stdnoreturn.h-data: Likewise.
35771 2012-11-07 Roland McGrath <roland@hack.frob.com>
35774 * manual/filesys.texi (Directory Entries): Typo fix.
35775 Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
35777 2012-11-07 Marcus Shawcroft <marcus.shawcroft@linaro.org>
35779 * elf/elf.h (EM_AARCH64): New macro.
35780 (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
35781 (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
35782 (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
35783 (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
35784 (R_AARCH64_TLSDESC): Likewise.
35785 (NT_ARM_TLS): Likewise.
35786 (NT_ARM_HW_BREAK): Likewise.
35787 (NT_ARM_HW_WATCH): Likewise.
35789 2012-11-07 Joseph Myers <joseph@codesourcery.com>
35792 * sysdeps/i386/fpu/e_powl.S (pm79): New object.
35793 (__ieee754_powl): Saturate nonzero exponents with absolute value
35794 below 0x1p-79 to +/- 0x1p-79.
35795 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
35796 exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
35797 * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
35798 nonzero exponents with absolute value below 0x1p-32 to +/-
35800 * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
35801 (__ieee754_powl): Saturate nonzero exponents with absolute value
35802 below 0x1p-79 to +/- 0x1p-79.
35803 * math/libm-test.inc (pow_test): Add more tests.
35805 2012-11-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
35807 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
35808 _dl_s390_cap_flags with kernel. Increase string length.
35809 (_dl_s390_platforms): Add z196 and zEC12.
35811 2012-11-07 Joseph Myers <joseph@codesourcery.com>
35813 * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
35814 Change XOPEN21K to XOPEN2K.
35816 2012-11-06 Maxim Kuvyrkov <maxim@codesourcery.com>
35818 * string/memmove.c: Use memcpy when possible.
35820 2012-11-06 Andreas Jaeger <aj@suse.de>
35822 * po/eo.po: Update from translation team.
35824 2012-11-06 Joseph Myers <joseph@codesourcery.com>
35827 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
35828 exponent and small x and y exponents, scale x or y up. Increase
35829 by 2 the exponent used in scaling up.
35830 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35831 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35832 * math/libm-test.inc (fma_test): Add more tests.
35833 (fma_test_towardzero): Likewise.
35834 (fma_test_downward): Likewise.
35835 (fma_test_upward): Likewise.
35837 2012-11-05 Joseph Myers <joseph@codesourcery.com>
35840 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
35844 * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
35845 namespace for names of struct fields.
35846 * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
35848 * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
35849 * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
35851 2012-11-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
35854 * sysdeps/mach/hurd/bits/errno.h: Regenerated.
35856 2012-11-04 Thomas Schwinge <thomas@codesourcery.com>
35858 * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
35862 * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
35865 2012-11-04 Joseph Myers <joseph@codesourcery.com>
35868 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
35869 definitely overflow as x * y not x * y + z.
35870 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
35871 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
35872 * math/libm-test.inc (fma_test): Add more tests.
35873 (fma_test_towardzero): Likewise.
35874 (fma_test_downward): Likewise.
35875 (fma_test_upward): Likewise.
35877 2012-11-04 Thomas Schwinge <thomas@codesourcery.com>
35881 * include/stub-tag.h: Remove file.
35882 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
35884 * manual/maint.texi (Porting): Don't reference it.
35885 * Makerules ($(objpfx)stubs): Likewise.
35886 * dirent/closedir.c: Don't include <stub-tag.h>.
35887 * dirent/dirfd.c: Likewise.
35888 * dirent/fdopendir.c: Likewise.
35889 * dirent/getdents.c: Likewise.
35890 * dirent/getdents64.c: Likewise.
35891 * dirent/opendir.c: Likewise.
35892 * dirent/readdir.c: Likewise.
35893 * dirent/readdir64.c: Likewise.
35894 * dirent/readdir64_r.c: Likewise.
35895 * dirent/readdir_r.c: Likewise.
35896 * dirent/rewinddir.c: Likewise.
35897 * dirent/seekdir.c: Likewise.
35898 * dirent/telldir.c: Likewise.
35899 * gmon/profil.c: Likewise.
35900 * grp/setgroups.c: Likewise.
35901 * inet/if_index.c: Likewise.
35902 * io/access.c: Likewise.
35903 * io/chdir.c: Likewise.
35904 * io/chmod.c: Likewise.
35905 * io/chown.c: Likewise.
35906 * io/close.c: Likewise.
35907 * io/dup.c: Likewise.
35908 * io/dup2.c: Likewise.
35909 * io/dup3.c: Likewise.
35910 * io/euidaccess.c: Likewise.
35911 * io/faccessat.c: Likewise.
35912 * io/fchdir.c: Likewise.
35913 * io/fchmod.c: Likewise.
35914 * io/fchmodat.c: Likewise.
35915 * io/fchown.c: Likewise.
35916 * io/fchownat.c: Likewise.
35917 * io/fcntl.c: Likewise.
35918 * io/flock.c: Likewise.
35919 * io/fstatfs.c: Likewise.
35920 * io/fstatfs64.c: Likewise.
35921 * io/fstatvfs.c: Likewise.
35922 * io/fstatvfs64.c: Likewise.
35923 * io/futimens.c: Likewise.
35924 * io/fxstat.c: Likewise.
35925 * io/fxstat64.c: Likewise.
35926 * io/fxstatat.c: Likewise.
35927 * io/fxstatat64.c: Likewise.
35928 * io/getcwd.c: Likewise.
35929 * io/isatty.c: Likewise.
35930 * io/lchmod.c: Likewise.
35931 * io/lchown.c: Likewise.
35932 * io/link.c: Likewise.
35933 * io/linkat.c: Likewise.
35934 * io/lseek.c: Likewise.
35935 * io/lseek64.c: Likewise.
35936 * io/lxstat64.c: Likewise.
35937 * io/mkdir.c: Likewise.
35938 * io/mkdirat.c: Likewise.
35939 * io/mkfifo.c: Likewise.
35940 * io/mkfifoat.c: Likewise.
35941 * io/open.c: Likewise.
35942 * io/open64.c: Likewise.
35943 * io/openat.c: Likewise.
35944 * io/openat64.c: Likewise.
35945 * io/pipe.c: Likewise.
35946 * io/pipe2.c: Likewise.
35947 * io/poll.c: Likewise.
35948 * io/posix_fadvise.c: Likewise.
35949 * io/posix_fadvise64.c: Likewise.
35950 * io/posix_fallocate.c: Likewise.
35951 * io/posix_fallocate64.c: Likewise.
35952 * io/read.c: Likewise.
35953 * io/readlink.c: Likewise.
35954 * io/readlinkat.c: Likewise.
35955 * io/rmdir.c: Likewise.
35956 * io/sendfile.c: Likewise.
35957 * io/sendfile64.c: Likewise.
35958 * io/statfs.c: Likewise.
35959 * io/statfs64.c: Likewise.
35960 * io/statvfs.c: Likewise.
35961 * io/statvfs64.c: Likewise.
35962 * io/symlink.c: Likewise.
35963 * io/symlinkat.c: Likewise.
35964 * io/ttyname.c: Likewise.
35965 * io/ttyname_r.c: Likewise.
35966 * io/umask.c: Likewise.
35967 * io/unlink.c: Likewise.
35968 * io/unlinkat.c: Likewise.
35969 * io/utime.c: Likewise.
35970 * io/utimensat.c: Likewise.
35971 * io/write.c: Likewise.
35972 * io/xmknod.c: Likewise.
35973 * io/xmknodat.c: Likewise.
35974 * io/xstat.c: Likewise.
35975 * io/xstat64.c: Likewise.
35976 * login/getpt.c: Likewise.
35977 * login/grantpt.c: Likewise.
35978 * login/unlockpt.c: Likewise.
35979 * math/e_acoshl.c: Likewise.
35980 * math/e_acosl.c: Likewise.
35981 * math/e_asinl.c: Likewise.
35982 * math/e_atan2l.c: Likewise.
35983 * math/e_atanhl.c: Likewise.
35984 * math/e_coshl.c: Likewise.
35985 * math/e_expl.c: Likewise.
35986 * math/e_fmodl.c: Likewise.
35987 * math/e_gammal_r.c: Likewise.
35988 * math/e_hypotl.c: Likewise.
35989 * math/e_j0l.c: Likewise.
35990 * math/e_j1l.c: Likewise.
35991 * math/e_jnl.c: Likewise.
35992 * math/e_lgammal_r.c: Likewise.
35993 * math/e_log10l.c: Likewise.
35994 * math/e_log2l.c: Likewise.
35995 * math/e_logl.c: Likewise.
35996 * math/e_powl.c: Likewise.
35997 * math/e_rem_pio2l.c: Likewise.
35998 * math/e_sinhl.c: Likewise.
35999 * math/e_sqrtl.c: Likewise.
36000 * math/fclrexcpt.c: Likewise.
36001 * math/fedisblxcpt.c: Likewise.
36002 * math/feenablxcpt.c: Likewise.
36003 * math/fegetenv.c: Likewise.
36004 * math/fegetexcept.c: Likewise.
36005 * math/fegetround.c: Likewise.
36006 * math/feholdexcpt.c: Likewise.
36007 * math/fesetenv.c: Likewise.
36008 * math/fesetround.c: Likewise.
36009 * math/feupdateenv.c: Likewise.
36010 * math/fgetexcptflg.c: Likewise.
36011 * math/fraiseexcpt.c: Likewise.
36012 * math/fsetexcptflg.c: Likewise.
36013 * math/ftestexcept.c: Likewise.
36014 * math/k_cosl.c: Likewise.
36015 * math/k_rem_pio2l.c: Likewise.
36016 * math/k_sinl.c: Likewise.
36017 * math/k_tanl.c: Likewise.
36018 * math/s_asinhl.c: Likewise.
36019 * math/s_atanl.c: Likewise.
36020 * math/s_cbrtl.c: Likewise.
36021 * math/s_erfl.c: Likewise.
36022 * math/s_expm1l.c: Likewise.
36023 * math/s_log1pl.c: Likewise.
36024 * math/s_tanhl.c: Likewise.
36025 * misc/acct.c: Likewise.
36026 * misc/brk.c: Likewise.
36027 * misc/chflags.c: Likewise.
36028 * misc/chroot.c: Likewise.
36029 * misc/fchflags.c: Likewise.
36030 * misc/fgetxattr.c: Likewise.
36031 * misc/flistxattr.c: Likewise.
36032 * misc/fremovexattr.c: Likewise.
36033 * misc/fsetxattr.c: Likewise.
36034 * misc/fsync.c: Likewise.
36035 * misc/ftruncate.c: Likewise.
36036 * misc/futimes.c: Likewise.
36037 * misc/futimesat.c: Likewise.
36038 * misc/getdomain.c: Likewise.
36039 * misc/getdtsz.c: Likewise.
36040 * misc/gethostid.c: Likewise.
36041 * misc/gethostname.c: Likewise.
36042 * misc/getloadavg.c: Likewise.
36043 * misc/getpagesize.c: Likewise.
36044 * misc/getsysstats.c: Likewise.
36045 * misc/getxattr.c: Likewise.
36046 * misc/gtty.c: Likewise.
36047 * misc/ioctl.c: Likewise.
36048 * misc/lgetxattr.c: Likewise.
36049 * misc/listxattr.c: Likewise.
36050 * misc/llistxattr.c: Likewise.
36051 * misc/lremovexattr.c: Likewise.
36052 * misc/lsetxattr.c: Likewise.
36053 * misc/lutimes.c: Likewise.
36054 * misc/madvise.c: Likewise.
36055 * misc/mincore.c: Likewise.
36056 * misc/mlock.c: Likewise.
36057 * misc/mlockall.c: Likewise.
36058 * misc/mmap.c: Likewise.
36059 * misc/mprotect.c: Likewise.
36060 * misc/msync.c: Likewise.
36061 * misc/munlock.c: Likewise.
36062 * misc/munlockall.c: Likewise.
36063 * misc/munmap.c: Likewise.
36064 * misc/preadv.c: Likewise.
36065 * misc/preadv64.c: Likewise.
36066 * misc/ptrace.c: Likewise.
36067 * misc/pwritev.c: Likewise.
36068 * misc/pwritev64.c: Likewise.
36069 * misc/readv.c: Likewise.
36070 * misc/reboot.c: Likewise.
36071 * misc/remap_file_pages.c: Likewise.
36072 * misc/removexattr.c: Likewise.
36073 * misc/revoke.c: Likewise.
36074 * misc/select.c: Likewise.
36075 * misc/setdomain.c: Likewise.
36076 * misc/setegid.c: Likewise.
36077 * misc/seteuid.c: Likewise.
36078 * misc/sethostid.c: Likewise.
36079 * misc/sethostname.c: Likewise.
36080 * misc/setregid.c: Likewise.
36081 * misc/setreuid.c: Likewise.
36082 * misc/setxattr.c: Likewise.
36083 * misc/sstk.c: Likewise.
36084 * misc/stty.c: Likewise.
36085 * misc/swapoff.c: Likewise.
36086 * misc/swapon.c: Likewise.
36087 * misc/sync.c: Likewise.
36088 * misc/syncfs.c: Likewise.
36089 * misc/syscall.c: Likewise.
36090 * misc/truncate.c: Likewise.
36091 * misc/ualarm.c: Likewise.
36092 * misc/usleep.c: Likewise.
36093 * misc/ustat.c: Likewise.
36094 * misc/utimes.c: Likewise.
36095 * misc/vhangup.c: Likewise.
36096 * misc/writev.c: Likewise.
36097 * posix/_exit.c: Likewise.
36098 * posix/alarm.c: Likewise.
36099 * posix/execve.c: Likewise.
36100 * posix/fexecve.c: Likewise.
36101 * posix/fork.c: Likewise.
36102 * posix/fpathconf.c: Likewise.
36103 * posix/getaddrinfo.c: Likewise.
36104 * posix/getegid.c: Likewise.
36105 * posix/geteuid.c: Likewise.
36106 * posix/getgid.c: Likewise.
36107 * posix/getgroups.c: Likewise.
36108 * posix/getlogin.c: Likewise.
36109 * posix/getlogin_r.c: Likewise.
36110 * posix/getpgid.c: Likewise.
36111 * posix/getpid.c: Likewise.
36112 * posix/getppid.c: Likewise.
36113 * posix/getresgid.c: Likewise.
36114 * posix/getresuid.c: Likewise.
36115 * posix/getsid.c: Likewise.
36116 * posix/getuid.c: Likewise.
36117 * posix/glob64.c: Likewise.
36118 * posix/nanosleep.c: Likewise.
36119 * posix/pathconf.c: Likewise.
36120 * posix/pause.c: Likewise.
36121 * posix/posix_madvise.c: Likewise.
36122 * posix/pread.c: Likewise.
36123 * posix/pread64.c: Likewise.
36124 * posix/pwrite.c: Likewise.
36125 * posix/pwrite64.c: Likewise.
36126 * posix/sched_getaffinity.c: Likewise.
36127 * posix/sched_getp.c: Likewise.
36128 * posix/sched_gets.c: Likewise.
36129 * posix/sched_primax.c: Likewise.
36130 * posix/sched_primin.c: Likewise.
36131 * posix/sched_rr_gi.c: Likewise.
36132 * posix/sched_setaffinity.c: Likewise.
36133 * posix/sched_setp.c: Likewise.
36134 * posix/sched_sets.c: Likewise.
36135 * posix/sched_yield.c: Likewise.
36136 * posix/setgid.c: Likewise.
36137 * posix/setlogin.c: Likewise.
36138 * posix/setpgid.c: Likewise.
36139 * posix/setresgid.c: Likewise.
36140 * posix/setresuid.c: Likewise.
36141 * posix/setsid.c: Likewise.
36142 * posix/setuid.c: Likewise.
36143 * posix/sleep.c: Likewise.
36144 * posix/spawni.c: Likewise.
36145 * posix/sysconf.c: Likewise.
36146 * posix/times.c: Likewise.
36147 * posix/wait.c: Likewise.
36148 * posix/wait3.c: Likewise.
36149 * posix/wait4.c: Likewise.
36150 * posix/waitpid.c: Likewise.
36151 * resolv/gai_sigqueue.c: Likewise.
36152 * resource/getpriority.c: Likewise.
36153 * resource/getrlimit.c: Likewise.
36154 * resource/getrusage.c: Likewise.
36155 * resource/nice.c: Likewise.
36156 * resource/setpriority.c: Likewise.
36157 * resource/setrlimit.c: Likewise.
36158 * resource/ulimit.c: Likewise.
36159 * rt/aio_cancel.c: Likewise.
36160 * rt/aio_fsync.c: Likewise.
36161 * rt/aio_read.c: Likewise.
36162 * rt/aio_sigqueue.c: Likewise.
36163 * rt/aio_suspend.c: Likewise.
36164 * rt/aio_write.c: Likewise.
36165 * rt/clock_getres.c: Likewise.
36166 * rt/clock_gettime.c: Likewise.
36167 * rt/clock_nanosleep.c: Likewise.
36168 * rt/clock_settime.c: Likewise.
36169 * rt/lio_listio.c: Likewise.
36170 * rt/mq_close.c: Likewise.
36171 * rt/mq_getattr.c: Likewise.
36172 * rt/mq_notify.c: Likewise.
36173 * rt/mq_open.c: Likewise.
36174 * rt/mq_receive.c: Likewise.
36175 * rt/mq_send.c: Likewise.
36176 * rt/mq_setattr.c: Likewise.
36177 * rt/mq_timedreceive.c: Likewise.
36178 * rt/mq_timedsend.c: Likewise.
36179 * rt/mq_unlink.c: Likewise.
36180 * rt/shm_open.c: Likewise.
36181 * rt/shm_unlink.c: Likewise.
36182 * rt/timer_create.c: Likewise.
36183 * rt/timer_delete.c: Likewise.
36184 * rt/timer_getoverr.c: Likewise.
36185 * rt/timer_gettime.c: Likewise.
36186 * rt/timer_settime.c: Likewise.
36187 * setjmp/__longjmp.c: Likewise.
36188 * setjmp/setjmp.c: Likewise.
36189 * signal/kill.c: Likewise.
36190 * signal/killpg.c: Likewise.
36191 * signal/raise.c: Likewise.
36192 * signal/sigaction.c: Likewise.
36193 * signal/sigaltstack.c: Likewise.
36194 * signal/sigblock.c: Likewise.
36195 * signal/sigignore.c: Likewise.
36196 * signal/sigintr.c: Likewise.
36197 * signal/signal.c: Likewise.
36198 * signal/sigpause.c: Likewise.
36199 * signal/sigpending.c: Likewise.
36200 * signal/sigqueue.c: Likewise.
36201 * signal/sigreturn.c: Likewise.
36202 * signal/sigset.c: Likewise.
36203 * signal/sigsetmask.c: Likewise.
36204 * signal/sigstack.c: Likewise.
36205 * signal/sigsuspend.c: Likewise.
36206 * signal/sigtimedwait.c: Likewise.
36207 * signal/sigvec.c: Likewise.
36208 * signal/sigwait.c: Likewise.
36209 * signal/sigwaitinfo.c: Likewise.
36210 * signal/sysv_signal.c: Likewise.
36211 * socket/accept.c: Likewise.
36212 * socket/accept4.c: Likewise.
36213 * socket/bind.c: Likewise.
36214 * socket/connect.c: Likewise.
36215 * socket/getpeername.c: Likewise.
36216 * socket/getsockname.c: Likewise.
36217 * socket/getsockopt.c: Likewise.
36218 * socket/isfdtype.c: Likewise.
36219 * socket/listen.c: Likewise.
36220 * socket/recv.c: Likewise.
36221 * socket/recvfrom.c: Likewise.
36222 * socket/recvmsg.c: Likewise.
36223 * socket/send.c: Likewise.
36224 * socket/sendmsg.c: Likewise.
36225 * socket/sendto.c: Likewise.
36226 * socket/setsockopt.c: Likewise.
36227 * socket/shutdown.c: Likewise.
36228 * socket/sockatmark.c: Likewise.
36229 * socket/socket.c: Likewise.
36230 * socket/socketpair.c: Likewise.
36231 * stdio-common/ctermid.c: Likewise.
36232 * stdio-common/cuserid.c: Likewise.
36233 * stdio-common/remove.c: Likewise.
36234 * stdio-common/rename.c: Likewise.
36235 * stdio-common/renameat.c: Likewise.
36236 * stdio-common/tempname.c: Likewise.
36237 * stdlib/getcontext.c: Likewise.
36238 * stdlib/makecontext.c: Likewise.
36239 * stdlib/setcontext.c: Likewise.
36240 * stdlib/swapcontext.c: Likewise.
36241 * stdlib/system.c: Likewise.
36242 * streams/fattach.c: Likewise.
36243 * streams/fdetach.c: Likewise.
36244 * streams/getmsg.c: Likewise.
36245 * streams/getpmsg.c: Likewise.
36246 * streams/putmsg.c: Likewise.
36247 * streams/putpmsg.c: Likewise.
36248 * sysdeps/unix/bsd/getpt.c: Likewise.
36249 * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
36250 * sysdeps/unix/sysv/linux/futimens.c: Likewise.
36251 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
36252 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
36254 * sysdeps/unix/sysv/linux/readahead.c: Likewise.
36255 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
36256 * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
36257 * sysvipc/msgctl.c: Likewise.
36258 * sysvipc/msgget.c: Likewise.
36259 * sysvipc/msgrcv.c: Likewise.
36260 * sysvipc/msgsnd.c: Likewise.
36261 * sysvipc/semctl.c: Likewise.
36262 * sysvipc/semget.c: Likewise.
36263 * sysvipc/semop.c: Likewise.
36264 * sysvipc/semtimedop.c: Likewise.
36265 * sysvipc/shmat.c: Likewise.
36266 * sysvipc/shmctl.c: Likewise.
36267 * sysvipc/shmdt.c: Likewise.
36268 * sysvipc/shmget.c: Likewise.
36269 * termios/tcdrain.c: Likewise.
36270 * termios/tcflow.c: Likewise.
36271 * termios/tcflush.c: Likewise.
36272 * termios/tcgetattr.c: Likewise.
36273 * termios/tcgetpgrp.c: Likewise.
36274 * termios/tcsendbrk.c: Likewise.
36275 * termios/tcsetattr.c: Likewise.
36276 * termios/tcsetpgrp.c: Likewise.
36277 * time/adjtime.c: Likewise.
36278 * time/clock.c: Likewise.
36279 * time/getitimer.c: Likewise.
36280 * time/gettimeofday.c: Likewise.
36281 * time/setitimer.c: Likewise.
36282 * time/settimeofday.c: Likewise.
36283 * time/stime.c: Likewise.
36284 * time/time.c: Likewise.
36286 2012-11-04 Pino Toscano <toscano.pino@tiscali.it>
36288 * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
36291 * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
36293 * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
36295 2012-11-03 Joseph Myers <joseph@codesourcery.com>
36298 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
36299 FE_TONEAREST before applying Dekker multiplication and Knuth
36300 addition. Clear inexact exceptions and check for exact zero
36301 results afterwards.
36302 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36303 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
36304 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36305 * math/libm-test.inc (fma_test): Add more tests.
36306 (fma_test_towardzero): Likewise.
36307 (fma_test_downward): Likewise.
36308 (fma_test_upward): Likewise.
36309 * sysdeps/generic/math_private.h (default_libc_fesetround): New
36311 (libc_fesetround): New macro.
36312 (libc_fesetroundf): Likewise.
36313 (libc_fesetroundl): Likewise.
36314 * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
36316 (libc_fesetround_387): Likewise.
36317 (libc_fesetroundf): New macro.
36318 (libc_fesetround): Likewise.
36319 (libc_fesetroundl): Likewise.
36320 * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
36322 (libc_fesetroundf): New macro.
36323 (libc_fesetround): Likewise.
36324 (libc_fesetroundl): Likewise.
36325 * include/fenv.h (feclearexcept): Add libm_hidden_proto.
36326 * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
36327 * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
36329 * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
36330 * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
36332 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
36333 * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
36335 * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
36339 * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
36340 integer constant usable in #if and use that to give value to enum
36342 (FE_DIVBYZERO): Likewise.
36343 (FE_UNDERFLOW): Likewise.
36344 (FE_OVERFLOW): Likewise.
36345 (FE_INVALID): Likewise.
36346 (FE_INVALID_SNAN): Likewise.
36347 (FE_INVALID_ISI): Likewise.
36348 (FE_INVALID_IDI): Likewise.
36349 (FE_INVALID_ZDZ): Likewise.
36350 (FE_INVALID_IMZ): Likewise.
36351 (FE_INVALID_COMPARE): Likewise.
36352 (FE_INVALID_SOFTWARE): Likewise.
36353 (FE_INVALID_SQRT): Likewise.
36354 (FE_INVALID_INTEGER_CONVERSION): Likewise.
36355 (FE_TONEAREST): Likewise.
36356 (FE_TOWARDZERO): Likewise.
36357 (FE_UPWARD): Likewise.
36358 (FE_DOWNWARD): Likewise.
36359 * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
36360 (FE_DIVBYZERO): Likewise.
36361 (FE_OVERFLOW): Likewise.
36362 (FE_UNDERFLOW): Likewise.
36363 (FE_INEXACT): Likewise.
36364 (FE_TONEAREST): Likewise.
36365 (FE_DOWNWARD): Likewise.
36366 (FE_UPWARD): Likewise.
36367 (FE_TOWARDZERO): Likewise.
36368 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
36369 (FE_UNDERFLOW): Likewise.
36370 (FE_OVERFLOW): Likewise.
36371 (FE_DIVBYZERO): Likewise.
36372 (FE_INVALID): Likewise.
36373 (FE_TONEAREST): Likewise.
36374 (FE_TOWARDZERO): Likewise.
36375 * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
36376 (FE_OVERFLOW): Likewise.
36377 (FE_UNDERFLOW): Likewise.
36378 (FE_DIVBYZERO): Likewise.
36379 (FE_INEXACT): Likewise.
36380 (FE_TONEAREST): Likewise.
36381 (FE_TOWARDZERO): Likewise.
36382 (FE_UPWARD): Likewise.
36383 (FE_DOWNWARD): Likewise.
36384 * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
36385 (FE_DIVBYZERO): Likewise.
36386 (FE_OVERFLOW): Likewise.
36387 (FE_UNDERFLOW): Likewise.
36388 (FE_INEXACT): Likewise.
36389 (FE_TONEAREST): Likewise.
36390 (FE_DOWNWARD): Likewise.
36391 (FE_UPWARD): Likewise.
36392 (FE_TOWARDZERO): Likewise.
36394 2012-11-02 Chris Metcalf <cmetcalf@tilera.com>
36396 * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
36398 2012-11-03 Andreas Schwab <schwab@linux-m68k.org>
36400 * scripts/cross-test-ssh.sh (command): Use newlines to separate
36401 commands. Quote $PWD.
36402 (blacklist_exports): Don't use remove_newlines. Replace "declare
36404 (remove_newlines): Remove.
36406 2012-11-02 H.J. Lu <hongjiu.lu@intel.com>
36408 * stdlib/Makefile (headers): Add bits/stdlib-float.h.
36409 * stdlib/stdlib.h (atof): Moved to ...
36410 * include/bits/stdlib-float.h: Here. New file.
36411 * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
36412 * stdlib/bits/stdlib-float.h: New file.
36413 * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
36415 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
36418 2012-11-02 Joseph Myers <joseph@codesourcery.com>
36420 * conform/conformtest.pl (@headers): Add fenv.h.
36421 * conform/data/fenv.h-data: New file.
36422 * include/fenv.h [_ISOMAC]: Disable all contents of file except
36423 include of <math/fenv.h>.
36425 * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
36426 POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
36427 && !UNIX98]. Enables tests for XOPEN2K8.
36428 * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
36429 POSIX2008]: Likewise.
36431 * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
36432 (struct rusage): Do not expect type or its members.
36435 * math/math.h (FP_NAN): Define macro to integer constant usable in
36436 #if and use that to give value to enum constant.
36437 (FP_INFINITE): Likewise.
36438 (FP_ZERO): Likewise.
36439 (FP_SUBNORMAL): Likewise.
36440 (FP_NORMAL): Likewise.
36442 2012-11-02 Andreas Schwab <schwab@linux-m68k.org>
36444 * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
36445 * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
36448 2012-11-02 Roland McGrath <roland@hack.frob.com>
36450 * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
36451 Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
36452 autoconf-time if not.
36453 * configure.in: Remove AC_PREREQ.
36455 2012-11-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
36457 * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
36458 __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
36459 of the internal implementation.
36461 2012-11-02 Joseph Myers <joseph@codesourcery.com>
36463 * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
36464 except include of <misc/sys/syslog.h>.
36466 2012-11-01 Andreas Schwab <schwab@linux-m68k.org>
36468 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
36469 function returns with a NULL context exit with zero.
36471 2012-11-01 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
36473 * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
36475 2012-11-01 H.J. Lu <hongjiu.lu@intel.com>
36477 * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
36478 (run_program_cmd): This.
36479 * localedata/tst-langinfo.sh (run_program_prefix): Removed.
36480 (tst_langinfo): New variable. Use it.
36482 2012-11-01 Sebastan Andrzej Siewior <bigeasy@linutronix.de>
36484 * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
36485 floating point opcodes.
36487 2012-11-01 Thomas Schwinge <thomas@codesourcery.com>
36489 * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
36492 * elf/dl-support.c: Unconditionally include "setup-vdso.h".
36494 * sysdeps/mach/hurd/powerpc: Remove directory.
36495 * sysdeps/mach/powerpc: Likewise.
36497 2012-11-01 Andreas Schwab <schwab@linux-m68k.org>
36499 * scripts/check-local-headers.sh: Ignore c++ headers.
36501 2012-11-01 Thomas Schwinge <thomas@codesourcery.com>
36503 * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
36504 __libc_cleanup_region_start argument.
36506 2012-11-01 Joseph Myers <joseph@codesourcery.com>
36510 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
36511 x * y using scaling, not as x * y + z.
36512 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36513 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36514 * math/libm-test.inc (fma_test): Add more tests.
36515 (fma_test_towardzero): Likewise.
36516 (fma_test_downward): Likewise.
36517 (fma_test_upward): Likewise.
36519 2012-11-01 Thomas Schwinge <thomas@codesourcery.com>
36521 * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
36523 2012-10-31 Joseph Myers <joseph@codesourcery.com>
36525 * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
36528 2012-10-31 Thomas Schwinge <thomas@codesourcery.com>
36530 * rt/tst-shm.c (worker): Correct checking for mmap failure.
36532 2012-10-31 Andreas Schwab <schwab@linux-m68k.org>
36534 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36536 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36539 2012-10-31 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
36541 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36542 Fix the order of the list for glibc 2.17.
36543 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36546 2012-10-31 Andreas Schwab <schwab@linux-m68k.org>
36548 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36550 2012-10-31 Joseph Myers <joseph@codesourcery.com>
36553 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
36554 for low part of x being zero before using __atanl (y).
36555 * math/libm-test.inc (atan2_test): Add another test.
36557 * manual/install.texi (Configuring and compiling): Document
36558 general use of test-wrapper and test-wrapper-env.
36559 * INSTALL: Regenerated.
36561 * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
36562 (__fma): Do not extract and scale down low bits on after-rounding
36563 systems when result rounded to normal precision would have normal
36565 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
36566 (__fmal): Do not extract and scale down low bits on after-rounding
36567 systems when result rounded to normal precision would have normal
36569 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
36570 (__fmal): Do not extract and scale down low bits on after-rounding
36571 systems when result rounded to normal precision would have normal
36573 * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
36575 (fma_test): Add more tests.
36576 (fma_test_towardzero): Likewise.
36577 (fma_test_downward): Likewise.
36578 (fma_test_upward): Likewise.
36580 2012-10-30 H.J. Lu <hongjiu.lu@intel.com>
36582 * sysdeps/i386/tininess.h: Renamed to ...
36583 * sysdeps/x86/tininess.h: This.
36584 * sysdeps/x86_64/tininess.h: Removed.
36586 2012-10-30 Joseph Myers <joseph@codesourcery.com>
36588 * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
36589 input. Use $(build-program-cmd).
36590 ($(objpfx)tst-array1-static.out): Likewise.
36591 ($(objpfx)tst-array2.out): Likewise.
36592 ($(objpfx)tst-array3.out): Likewise.
36593 ($(objpfx)tst-array4.out): Likewise.
36594 ($(objpfx)tst-array5.out): Likewise.
36595 ($(objpfx)tst-array5-static.out): Likewise.
36597 2012-10-30 Chris Metcalf <cmetcalf@tilera.com>
36599 * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
36602 * nss/nsswitch.h (nss_interface_function): Provide new
36603 macro for use with NSS functions.
36604 * grp/initgroups.c: Use new macro.
36605 * nss/getXXbyYY.c: Likewise.
36606 * nss/getXXbyYY_r.c: Likewise.
36607 * nss/getXXent.c: Likewise.
36608 * nss/getXXent_r.c: Likewise.
36609 * sysdeps/posix/getaddrinfo.c: Likewise.
36611 2012-10-30 Andreas Jaeger <aj@suse.de>
36613 * po/ru.po: Update Russion translation from translation project.
36615 2012-10-30 Joseph Myers <joseph@codesourcery.com>
36619 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
36620 result and shift together with sticky bit instead of replicating
36621 round-to-nearest rounding.
36622 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36623 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36624 * math/libm-test.inc (fma_test): Add more tests. Do not permit
36625 missing underflow exceptions.
36626 (fma_test_towardzero): Add more tests.
36627 (fma_test_downward): Likewise.
36628 (fma_test_upward): Likewise.
36631 * sysdeps/generic/tininess.h: New file.
36632 * sysdeps/i386/tininess.h: Likewise.
36633 * sysdeps/sh/tininess.h: Likewise.
36634 * sysdeps/x86_64/tininess.h: Likewise.
36635 * stdlib/tst-strtod-underflow.c: Likewise.
36636 * stdlib/tst-tininess.c: Likewise.
36637 * stdlib/strtod_l.c: Include <tininess.h>.
36638 (round_and_return): Do not set errno for exact underflow cases.
36639 Force an underflow exception when setting errno for underflow.
36640 Determine underflow based on rounding to normal precision if
36641 TININESS_AFTER_ROUNDING.
36642 * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
36643 ERANGE for exact underflow cases.
36644 * stdlib/Makefile (tests): Add tst-tininess and
36645 tst-strtod-underflow.
36646 ($(objpfx)tst-tininess): Use $(link-libm).
36647 ($(objpfx)tst-strtod-underflow): Likewise.
36649 2012-10-30 Andreas Jaeger <aj@suse.de>
36652 * elf/Makefile (tests): Remove conditional for have-initfini-array
36653 since this is now always required and the variable does not exist
36655 (tests-static): Likewise.
36656 (modules-names): Likewise.
36658 * po/eo.po: Add Esperanto translation from translation project.
36660 * elf/tst-array1.c (fini_array): Make writeable so that it can be
36661 merged with constructor/destructor.
36662 (init_array): Likewise.
36663 * elf/tst-array2dep.c (fini_array): Likewise.
36664 (init_array): Likewise.
36666 2012-10-29 Mike Frysinger <vapier@gentoo.org>
36668 * manual/message.texi: Delete @cartouche tags.
36670 2012-10-29 Pino Toscano <toscano.pino@tiscali.it>
36672 * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
36674 * sysdeps/mach/hurd/fsync.c: Likewise.
36676 * sysdeps/pthread/aio_notify.c (__aio_notify_only)
36677 [_POSIX_REALTIME_SIGNALS]: Change condition to
36678 [_POSIX_REALTIME_SIGNALS > 0].
36680 2012-10-27 Andreas Jaeger <aj@suse.de>
36682 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
36683 [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
36684 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
36685 [__WORDSIZE != 64]: Likewise.
36687 2012-10-26 H.J. Lu <hongjiu.lu@intel.com>
36689 * iconvdata/tst-table.sh: Remove ${SHELL}.
36690 * iconvdata/tst-tables.sh: Likewise.
36692 2012-10-25 David S. Miller <davem@davemloft.net>
36694 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
36695 (__get_clockfreq_via_proc_openprom): Use strtoumax instead
36698 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
36700 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
36701 * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
36702 * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
36705 2012-10-25 Roland McGrath <roland@hack.frob.com>
36707 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
36708 (__get_clockfreq_via_proc_openprom): Use __getdents instead of
36711 2012-10-25 Joseph Myers <joseph@codesourcery.com>
36712 Jim Blandy <jimb@codesourcery.com>
36714 * scripts/cross-test-ssh.sh: New file.
36715 * manual/install.texi (Configuring and compiling): Document use of
36717 * INSTALL: Regenerated.
36719 2012-10-25 Pino Toscano <toscano.pino@tiscali.it>
36721 * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
36724 2012-10-25 Joseph Myers <joseph@codesourcery.com>
36726 * Makeconfig (run-program-prefix): Fix comment.
36728 2012-10-24 Joseph Myers <joseph@codesourcery.com>
36729 Jim Blandy <jimb@codesourcery.com>
36731 * Makeconfig (test-wrapper): New variable,
36732 (test-wrapper-env): Likewise.
36733 [$(cross-compiling) = yes && $(test-wrapper) != ""]
36734 (run-built-tests): Define to yes.
36735 (run-program-prefix): Use $(test-wrapper).
36736 (built-program-cmd): Likewise.
36737 * Rules (make-test-out): Use $(test-wrapper-env) and
36738 $(host-built-program-cmd).
36739 * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
36740 ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
36742 ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
36743 $(test-wrapper-env) to tst-rtld-load-self.sh.
36744 ($(objpfx)order2.out): Use $(test-wrapper).
36745 ($(objpfx)tst-initorder.out): Likewise.
36746 ($(objpfx)tst-initorder2.out): Likewise.
36747 ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
36748 * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
36749 (test_wrapper_env): New variable. Use it to run ld.so.
36750 * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
36751 Use it to run ld.so.
36752 (test_wrapper_env): Likewise.
36753 * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
36754 $(test-wrapper) to run-iconv-test.sh.
36755 * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
36756 (ICONV): Use $test_wrapper.
36757 * posix/Makefile ($(objpfx)globtest.out): Pass
36758 $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
36759 globtest.sh, not $(run-program-prefix).
36760 * posix/globtest.sh (run_via_rtld_prefix): New variable.
36761 (test_wrapper): Likewise.
36762 (test_wrapper_env): Likewise. Use it to run globtest with HOME
36763 set together with run_via_rtld_prefix.
36764 (run_program_prefix): Define in terms of test_wrapper and
36765 run_via_rtld_prefix.
36767 2012-10-24 Roland McGrath <roland@hack.frob.com>
36769 * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
36770 * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
36774 * include/time.h: Remove librt_hidden_proto (clock_gettime).
36775 Declare __clock_getres, __clock_gettime, __clock_settime,
36776 __clock_nanosleep, and __clock_getcpuclockid.
36777 * rt/clock_gettime.c: Define __clock_gettime as an alias.
36778 Remove librt_hidden_def (clock_gettime).
36779 * sysdeps/unix/clock_gettime.c: Likewise.
36780 * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
36781 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
36782 * rt/clock_getres.c: Define __clock_getres as an alias.
36783 * sysdeps/posix/clock_getres.c: Likewise.
36784 * rt/clock_settime.c: Define __clock_settime as an alias.
36785 * sysdeps/unix/clock_settime.c: Likewise.
36786 * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
36787 * sysdeps/unix/clock_nanosleep.c: Likewise.
36788 * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
36789 * rt/clock-compat.c: New file.
36790 * rt/Makefile (librt-routines): Add clock-compat and move
36791 $(clock-routines) to ...
36792 (routines): ... here, new variable.
36793 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
36794 Don't add get_clockfreq here.
36795 * rt/Versions (libc: GLIBC_2.17): New version set.
36796 Add clock_* symbols here.
36797 (libc: GLIBC_PRIVATE): New version set. Add __clock_* symbols here.
36798 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
36799 (GLIBC_2.17): Add clock_* symbols.
36800 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
36801 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
36802 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
36803 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36805 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36807 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
36808 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
36809 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
36810 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
36811 * NEWS: Mention the move.
36813 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
36814 Use __open, __read, __close rather than their public counterparts.
36815 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
36816 (__get_clockfreq_via_cpuinfo): Likewise.
36817 (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
36818 (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
36820 * config.h.in (HAVE_IFUNC): New #undef.
36821 * configure.in: Define it if libc_cv_ld_gnu_indirect_function
36823 * configure: Regenerated.
36825 2012-10-24 Mike Frysinger <vapier@gentoo.org>
36827 * configure.in: Move READELF check to start of file.
36828 (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
36829 libc_cv_asm_gnu_indirect_function in the process.
36830 * configure: Regenerated.
36832 2012-10-24 Mike Frysinger <vapier@gentoo.org>
36834 * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
36835 send the output to /dev/null.
36836 (libc_cv_cc_with_libunwind): Likewise.
36837 (libc_cv_as_noexecstack): Likewise.
36838 * configure: Regenerate.
36840 2012-10-24 Joseph Myers <joseph@codesourcery.com>
36842 * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
36844 * posix/globtest.sh (TMPDIR): Do not set.
36845 (testdir): Define using ${common_objpfx}posix not $TMPDIR.
36846 (testout): Likewise.
36848 2012-10-24 Andreas Jaeger <aj@suse.de>
36850 * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
36851 types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
36852 [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
36853 [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
36854 posix_fadvise64, posix_fallocate64.
36856 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
36857 (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
36858 (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
36860 (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
36862 (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
36864 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
36865 (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
36866 <bits/fcntl-linux.h>.
36867 (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
36869 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
36870 (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
36871 (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
36872 (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
36873 [__WORDSIZE != 64]: Likewise.
36875 2012-10-23 Joseph Myers <joseph@codesourcery.com>
36877 * Makeconfig (run-built-tests): New variable.
36878 * Rules [$(cross-compiling) = yes]: Change condition to
36879 [$(run-built-tests) = no].
36880 * catgets/Makefile [$(cross-compiling) != yes]: Change condition
36881 to [$(run-built-tests) = yes].
36882 * elf/Makefile [$(cross-compiling) = no]: Likewise
36883 * grp/Makefile [$(cross-compiling) = no]: Likewise.
36884 * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
36885 * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
36886 * intl/Makefile [$(cross-compiling) = no]: Likewise.
36887 * io/Makefile [$(cross-compiling) = no]: Likewise.
36888 * libio/Makefile [$(cross-compiling) = no]: Likewise.
36889 * malloc/Makefile [$(cross-compiling) = no]: Likewise.
36890 * misc/Makefile [$(cross-compiling) = no]: Likewise.
36891 * posix/Makefile [$(cross-compiling) = no]: Likewise.
36892 * resolv/Makefile [$(cross-compiling) = no]: Likewise.
36893 * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
36894 * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
36895 * string/Makefile [$(cross-compiling) = no]: Likewise.
36897 * posix/Makefile ($(objpfx)globtest.out): Pass
36898 $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
36899 $(rtld-installed-name).
36900 * posix/globtest.sh (elf_objpfx): Remove variable.
36901 (rtld_installed_name): Likewise.
36902 (library_path): Likewise.
36903 (run_program_prefix): New variable. Use for running globtest
36906 2012-10-23 Jim Blandy <jimb@codesourcery.com>
36907 Joseph Myers <joseph@codesourcery.com>
36909 * Makeconfig (host-built-program-cmd): New variable.
36910 * elf/Makefile (tst-stackguard1-ARGS): Use
36911 $(host-built-program-cmd).
36912 * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
36913 (tst-spawn-ARGS): Likewise.
36914 * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
36916 2012-10-23 Joseph Myers <joseph@codesourcery.com>
36917 Jim Blandy <jimb@codesourcery.com>
36919 * Makeconfig (run-via-rtld-prefix): New variable.
36920 (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
36921 (built-program-cmd): Likewise.
36923 2012-10-22 Andreas Jaeger <aj@suse.de>
36925 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
36926 __O_RSYNC if it exists, otherwise to O_SYNC.
36928 2012-10-22 Jim Blandy <jimb@codesourcery.com>
36929 Joseph Myers <joseph@codesourcery.com>
36931 * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
36933 * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
36935 * posix/tst-getconf.sh: Redirect getconf stdin in loop from
36938 2012-10-22 Andreas Jaeger <aj@suse.de>
36940 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
36942 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
36944 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
36945 bits/fcntl-linux.h.
36947 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
36948 (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
36950 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
36952 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
36955 2012-10-21 Jim Blandy <jimb@codesourcery.com>
36956 Joseph Myers <joseph@codesourcery.com>
36958 * config.make.in (NM): New variable.
36960 2012-10-21 Andreas Jaeger <aj@suse.de>
36962 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
36963 definitions and declarations that are provided by
36964 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
36966 2012-10-20 H.J. Lu <hongjiu.lu@intel.com>
36969 * elf/Makefile (tests-static): Add tst-leaks1-static.
36970 (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
36971 ($(objpfx)tst-leaks1-static): New rule.
36972 ($(objpfx)tst-leaks1-static-mem): Likewise.
36973 (tst-leaks1-static-ENV): New macro.
36974 * elf/dl-open.c (dl_open_worker): Check the main application
36975 only if SHARED is defined.
36976 * elf/tst-leaks1-static.c: New file.
36978 2012-10-20 Andreas Jaeger <aj@suse.de>
36980 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
36981 generic values for Linux.
36982 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
36983 and declarations that are provided by <bits/fcntl-linux.h> and
36984 include <bits/fcntl-linux.h>.
36985 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
36986 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
36988 2012-10-20 Roland McGrath <roland@hack.frob.com>
36990 * io/fcntl.h: Move include of <bits/types.h> to the top and
36991 include it unconditionally.
36993 2012-10-20 H.J. Lu <hongjiu.lu@intel.com>
36995 * wcsmbs/Makefile (tests-ifunc): New variable.
36996 (tests): Add $(tests-ifunc).
36997 * wcsmbs/test-wcschr-ifunc.c: New file.
36998 * wcsmbs/test-wcscmp-ifunc.c: Likewise.
36999 * wcsmbs/test-wcscpy-ifunc.c: Likewise.
37000 * wcsmbs/test-wcslen-ifunc.c: Likewise.
37001 * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
37002 * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
37004 * string/Makefile (tests-ifunc): New variable.
37005 (tests): Add $(tests-ifunc).
37006 * string/test-memccpy.c (TEST_NAME): New macro.
37007 * string/test-memchr.c (TEST_NAME): Likewise.
37008 * string/test-memcmp.c (TEST_NAME): Likewise.
37009 * string/test-memcpy.c (TEST_NAME): Likewise.
37010 * string/test-memmem.c (TEST_NAME): Likewise.
37011 * string/test-memmove.c (TEST_NAME): Likewise.
37012 * string/test-memset.c (TEST_NAME): Likewise.
37013 * string/test-rawmemchr.c (TEST_NAME): Likewise.
37014 * string/test-stpcpy.c (TEST_NAME): Likewise.
37015 * string/test-stpncpy.c (TEST_NAME): Likewise.
37016 * string/test-strcasecmp.c (TEST_NAME): Likewise.
37017 * string/test-strcasestr.c (TEST_NAME): Likewise.
37018 * string/test-strcat.c (TEST_NAME): Likewise.
37019 * string/test-strchr.c (TEST_NAME): Likewise.
37020 * string/test-strcmp.c(TEST_NAME): Likewise.
37021 * string/test-strcpy.c (TEST_NAME): Likewise.
37022 * string/test-strcspn.c (TEST_NAME): Likewise.
37023 * string/test-strlen.c (TEST_NAME): Likewise.
37024 * string/test-strncasecmp.c (TEST_NAME): Likewise.
37025 * string/test-strncmp.c (TEST_NAME): Likewise.
37026 * string/test-strncpy.c (TEST_NAME): Likewise.
37027 * string/test-strnlen.c (TEST_NAME): Likewise.
37028 * string/test-strpbrk.c (TEST_NAME): Likewise.
37029 * string/test-strrchr.c (TEST_NAME): Likewise.
37030 * string/test-strspn.c (TEST_NAME): Likewise.
37031 * string/test-strstr.c (TEST_NAME): Likewise.
37032 * string/test-bcopy-ifunc.c: New file.
37033 * string/test-bzero-ifunc.c: Likewise.
37034 * string/test-memccpy-ifunc.c: Likewise.
37035 * string/test-memchr-ifunc.c: Likewise.
37036 * string/test-memcmp-ifunc.c: Likewise.
37037 * string/test-memcpy-ifunc.c: Likewise.
37038 * string/test-memmem-ifunc.c: Likewise.
37039 * string/test-memmove-ifunc.c: Likewise.
37040 * string/test-mempcpy-ifunc.c: Likewise.
37041 * string/test-memset-ifunc.c: Likewise.
37042 * string/test-rawmemchr-ifunc.c: Likewise.
37043 * string/test-stpcpy-ifunc.c: Likewise.
37044 * string/test-stpncpy-ifunc.c: Likewise.
37045 * string/test-strcasecmp-ifunc.c: Likewise.
37046 * string/test-strcasestr-ifunc.c: Likewise.
37047 * string/test-strcat-ifunc.c: Likewise.
37048 * string/test-strchr-ifunc.c: Likewise.
37049 * string/test-strchrnul-ifunc.c: Likewise.
37050 * string/test-strcmp-ifunc.c: Likewise.
37051 * string/test-strcpy-ifunc.c: Likewise.
37052 * string/test-strcspn-ifunc.c: Likewise.
37053 * string/test-strlen-ifunc.c: Likewise.
37054 * string/test-strncasecmp-ifunc.c: Likewise.
37055 * string/test-strncat-ifunc.c: Likewise.
37056 * string/test-strncmp-ifunc.c: Likewise.
37057 * string/test-strncpy-ifunc.c: Likewise.
37058 * string/test-strnlen-ifunc.c: Likewise.
37059 * string/test-strpbrk-ifunc.c: Likewise.
37060 * string/test-strrchr-ifunc.c: Likewise.
37061 * string/test-strspn-ifunc.c: Likewise.
37062 * string/test-strstr-ifunc.c: Likewise.
37064 * debug/Makefile (tests-ifunc): New variable.
37065 (tests): Add $(tests-ifunc).
37066 * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
37067 * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
37068 * debug/test-stpcpy_chk-ifunc.c: New file.
37069 * debug/test-strcpy_chk-ifunc.c: Likewise.
37071 2012-10-20 Siddhesh Poyarekar <siddhesh@redhat.com>
37074 * elf/dl-load.c (open_verify): Retry read if the entire ELF
37075 header is not read in.
37077 2012-10-19 Joseph Myers <joseph@codesourcery.com>
37079 * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh. Pass
37080 script to $(SHELL) as $<. Pass $(common-objpfx) to script
37081 directly. Pass built executable to script as
37082 $(built-program-cmd).
37083 * io/ftwtest-sh (ldso): Remove variable. Run ftwtest directly as
37084 $testprogram without using LD_LIBRARY_PATH and $ldso.
37086 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
37087 $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
37088 $(rtld-installed-name).
37089 * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
37090 (rtld_installed_name): Likewise.
37091 (library_path): Likewise.
37092 (run_program_prefix): New variable. Use it to run tst_fgetgrent.
37093 * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
37094 $(run-program-prefix) to tst-tables.sh.
37095 * iconvdata/tst-table.sh (run_program_prefix): New variable. Use
37096 it to run tst-table-from and tst-table-to.
37097 * iconvdata/tst-tables.sh (run_program_prefix): New variable.
37098 Pass it to tst-table.sh.
37099 * intl/Makefile ($(objpfx)tst-gettext.out): Pass
37100 $(run-program-prefix) to tst-gettext.sh.
37101 ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
37103 ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
37105 * intl/tst-gettext.sh (run_program_prefix): New variable. Use it
37106 to run tst-gettext.
37107 * intl/tst-gettext2.sh (run_program_prefix): New variable. Use it
37108 to run tst-gettext2.
37109 * intl/tst-translit.sh (run_program_prefix): New variable. Use it
37110 to run tst-translit.
37111 * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
37112 $(run-program-prefix) to tst-mtrace.sh.
37113 * malloc/tst-mtrace.sh (run_program_prefix): New variable. Use it
37115 * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
37116 $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
37117 $(rtld-installed-name).
37118 * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
37119 (rtld_installed_name): Likewise.
37120 (run_program_prefix): New variable. Use it to run wordexp-test.
37122 * Makeconfig (ARCH): Remove all definitions.
37123 (machine): Likewise.
37124 [ARCH]: Remove conditional code.
37125 [!objdir]: Give error.
37126 [!objdir] (objpfx): Remove.
37127 [!objdir] (common-objpfx): Likewise.
37128 [!objdir] (common-objdir): Likewise.
37129 * configure.in (config_makefile): Remove. Hardcode Makefile in
37130 AC_CONFIG_FILES call.
37131 * configure: Regenerated.
37134 * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
37136 (testout): Likewise.
37138 * posix/Makefile ($(objpfx)tst-getconf.out): Pass
37139 $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
37140 $(rtld-installed-name).
37141 * posix/tst-getconf.sh (elf_objpfx): Remove variable.
37142 (rtld_installed_name): Likwise.
37143 (runit): Remove function.
37144 (run_getconf): New variable, Use it for running getconf binary.
37146 2012-10-18 H.J. Lu <hongjiu.lu@intel.com>
37149 * string/test-memmem.c (check_result): New function.
37150 (do_one_test): Use it.
37151 (check1): New function.
37152 (test_main): Use it.
37154 2012-10-18 Markus Trippelsdorf <markus@trippelsdorf.de>
37156 * math/Makefile: Comment on slow compilation of test-tgmath2.c.
37158 2012-10-18 Joseph Myers <joseph@codesourcery.com>
37160 * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
37161 (_G_LSEEK64): Likewise.
37162 (_G_MMAP64): Likewise.
37163 (_G_FSTAT64): Likewise.
37164 * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
37165 (_G_LSEEK64): Likewise.
37166 (_G_MMAP64): Likewise.
37167 (_G_FSTAT64): Likewise.
37168 * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
37169 unconditional. Call __mmap64 directly.
37170 (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
37171 (mmap_remap_check) [_G_LSEEK64]: Make code unconditional. Call
37172 __lseek64 directly.
37173 (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
37174 (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional. Call
37176 (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
37177 (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional. Call
37178 __lseek64 directly.
37179 (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
37180 (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional. Call
37181 __lseek64 directly.
37182 (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
37183 (_IO_file_seek) [_G_LSEEK64]: Make code unconditional. Call
37184 __lseek64 directly.
37185 (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
37186 (_IO_file_stat) [_G_FSTAT64]: Make code unconditional. Call
37187 __fxstat64 directly.
37188 (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
37189 * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
37191 (freopen64) [!_G_OPEN64]: Remove conditional code.
37192 * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
37194 (fseeko64) [!_G_LSEEK64]: Remove conditional code.
37195 * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
37197 (ftello64) [!_G_LSEEK64]: Remove conditional code.
37198 * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
37200 (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
37201 * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
37203 (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
37204 * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
37206 (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
37207 * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
37209 (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
37210 * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
37212 (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
37214 2012-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
37217 * manual/memory.texi (Malloc Tunable Parameters): Add note
37218 about free list pointers overwriting some perturb bytes.
37219 Wording suggested by Roland McGrath.
37221 2012-10-17 Joseph Myers <joseph@codesourcery.com>
37223 * math/libm-test.inc (gamma_test): Do not call feclearexcept.
37224 (lgamma_test): Likewise.
37225 (tgamma_test): Likewise.
37227 2012-10-16 Florian Weimer <fweimer@redhat.com>
37230 * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
37231 (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
37233 2012-10-16 Maxim Kuvyrkov <maxim@codesourcery.com>
37235 * NEWS: Mention BZ #14716.
37236 * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
37237 when removing AVAILABLE1_USES_J macro.
37239 2012-10-12 H.J. Lu <hongjiu.lu@intel.com>
37241 * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
37242 (__bswap_64): __uint64_t for unsigned 64-bit int.
37244 2012-10-12 Andreas Schwab <schwab@linux-m68k.org>
37246 * include/string.h (memmem): Declare libc hidden alias.
37247 * string/memmem.c (memmem): Define libc hidden alias.
37248 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
37249 __read, __close instead of open, read, close.
37251 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
37253 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
37254 * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
37256 * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
37257 * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
37258 * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
37260 (__rawmemchr_sse2): Likewise.
37261 * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
37262 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
37263 (__strchr_sse2): Likewise.
37264 * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
37265 * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
37266 (__strcasecmp_sse2): Likewise.
37267 (__strncasecmp_sse2): Likewise.
37268 * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
37269 * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
37270 * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
37271 * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
37272 (__strrchr_sse2): Likewise.
37273 * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
37275 * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
37276 * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
37277 * sysdeps/x86_64/multiarch/memmove.c: Likewise.
37278 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
37279 * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
37280 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
37281 * sysdeps/x86_64/multiarch/memset.S: Likewise.
37282 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
37283 * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
37284 * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
37285 * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
37286 * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
37287 * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
37288 * sysdeps/x86_64/multiarch/strcat.S: Likewise.
37289 * sysdeps/x86_64/multiarch/strchr.S: Likewise.
37290 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
37291 * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
37292 * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
37293 * sysdeps/x86_64/multiarch/strlen.S: Likewise.
37294 * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
37295 * sysdeps/x86_64/multiarch/strncat.S: Likewise.
37296 * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
37297 * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
37298 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
37299 * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
37300 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
37301 * sysdeps/x86_64/multiarch/strspn.S: Likewise.
37302 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
37303 * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
37304 * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
37306 * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
37308 * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
37309 * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
37310 * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
37311 * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
37313 * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
37315 * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
37316 * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
37317 * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
37318 * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
37320 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
37321 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
37322 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
37323 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
37324 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
37325 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
37326 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
37327 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
37328 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
37329 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
37330 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
37331 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
37332 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
37333 * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
37334 * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
37335 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
37336 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
37337 * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
37338 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
37339 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
37340 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
37341 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
37342 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
37343 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
37344 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
37345 * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
37346 * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
37347 * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
37348 * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
37349 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
37350 * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
37351 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
37352 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
37353 * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
37354 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
37355 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
37356 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
37357 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
37358 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
37359 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
37360 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
37362 * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
37363 [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
37364 * include/ifunc-impl-list.h: New file.
37365 * misc/ifunc-impl-list.c: Likewise.
37366 * misc/Makefile (routines): Add ifunc-impl-list.
37367 * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
37368 * string/test-string.h: Include <ifunc-impl-list.h>.
37369 (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
37370 TEST_NAME]: New variables.
37371 (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
37373 (test_init): Call __libc_ifunc_impl_list to initialize
37374 func_list if TEST_IFUNC and TEST_NAME are defined.
37376 * string/Makefile (strop-tests): Add bcopy and bzero.
37377 * string/test-bcopy.c: New file.
37378 * string/test-bzero.c: Likewise.
37379 * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
37381 * string/test-memset.c: Support bzero test if TEST_BZERO is
37383 * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
37385 * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
37387 * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
37390 2012-10-10 Joseph Myers <joseph@codesourcery.com>
37392 * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
37393 * configure: Regenerated.
37395 * Makeconfig (+link-static-before-libc): Don't include
37396 $(link-static-libc).
37398 * libio/libio.h (_IO_pos_t): Remove.
37400 2012-10-10 Alexandre Oliva <aoliva@redhat.com>
37402 * NEWS: Add note about FIPS mode. Wording suggested by Roland
37405 2012-10-10 Alexandre Oliva <aoliva@redhat.com>
37407 * crypt/crypt-entry.c: Include fips-private.h.
37408 (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
37409 * crypt/md5c-test.c (main): Tolerate disabled MD5.
37410 * sysdeps/unix/sysv/linux/fips-private.h: New file.
37411 * sysdeps/generic/fips-private.h: New file, dummy fallback.
37413 2012-10-10 Alexandre Oliva <aoliva@redhat.com>
37415 * crypt/crypt-private.h: Include stdbool.h.
37416 (_ufc_setup_salt_r): Return bool.
37417 * crypt/crypt-entry.c: Include errno.h.
37418 (__crypt_r): Return NULL with EINVAL for bad salt.
37419 * crypt/crypt_util.c (bad_for_salt): New.
37420 (_ufc_setup_salt_r): Check that salt is long enough and within
37421 the specified alphabet.
37422 * crypt/badsalttest.c: New file.
37423 * crypt/Makefile (tests): Add it.
37424 ($(objpfx)badsalttest): New.
37426 2012-10-09 Maxim Kuvyrkov <maxim@codesourcery.com>
37428 * NEWS: Add entry for BZ #14602.
37430 2012-10-09 Joseph Myers <joseph@codesourcery.com>
37432 * math/gen-libm-test.pl (parse_args): Handle comparison macros as
37434 * math/libm-test.inc: Update comment listing what functions and
37436 (isgreater_test): New function.
37437 (isgreaterequal_test): Likewise.
37438 (isless_test): Likewise.
37439 (islessequal_test): Likewise.
37440 (islessgreater_test): Likewise.
37441 (isunordered_test): Likewise.
37442 (main): Call the new functions.
37444 2012-10-09 Roland McGrath <roland@hack.frob.com>
37446 * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
37447 _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
37448 AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
37449 * sysdeps/i386/configure: Regenerated.
37450 * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
37451 * sysdeps/mach/configure: Regenerated.
37452 * sysdeps/mach/hurd/configure: Regenerated.
37453 * sysdeps/powerpc/configure: Regenerated.
37454 * sysdeps/powerpc/powerpc32/configure: Regenerated.
37455 * sysdeps/powerpc/powerpc64/configure: Regenerated.
37456 * sysdeps/s390/s390-32/configure: Regenerated.
37457 * sysdeps/s390/s390-64/configure: Regenerated.
37458 * sysdeps/sh/configure: Regenerated.
37459 * sysdeps/sparc/configure: Regenerated.
37460 * sysdeps/unix/sysv/linux/configure: Regenerated.
37461 * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
37462 * sysdeps/x86_64/configure: Regenerated.
37464 * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
37465 defined. Don't check if MAP is NULL.
37467 2012-10-09 Joseph Myers <joseph@codesourcery.com>
37469 * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
37470 (_G_stat64): Likewise.
37471 * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
37472 (_G_stat64): Likewise.
37473 * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
37474 instead of struct _G_stat64.
37475 * libio/fileops.c (mmap_remap_check): Likewise.
37476 (decide_maybe_mmap): Likewise.
37477 (_IO_new_file_seekoff): Likewise.
37478 (_IO_file_stat): Likewise.
37479 * libio/libio.h (_IO_off64_t): Define to __off64_t, not
37481 * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
37482 instead of struct _G_stat64.
37483 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
37485 2012-10-08 Maxim Kuvyrkov <maxim@codesourcery.com>
37488 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37490 (CHECK_EOL): New macro.
37491 (two_way_short_needle): Check beginning of haystack for EOL. Use
37493 * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37494 Replace with CHECK_EOL.
37495 * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
37496 Replace with CHECK_EOL.
37498 2012-10-08 Joseph Myers <joseph@codesourcery.com>
37500 * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
37502 * math/libm-test.inc: Update comment listing what functions and
37504 (finite_test): New function.
37505 (isinf_test): Likewise.
37506 (isnan_test): Likewise.
37507 (fpclassify_test): Test subnormal input.
37508 (isfinite_test): Likewise.
37509 (isnormal_test): Likewise.
37510 (main): Call the new functions.
37512 2012-10-08 Jonathan Nieder <jrnieder@gmail.com>
37515 * Makerules (%.dynsym): Force C locale when running
37516 $(OBJDUMP) --dynamic-syms.
37518 2012-10-08 Andreas Schwab <schwab@linux-m68k.org>
37520 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
37523 2012-10-06 David S. Miller <davem@davemloft.net>
37525 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
37526 upper 32-bits of the length value in %o2 since we use branch-on-register
37527 tests which consider the entire 64-bit register.
37529 2012-10-06 H.J. Lu <hongjiu.lu@intel.com>
37531 * string/test-strstr.c (check2): Add a test for page boundary.
37533 2012-10-05 David S. Miller <davem@davemloft.net>
37535 * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
37536 * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
37538 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
37540 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
37541 * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
37542 and bzero when HWCAP_SPARC_CRYPTO is present.
37544 2012-10-05 H.J. Lu <hongjiu.lu@intel.com>
37547 * string/test-strstr.c (check2): New function.
37548 (test_main): Call check2.
37550 * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
37552 * string/bug-strcasestr1.c (do_test): Moved to ...
37553 * string/test-strcasestr.c (check1): Here. New function.
37554 (do_one_test): Break out result checking code into ...
37555 (check_result): This. New function.
37556 (do_one_test): Call check_result.
37557 (test_main): Call check1.
37558 * string/bug-strchr1.c (do_test): Moved to ...
37559 * string/test-strchr.c (check1): Here. New function.
37560 (do_one_test): Break out result checking code into ...
37561 (check_result): This. New function.
37562 (do_one_test): Call check_result.
37563 (test_main): Call check1.
37564 * string/bug-strstr1.c (main): Moved to ...
37565 * string/test-strstr.c (check1): Here. New function.
37566 (do_one_test): Break out result checking code into ...
37567 (check_result): This. New function.
37568 (do_one_test): Call check_result.
37569 (test_main): Call check1.
37570 * string/bug-strcasestr1.c: Removed.
37571 * string/bug-strchr1.c: Likewise.
37572 * string/bug-strstr1.c: Likewise.
37574 * elf/Makefile (dl-routines): Add hwcaps.
37575 * elf/dl-support.c (_dl_important_hwcaps): Removed.
37576 * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
37577 (_dl_important_hwcaps): Moved to ...
37578 * elf/dl-hwcaps.c: Here. New file.
37579 * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
37582 * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
37583 if IS_IN_rtld isn't defined.
37585 * elf/dl-support.c (_dl_sysinfo_map): New.
37586 Include "get-dynamic-info.h" and "setup-vdso.h".
37587 (_dl_non_dynamic_init): Call setup_vdso.
37588 * elf/dynamic-link.h: Don't include <assert.h>.
37589 (elf_get_dynamic_info): Moved to ...
37590 * elf/get-dynamic-info.h: Here. New file.
37591 * elf/dynamic-link.h: Include "get-dynamic-info.h".
37592 * elf/rtld.c (dl_main): Break out vDSO setup code into ...
37593 * elf/setup-vdso.h: Here. New file.
37594 * elf/rtld.c: Include "setup-vdso.h".
37595 (dl_main): Call setup_vdso.
37597 2012-10-05 Joseph Myers <joseph@codesourcery.com>
37599 * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
37600 creal in comment listing functions tested. List finite, isinf,
37601 isnan, isless, islessequal, isgreater, isgreaterequal,
37602 islessgreater, isunordered, lgamma_r and pow10 as functions and
37603 macros not tested. Mention which functions not tested are aliases
37604 for other functions. Fix typo. Note that signs of NaNs are not
37607 * scripts/config.guess: Update from config.git.
37608 * scripts/config.sub: Likewise.
37610 2012-10-04 Roland McGrath <roland@hack.frob.com>
37612 * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
37613 * misc/madvise.c (madvise): Renamed to __madvise.
37614 Make madvise a weak alias.
37615 * include/sys/mman.h: Declare __madvise.
37616 Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
37617 * sysdeps/unix/syscalls.list
37618 (madvise): Make __madvise the strong name, and madvise a weak alias.
37619 * sysdeps/unix/sysv/linux/syscalls.list
37620 (madvise, mmap): Remove redundant entries.
37621 * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
37622 * malloc/malloc.c (mtrim): Likewise.
37623 * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
37625 2012-10-03 Roland McGrath <roland@hack.frob.com>
37627 * sysdeps/mach/hurd/dl-cache.c: File removed.
37628 * config.h.in (USE_LDCONFIG): New #undef.
37629 * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
37630 * configure: Regenerated.
37631 * elf/Makefile (dl-routines): Add dl-cache only under
37632 [$(use-ldconfig) = yes].
37633 * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
37634 cache on [USE_LDCONFIG].
37635 * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
37637 * elf/rtld.c (dl_main): Likewise.
37639 2012-10-03 Pino Toscano <toscano.pino@tiscali.it>
37641 * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
37642 _SC_LEVEL4_CACHE_LINESIZE.
37644 2012-10-03 Roland McGrath <roland@hack.frob.com>
37646 * sysdeps/unix/bsd/confstr.h: File removed.
37648 2012-10-02 Alexandre Oliva <aoliva@redhat.com>
37650 * scripts/check-local-headers.sh: Exclude sys/sdt.h and
37653 2012-10-02 Roland McGrath <roland@hack.frob.com>
37655 * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
37656 Make 'mapoff' field ElfW(Off) rather than off_t.
37658 2012-10-02 Dmitry V. Levin <ldv@altlinux.org>
37660 * nscd/Makefile: Remove nscd-cflags and all its users.
37661 (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
37662 (CFLAGS-nonlib): Add compiler flags for nscd modules.
37665 * malloc.c (malloc_printerr): Clarify error message.
37667 2012-10-02 H.J. Lu <hongjiu.lu@intel.com>
37670 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
37671 Set bit_FMA_Usable if FMA is supported.
37672 * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
37674 (bit_FMA4_Usable): Updated.
37675 (index_FMA_Usable): New macro.
37676 (CPUID_FMA): Likewise
37677 (HAS_FMA): Defined with bit_FMA_Usable.
37679 2012-10-01 Roland McGrath <roland@hack.frob.com>
37681 * bits/types.h (__swblk_t): Type removed.
37682 * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
37683 * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
37684 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
37685 (__SWBLK_T_TYPE): Likewise.
37686 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
37687 (__SWBLK_T_TYPE): Likewise.
37688 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
37689 (__SWBLK_T_TYPE): Likewise.
37690 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
37691 (__SWBLK_T_TYPE): Likewise.
37693 2012-10-01 Patsy Franklin <pfrankli@redhat.com>
37694 Honza Horak <hhorak@redhat.com>
37696 * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
37697 (xdr_mapname): Use YPMAXMAP as maxsize.
37698 (xdr_peername): Use YPMAXPEER as maxsize.
37699 (xdr_keydat): Use YPAXRECORD as maxsize.
37700 (xdr_valdat): Use YPMAXRECORD as maxsize.
37702 2012-10-01 Roland McGrath <roland@hack.frob.com>
37704 * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
37706 * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
37707 * csu/init-first.c: ... here.
37708 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
37709 * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
37710 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
37711 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
37712 * sysdeps/i386/init-first.c: File removed.
37713 * sysdeps/sh/init-first.c: File removed.
37715 2012-10-01 Joseph Myers <joseph@codesourcery.com>
37718 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
37719 if x * y might underflow to zero and z is zero.
37720 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37721 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37722 * math/libm-test.inc (min_subnorm_value): New variable.
37723 (fma_test): Add more tests.
37724 (fma_test_towardzero): Likewise.
37725 (fma_test_downward): Likewise
37726 (fma_test_upward): Likewise.
37727 (initialize): Set min_subnorm_value.
37729 2012-09-29 Joseph Myers <joseph@codesourcery.com>
37732 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
37734 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
37735 mode for addition resulting in exact zero.
37736 * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
37737 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
37739 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
37740 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37741 * math/libm-test.inc (fma_test): Add more tests.
37742 (fma_test_towardzero): New function.
37743 (fma_test_downward): Likewise.
37744 (fma_test_upward): Likewise.
37745 (main): Call the new functions.
37747 2012-09-28 David S. Miller <davem@davemloft.net>
37749 * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
37751 2012-09-28 Roland McGrath <roland@hack.frob.com>
37753 * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
37754 instead of SIGALRM.
37756 * sysdeps/gnu/_G_config.h: Moved to ...
37757 * sysdeps/unix/sysv/linux/_G_config.h: ... here.
37758 * sysdeps/mach/hurd/_G_config.h: Moved to ...
37759 * sysdeps/generic/_G_config.h: ... here.
37761 * io/open.c (__open): Renamed to __libc_open. Make __open an alias.
37763 * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
37765 * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
37766 Conditionalize target on [libnss_test1.so-version].
37768 * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
37770 * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
37771 (elfobjdir): Move out of conditionals.
37773 * nss/nsswitch.c (nss_new_service): Conditionalize definition and
37774 declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
37775 (__nss_lookup_function): Conditionalize label remove_from_tree on
37776 [!DO_STATIC_NSS || SHARED], matching its only use.
37778 2012-09-28 David S. Miller <davem@davemloft.net>
37780 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
37781 * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
37783 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
37785 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
37786 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
37787 when HWCAP_SPARC_CRYPTO is present.
37789 2012-09-28 Pino Toscano <toscano.pino@tiscali.it>
37791 * io/tst-mknodat.c: Create a FIFO instead of a socket.
37793 2012-09-28 Andreas Schwab <schwab@linux-m68k.org>
37796 * stdio-common/vfprintf.c (process_string_arg): Revert
37799 2011-09-28 Jonathan Nieder <jrnieder@gmail.com>
37801 * stdio-common/Makefile (tst-sprintf-ENV): Set environment
37803 * stdio-common/tst-sprintf.c: Include <locale.h>
37804 (main): Test sprintf's handling of incomplete multibyte
37807 2012-09-28 H.J. Lu <hongjiu.lu@intel.com>
37809 * elf/dl-runtime.c (VERSYMIDX): Removed.
37810 * elf/dl-version.c (VERSYMIDX): Likewise.
37811 * elf/do-rel.h (VERSYMIDX): Likewise.
37812 (VALIDX): Likewise.
37813 * elf/dynamic-link.h (VERSYMIDX): Likewise.
37814 * elf/rtld.c (VALIDX): Likewise.
37815 (ADDRIDX): Likewise.
37816 * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
37817 * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
37818 * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
37819 * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
37820 (VALIDX): Likewise.
37821 (ADDRIDX): Likewise.
37823 2012-09-28 Pino Toscano <toscano.pino@tiscali.it>
37825 * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
37827 2012-09-28 Dmitry V. Levin <ldv@altlinux.org>
37830 * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
37832 * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
37833 addresses are in the same scope as 192.0.2/24.
37834 * posix/gai.conf: Document new scope table defaults.
37836 2012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
37839 * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
37840 for ftell. Compute offsets from write pointers instead.
37841 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
37843 2012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
37846 * libio/Makefile (tests): New test case tst-fseek.
37847 * libio/tst-fseek.c: New test case to verify that fseek/ftell
37848 combination works in wide mode.
37849 * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
37850 state when the external buffer state changes.
37852 2012-09-27 David S. Miller <davem@davemloft.net>
37855 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
37856 pass reloc->r_addend in as the 'high' argument to
37857 sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
37859 * sysdeps/sparc/fpu/libm-test-ulps: Update.
37861 2012-09-28 Pino Toscano <toscano.pino@tiscali.it>
37863 * rt/tst-aio2.c: Include <pthread.h>.
37864 * rt/tst-aio3.c: Likewise.
37866 2012-09-27 Steve Ellcey <sellcey@mips.com>
37868 * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
37870 2012-09-27 H.J. Lu <hongjiu.lu@intel.com>
37872 * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
37873 contents on [SHARED].
37875 2012-09-26 Marek Polacek <polacek@redhat.com>
37879 * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
37880 for C++ and GCC <4.3 as well as for non GCC compilers.
37882 2012-09-26 Markus Trippelsdorf <markus@trippelsdorf.de>
37884 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37886 2012-09-25 Roland McGrath <roland@hack.frob.com>
37888 * Makefile.in (all, install): Declare with .PHONY.
37889 Reported by Michael Hope <michael.hope@linaro.org>.
37891 2012-09-25 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
37893 * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
37894 * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
37896 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
37898 (sydep_routines): Add the new and the internal functions.
37899 * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
37900 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
37901 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
37902 (GLIBC_2.17): Add the new function.
37903 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
37904 (GLIBC_2.17): Likewise.
37905 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
37906 (GLIBC_2.17): Likewise.
37907 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
37908 (GLIBC_2.17): Likewise.
37909 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
37911 2012-09-25 Alan Modra <amodra@gmail.com>
37913 * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
37914 Add release barrier before setting once_control to say
37915 initialisation is done. Add hints on lwarx. Use macro in
37917 (clear_once_control): Add release barrier.
37919 2012-09-25 Joseph Myers <joseph@codesourcery.com>
37922 * math/s_clog.c (__clog): Handle more values close to |z| = 1
37924 * math/s_clog10.c (__clog10): Likewise.
37925 * math/s_clog10f.c (__clog10f): Likewise.
37926 * math/s_clog10l.c (__clog10l): Likewise.
37927 * math/s_clogf.c (__clogf): Likewise.
37928 * math/s_clogl.c (__clogl): Likewise.
37929 * math/Makefile (libm-calls): Add x2y2m1.
37930 * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
37931 (__x2y2m1): Likewise.
37932 (__x2y2m1l): Likewise.
37933 * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
37934 * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
37935 * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
37936 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
37937 * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
37938 * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
37939 * math/libm-test.inc (clog_test, clog10_test): Add more tests.
37940 * sysdeps/i386/fpu/libm-test-ulps: Update.
37941 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37944 * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
37945 int as type of variable DEPTH.
37946 (glob): Use size_t instead of int as type of variables NEWCOUNT
37949 2012-09-25 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
37951 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
37952 Add s_sincosf-sse2.
37953 * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
37954 * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
37955 * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
37956 macros for using routine as __sincosf_ia32.
37957 Use macro for function declaration and weak_alias.
37958 * sysdeps/i386/fpu/libm-test-ulps: Update.
37960 * sysdeps/x86_64/fpu/s_sincosf.S: New file.
37961 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37963 * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
37964 subnormal argument.
37965 * math/s_cexpf.c (__cexpf): Likewise.
37966 * math/s_csinf.c (__csinf): Likewise.
37967 * math/s_csinhf.c (__csinhf): Likewise.
37968 * math/s_ctanf.c (__ctanf): Likewise.
37969 * math/s_ctanhf.c (__ctanhf): Likewise.
37970 * math/s_ccosh.c (__ccoshf): Likewise.
37971 * math/s_cexp.c (__cexpl): Likewise.
37972 * math/s_csin.c (__csin): Likewise.
37973 * math/s_csinh.c (__csinh): Likewise.
37974 * math/s_ctan.c (__ctan): Likewise.
37975 * math/s_ctanh.c (ctanh): Likewise.
37976 * math/s_ccoshl.c (__ccoshl): Likewise.
37977 * math/s_cexpl.c (__cexpl): Likewise.
37978 * math/s_csinl.c (__csinl): Likewise.
37979 * math/s_csinhl.c (__csinhl): Likewise.
37980 * math/s_ctanl.c (__ctanl): Likewise.
37981 * math/s_ctanhl.c (__ctanhl): Likewise.
37983 2012-09-25 Joseph Myers <joseph@codesourcery.com>
37985 * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
37986 (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
37987 (_IO_off_t): Define to __off_t, not _G_off_t.
37988 (_IO_pid_t): Define to __pid_t, not _G_pid_t.
37989 (_IO_uid_t): Define to __uid_t, not _G_uid_t.
37990 (_IO_wint_t): Define to wint_t, not _G_wint_t.
37991 * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
37992 type of __dummy and __dummy2 fields.
37993 * sysdeps/generic/_G_config.h (_G_size_t): Remove.
37994 (_G_ssize_t): Likewise.
37995 (_G_off_t): Likewise.
37996 (_G_pid_t): Likewise.
37997 (_G_uid_t): Likewise.
37998 (_G_wchar_t): Likewise.
37999 (_G_wint_t): Likewise.
38000 * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
38001 (_G_ssize_t): Likewise.
38002 (_G_off_t): Likewise.
38003 (_G_pid_t): Likewise.
38004 (_G_uid_t): Likewise.
38005 (_G_wchar_t): Likewise.
38006 (_G_wint_t): Likewise.
38007 * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
38008 (_G_ssize_t): Likewise.
38009 (_G_off_t): Likewise.
38010 (_G_pid_t): Likewise.
38011 (_G_uid_t): Likewise.
38012 (_G_wchar_t): Likewise.
38013 (_G_wint_t): Likewise.
38015 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
38017 * malloc/arena.c: Include malloc-sysdep.h.
38018 (shrink_heap): Use check_may_shrink_heap to decide if madvise
38019 is sufficient to shrink the heap or an unmap is needed.
38020 * sysdeps/generic/malloc-sysdep.h: New file. Define
38021 new function check_may_shrink_heap.
38022 * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file. Define
38023 new function check_may_shrink_heap.
38025 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
38027 * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
38030 2012-09-24 Dmitry V. Levin <ldv@altlinux.org>
38032 * catgets/test-gencat.sh: Add "set -e".
38033 * elf/tst-pathopt.sh: Likewise.
38034 * grp/tst_fgetgrent.sh: Likewise.
38035 * iconvdata/run-iconv-test.sh: Likewise.
38036 * intl/tst-gettext.sh: Likewise.
38037 * intl/tst-gettext2.sh: Likewise.
38038 * intl/tst-gettext4.sh: Likewise.
38039 * intl/tst-gettext6.sh: Likewise.
38040 * intl/tst-translit.sh: Likewise.
38041 * io/ftwtest-sh: Likewise.
38042 * libio/test-freopen.sh: Likewise.
38043 * malloc/tst-mtrace.sh: Likewise.
38044 * posix/globtest.sh: Likewise.
38045 * posix/tst-getconf.sh: Likewise.
38046 * posix/wordexp-tst.sh: Likewise.
38047 * stdio-common/tst-printf.sh: Likewise.
38048 * stdio-common/tst-unbputc.sh: Likewise.
38049 * stdlib/tst-fmtmsg.sh: Likewise.
38050 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
38051 * catgets/Makefile: Do not specify -e option when running
38052 testsuite shell scripts.
38053 * elf/Makefile: Likewise.
38054 * grp/Makefile: Likewise.
38055 * iconvdata/Makefile: Likewise.
38056 * intl/Makefile: Likewise.
38057 * io/Makefile: Likewise.
38058 * libio/Makefile: Likewise.
38059 * malloc/Makefile: Likewise.
38060 * posix/Makefile: Likewise.
38061 * stdio-common/Makefile: Likewise.
38062 * stdlib/Makefile: Likewise.
38063 * sysdeps/x86_64/Makefile: Likewise.
38065 * io/ftwtest-sh: Add copyright header.
38066 * posix/globtest.sh: Likewise.
38067 * posix/tst-getconf.sh: Likewise.
38068 * posix/wordexp-tst.sh: Likewise.
38069 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
38071 2012-09-24 H.J. Lu <hongjiu.lu@intel.com>
38074 * Makeconfig (+link): Defined as $(+link-static) if
38075 $(build-shared) isn't yes.
38076 (link-tests): Defined as $(+link-static-tests) if $(build-shared)
38078 (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
38080 * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
38083 * malloc/arena.c (heap_trim): Properly get fencepost and adjust
38084 new chunk size with MALLOC_ALIGN_MASK.
38086 2012-09-24 Joseph Myers <joseph@codesourcery.com>
38089 * stdio-common/printf_fphex.c: Include <stdbool.h> and
38091 (__printf_fphex): Determine rounding using get_rounding_mode and
38093 * stdio-common/tst-printf-round.c (struct hex_test): New
38095 (hex_tests): New variable.
38096 (test_hex_in_one_mode): New function.
38097 (do_test): Also run tests for hex float output.
38099 2012-09-21 Joseph Myers <joseph@codesourcery.com>
38101 * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
38102 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
38103 * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
38104 * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
38105 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
38106 * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
38107 * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
38108 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
38110 2012-09-20 Joseph Myers <joseph@codesourcery.com>
38112 * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
38113 * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
38114 * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
38115 * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
38117 2012-09-19 Dmitry V. Levin <ldv@altlinux.org>
38120 * elf/rtld.c (dl_main): Limit the check for self loading to normal
38122 * elf/tst-rtld-load-self.sh: New test.
38123 * elf/Makefile: Run it.
38125 2012-09-18 Joseph Myers <joseph@codesourcery.com>
38127 * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
38128 (tst-writev-ENV): Remove.
38129 * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
38131 2012-09-17 Chris Metcalf <cmetcalf@tilera.com>
38133 * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
38135 2012-09-17 Joseph Myers <joseph@codesourcery.com>
38137 * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
38139 * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
38141 * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
38142 * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
38143 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
38146 2012-09-14 H.J. Lu <hongjiu.lu@intel.com>
38149 * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
38150 * config.make.in (have-cpp-asm-debuginfo): Removed.
38151 * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
38152 * configure: Regenerated.
38154 2012-09-14 Joseph Myers <joseph@codesourcery.com>
38157 * stdio-common/printf_fp.c: Include <stdbool.h> and
38159 (___printf_fp): Determine rounding using get_rounding_mode and
38161 * stdio-common/tst-printf-round.c: New file.
38162 * stdio-common/Makefile (tests): Add tst-printf-round.
38163 (link-libm): New variable.
38164 ($(objpfx)tst-printf-round): Depend in $(link-libm).
38166 2012-09-13 H.J. Lu <hongjiu.lu@intel.com>
38169 * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
38170 * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
38172 * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
38175 2012-09-13 Joseph Myers <joseph@codesourcery.com>
38177 * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
38178 * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38179 * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38180 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38182 2012-09-12 Joseph Myers <joseph@codesourcery.com>
38185 * include/rounding-mode.h: New file.
38186 * sysdeps/generic/get-rounding-mode.h: Likewise.
38187 * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
38188 * stdlib/strtod_l.c: Include <rounding-mode.h>.
38189 (MAX_VALUE): New macro.
38190 (MIN_VALUE): Likewise.
38191 (overflow_value): New function.
38192 (underflow_value): Likewise.
38193 (round_and_return): Use overflow_value and underflow_value to
38194 determine return values in overflow and underflow cases. Use
38195 round_away to determine rounding depending on rounding mode.
38196 (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
38197 determine return values in overflow and underflow cases.
38198 * stdlib/tst-strtod-round.c: Include <fenv.h>.
38199 (struct test_results): New structure.
38200 (struct test): Use struct test_results to store expected results
38201 for all rounding modes.
38202 (TEST): Include expected results for all rounding modes.
38203 (test_in_one_mode): New function.
38204 (do_test): Use test_in_one_mode to compute and check results.
38205 Check results for all rounding modes.
38206 * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
38209 2012-12-09 Allan McRae <allan@archlinux.org>
38211 * sysdeps/i386/fpu/libm-test-ulps: Update
38213 2012-09-11 Joseph Myers <joseph@codesourcery.com>
38215 * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
38216 (_G_int32_t): Likewise.
38217 (_G_uint16_t): Likewise.
38218 (_G_uint32_t): Likewise.
38219 (_G_HAVE_BOOL): Likewise.
38220 (_G_HAVE_ATEXIT): Likewise.
38221 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38222 (_G_HAVE_IO_FILE_OPEN): Likewise.
38223 * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
38224 (_G_int32_t): Likewise.
38225 (_G_uint16_t): Likewise.
38226 (_G_uint32_t): Likewise.
38227 (_G_HAVE_BOOL): Likewise.
38228 (_G_HAVE_ATEXIT): Likewise.
38229 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38230 (_G_HAVE_IO_FILE_OPEN): Likewise.
38231 * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
38232 (_G_int32_t): Likewise.
38233 (_G_uint16_t): Likewise.
38234 (_G_uint32_t): Likewise.
38235 (_G_HAVE_BOOL): Likewise.
38236 (_G_HAVE_ATEXIT): Likewise.
38237 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38238 (_G_HAVE_IO_FILE_OPEN): Likewise.
38240 2012-09-11 H.J. Lu <hongjiu.lu@intel.com>
38242 * csu/libc-tls.c: Update copyright years.
38244 2012-09-10 Joseph Myers <joseph@codesourcery.com>
38246 * libioP.h [_G_USING_THUNKS]: Make code unconditional.
38247 [!_G_USING_THUNKS]: Remove conditional code.
38248 * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
38249 * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
38251 * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
38252 [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
38253 * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38254 (_G_VTABLE_LABEL_PREFIX): Likewise.
38255 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38256 * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38257 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38258 (_G_VTABLE_LABEL_PREFIX): Likewise.
38259 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
38260 * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38261 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38262 (_G_VTABLE_LABEL_PREFIX): Likewise.
38263 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
38265 2012-09-10 H.J. Lu <hongjiu.lu@intel.com>
38267 * libio/Makefile: Include ../Makeconfig before tests.
38268 (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
38269 only if $(build-shared) is yes.
38271 * iconv/gconv_db.c: Update copyright years.
38273 2012-09-10 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
38275 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
38276 unwind info if defined PIC. Fix special cases description.
38277 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
38279 * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
38281 * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
38283 2012-09-07 H.J. Lu <hongjiu.lu@intel.com>
38285 * scripts/check-local-headers.sh: Add "shopt -s nullglob".
38287 * iconv/gconv_db.c (free_derivation): Check if deriv->steps
38290 * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
38291 (LDLIBS-tst-chk4): This.
38292 (LDFLAGS-tst-chk5): Renamed to ...
38293 (LDLIBS-tst-chk5): This.
38294 (LDFLAGS-tst-chk6): Renamed to ...
38295 (LDLIBS-tst-chk6): This.
38296 (LDFLAGS-tst-lfschk4): Renamed to ...
38297 (LDLIBS-tst-lfschk4): This.
38298 (LDFLAGS-tst-lfschk5): Renamed to ...
38299 (LDLIBS-tst-lfschk5): This.
38300 (LDFLAGS-tst-lfschk6): Renamed to ...
38301 (LDLIBS-tst-lfschk6): This.
38303 * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
38304 on $(common-objpfx)soversions.mk.
38306 2012-09-07 Joseph Myers <joseph@codesourcery.com>
38309 * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
38312 2012-09-07 Siddhesh Poyarekar <siddhesh@redhat.com>
38314 * malloc/arena.c (arena_get_retry): New function that gets
38315 another arena for the caller to try its request on.
38316 * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
38317 current arena cannot fulfill the request.
38318 (__libc_memalign): Likewise.
38319 (__libc_memalign): Likewise.
38320 (__libc_pvalloc): Likewise.
38321 (__libc_calloc): Likewise.
38323 2012-09-05 John Tobey <john.tobey@gmail.com>
38326 * manual/arith.texi (Operations on Complex): Fix description
38327 of carg branch cut.
38329 2012-09-06 Joseph Myers <joseph@codesourcery.com>
38332 * manual/socket.texi (Host Addresses): Use www.gnu.org as example
38336 * manual/memory.texi (Memory): Make order of menu items match
38339 2012-09-06 H.J. Lu <hongjiu.lu@intel.com>
38341 * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
38342 (_dl_initial_dtv): New. Defined if SHARED isn't defined.
38343 (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
38345 2012-09-06 H.J. Lu <hongjiu.lu@intel.com>
38347 * csu/libc-tls.c (static_dtv): Renamed to ...
38348 (_dl_static_dtv): This. Make it global.
38349 (_dl_initial_dtv): Removed.
38350 (__libc_setup_tls): Updated.
38351 * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
38352 (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
38355 2012-09-06 Petr Machata <pmachata@redhat.com>
38357 * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
38358 (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
38359 (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
38360 (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
38362 2012-09-06 H.J. Lu <hongjiu.lu@intel.com>
38365 * csu/libc-tls.c (_dl_initial_dtv): New variable.
38366 * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
38369 2012-09-06 H.J. Lu <hongjiu.lu@intel.com>
38372 * Makeconfig (link-static-before-libc): Replace $(+prector)
38374 (link-static-after-libc): Replace $(+postctor) with
38376 (link-bounded): Replace $(+prector)/$(+postctor) with
38377 $(+prectorT)/$(+postctorT).
38378 (+prectorT): New macro.
38379 (+postctorT): Likewise.
38381 2012-09-06 Joseph Myers <joseph@codesourcery.com>
38383 * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
38384 (round_str): Handle values above the maximum for IBM long double
38386 * stdlib/tst-strtod-round.c (tests): Regenerated.
38388 2012-09-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
38390 * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
38392 * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
38393 zarch_nohighgprs around the zarch optimized routines.
38394 * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
38395 * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
38396 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
38399 2012-09-05 David S. Miller <davem@davemloft.net>
38401 * sysdeps/sparc/fpu/libm-test-ulps: Update.
38403 * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
38404 (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
38405 * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
38406 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
38409 2012-09-05 Alexandre Oliva <aoliva@redhat.com>
38411 * malloc/arena.c: Fold copyright years.
38412 * malloc/mcheck.c, malloc/memusage.c: Likewise.
38414 2012-09-05 Alexandre Oliva <aoliva@redhat.com>
38416 * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
38418 2012-09-05 Alexandre Oliva <aoliva@redhat.com>
38420 * manual/contrib.texi (Contributors): Fix typo. Complete entry.
38422 2012-09-05 Alexandre Oliva <aoliva@redhat.com>
38424 * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
38425 change internal state upon failure.
38427 2012-09-05 Alexandre Oliva <aoliva@redhat.com>
38429 * malloc/mcheck.c (mcheck_check_all): Fix typo.
38430 * malloc/memusage.c (mmap): Likewise.
38431 (mmap64, mremap): Likewise. Adjust name in comment.
38433 2012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
38435 * libio/fileops.c: Fix typos in comments.
38436 * libio/oldfileops.c: Likewise.
38437 * libio/wfileops.c: Likewise.
38439 2012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
38442 * malloc/Makefile (tests): Add tst-malloc-usable test case.
38443 (tst-malloc-usable-ENV): Set environment for test case.
38444 * malloc/hooks.c (malloc_check_get_size): New function to get
38446 * malloc/malloc.c (musable): Use malloc_check_get_size.
38447 * malloc/tst-malloc-usable.c: New test case.
38449 2012-09-05 Andreas Schwab <schwab@linux-m68k.org>
38451 * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
38453 2012-09-05 Allan McRae <allan@archlinux.org>
38456 * configure.in (CXX_SYSINCLUDES): Use compiler output to
38457 determine header location.
38458 * configure: Regenerated.
38460 2012-09-05 Andreas Schwab <schwab@linux-m68k.org>
38462 * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
38464 * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
38465 LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
38467 (test): Regenerate.
38469 2012-09-04 David S. Miller <davem@davemloft.net>
38471 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
38472 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
38473 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
38475 2012-09-04 Florian Weimer <fweimer@redhat.com>
38477 * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
38480 * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
38482 2012-09-04 Joseph Myers <joseph@codesourcery.com>
38485 * libio/iogetdelim.c: Include <limits.h>.
38486 (_IO_getdelim): Avoid integer overflow in testing whether cur_len
38487 + len + 1 would overflow.
38489 2012-09-03 Andreas Jaeger <aj@suse.de>
38491 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38492 * sysdeps/i386/fpu/libm-test-ulps: Update.
38494 2012-09-03 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
38496 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
38497 Add s_sinf-sse2, s_conf-sse2.
38499 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
38500 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
38501 * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
38502 * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
38504 * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
38505 for using routine as __sinf_ia32.
38506 Use macro for function declaration and weak_alias.
38507 * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
38508 for using routine as __cosf_ia32.
38509 Use macro for function declaration and weak_alias.
38511 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
38512 * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
38514 * sysdeps/x86_64/fpu/s_sinf.S: New file.
38515 * sysdeps/x86_64/fpu/s_cosf.S: New file.
38516 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38518 * math/libm-test.inc (cos_test): Add more test cases.
38519 (sin_test): Likewise.
38520 (sincos_test): Likewise.
38522 2012-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
38524 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
38525 (IFUNC_RESOLVE): Make pointers to the specialized implementations
38527 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
38529 2012-09-02 H.J. Lu <hongjiu.lu@intel.com>
38532 * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
38533 first element of the GOT.
38534 (elf_machine_load_address): Return the difference between
38535 the runtime address of _DYNAMIC and elf_machine_dynamic ().
38537 2012-09-01 Allan McRae <allan@archlinux.org>
38540 * configure.in (AWK): Require gawk version 3.0 or later.
38541 * configure: Regenerated.
38543 2012-09-01 Joseph Myers <joseph@codesourcery.com>
38545 * sysdeps/unix/sysv/linux/kernel-features.h
38546 (__ASSUME_POSIX_CPU_TIMERS): Remove.
38547 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
38548 [__NR_clock_getres]: Make code unconditional.
38549 [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
38550 (clock_getcpuclockid): Remove code left unreachable by removal of
38552 * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
38553 code unconditional.
38554 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
38555 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38556 * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
38557 Make code unconditional.
38558 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
38559 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38560 * sysdeps/unix/sysv/linux/clock_settime.c
38561 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
38563 [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
38564 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
38566 2012-08-29 H.J. Lu <hongjiu.lu@intel.com>
38569 * Makefile (install): Also pass LD_SO=$(ld.so-version) to
38570 scripts/test-installation.pl.
38572 * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
38573 and $ld_so_version if it is set.
38575 2012-08-29 Siddhesh Poyarekar <siddhesh@redhat.com>
38578 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
38579 failure if reading from procfs failed.
38580 * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
38582 2012-08-27 Joseph Myers <joseph@codesourcery.com>
38584 * sysdeps/unix/sysv/linux/kernel-features.h
38585 (__ASSUME_STAT64_SYSCALL): Remove all definitions.
38586 * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
38587 Remove conditional code.
38588 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38589 * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
38590 Remove conditional code.
38591 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38592 * sysdeps/unix/sysv/linux/i386/fxstat.c
38593 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
38594 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38595 * sysdeps/unix/sysv/linux/i386/fxstatat.c
38596 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
38597 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38598 * sysdeps/unix/sysv/linux/i386/lxstat.c
38599 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
38600 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38601 * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
38602 Remove conditional code.
38603 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38604 * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
38605 Remove conditional code.
38606 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38607 * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
38608 <kernel-features.h>.
38609 [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
38611 * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
38612 Remove conditional code.
38613 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
38614 * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
38615 Remove conditional.
38617 2012-08-27 Mike Frysinger <vapier@gentoo.org>
38620 * NEWS: Add fixed bug number.
38622 2012-08-27 Joseph Myers <joseph@codesourcery.com>
38625 * stdlib/strtod_l.c (round_and_return): Return -0.0 for
38626 underflowing exponent in case of negative sign.
38627 * stdlib/tst-strtod-round-data: Add more tests.
38628 * stdlib/tst-strtod-round.c (tests): Regenerated.
38631 * stdlib/strtod_l.c (NDIG): Remove.
38632 (HEXNDIG): Likewise.
38633 (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
38634 smallest representable value.
38635 (____STRTOF_INTERNAL): Use all fractional decimal digits that may
38636 lie within an exact representation of 1/2 ulp of the result.
38637 * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
38639 (TENS_P9_IDX): Define unconditionally.
38640 (TENS_P9_SIZE): Likewise.
38641 (TENS_P10_IDX): Likewise.
38642 (TENS_P10_SIZE): Likewise.
38643 [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
38644 to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
38645 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
38646 entries for 10^2^13 and 10^2^14.
38647 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
38648 (TENS_P13_IDX): Define.
38649 (TENS_P13_SIZE): Likewise.
38650 (TENS_P14_IDX): Likewise.
38651 (TENS_P14_SIZE): Likewise.
38652 (_fpioconst_pow10): Change array size to
38653 FPIOCONST_POW10_ARRAY_SIZE. Make entries for 10^2^9 and 10^2^10
38655 (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
38656 1024]: Add entries for 10^2^13 and 10^2^14.
38657 [LAST_POW10 > _LAST_POW10]: Remove #error.
38658 * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
38659 (_fpioconst_pow10): Change array size to
38660 FPIOCONST_POW10_ARRAY_SIZE.
38661 * stdlib/gen-fpioconst.c: New file.
38662 * stdlib/gen-tst-strtod-round.c: Likewise.
38663 * stdlib/tst-strtod-round-data: Likewise.
38664 * stdlib/tst-strtod-round.c: Likewise.
38665 * stdlib/Makefile (tests): Add tst-strtod-round.
38668 * stdlib/strtod_l.c: Include <stdint.h>.
38669 (NDEBUG): Do not define.
38670 (round_and_return): Change EXPONENT parameter to type intmax_t.
38671 Rearrange calculations to avoid internal overflow possibilities.
38672 (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
38673 Rearrange calculations to avoid internal overflow possibilities.
38674 Assert that number fits inside MPNSIZE limbs.
38675 (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
38676 Change DIG_NO, INT_NO and LEAD_ZERO to type size_t. Rearrange
38677 calculations and add assertions to avoid internal overflow
38678 possibilities. Add casts to avoid signed/unsigned operations.
38679 * stdlib/tst-strtod-overflow.c: New file.
38680 * stdlib/Makefile (tests): Add tst-strtod-overflow.
38682 2012-08-25 Marek Polacek <polacek@redhat.com>
38684 * time/time.h: Fix some typos in comments.
38686 2012-08-23 Roland McGrath <roland@hack.frob.com>
38688 * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
38689 * posix/tst-rfc3484-2.c: Likewise.
38690 * posix/tst-rfc3484-3.c: Likewise.
38692 2012-08-23 Steve McIntyre <steve.mcintyre@linaro.org>
38694 * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
38695 (EF_ARM_ABI_FLOAT_HARD): Likewise.
38697 2012-08-23 Joseph Myers <joseph@codesourcery.com>
38699 * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
38700 #include of fxstatat64.c.
38702 2012-08-22 Roland McGrath <roland@hack.frob.com>
38704 * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
38705 * shadow/getspent_r.c: Likewise.
38706 * shadow/getspnam.c: Likewise.
38707 * shadow/getspnam_r.c: Likewise.
38708 * gshadow/getsgent.c: Likewise.
38709 * gshadow/getsgent_r.c: Likewise.
38710 * gshadow/getsgnam.c: Likewise.
38711 * gshadow/getsgnam_r.c: Likewise.
38712 * inet/getnetbyad.c: Likewise.
38713 * inet/getnetbyad_r.c: Likewise.
38714 * inet/getnetbynm.c: Likewise.
38715 * inet/getnetbynm_r.c: Likewise.
38716 * inet/getnetent.c: Likewise.
38717 * inet/getnetent_r.c: Likewise.
38718 * inet/getproto.c: Likewise.
38719 * inet/getproto_r.c: Likewise.
38720 * inet/getprtent.c: Likewise.
38721 * inet/getprtent_r.c: Likewise.
38722 * inet/getprtname.c: Likewise.
38723 * inet/getprtname_r.c: Likewise.
38724 * inet/getrpcbyname.c: Likewise.
38725 * inet/getrpcbyname_r.c: Likewise.
38726 * inet/getrpcbynumber.c: Likewise.
38727 * inet/getrpcbynumber_r.c: Likewise.
38728 * inet/getrpcent.c: Likewise.
38729 * inet/getrpcent_r.c: Likewise.
38730 * inet/getaliasent.c: Likewise.
38731 * inet/getaliasent_r.c: Likewise.
38732 * inet/getaliasname.c: Likewise.
38733 * inet/getaliasname_r.c: Likewise.
38734 * nscd/getgrgid_r.c: Likewise.
38735 * nscd/getgrnam_r.c: Likewise.
38736 * nscd/gethstbyad_r.c: Likewise.
38737 * nscd/gethstbynm3_r.c: Likewise.
38738 * nscd/getpwnam_r.c: Likewise.
38739 * nscd/getpwuid_r.c: Likewise.
38740 * nscd/getsrvbynm_r.c: Likewise.
38741 * nscd/getsrvbypt_r.c: Likewise.
38742 * nscd/gai.c: Likewise.
38744 * configure.in (build_nscd): New substituted variable, set
38745 by --disable-build-nscd and defaults to $use_nscd.
38746 * configure: Regenerated.
38747 * config.make.in (build-nscd): New substituted variable.
38748 * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
38749 Change conditional to require [$(build-nscd) = yes] as well.
38750 * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
38753 * configure.in (use_nscd): New substituted variable, set by
38754 --disable-nscd. If enabled, define USE_NSCD.
38755 * configure: Regenerated.
38756 * config.h.in: Add USE_NSCD.
38757 * config.make.in (use-nscd): New substituted variable.
38758 * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
38759 (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
38760 (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
38761 * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
38762 (CFLAGS-getgrnam_r.c): Likewise.
38763 (CFLAGS-initgroups.c): Likewise.
38764 * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
38765 * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
38767 * inet/getnetgrent_r.c
38768 (nscd_setnetgrent): New function, broken out of ...
38769 (setnetgrent): ... here. Call it.
38770 (innetgr): Conditionalize nscd bits on [USE_NSCD].
38771 (nscd_getnetgrent): Conditionalize on [USE_NSCD].
38772 (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
38773 * nscd/Makefile (routines, aux): Move definitions after include of
38774 Makeconfig. Conditionalize on [$(use-nscd) != no].
38775 * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
38776 Conditionalize on [USE_NSCD].
38777 (is_nscd, nscd_init_cb): Likewise.
38778 (nss_load_library): Conditionalize init callback on [USE_NSCD].
38779 * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
38780 * nss/nss_db/db-init.c: Likewise.
38781 * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
38783 * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
38784 (make_request): Use it.
38785 (cache_valid_p): New function.
38786 (__check_pf): Use it.
38787 * NEWS: Add item for --disable-nscd.
38789 2012-08-22 Dmitry V. Levin <ldv@altlinux.org>
38791 * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
38792 to support sed >= 4.2.1-20-ga9bf076.
38793 * configure: Regenerated.
38795 2012-08-22 Roland McGrath <roland@hack.frob.com>
38797 * csu/libc-start.c (apply_irel): Move extern declarations inside here.
38798 Conditionalize whole body on [IREL].
38800 2012-08-22 Jeff Law <law@redhat.com>
38803 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
38804 if the family is PF_UNSPEC.
38806 2012-08-22 Mike Frysinger <vapier@gentoo.org>
38808 * Makerules (lib-version): Rename from V.
38809 (install-lib-nosubdir): Change V to lib-version.
38811 2012-08-22 Will Schmidt <will_schmidt@vnet.ibm.com>
38814 * powerpc32/power6/wcschr.c: New file.
38815 * powerpc32/power6/wcscpy.c: New file.
38816 * powerpc32/power6/wcsrchr.c: New file.
38817 * powerpc64/power6/wcschr.c: New file.
38818 * powerpc64/power6/wcscpy.c: New file.
38819 * powerpc64/power6/wcsrchr.c: New file.
38821 2012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
38823 * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
38824 (two_way_short_needle): Use it.
38825 * string/strstr.c (AVAILABLE1_USES_J): Define.
38826 * string/strcasestr.c: Likewise.
38828 * string/str-two-way.h (two_way_short_needle): Use pointers instead of
38830 * string/strcasestr.c (TOLOWER): Make side-effect safe.
38833 * NEWS: Add an entry.
38834 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
38835 define their defaults.
38836 (two_way_short_needle): Detect end-of-string on-the-fly.
38837 * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
38838 (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
38839 * string/bug-strcasestr1.c: New test.
38840 * string/Makefile: Run it.
38842 2012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
38845 * string/str-two-way.h (two_way_short_needle): Optimize matching of
38846 the first character.
38848 2012-08-21 Roland McGrath <roland@hack.frob.com>
38850 * csu/elf-init.c (__libc_csu_irel): Function removed.
38851 * csu/libc-start.c (apply_irel): New function.
38852 (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
38854 2012-08-21 Joseph Myers <joseph@codesourcery.com>
38856 * sysdeps/unix/sysv/linux/kernel-features.h
38857 (__ASSUME_FADVISE64_64_SYSCALL): Remove.
38858 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
38859 <kernel-features.h>.
38860 [__NR_fadvise64_64]: Make code unconditional.
38861 [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
38862 [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
38863 !__NR_fadvise64_64)]: Likewise.
38864 [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
38865 !__NR_fadvise64_64))]: Likewise.
38866 [__NR_fadvise64]: Make code unconditional.
38867 [!__NR_fadvise64]: Remove conditional code.
38868 * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
38869 <kernel-features.h>.
38870 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
38872 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
38874 * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
38875 not include <kernel-features.h>.
38876 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
38878 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
38880 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
38881 include <kernel-features.h>.
38882 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
38884 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
38887 2012-08-21 Will Schmidt <will_schmidt@vnet.ibm.com>
38889 * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
38890 slight instruction rearrangements per scrollpipe analysis.
38891 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
38893 2012-08-20 Roland McGrath <roland@hack.frob.com>
38895 * manual/syslog.texi (syslog; vsyslog, closelog):
38896 Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
38897 Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
38899 * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
38900 DSOCAPS to match condition on defining it.
38902 2012-08-20 Joseph Myers <joseph@codesourcery.com>
38904 * sysdeps/unix/sysv/linux/kernel-features.h
38905 (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
38906 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
38907 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
38908 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
38909 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
38910 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
38911 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
38912 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
38913 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
38914 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
38916 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
38917 __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
38919 * sysdeps/unix/sysv/linux/kernel-features.h
38920 (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
38921 * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
38923 [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38924 * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
38925 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
38926 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38927 * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
38928 Make code unconditional.
38929 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38930 (__mmap64) [!__NR_mmap2]: Likewise.
38931 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
38932 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
38933 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38934 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
38935 [__NR_mmap2]: Make code unconditional.
38936 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
38937 (__mmap64) [!__NR_mmap2]: Likewise.
38939 2012-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
38941 * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
38943 2012-08-18 Andreas Jaeger <aj@suse.de>
38945 * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
38947 2012-08-18 Mike Frysinger <vapier@gentoo.org>
38949 * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
38950 * include/unistd.h (__have_sock_cloexec): Likewise.
38951 (__have_pipe2): Likewise.
38952 (__have_dup3): Likewise.
38954 2012-08-18 Mike Frysinger <vapier@gentoo.org>
38957 * include/unistd.h (__have_pipe2): Change define into an extern int.
38958 (__have_dup3): Likewise.
38959 * socket/have_sock_cloexec.c: Include fcntl.h.
38960 (__have_pipe2): New variable.
38961 (__have_dup3): Likewise.
38963 2012-08-17 Mike Frysinger <vapier@gentoo.org>
38965 * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
38967 2012-08-17 Marek Polacek <polacek@redhat.com>
38969 * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
38970 ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
38972 2012-08-17 Roland McGrath <roland@hack.frob.com>
38974 * configure.in: Add AC_SUBST for sysheaders.
38975 * configure: Regenerated.
38976 * config.make.in (sysheaders): New substituted variable.
38978 * sysdeps/unix/mkfifo.c: Moved ...
38979 * sysdeps/posix/mkfifo.c: ... here.
38980 * sysdeps/unix/mkfifoat.c: Moved ...
38981 * sysdeps/posix/mkfifoat.c: ... here.
38983 * sysdeps/unix/utime.c: Moved ...
38984 * sysdeps/posix/utime.c: ... here.
38986 * sysdeps/unix/time.c: Moved ...
38987 * sysdeps/posix/time.c: ... here.
38988 * sysdeps/unix/sysv/linux/time.c: Adjust #include.
38989 * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
38991 * sysdeps/unix/nice.c: Moved ...
38992 * sysdeps/posix/nice.c: ... here.
38994 * sysdeps/unix/alarm.c: Moved ...
38995 * sysdeps/posix/alarm.c: ... here.
38997 * intl/Makefile ($(codeset_mo)): Depend on the input file.
38999 2012-08-17 Jeff Law <law@redhat.com>
39001 * intl/Makefile (codeset_mo): New variable.
39002 ($(codeset_mo)): New target.
39003 (tst-codeset.out): Depend on that. Remove explicit rule.
39004 (tst-gettext3.out, tst-gettext5.out): Likewise.
39005 (LOCPATH-ENV, tst-codeset-ENV): New variables.
39006 (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
39007 * intl/tst-codeset.sh: Remove.
39008 * intl/tst-gettext3.sh: Likewise.
39009 * intl/tst-gettext5.sh: Likewise.
39011 2012-08-17 Roland McGrath <roland@hack.frob.com>
39013 * sysdeps/unix/inet/syscalls.list: File removed. Move contents into ...
39014 * sysdeps/unix/syscalls.list: ... here.
39016 * sysdeps/posix/getaddrinfo.c
39017 (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
39018 (gaiconf_init, gaiconf_reload): Use them.
39019 [!_STATBUF_ST_NSEC]
39020 (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
39021 Define using time_t rather than struct timespec.
39023 * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
39024 (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
39026 * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
39028 (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
39029 (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
39032 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
39033 __libc_cleanup_push argument.
39035 * bits/param.h: New file.
39036 * misc/sys/param.h: New file.
39037 * include/sys/param.h: New file.
39038 * misc/Makefile (headers): Add bits/param.h.
39039 * sysdeps/generic/sys/param.h: File removed.
39040 * sysdeps/unix/sysv/linux/bits/param.h: New file.
39041 * sysdeps/unix/sysv/linux/sys/param.h: File removed.
39042 * sysdeps/mach/hurd/bits/param.h: New file.
39043 * sysdeps/mach/hurd/sys/param.h: File removed.
39045 * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
39048 * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
39050 * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
39051 (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
39054 * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
39055 * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
39056 rather than -D_IO_MTSAFE_IO conditionally.
39057 * stdio-common/Makefile (CPPFLAGS): Likewise.
39058 * wcsmbs/Makefile (CPPFLAGS): Likewise.
39059 * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
39060 Use $(libio-mtsafe).
39061 * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
39062 of -D_IO_MTSAFE_IO.
39063 (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
39064 (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
39065 (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
39066 (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
39067 (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
39068 (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
39069 (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
39070 (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
39071 (CFLAGS-fread_u_chk.c): Likewise.
39072 (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
39073 (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
39074 (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
39075 (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
39076 * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
39077 * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
39078 * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
39079 * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
39080 * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
39082 * libio/Makefile: Test [$(libc-reentrant) = yes]
39083 instead of [$(filter %REENTRANT, $(defines)) nonempty].
39086 [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
39087 * sysdeps/pthread/configure: File removed.
39088 * sysdeps/pthread/Makeconfig: New file.
39089 * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
39090 * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
39092 2012-08-16 Gary Benson <gbenson@redhat.com>
39094 * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
39095 unmapping the first object in a namespace.
39097 2012-08-16 Roland McGrath <roland@hack.frob.com>
39099 * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
39100 (__internal_setnetgrent): ... this. Add internal_function to
39101 definition. Add libc_hidden_def.
39102 (setnetgrent): Update caller.
39103 (internal_endnetgrent): Renamed to ...
39104 (__internal_endnetgrent): ... this. Add internal_function to
39105 definition. Add libc_hidden_def.
39106 (endnetgrent): Update caller.
39107 (internal_getnetgrent_r): Renamed to ...
39108 (__internal_getnetgrent_r): ... this. Add internal_function to
39109 definition. Add libc_hidden_def.
39110 (__getnetgrent_r): Update caller.
39111 * inet/netgroup.h: Update declarations. Add libc_hidden_proto uses.
39113 2012-08-16 Joseph Myers <joseph@codesourcery.com>
39115 * stdlib/longlong.h: Update from GCC.
39117 2012-08-16 Roland McGrath <roland@hack.frob.com>
39119 * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
39120 on _QL, which is set by umul_ppmm but never used.
39121 * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
39122 variables, which are set by GMP macros but never used.
39123 * stdio-common/_itowa.c (_itowa): Likewise.
39124 * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
39125 * stdlib/mod_1.c (mpn_mod_1): Likewise.
39127 2012-08-16 Carlos O'Donell <carlos_odonell@mentor.com>
39129 * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
39130 struct La_sh_regs is not constant.
39131 * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
39132 <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
39133 and struct La_sparc64_regs are not constant.
39135 2012-08-16 Joseph Myers <joseph@codesourcery.com>
39137 * sysdeps/unix/sysv/linux/kernel-features.h
39138 (__ASSUME_POSIX_TIMERS): Remove.
39139 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
39140 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39141 * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
39142 Make code unconditional.
39143 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39144 * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
39145 Make code unconditional.
39146 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39147 * sysdeps/unix/sysv/linux/clock_nanosleep.c
39148 [__ASSUME_POSIX_TIMERS]: Make code unconditional.
39149 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39150 * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
39151 Make code unconditional.
39152 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39153 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
39154 (__libc_missing_posix_timers): Remove.
39156 2012-08-15 Roland McGrath <roland@hack.frob.com>
39158 * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
39159 check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
39161 * bits/libc-lock.h (__rtld_lock_initialize): New macro.
39163 * elf/dl-sym.c: Include <stdlib.h>.
39165 * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
39166 constants, which avoids warnings in 32-bit builds.
39168 * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
39169 (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
39171 * misc/lseek.c: File moved to ...
39172 * io/lseek.c: ... here.
39174 * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
39176 * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
39177 shifting LEN more than 31 bits at once.
39179 2012-08-15 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
39182 * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
39183 segmentation fault for a case of two empty input strings.
39184 * string/test-strncasecmp.c (check1): Renamed to...
39185 (bz12205): ...this.
39186 (bz14195): Add new testcase for two empty input strings and N > 0.
39187 (test_main): Call new testcase, adapt for renamed function.
39189 2012-08-15 Andreas Jaeger <aj@suse.de>
39192 * crypt/md5test2.c: New test, based on test supplied by Serge
39193 Belyshev <belyshev@depni.sinp.msu.ru>.
39194 * crypt/Makefile (xtests): Add md5test-giant..
39195 * crypt/Makefile ($(objpfx)md5test-giant): Add.
39197 2012-08-15 Paul Eggert <eggert@cs.ucla.edu>
39200 * crypt/md5.c (md5_process_block): Don't assume the buffer
39201 length is less than 2**32.
39202 * crypt/sha512.c (sha512_process_block): Don't assume the buffer
39203 length is less than 2**64.
39205 2012-08-15 Roland McGrath <roland@hack.frob.com>
39207 * string/str-two-way.h: Include <sys/param.h>.
39208 (MAX): Macro removed.
39210 * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
39211 Move #define and #undef of memmove to just before and after
39212 including <string.h>.
39214 * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
39215 [!NOT_IN_libc]: Move #define and #undef of memmove to just before
39216 and after including <string.h>. Move declarations of
39217 __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
39218 to before #include "string/memmove.c".
39220 * include/dirent.h: Declare __getdirentries.
39222 * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
39223 using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
39225 2012-08-14 Mike Frysinger <vapier@gentoo.org>
39227 * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
39228 * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
39229 * sysdeps/i386/configure: Regenerated.
39230 * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
39231 STABS_CURRENT_FILE, and STABS_FUN.
39232 (END): Remove call to STABS_FUN_END.
39233 (STABS_CURRENT_FILE1): Delete.
39234 (STABS_CURRENT_FILE): Likewise.
39235 (STABS_FUN): Likewise.
39236 (STABS_FUN_END): Likewise.
39237 (STABS_FUN2): Likewise.
39238 * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
39239 * sysdeps/x86_64/configure: Regenerated.
39241 2012-08-14 Roland McGrath <roland@hack.frob.com>
39243 * elf/dl-open.c: Include <atomic.h>.
39244 * elf/dl-lookup.c: Likewise.
39246 2012-08-14 Joseph Myers <joseph@codesourcery.com>
39248 * sysdeps/unix/sysv/linux/kernel-features.h
39249 (__ASSUME_CLONE_THREAD_FLAGS): Remove.
39250 * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
39252 * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
39254 * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
39255 condition on __ASSUME_CLONE_THREAD_FLAGS.
39257 2012-08-14 Andreas Jaeger <aj@suse.de>
39259 * sysdeps/i386/fpu/libm-test-ulps: Update.
39261 2012-08-13 Maxim Kuvyrkov <maxim@codesourcery.com>
39263 * include/atomic.h (atomic_exchange_and_add): Split into ...
39264 (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
39267 2012-08-13 Markus Trippelsdorf <markus@trippelsdorf.de>
39269 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39271 2012-08-13 Jeff Law <law@redhat.com>
39273 * manual/stdio.texi (snprintf): Clarify handling of the trailing
39274 null byte in the output string.
39276 2012-08-10 Joseph Myers <joseph@codesourcery.com>
39278 * sysdeps/unix/sysv/linux/kernel-features.h
39279 (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
39280 [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
39281 (__ASSUME_ARG_MAX_STACK_BASED): Define.
39282 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
39283 [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
39284 !__ASSUME_ARG_MAX_STACK_BASED. Compare version with
39285 __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
39287 2012-08-09 Jeff Law <law@redhat.com>
39290 * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
39291 When avoid_arena is set, don't retry in the that arena. Pick the
39292 next one, whatever it might be.
39293 (arena_get2): New parameter avoid_arena, pass through to reused_arena.
39294 (arena_lock): Pass in new parameter to arena_get2.
39295 * malloc/malloc.c (__libc_memalign): Pass in new parameter to
39297 (__libc_malloc): Unify retrying after main arena failure with
39298 __libc_memalign version.
39299 (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
39301 2012-08-09 H.J. Lu <hongjiu.lu@intel.com>
39304 * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
39305 to __redirect_strstr.
39306 (__strstr_sse42): Use typeof __redirect_strstr.
39307 (__strstr_ia32): Likewise.
39308 (__libc_strstr): New prototype.
39309 (strstr): Renamed to ...
39310 (__libc_strstr): This.
39311 (strstr): New strong alias of __libc_strstr.
39312 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
39313 * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
39316 (__libc_time): New prototype.
39317 (time_ifunc): Replace time with __libc_time.
39318 (time): New strong alias and hidden definition of __libc_time.
39319 (__GI_time): Remove strong alias.
39320 * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
39321 Include <stddef.h>.
39322 (memmove): Redefined to __redirect_memmove.
39323 (__memmove_sse2): Use typeof __redirect_memmove.
39324 (__memmove_ssse3): Likewise.
39325 (__memmove_ssse3_back): Likewise.
39326 (__libc_memmove): New prototype.
39327 (memmove): Renamed to ...
39328 (__libc_memmove): This.
39329 (memmove): New strong alias of __libc_memmove.
39331 2012-08-08 Mark Salter <msalter@redhat.com>
39334 (R_MN10300_TLS_GD): Define.
39335 (R_MN10300_TLS_LD): Likewise.
39336 (R_MN10300_TLS_LDO): Likewise.
39337 (R_MN10300_TLS_GOTIE): Likewise.
39338 (R_MN10300_TLS_IE): Likewise.
39339 (R_MN10300_TLS_LE): Likewise.
39340 (R_MN10300_TLS_DTPMOD): Likewise.
39341 (R_MN10300_TLS_DTPOFF): Likewise.
39342 (R_MN10300_TLS_TPOFF): Likewise.
39343 (R_MN10300_SYM_DIFF): Likewise.
39344 (R_MN10300_ALIGN): Likewise.
39345 (R_MN10300_NUM): Update.
39347 2012-08-08 Joseph Myers <joseph@codesourcery.com>
39349 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
39352 2012-08-08 Roland McGrath <roland@hack.frob.com>
39354 * sysdeps/posix/fdopendir.c: Include <stddef.h>.
39356 * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
39357 sysdeps/unix -> sysdeps/posix move.
39358 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
39360 2012-08-07 Allan McRae <allan@archlinux.org>
39363 * sunrpc/rpc_main.c (SVR4_CPP): Remove.
39364 (SUNOS_CPP): Likewise.
39365 (find_cpp): Fall back to selecting system cpp when /lib/cpp is
39367 (open_input): Call CPP using execvp.
39369 2012-08-07 Joseph Myers <joseph@codesourcery.com>
39371 * sysdeps/unix/sysv/linux/kernel-features.h
39372 (__ASSUME_PROT_GROWSUPDOWN): Remove.
39373 (__ASSUME_NO_CLONE_DETACHED): Likewise.
39374 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
39375 (__ASSUME_WAITID_SYSCALL): Likewise.
39376 * sysdeps/unix/sysv/linux/dl-execstack.c
39377 (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
39378 code unconditional.
39379 (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
39381 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
39382 [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
39383 (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
39385 * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
39387 [__ASSUME_WAITID_SYSCALL]: Likewise.
39388 [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
39390 2012-08-07 Roland McGrath <roland@hack.frob.com>
39392 * sysdeps/unix/closedir.c: Renamed to ...
39393 * sysdeps/posix/closedir.c: ... here.
39394 * sysdeps/unix/dirfd.c: Renamed to ...
39395 * sysdeps/posix/dirfd.c: ... here.
39396 * sysdeps/unix/dirstream.h: Renamed to ...
39397 * sysdeps/posix/dirstream.h: ... here.
39398 * sysdeps/unix/fdopendir.c: Renamed to ...
39399 * sysdeps/posix/fdopendir.c: ... here.
39400 * sysdeps/unix/opendir.c: Renamed to ...
39401 * sysdeps/posix/opendir.c: ... here.
39402 * sysdeps/unix/readdir.c: Renamed to ...
39403 * sysdeps/posix/readdir.c: ... here.
39404 * sysdeps/unix/readdir_r.c: Renamed to ...
39405 * sysdeps/posix/readdir_r.c: ... here.
39406 * sysdeps/unix/rewinddir.c: Renamed to ...
39407 * sysdeps/posix/rewinddir.c: ... here.
39408 * sysdeps/unix/seekdir.c: Renamed to ...
39409 * sysdeps/posix/seekdir.c: ... here.
39410 * sysdeps/unix/telldir.c: Renamed to ...
39411 * sysdeps/posix/telldir.c: ... here.
39412 * sysdeps/unix/sysv/linux/opendir.c: Update #include.
39413 * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
39414 * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
39415 * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
39417 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
39418 * bits/fcntl.h: ... here.
39420 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
39422 (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
39423 [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
39424 (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
39425 (struct flock): Move l_start, l_len to the beginning.
39426 Use __pid_t for l_pid.
39427 [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
39428 [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
39429 [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
39430 (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
39431 [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
39432 [__USE_LARGEFILE64] (struct flock64): New type.
39433 (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
39435 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
39436 * bits/dirent.h: ... here.
39438 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
39439 [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
39441 2012-08-07 Joseph Myers <joseph@codesourcery.com>
39443 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39444 Change from 2.6.0 to 2.6.16.
39445 * sysdeps/unix/sysv/linux/configure: Regenerated.
39446 * sysdeps/unix/sysv/linux/kernel-features.h
39447 (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
39448 (__ASSUME_TGKILL): Define conditional on architectures, not kernel
39450 (__ASSUME_UTIMES): Likewise.
39451 (__ASSUME_CLONE_STOPPED): Remove.
39452 (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
39453 architectures, not kernel version.
39454 (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
39455 (__ASSUME_NO_CLONE_DETACHED): Likewise.
39456 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
39457 (__ASSUME_WAITID_SYSCALL): Likewise.
39458 [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
39459 condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
39460 * README: State 2.6.16 as minimum Linux kernel version. Do not
39461 refer to older versions.
39463 2012-08-06 Roland McGrath <roland@hack.frob.com>
39465 * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
39466 Define alphasort64 as an alias.
39467 * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
39468 Define versionsort64 as an alias.
39469 * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
39470 Define scandir64 as an alias.
39471 * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
39472 Define scandirat64 as an alias.
39473 * dirent/alphasort64.c (alphasort64):
39474 Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
39475 * dirent/versionsort64.c: Likewise.
39476 * dirent/scandir64.c: Likewise.
39477 * dirent/scandirat64.c: Likewise.
39478 * sysdeps/wordsize-64/alphasort.c: File removed.
39479 * sysdeps/wordsize-64/alphasort64.c: File removed.
39480 * sysdeps/wordsize-64/scandir.c: File removed.
39481 * sysdeps/wordsize-64/scandir64.c: File removed.
39482 * sysdeps/wordsize-64/scandirat.c: File removed.
39483 * sysdeps/wordsize-64/scandirat64.c: File removed.
39484 * sysdeps/wordsize-64/versionsort.c: File removed.
39485 * sysdeps/wordsize-64/versionsort64.c: File removed.
39486 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
39487 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
39488 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
39489 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
39490 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
39491 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
39492 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
39493 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
39495 * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
39496 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
39497 [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
39498 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39499 [defined __arch64__ || defined __sparcv9]
39500 (__INO_T_MATCHES_INO64_T): New macro.
39501 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
39502 [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
39503 * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
39504 * sysdeps/unix/sysv/linux/bits/dirent.h
39505 [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
39506 (_DIRENT_MATCHES_DIRENT64): New macro.
39508 * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
39509 Define lockf64 as an alias.
39510 * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
39511 Define fseeko64 as an alias.
39512 * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
39513 Define ftello64 as an alias.
39514 * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
39515 Define _IO_fgetpos64 and fgetpos64 as aliases.
39516 * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
39517 Define _IO_fsetpos64 and fsetpos64 as aliases.
39518 * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
39519 Conditionalize body on this.
39520 * libio/fseeko64.c: Likewise.
39521 * libio/ftello64.c: Likewise.
39522 * libio/iofgetpos64.c: Likewise.
39523 * libio/iofsetpos64.c: Likewise.
39524 * sysdeps/wordsize-64/lockf.c: File removed.
39525 * sysdeps/wordsize-64/lockf64.c: File removed.
39526 * sysdeps/wordsize-64/fseeko.c: File removed.
39527 * sysdeps/wordsize-64/fseeko64.c: File removed.
39528 * sysdeps/wordsize-64/ftello.c: File removed.
39529 * sysdeps/wordsize-64/ftello64.c: File removed.
39530 * sysdeps/wordsize-64/iofgetpos.c: File removed.
39531 * sysdeps/wordsize-64/iofgetpos64.c: File removed.
39532 * sysdeps/wordsize-64/iofsetpos.c: File removed.
39533 * sysdeps/wordsize-64/iofsetpos64.c: File removed.
39534 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
39535 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
39536 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
39537 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
39538 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
39539 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
39540 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
39541 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
39542 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
39543 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
39545 * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
39546 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
39547 [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
39548 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39549 [defined __arch64__ || defined __sparcv9]
39550 (__OFF_T_MATCHES_OFF64_T): New macro.
39551 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
39552 [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
39553 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39554 (__OFF_T_MATCHES_OFF64_T): New macro.
39556 2012-08-06 H.J. Lu <hongjiu.lu@intel.com>
39558 * stdlib/secure-getenv.c (__secure_getenv): Replace
39559 GLIBC_2_16 with GLIBC_2_17.
39561 2012-08-06 H.J. Lu <hongjiu.lu@intel.com>
39563 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
39564 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
39566 2012-08-03 David S. Miller <davem@davemloft.net>
39568 * sysdeps/sparc/fpu/libm-test-ulps: Update.
39570 2012-08-03 Joseph Myers <joseph@codesourcery.com>
39572 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
39574 (__ASSUME_CORRECT_SI_PID): Likewise.
39575 (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
39576 (__ASSUME_TMPFS_NAME): Likewise.
39577 * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
39578 [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
39579 * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
39580 (HAVE_AUX_SECURE): Make definition unconditional.
39581 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
39582 [!__ASSUME_TMPFS_NAME]: Remove conditional code.
39584 2012-08-03 Roland McGrath <roland@hack.frob.com>
39586 * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
39587 * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
39588 * sysdeps/mach/hurd/eloop-threshold.h: New file.
39589 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
39590 __eloop_threshold instead of SYMLOOP_MAX.
39592 * sysdeps/generic/eloop-threshold.h: New file.
39593 * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
39595 * elf/chroot_canon.c (chroot_canon): Likewise.
39597 2012-08-03 Joseph Myers <joseph@codesourcery.com>
39600 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
39601 Change to 2.6.0 everywhere.
39602 * sysdeps/unix/sysv/linux/configure: Regenerated.
39603 * sysdeps/unix/sysv/linux/kernel-features.h
39604 (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
39605 (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
39607 (__ASSUME_POSIX_TIMERS): Define unconditionally.
39608 (__ASSUME_FUTEX_REQUEUE): Remove.
39609 (__ASSUME_STATFS64): Define unconditionally.
39610 (__ASSUME_AT_SECURE): Likewise.
39611 (__ASSUME_CORRECT_SI_PID): Likewise.
39612 (__ASSUME_TGKILL): Define without depending on kernel version for
39614 (__ASSUME_UTIMES): Likewise.
39615 (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
39617 (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
39618 (__ASSUME_TMPFS_NAME): Likewise.
39619 * README: Update reference to Linux kernel versions.
39621 2012-08-02 Marek Polacek <polacek@redhat.com>
39624 * configure.in (libc_cv_asm_type_prefix): Remove test. Replace
39625 libc_cv_asm_type_prefix with %.
39626 * configure: Regenerated.
39627 * include/libc-symbols.h: Remove comment about
39628 ASM_TYPE_DIRECTIVE_PREFIX. Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
39629 (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
39630 (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
39631 (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
39632 (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
39633 * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
39634 [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
39635 [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
39636 * elf/tst-unique2mod1.c: Likewise.
39637 * elf/tst-unique1mod2.c: Likewise.
39638 * elf/tst-unique1mod1.c: Likewise.
39639 * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
39640 * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
39641 Replace ASM_TYPE_DIRECTIVE with .type.
39642 * sysdeps/s390/s390-64/sysdep.h: Likewise.
39643 * sysdeps/i386/sysdep.h: Likewise.
39644 * sysdeps/x86_64/sysdep.h: Likewise.
39645 * sysdeps/sh/sysdep.h: Likewise.
39646 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
39647 Do not define ASM_TYPE_DIRECTIVE.
39648 * sysdeps/powerpc/sysdep.h: Likewise.
39649 * sysdeps/powerpc/powerpc32/sysdep.h:
39650 Replace ASM_TYPE_DIRECTIVE with .type.
39651 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
39652 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
39653 * sysdeps/i386/fpu/e_powf.S: Likewise.
39654 * sysdeps/i386/fpu/e_expl.S: Likewise.
39655 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
39656 * sysdeps/i386/fpu/e_acosh.S: Likewise.
39657 * sysdeps/i386/fpu/e_pow.S: Likewise.
39658 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
39659 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
39660 * sysdeps/i386/fpu/s_expm1.S: Likewise.
39661 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
39662 * sysdeps/i386/fpu/e_log2.S: Likewise.
39663 * sysdeps/i386/fpu/e_log2l.S: Likewise.
39664 * sysdeps/i386/fpu/e_scalb.S: Likewise.
39665 * sysdeps/i386/fpu/e_powl.S: Likewise.
39666 * sysdeps/i386/fpu/e_log10f.S: Likewise.
39667 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
39668 * sysdeps/i386/fpu/e_logl.S: Likewise.
39669 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
39670 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
39671 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
39672 * sysdeps/i386/fpu/e_log2f.S: Likewise.
39673 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
39674 * sysdeps/i386/fpu/e_log.S: Likewise.
39675 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
39676 * sysdeps/i386/fpu/e_logf.S: Likewise.
39677 * sysdeps/i386/fpu/e_log10l.S: Likewise.
39678 * sysdeps/i386/fpu/e_atanh.S: Likewise.
39679 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
39680 * sysdeps/i386/fpu/e_log10.S: Likewise.
39681 * sysdeps/i386/fpu/s_frexp.S: Likewise.
39682 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
39683 * sysdeps/i386/fpu/s_asinh.S: Likewise.
39684 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
39685 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
39686 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
39687 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
39688 * sysdeps/i386/i686/strtok.S: Likewise.
39689 * sysdeps/i386/i386-mcount.S: Likewise.
39690 * sysdeps/i386/strtok.S: Likewise.
39691 * sysdeps/x86_64/fpu/e_expl.S: Likewise.
39692 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
39693 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
39694 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
39695 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
39696 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
39697 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
39698 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
39699 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
39700 * sysdeps/x86_64/_mcount.S: Likewise.
39701 * sysdeps/x86_64/strtok.S: Likewise.
39702 * sysdeps/sh/_mcount.S: Likewise.
39704 2012-08-01 Roland McGrath <roland@hack.frob.com>
39706 * libio/iofopen.c: Include <fcntl.h>.
39707 [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
39708 (_IO_fopen64, fopen64): Define as aliases.
39709 * libio/iofopen64.c: Include <fcntl.h>.
39710 [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
39711 Conditionalize body on this.
39712 * sysdeps/wordsize-64/iofopen.c: File removed.
39713 * sysdeps/wordsize-64/iofopen64.c: File removed.
39715 2012-08-01 Marek Polacek <polacek@redhat.com>
39717 * libc/Makeconfig: Use elf in place of binfmt-subdir.
39718 Use dlfcn directly instead of a variable.
39719 (binfmt-subdir): Do not define.
39722 2012-08-01 Joseph Myers <joseph@codesourcery.com>
39724 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
39725 Remove all definitions.
39726 * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
39727 <kernel-features.h>.
39728 [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
39729 (miss_F_GETOWN_EX): Remove all definitions.
39730 [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
39732 [!__ASSUME_FCNTL64]: Remove conditional code.
39733 [__ASSUME_FCNTL64]: Make code unconditional.
39734 * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
39735 <kernel-features.h>.
39736 [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
39737 (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
39738 (lockf64) [__NR_fcntl64]: Make code unconditional.
39739 (lockf64) [__ASSUME_FCNTL64]: Likewise.
39741 * sysdeps/unix/sysv/linux/kernel-features.h
39742 (__ASSUME_VFORK_SYSCALL): Remove all definitions.
39743 * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
39744 Make code unconditional.
39745 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
39746 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
39747 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
39748 [__NR_vfork]: Make code unconditional.
39749 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
39750 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
39751 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
39752 [__NR_vfork]: Make code unconditional.
39753 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
39754 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
39756 2012-08-01 Roland McGrath <roland@hack.frob.com>
39758 * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
39759 (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
39761 * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39762 Define mkstemp64 as an alias.
39763 * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39764 Define mkstemps64 as an alias.
39765 * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39766 Define mkostemp64 as an alias.
39767 * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
39768 Define mkostemps64 as an alias.
39769 * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
39770 Conditionalize body on this.
39771 * misc/mkostemp64.c: Likewise.
39772 * misc/mkostemps64.c: Likewise.
39773 * misc/mkstemps64.c: Likewise.
39774 * sysdeps/wordsize-64/mkstemp64.c: File removed.
39775 * sysdeps/wordsize-64/mkostemp64.c: File removed.
39776 * sysdeps/wordsize-64/mkostemp.c: File removed.
39777 * sysdeps/wordsize-64/mkstemp.c: File removed.
39778 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
39779 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
39780 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
39781 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
39784 * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
39785 * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
39786 * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
39787 * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
39789 * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
39790 compat_symbol macros from <shlib-compat.h> rather than the underlying
39791 default_symbol_version and symbol_version macros, so that DEFAULT
39792 lines in shlib-versions are respected.
39793 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
39795 2012-08-01 Florian Weimer <fweimer@redhat.com>
39797 * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
39798 Declare with warn_unused_result.
39799 (setgid, setregid, setegid, setresgid): Likewise.
39800 * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
39802 * WUR-REPORT: Remove set*id functions.
39804 2012-07-31 Pino Toscano <toscano.pino@tiscali.it>
39806 * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
39808 2012-07-31 Roland McGrath <roland@hack.frob.com>
39811 * include/sys/socket.h (__libc_accept, __libc_accept4):
39812 Add attribute_hidden.
39813 * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
39815 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
39817 * inet/getnetgrent_r.c (setup): Likewise.
39819 * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
39821 2012-07-31 David S. Miller <davem@davemloft.net>
39823 * sysdeps/sparc/fpu/libm-test-ulps: Update.
39825 2012-07-31 Joseph Myers <joseph@codesourcery.com>
39828 * math/s_clog.c (__clog): Use __log1p if larger part has absolute
39829 value between 1.0 and 2.0 and smaller part has absolute value less
39831 * math/s_clog10.c (__clog10): Likewise.
39832 * math/s_clog10f.c (__clog10f): Likewise.
39833 * math/s_clog10l.c (__clog10l): Likewise.
39834 * math/s_clogf.c (__clogf): Likewise.
39835 * math/s_clogl.c (__clogl): Likewise.
39836 * math/libm-test.inc (clog_test): Add more tests.
39837 (clog10_test): Likewise.
39838 * sysdeps/i386/fpu/libm-test-ulps: Update.
39839 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39841 2012-07-31 Florian Weimer <fweimer@redhat.com>
39843 * stdlib/tst-secure-getenv.c: Use printf for error reporting.
39844 Exit with zero in case no suitable GID is found, and write a
39845 message to standard error.
39847 2012-07-30 Roland McGrath <roland@hack.frob.com>
39849 * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
39851 (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
39852 (MAXPATHLEN): Removed.
39853 (NOGROUP, NODEV): New macros.
39854 (setbit, clrbit, isset, isclr): New macros.
39855 (howmany, roundup, powerof2): New macros.
39856 (DEV_BSIZE): New macro.
39858 * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
39859 * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
39861 * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
39862 definition on [!__NO_LONG_DOUBLE_MATH].
39864 * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
39865 PTR_MANGLE and PTR_DEMANGLE.
39867 * socket/accept4.c (accept4): Rename to __libc_accept4.
39868 Define accept4 as a weak alias.
39870 * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
39871 on [_DIRENT_HAVE_D_TYPE].
39872 * io/ftw.c (ftw_dir): Likewise.
39874 * io/xmknod.c (__xmknod): Don't check PATH for being null.
39876 * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
39878 * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
39879 Use the BSD numbers rather than the arbitrary ones we had.
39880 (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
39881 (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
39882 (SIGXCPU, SIGXFSZ): New macros.
39885 * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
39886 initializer on [_LIBC_REENTRANT].
39888 * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
39889 definitions inside [_POSIX_MAPPED_FILES].
39891 * posix/regex.c: Include <sys/param.h> for MIN/MAX.
39893 * dirent/opendir.c: Include <fcntl.h>.
39895 * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
39896 (__libc_getspecific): Likewise.
39897 (__libc_key_create): Likewise.
39899 * stdio-common/tmpfile64.c: Include <fcntl.h> first.
39900 [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
39901 * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
39902 (tmpfile64): Define as alias.
39903 * sysdeps/wordsize-64/tmpfile.c: File removed.
39904 * sysdeps/wordsize-64/tmpfile64.c: File removed.
39905 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
39906 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
39908 * stdio-common/vfscanf.c: Include <stdbool.h>.
39909 * nss/makedb.c: Likewise.
39910 * stdio-common/_i18n_number.h: Likewise.
39911 * argp/argp-help.c: Likewise.
39912 * posix/wordexp.c: Likewise.
39913 * sysdeps/posix/spawni.c: Likewise.
39914 * nss/nss_files/files-initgroups.c: Likewise.
39915 * stdio-common/reg-modifier.c: Include <stdlib.h>.
39916 * nss/nss_files/files-initgroups.c: Likewise.
39917 * nss/nss_db/db-netgrp.c: Likewise.
39918 * nss/nss_db/db-initgroups.c: Likewise.
39919 * io/fchmodat.c: Include <sys/stat.h>.
39921 * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
39922 __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
39924 * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
39927 * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
39928 Add multiple inclusion protection.
39930 2012-07-27 David S. Miller <davem@davemloft.net>
39932 * sysdeps/sparc/fpu/libm-test-ulps: Update.
39934 2012-07-27 Gary Benson <gbenson@redhat.com>
39937 * elf/rtld.c: Include <stap-probe.h>.
39938 (dl_main): Added static probes "init_start" and "init_complete".
39939 * elf/dl-load.c: Include <stap-probe.h>.
39940 (lose): Take new parameter "nsid".
39941 Added static probe "map_failed".
39942 (_dl_map_object_from_fd): Pass namespace id to lose.
39943 Added static probe "map_start".
39944 (open_verify): Pass namespace id to lose.
39945 * elf/dl-open.c: Include <stap-probe.h>.
39946 (dl_open_worker) Added static probes "map_complete", "reloc_start"
39947 and "reloc_complete".
39948 * elf/dl-close.c: Include <stap-probe.h>.
39949 (_dl_close_worker): Added static probes "unmap_start" and
39951 * elf/rtld-debugger-interface.txt: New file documenting the above.
39953 2012-07-26 Roland McGrath <roland@hack.frob.com>
39955 * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
39956 rather than a string variable.
39957 * sunrpc/rpc_main.c (h_output): Likewise.
39958 * sunrpc/rpc_svcout.c (write_real_program): Likewise.
39960 2012-07-26 Pino Toscano <toscano.pino@tiscali.it>
39962 * inet/check_native.c: New file.
39964 2012-07-26 Joseph Myers <joseph@codesourcery.com>
39967 * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
39968 if larger part has absolute value 1.0.
39969 * math/s_clog10.c (__clog10): Likewise.
39970 * math/s_clog10f.c (__clog10f): Likewise.
39971 * math/s_clog10l.c (__clog10l): Likewise.
39972 * math/s_clogf.c (__clogf): Likewise.
39973 * math/s_clogl.c (__clogl): Likewise.
39974 * math/libm-test.inc (clog_test): Add more tests.
39975 (clog10_test): Likewise.
39976 * sysdeps/i386/fpu/libm-test-ulps: Update.
39977 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39979 * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
39980 (pltexit): Likewise.
39981 (La_regs): Likewise.
39982 (La_retval): Likewise.
39983 (int_retval): Likewise.
39984 Update #error for removed macros to refer only to definitions in
39986 * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
39988 (pltexit): Likewise.
39989 (La_regs): Likewise.
39990 (La_retval): Likewise.
39991 (int_retval): Likewise.
39992 * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
39994 (pltexit): Likewise.
39995 (La_regs): Likewise.
39996 (La_retval): Likewise.
39997 (int_retval): Likewise.
39998 * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
40000 (pltexit): Likewise.
40001 (La_regs): Likewise.
40002 (La_retval): Likewise.
40003 (int_retval): Likewise.
40004 * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
40006 (pltexit): Likewise.
40007 (La_regs): Likewise.
40008 (La_retval): Likewise.
40009 (int_retval): Likewise.
40010 * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
40012 (pltexit): Likewise.
40013 (La_regs): Likewise.
40014 (La_retval): Likewise.
40015 (int_retval): Likewise.
40016 * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
40018 (pltexit): Likewise.
40019 (La_regs): Likewise.
40020 (La_retval): Likewise.
40021 (int_retval): Likewise.
40022 * sysdeps/generic/tst-audit.h: Update comment to refer only to
40023 macro definitions in tst-audit.h.
40024 * sysdeps/i386/tst-audit.h: New file.
40025 * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
40026 * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
40027 * sysdeps/s390/s390-32/tst-audit.h: Likewise.
40028 * sysdeps/s390/s390-64/tst-audit.h: Likewise.
40029 * sysdeps/sh/tst-audit.h: Likewise.
40030 * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
40031 * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
40032 * sysdeps/x86_64/tst-audit.h: Likewise.
40034 2012-07-26 Andreas Jaeger <aj@suse.de>
40036 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
40039 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
40040 new value PTRACE_EVENT_SECCOMP from Linux 3.5.
40041 (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
40043 * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
40044 * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
40045 * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
40047 * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
40050 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
40052 (si_call_addr, si_syscall, si_arch): Define new macro.
40053 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
40055 (si_call_addr, si_syscall, si_arch): Define new marcro.
40056 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
40058 (si_call_addr, si_syscall, si_arch): Define new macro.
40059 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
40061 (si_call_addr, si_syscall, si_arch): Define new macro.
40063 2012-07-25 Joseph Myers <joseph@codesourcery.com>
40066 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40067 Change to 2.4.21 where previously 2.4.1.
40068 * sysdeps/unix/sysv/linux/configure: Regenerated.
40069 * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
40070 __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
40071 Linux kernel version.
40072 (__ASSUME_STD_AUXV): Remove.
40073 [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
40075 [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
40076 (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
40077 (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
40078 (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
40079 (__ASSUME_NETLINK_SUPPORT): Likewise.
40080 * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
40081 (__no_netlink_support): Remove conditional definition.
40082 * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
40084 (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
40085 [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
40086 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
40087 (if_nameindex_ioctl): Remove.
40088 (if_nameindex_netlink): Do not handle __no_netlink_support.
40089 (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
40091 * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
40092 Remove conditional code.
40093 (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
40095 (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
40097 [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
40098 [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
40099 * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
40101 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
40102 [!__ASSUME_STD_AUXV]: Remove conditional code.
40103 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
40104 [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
40105 [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
40106 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
40107 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
40108 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
40110 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
40111 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
40112 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
40113 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
40115 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
40116 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
40117 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
40119 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
40120 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
40122 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
40123 (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
40124 code unconditional.
40125 (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40127 (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40129 (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40131 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
40132 (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40134 (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40136 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
40137 (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
40138 code unconditional.
40139 (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40141 (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40143 (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40145 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
40146 (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
40147 code unconditional.
40148 (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40150 (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40152 (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40155 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
40157 * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
40158 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
40159 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
40160 * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
40161 * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
40162 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
40163 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
40164 * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
40165 * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
40166 * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
40167 * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
40168 * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
40169 * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
40170 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
40171 * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
40172 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
40173 * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
40174 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
40175 * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
40176 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
40177 * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
40178 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
40179 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
40181 2012-07-25 Florian Weimer <fweimer@redhat.com>
40183 * Versions.def: Add GLIBC_2.17.
40184 * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
40185 * include/stdlib.h: Rename __secure_getenv to secure_getenv.
40186 Introduce __libc_secure_getenv.
40187 * stdlib/Versions (2.17): Add secure_getenv
40188 (GLIBC_PRIVATE): Add __libc_secure_getenv.
40189 * stdlib/secure-getenv.c: Rename __secure_getenv to
40190 __libc_secure_getenv. Add secure_getenv alias. Add compatibility
40191 symbol __secure_getenv for GLIBC_2.0.
40192 * stdlib/tst-secure-getenv.c: New.
40193 * stdlib/Makefile (tests): Add testcase.
40194 * manual/startup.texi (Environment Access): Document
40196 * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
40197 __libc_secure_getenv.
40198 * inet/ruserpass.c (ruserpass): Likewise.
40199 * malloc/mtrace.c (mtrace): Likewise.
40200 * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
40201 * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
40202 * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
40203 * sysdeps/posix/tempname.c: Likewise. Evaluate
40204 HAVE_SECURE_GETENV.
40205 * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
40206 __secure_getenv to __libc_secure_getenv.
40207 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
40208 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
40210 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
40212 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
40213 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
40214 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
40215 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
40216 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
40217 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
40218 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
40220 2012-07-25 Joseph Myers <joseph@codesourcery.com>
40222 * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
40223 (struct La_i86_retval): Likewise.
40224 (struct La_x86_64_regs): Likewise.
40225 (struct La_x86_64_retval): Likewise.
40226 (struct La_x32_regs): Likewise.
40227 (struct La_x32_retval): Likewise.
40228 (struct La_ppc32_regs): Likewise.
40229 (struct La_ppc32_retval): Likewise.
40230 (struct La_ppc64_regs): Likewise.
40231 (struct La_ppc64_retval): Likewise.
40232 (struct La_sh_regs): Likewise.
40233 (struct La_sh_retval): Likewise.
40234 (struct La_s390_32_regs): Likewise.
40235 (struct La_s390_32_retval): Likewise.
40236 (struct La_s390_64_regs): Likewise.
40237 (struct La_s390_64_retval): Likewise.
40238 (struct La_sparc32_regs): Likewise.
40239 (struct La_sparc32_retval): Likewise.
40240 (struct La_sparc64_regs): Likewise.
40241 (struct La_sparc64_retval): Likewise.
40242 (struct audit_ifaces): Remove architecture-specific pltenter and
40244 * sysdeps/i386/ldsodefs.h: New file.
40245 * sysdeps/powerpc/ldsodefs.h: Likewise.
40246 * sysdeps/s390/ldsodefs.h: Likewise.
40247 * sysdeps/sh/ldsodefs.h: Likewise.
40248 * sysdeps/sparc/ldsodefs.h: Likewise.
40249 * sysdeps/x86_64/ldsodefs.h: Likewise.
40251 2012-07-25 Marek Polacek <polacek@redhat.com>
40254 * math/libm-test.inc (yn_test): Add another test.
40255 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
40256 to ERANGE when the result is +-Inf.
40257 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
40258 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
40259 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
40260 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
40262 2012-07-24 Joseph Myers <joseph@codesourcery.com>
40264 * conform/data/time.h-data (NULL): Use macro-constant. Require
40266 (CLOCKS_PER_SEC): Use macro instead of constant. Specify type as
40268 [ISO11] (TIME_UTC): Use macro-int-constant. Require value > 0.
40270 2012-07-23 Thomas Schwinge <thomas@codesourcery.com>
40272 * configure.in <sysdeps resolving>: Correct printing
40274 * configure: Regenerate.
40276 2012-07-22 Thomas Schwinge <thomas@codesourcery.com>
40278 * math/w_ilogb.c: Include <limits.h>.
40279 * math/w_ilogbl.c: Likewise.
40281 2012-07-20 Joseph Myers <joseph@codesourcery.com>
40283 * manual/lang.texi (__va_copy): Document primarily as ISO C99
40284 va_copy. Document allowing for unavailable va_copy only as
40285 pre-C99 compatibility.
40286 * manual/string.texi (Copying and Concatenation): Use va_copy
40287 instead of __va_copy in concat example.
40289 2012-07-20 Pino Toscano <toscano.pino@tiscali.it>
40291 * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
40292 (__sendto): Use create_address_port. Initialize APORT and deallocate
40295 * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
40296 with O_NOLINK passed to __file_name_lookup.
40298 * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
40299 with O_NOLINK passed to __file_name_lookup.
40301 * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
40302 negative N or less than NGIDS.
40304 * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
40305 type to string_t. Set ERANGE as errno and return it if NAME is not big
40306 enough. Use memcpy instead of strncpy.
40308 2012-07-20 Joseph Myers <joseph@codesourcery.com>
40310 * elf/Makefile (check-data): Remove.
40311 (localplt.data): New vpath directive.
40312 ($(objpfx)check-localplt.out): Use localplt.data from vpath
40313 instead of $(check-data).
40314 * scripts/data/localplt-generic.data: Move to ...
40315 * sysdeps/generic/localplt.data: ... here.
40316 * scripts/data/localplt-i386-linux-gnu.data: Move to ...
40317 * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
40318 * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
40319 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
40321 * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
40322 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
40324 * scripts/data/localplt-s390-linux-gnu.data: Move to ...
40325 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
40327 * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
40328 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
40330 * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
40331 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
40333 * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
40334 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
40337 2012-07-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
40339 * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
40340 PPC32 and PPC64 files.
40341 * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
40342 * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
40344 2012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
40346 * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
40347 __makecontext_ret to ...
40348 * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
40349 ... here and call exit if uc_link is NULL. New file.
40350 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
40351 __makecontext_ret.S.
40352 * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
40353 __makecontext_ret to ...
40354 * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
40355 ... here and call exit if uc_link is NULL. New file.
40356 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
40357 __makecontext_ret.S.
40359 2012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
40361 * elf/elf.h (R_390_IRELATIVE): New definition.
40362 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
40363 resolver function for IFUNC symbols. Support R_390_IRELATIVE.
40364 (elf_machine_lazy_rel): Support R_390_IRELATIVE.
40365 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
40366 (elf_machine_lazy_rel): Likewise.
40367 * sysdeps/s390/dl-irel.h: New file.
40368 * sysdeps/s390/s390-64/memcpy.S: New asm code.
40369 * sysdeps/s390/s390-64/memset.S: New asm code.
40370 * sysdeps/s390/s390-64/memcmp.S: New asm code.
40371 * sysdeps/s390/s390-64/multiarch/memset.S: New file.
40372 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
40373 * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
40374 * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
40375 * sysdeps/s390/s390-64/multiarch/Makefile: New file.
40376 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
40377 * sysdeps/s390/s390-32/multiarch/Makefile: New file.
40378 * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
40379 * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
40380 * sysdeps/s390/s390-32/multiarch/memset.S: New file.
40381 * sysdeps/s390/s390-32/memcpy.S: New asm code.
40382 * sysdeps/s390/s390-32/memset.S: New asm code.
40383 * sysdeps/s390/s390-32/memcmp.S: New asm code.
40385 2012-07-17 Marek Polacek <polacek@redhat.com>
40388 * sysdeps/s390/s390-32/configure.in: Remove TLS check.
40389 * sysdeps/s390/s390-64/configure.in: Likewise.
40390 * sysdeps/sparc/configure.in: Likewise.
40391 * sysdeps/powerpc/powerpc32/configure.in: Likewise.
40392 * sysdeps/powerpc/powerpc64/configure.in: Likewise.
40393 * sysdeps/i386/configure.in: Likewise.
40394 * sysdeps/x86_64/configure.in: Likewise.
40395 * sysdeps/sh/configure.in: Likewise.
40396 * sysdeps/s390/s390-32/configure: Regenerated.
40397 * sysdeps/s390/s390-64/configure: Likewise.
40398 * sysdeps/x86_64/configure: Likewise.
40399 * sysdeps/sh/configure: Likewise.
40400 * sysdeps/powerpc/powerpc64/configure: Likewise.
40401 * sysdeps/powerpc/powerpc32/configure: Likewise.
40402 * sysdeps/sparc/configure: Likwise.
40403 * sysdeps/i386/configure: Likewise.
40405 * elf/dl-open.c: Comment fixes.
40407 2012-07-17 Joseph Myers <joseph@codesourcery.com>
40409 * Makefile [CXX] (check-data): Remove.
40410 [CXX] (c++-types.data): New vpath directive.
40411 [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
40412 vpath. Do not allow for C++ type data being missing.
40413 * scripts/data/c++-types-alpha-linux-gnu.data: Move to
40414 ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
40415 * scripts/data/c++-types-ia64-linux-gnu.data: Move to
40416 ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
40417 * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
40418 * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
40419 * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
40420 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
40422 * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
40423 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
40425 * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
40426 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
40428 * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
40429 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
40431 * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
40432 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
40434 * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
40435 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
40437 * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
40438 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
40440 * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
40441 * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
40443 * elf/tls-macros.h (TLS_LE): Move architecture-specific
40444 definitions to architecture-specific files.
40445 (TLS_IE): Likewise.
40446 (TLS_LD): Likewise.
40447 (TLS_GD): Likewise.
40448 * sysdeps/i386/tls-macros.h: New file.
40449 * sysdeps/powerpc/tls-macros.h: Likewise.
40450 * sysdeps/s390/s390-32/tls-macros.h: Likewise.
40451 * sysdeps/s390/s390-64/tls-macros.h: Likewise.
40452 * sysdeps/sh/tls-macros.h: Likewise.
40453 * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
40454 * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
40455 * sysdeps/x86_64/tls-macros.h: Likewise.
40457 2012-07-17 Thomas Schwinge <thomas@codesourcery.com>
40459 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
40460 zero value for regular exit case.
40462 * sysdeps/unix/sysv/linux/x86_64/__start_context.S
40463 (__start_context): Preserve zero value for regular exit case.
40465 2012-07-17 Thomas Schwinge <thomas@codesourcery.com>
40466 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
40468 * manual/setjmp.texi (setcontext): Clarify normal process
40469 termination when uc_link is the null pointer.
40470 * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
40473 2012-07-16 Andreas Schwab <schwab@linux-m68k.org>
40475 * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
40476 preprocessor. Test for each exception mask separately.
40478 2012-07-16 Andreas Jaeger <aj@suse.de>
40480 * po/ru.po: Update from translation team.
40482 2012-07-15 Joseph Myers <joseph@codesourcery.com>
40484 * conform/data/string.h-data (NULL): Use macro-constant. Require
40486 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
40487 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
40488 (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
40489 (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
40490 [ISO || ISO99 || ISO11] (*_t): Do not allow.
40492 2012-07-13 Andreas Jaeger <aj@suse.de>
40494 * po/fr.po: Update from translation team.
40496 2012-07-12 Marek Polacek <polacek@redhat.com>
40499 * math/libm-test.inc (yn_test): Add test for BZ #14173.
40500 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
40503 2012-07-12 Joseph Myers <joseph@codesourcery.com>
40506 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40507 Change to 2.4.1 where previously 2.4.0.
40508 * sysdeps/unix/sysv/linux/configure: Regenerated.
40509 * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
40510 (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
40512 [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
40513 (__ASSUME_AT_CLKTCK): Remove.
40514 (__ASSUME_AT_PAGESIZE): Likewise.
40515 (__ASSUME_AT_XID): Likewise.
40516 (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
40517 [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
40518 * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
40520 (HAVE_AUX_PAGESIZE): Likewise.
40521 * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
40522 [__ASSUME_AT_CLKTCK]: Make code unconditional.
40523 [!__ASSUME_AT_CLKTCK]: Remove conditional code.
40525 2012-07-12 Jeroen van Bemmel <jvb127@gmail.com>
40528 * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
40529 the temporary buffer used to invoke __gethostbyname2_r,
40530 __gethostbyaddr_r and gethostbyname4_r to make room for struct
40531 host_data / struct gaih_addrtuple.
40532 * resolv/nss_dns/dns-host.c (global scope): Move definition of
40533 implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
40534 header file nss/nsswitch.h.
40535 * nss/nsswitch.h (global scope): Add definition of implementation
40536 constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
40537 resolv/nss_dns/dns-host.c).
40539 2012-07-11 Andreas Jaeger <aj@suse.de>
40541 * po/fr.po: Update from translation team.
40543 * po/sv.po: Update from translation team
40544 * po/fr.po: Another update from translation team.
40546 2012-07-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
40548 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
40549 for subnormals or multiply small sinh result by itself.
40550 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
40551 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40553 2012-07-11 David S. Miller <davem@davemloft.net>
40555 * sysdeps/sparc/fpu/libm-test-ulps: Update.
40557 2012-07-10 Andreas Schwab <schwab@linux-m68k.org>
40560 * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
40561 (INTERNAL_MARK): Shift it here.
40563 2012-07-10 Marek Polacek <polacek@redhat.com>
40566 * configure.in (libc_cv_asm_global_directive): Remove test. Replace
40567 libc_cv_asm_global_directive with .globl.
40568 * configure: Regenerated.
40569 * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
40571 * sysdeps/i386/configure: Regenerated.
40572 * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
40574 * sysdeps/x86_64/configure: Regenerated.
40575 * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
40576 * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
40577 * elf/tst-unique2mod2.c: Likewise.
40578 * elf/tst-unique2mod1.c: Likewise.
40579 * elf/tst-unique1mod2.c: Likewise.
40580 * elf/tst-unique1mod1.c: Likewise.
40581 * sysdeps/s390/s390-32/sysdep.h: Likewise.
40582 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
40583 * sysdeps/s390/s390-64/sysdep.h: Likewise.
40584 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
40585 * sysdeps/mach/sysdep.h: Likewise.
40586 * sysdeps/i386/sysdep.h: Likewise.
40587 * sysdeps/i386/i386-mcount.S: Likewise.
40588 * sysdeps/x86_64/_mcount.S: Likewise.
40589 * sysdeps/x86_64/sysdep.h: Likewise.
40590 * sysdeps/sh/_mcount.S: Likewise.
40591 * sysdeps/sh/sysdep.h: Likewise.
40592 * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
40593 * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
40594 * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
40595 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
40596 * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
40597 * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
40598 * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
40599 * locale/localeinfo.h: Likewise.
40600 (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
40601 (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
40603 2012-07-09 Roland McGrath <roland@hack.frob.com>
40606 * manual/charset.texi (Extended Char Intro): Word use fix, "operating
40608 * manual/message.texi (The Uniforum approach): Likewise.
40609 * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
40610 (glibc iconv Implementation): Likewise.
40612 2012-07-09 Joseph Myers <joseph@codesourcery.com>
40615 * math/s_clog.c (__clog): Avoid scaling a value down where that
40616 could result in underflow.
40617 * math/s_clog10.c (__clog10): Likewise.
40618 * math/s_clog10f.c (__clog10f): Likewise.
40619 * math/s_clog10l.c (__clog10l): Likewise.
40620 * math/s_clogf.c (__clogf): Likewise.
40621 * math/s_clogl.c (__clogl): Likewise.
40622 * math/libm-test.inc (clog_test): Add more tests.
40623 (clog10_test): Likewise.
40624 * sysdeps/i386/fpu/libm-test-ulps: Update.
40625 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40627 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
40630 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
40631 by 7 not 8 to examine high bit of fractional part.
40634 * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
40635 for call to __mcount_internal.
40636 * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
40637 (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
40638 * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
40640 2012-07-06 Joseph Myers <joseph@codesourcery.com>
40643 * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
40644 approximation for values within 0x1p-13f of an odd multiple of
40646 * math/libm-test.inc (tan_test): Do not allow spurious underflow
40647 exception. Add more tests.
40648 * sysdeps/i386/fpu/libm-test-ulps: Update.
40651 * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
40652 inputs and return -1 for them. Do not check for +Inf in case not
40653 reachable for +Inf.
40654 * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
40655 * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
40656 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
40657 and return -1 for them. Do not check for +Inf in case not
40658 reachable for +Inf.
40659 * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
40661 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
40662 and return -1 for them. Do not check for +Inf in case not
40663 reachable for +Inf.
40664 * math/libm-test.inc (expm1_test): Add more tests. Do not allow
40665 spurious underflow.
40666 * sysdeps/i386/fpu/libm-test-ulps: Update.
40667 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40669 2012-07-06 Mike Frysinger <vapier@gentoo.org>
40671 * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
40673 2012-07-05 Joseph Myers <joseph@codesourcery.com>
40677 * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
40678 could result in spurious underflow. Scale down values above
40679 DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
40680 * math/s_csqrtf.c (__csqrtf): Likewise.
40681 * math/s_csqrtl.c (__csqrtl): Likewise.
40682 * math/libm-test.inc (csqrt_test): Add more tests. Do not allow
40683 spurious underflow.
40684 * sysdeps/i386/fpu/libm-test-ulps: Update.
40685 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40687 2012-07-04 Andreas Schwab <schwab@linux-m68k.org>
40689 * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
40691 * catgets/xopen-msg.awk: New file.
40692 * catgets/xopen-msg.sed: Removed.
40694 * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
40696 * intl/po2test.awk: New file.
40697 * intl/po2test.sed: Removed.
40699 2012-07-04 Joseph Myers <joseph@codesourcery.com>
40702 * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
40703 or multiply small sinh result by itself.
40704 * math/s_ctanf.c (__ctanf): Likewise.
40705 * math/s_ctanh.c (__ctanh): Likewise.
40706 * math/s_ctanhf.c (__ctanhf): Likewise.
40707 * math/s_ctanhl.c (__ctanhl): Likewise.
40708 * math/s_ctanl.c (__ctanl): Likewise.
40709 * math/libm-test.inc (ctan_test_tonearest): New function.
40710 (ctan_test_towardzero): Likewise.
40711 (ctan_test_downward): Likewise.
40712 (ctan_test_upward): Likewise.
40713 (ctanh_test_tonearest): Likewise.
40714 (ctanh_test_towardzero): Likewise.
40715 (ctanh_test_downward): Likewise.
40716 (ctanh_test_upward): Likewise.
40717 (main): Call these new functions.
40718 * sysdeps/i386/fpu/libm-test-ulps: Update.
40719 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40721 2012-07-03 Mike Frysinger <vapier@gentoo.org>
40723 * .gitignore: Delete /ports entry.
40725 2012-07-03 Andreas Jaeger <aj@suse.de>
40727 * po/bg.po: Update from translation team.
40728 * po/cs.po: Likewise.
40729 * po/de.po: Likewise.
40730 * po/hr.po: Likewise.
40731 * po/nl.pl: Likewise.
40732 * po/pl.po: Likewise.
40733 * po/vi.po: Likewise.
40735 2012-07-03 Joseph Myers <joseph@codesourcery.com>
40737 * Makeconfig [!+link] (+link-before-libc): New variable.
40738 [!+link] (+link-after-libc): Likewise.
40739 [!+link] (+link-tests): Likewise.
40740 [!+link] (+link): Define in terms of $(+link-before-libc) and
40741 $(+link-after-libc).
40742 [!+link-static] (+link-static-before-libc): New variable.
40743 [!+link-static] (+link-static-after-libc): Likewise.
40744 [!+link-static] (+link-static-tests): Likewise.
40745 [!+link-static] (+link-static): Define in terms of
40746 $(+link-static-before-libc) and $(+link-static-after-libc).
40747 [build-shared] (link-libc-before-gnulib): New variable.
40748 [build-shared] (link-libc-tests): Likewise.
40749 [build-shared] (link-libc): Define in terms of
40750 $(link-libc-before-gnulib).
40751 [!build-shared] (link-libc-tests): New variable.
40752 (link-libc-static-tests): New variable.
40753 [!gnulib] (gnulib-arch): New variable.
40754 [!gnulib] (gnulib-tests): Likewise.
40755 [!gnulib] (static-gnulib-arch): Likewise.
40756 [!gnulib] (static-gnulib-tests): Likewise.
40757 [!gnulib] (gnulib): Use $(gnulib-arch). Do not use $(libgcc_eh).
40758 Define with "=" instead of ":=".
40759 [!gnulib] (static-gnulib): Use $(static-gnulib-arch). Do not use
40760 -lgcc_eh $(libunwind). Define with "=" instead of ":=".
40761 * Rules (binaries-all-notests): New variable.
40762 (binaries-all-tests): Likewise.
40763 (binaries-static-notests): Likewise.
40764 (binaries-static-tests): Likewise.
40765 (binaries-all): Define using $(binaries-all-notests) and
40766 $(binaries-all-tests).
40767 (binaries-static): Define using $(binaries-static-notests) and
40768 $(binaries-static-tests).
40769 (binaries-shared-tests): New variable.
40770 (binaries-shared-notests): Likewise.
40771 (binaries-shared): Remove variable.
40772 ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
40773 ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
40774 ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
40775 ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
40776 ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
40777 ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
40778 * elf/Makefile (sln-modules): New variable.
40779 (extra-objs): Add $(sln-modules:=.o).
40780 (ldconfig-modules): Add static-stubs.
40781 ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
40782 * elf/static-stubs.c: New file.
40785 * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
40786 by 7 not 8 to examine high bit of fractional part. Use volatile
40787 variables when splitting into final array of floats if
40788 __FLT_EVAL_METHOD__ != 0.
40789 * math/libm-test.inc (cos_test): Add another test.
40790 (sin_test): Likewise.
40791 * sysdeps/i386/fpu/libm-test-ulps: Update.
40794 * math/libm-test.inc (cosh_test): Add more tests.
40796 * version.h (RELEASE): Set to "development".
40797 (VERSION): Set to "2.16.90".
40799 2012-06-30 Carlos O'Donell <carlos_odonell@mentor.com>
40801 * NEWS: Update copyright. Remove last-updated date.
40802 Mention math library bug fixes and timezone data changes.
40803 * README: Mention GNU/Hurd, x32, and HPPA support status.
40805 2012-06-28 Thomas Schwinge <thomas@codesourcery.com>
40807 * manual/contrib.texi (Contributors): Sort alphabetically by last name.
40809 2012-06-27 Andreas Jaeger <aj@suse.de>
40811 * manual/contrib.texi (Contributors): Add Samuel Thibault.
40813 2012-06-25 Andreas Jaeger <aj@suse.de>
40815 * sysdeps/s390/fpu/libm-test-ulps: Update.
40817 2012-06-23 Andreas Schwab <schwab@linux-m68k.org>
40818 Thomas Schwinge <thomas@codesourcery.com>
40820 * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
40821 * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
40822 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
40825 2012-06-23 Thomas Schwinge <thomas@codesourcery.com>
40827 * sysdeps/mach/start.c: Remove file.
40828 * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
40829 * sysdeps/i386/init-first.c: Fix comment regarding start.S.
40830 * sysdeps/sh/init-first.c: Likewise.
40832 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
40833 registers for frame unwinding purposes, add CFI directives.
40834 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
40835 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
40836 * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
40839 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
40840 __fortify_fail returning.
40841 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
40843 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
40844 sysdeps/sh/____longjmp_chk.S.
40845 * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
40846 on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
40847 * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
40848 (gen-as-const-headers): Append sigaltstack-offsets.sym.
40850 * sysdeps/sh/abort-instr.h: New file.
40851 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
40852 process in case exit returns.
40854 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
40855 initialize the GOT register before use.
40857 * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
40858 calculation of ARGC > 4.
40860 * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
40861 meaningful names to some local labels.
40863 2012-06-22 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
40864 Kaz Kojima <kkojima@rr.iij4u.or.jp>
40866 * sysdeps/unix/sysv/linux/sh/bits/atomic.h
40867 (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
40868 (__arch_compare_and_exchange_val_16_acq): Likewise.
40869 (__arch_compare_and_exchange_val_32_acq): Likewise.
40870 (atomic_exchange_and_add): Fix gUSA sequence.
40871 (atomic_add): Likewise.
40872 (atomic_add_negative): Likewise.
40873 (atomic_add_zero): Likewise.
40874 (atomic_bit_test_set): Likewise.
40876 2012-06-22 Andreas Schwab <schwab@redhat.com>
40879 * include/link.h (struct link_map): Add l_free_initfini.
40880 * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
40882 * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
40883 * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
40884 * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
40887 2012-06-22 Carlos O'Donell <carlos_odonell@mentor.com>
40889 * configure.in: Use AC_LANG_SOURCE.
40890 * configure: Regenerate.
40892 2012-06-22 Roland McGrath <roland@hack.frob.com>
40894 * configure.in (libc_cv_localstatedir): New substituted variable.
40895 * configure: Regenerated.
40896 * config.make.in (localstatedir): New variable, substituted from
40897 libc_cv_localstatedir.
40898 * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
40899 * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
40900 ${prefix}/var to /var when we change ${prefix}/etc to /etc.
40901 * sysdeps/gnu/configure: Regenerated.
40903 2012-06-21 Jeff Law <law@redhat.com>
40906 * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
40907 free. Simplify list management for _LIBC case.
40909 2012-06-21 Joseph Myers <joseph@codesourcery.com>
40912 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
40913 Clear sign bit of 64-bit integer value before comparing against
40916 * sysdeps/mach/configure: Regenerated.
40918 2012-06-21 H.J. Lu <hongjiu.lu@intel.com>
40921 * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
40923 2012-06-21 Jeff Law <law@redhat.com>
40926 * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection. Use
40927 uint16_t for elements in the "seen" array to avoid char overflows.
40928 * elf/dl-fini.c (_dl_sort_fini): Likewise.
40929 * elf/dl-open.c (dl_open_worker): Likewise.
40931 2012-06-21 Carlos O'Donell <carlos_odonell@mentor.com>
40933 * scripts/list-sources.sh: Scan PORTS for translations.
40934 * po/libc.pot: Regenerated.
40936 2012-06-21 Andreas Jaeger <aj@suse.de>
40939 * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
40941 * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
40942 * bits/byteswap-16.h (__bswap_16): Likewise.
40943 * bits/byteswap.h (__bswap_constant_16): Likewise.
40945 2012-06-18 H.J. Lu <hongjiu.lu@intel.com>
40948 * sysdeps/i386/fpu_control.h: Removed.
40949 * sysdeps/x86_64/fpu_control.h: Moved to ...
40950 * sysdeps/x86/fpu_control.h: Here.
40952 * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
40953 (_FPU_SETCW): Likewise.
40955 2012-06-15 H.J. Lu <hongjiu.lu@intel.com>
40958 * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
40959 * sysdeps/x86/fpu/bits/mathinline.h: This.
40960 * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
40964 * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
40965 functions if __x86_64__ is defined.
40967 2012-06-15 Chung-Lin Tang <cltang@codesourcery.com>
40969 * string/endian.h: Add !__ASSEMBLER__ condition for including
40970 conversion interfaces.
40972 2012-06-15 Joseph Myers <joseph@codesourcery.com>
40975 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
40976 of ABS(x) in calculating zero to negative powers other than odd
40978 * math/libm-test.inc (pow_test): Add more tests.
40980 2012-06-15 Andreas Jaeger <aj@suse.de>
40982 * manual/contrib.texi (Contributors): Update entry of Liubov
40983 Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
40986 2012-06-15 Cyril Hrubis <metan@ucw.cz>
40988 * string/string.h: Add __wur to GNU version of strerror_r.
40990 2012-06-14 H.J. Lu <hongjiu.lu@intel.com>
40993 * string/Makefile (tests): Add tst-strtok_r.
40994 * string/tst-strtok_r.c: New file.
40995 * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
40996 RAX_LP/RDX_LP on SAVE_PTR.
40998 2012-06-14 Roland McGrath <roland@hack.frob.com>
41000 * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
41002 2012-06-14 Joseph Myers <joseph@codesourcery.com>
41004 * libm_test.inc (csqrt_test): Allow more spurious underflow
41006 (j0_test): Likewise.
41007 (j1_test): Likewise.
41008 (y0_test): Likewise.
41009 (y1_test): Likewise.
41011 2012-06-13 Carlos O'Donell <carlos_odonell@mentor.com>
41013 * po/Makefile (libc.pot): Use UTF-8 charset.
41015 2012-06-13 Paul Pluzhnikov <ppluzhnikov@google.com>
41018 Suppress sign-conversion warning from FD_SET.
41019 See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
41020 * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
41021 not unsigned long int.
41022 * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
41024 2012-06-12 H.J. Lu <hongjiu.lu@intel.com>
41028 * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
41029 __extern_always_inline instead of __extern_inline.
41030 (__signbitf): Support __SSE2_MATH__ and C++ namespace.
41031 (__signbit): Likewise.
41032 (__signbitl): Support C++ namespace.
41033 (lrintf): New inline function.
41035 (llrintf): Likewise.
41036 (llrint): Likewise.
41046 (floorf): Likewise.
41047 (nearbyint): Likewise.
41048 (nearbyintf): Likewise.
41050 2012-06-12 Thomas Schwinge <thomas@codesourcery.com>
41052 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
41053 non-default versions.
41055 2012-06-11 Roland McGrath <roland@hack.frob.com>
41058 * manual/argp.texi (Argp): Reword argp_parse description slightly.
41060 2012-06-09 Thomas Schwinge <thomas@codesourcery.com>
41062 * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
41063 (FE_UPWARD, FE_DOWNWARD): Don't define.
41064 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
41065 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
41067 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
41069 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
41070 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
41072 2012-06-09 Kaz Kojima <kkojima@rr.iij4u.or.jp>
41074 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
41075 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
41076 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
41077 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
41079 2012-06-06 H.J. Lu <hongjiu.lu@intel.com>
41082 * sysdeps/i386/fpu/bits/fenv.h: Removed.
41083 * sysdeps/i386/fpu/Implies: New file.
41084 * sysdeps/x86_64/fpu/Implies: Likewise.
41085 * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
41086 * sysdeps/x86/fpu/bits/fenv.h: This.
41088 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
41091 2012-06-06 Siddhesh Poyarekar <siddhesh@redhat.com>
41094 * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
41095 character 0xffff that matches the last element of the
41098 2012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
41100 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
41103 2012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
41105 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
41106 values higher than 25.6283.
41108 2012-06-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
41110 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
41111 subnormal exponent extraction and add some __builtin_expect.
41112 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
41113 Fix for subnormal mantissa calculation.
41115 2012-06-04 Mike Frysinger <vapier@gentoo.org>
41117 * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
41118 cpu2 is -1 and errno is not ENOSYS.
41120 2012-06-04 H.J. Lu <hongjiu.lu@intel.com>
41123 * sysdeps/i386/i486/bits/string.h: Renamed to ...
41124 * sysdeps/x86/bits/string.h: This.
41125 * sysdeps/x86_64/bits/string.h: Removed.
41127 * sysdeps/i386/i486/bits/string.h: Define inline functions only
41128 if not compiling for x86-64, but compiling for >= i486.
41130 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
41131 * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
41133 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
41134 New macro from Linux kernel 3.4.0.
41135 (FP_XSTATE_MAGIC2): Likewise.
41136 (FP_XSTATE_MAGIC2_SIZE): Likewise.
41137 (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
41138 (struct _fpx_sw_bytes): New struct.
41139 (struct _xsave_hdr): Likewise.
41140 (struct _ymmh_state): Likewise.
41141 (struct _xstate): Likewise.
41143 * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
41144 * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
41145 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
41146 * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
41147 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
41148 * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
41150 * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
41151 * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
41152 * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
41153 * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
41154 * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
41155 * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
41157 2012-06-04 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
41160 * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
41161 * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
41162 (sysdep_headers): Include sys/platform/ppc.h.
41163 * sysdeps/powerpc/test-gettimebase.c: Test for
41164 __ppc_get_timebase() to catch future ISA opcode/insn changes.
41165 * manual/Makefile (appendices): Include platform.texi.
41166 * manual/contrib.texi (Contributors): Update @node pointers.
41167 * manual/maint.texi (Maintenance): Likewise.
41168 (Platform): New node.
41169 * manual/platform.texi: New file. Document the new features.
41171 2012-06-04 Siddhesh Poyarekar <siddhesh@redhat.com>
41172 Jakub Jelinek <jakub@redhat.com>
41175 * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
41176 where __builtin_expect is unavailable.
41178 2012-06-03 David S. Miller <davem@davemloft.net>
41180 * stdlib/longlong.h: Updated from GCC.
41182 2012-06-02 Andreas Schwab <schwab@linux-m68k.org>
41185 * sysdeps/powerpc/powerpc32/mcount.c: New file.
41186 * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
41188 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
41189 (GLIBC_2.16): Likewise.
41191 2012-06-01 H.J. Lu <hongjiu.lu@intel.com>
41193 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
41195 2012-06-01 Joseph Myers <joseph@codesourcery.com>
41197 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
41198 (default-abi): New variable.
41199 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
41200 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
41202 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
41204 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
41206 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
41209 * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
41210 definition. Document in comment.
41212 2012-06-01 David S. Miller <davem@davemloft.net>
41214 * stdlib/longlong.h: Updated from GCC.
41216 2012-06-01 H.J. Lu <hongjiu.lu@intel.com>
41219 * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
41220 Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
41221 sys/debugreg.h sys/io.h here.
41222 * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
41223 sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
41225 * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
41226 Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
41227 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
41228 * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
41229 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
41230 * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
41232 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
41233 Define only if __x86_64__ is defined.
41235 2012-06-01 Joseph Myers <joseph@codesourcery.com>
41238 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
41239 Use int64_t for variable i.
41240 * math/libm-test.inc (fmod_test): Add more tests.
41242 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
41243 z computation is not scheduled after fetestexcept.
41244 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
41245 Use math_force_eval instead of asm to ensure calculation scheduled
41246 before exception test.
41247 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
41248 Ensure a1 + u.d computation is not scheduled after fetestexcept.
41250 2012-06-01 Aurelien Jarno <aurelien@aurel32.net>
41252 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
41253 computation is not scheduled after fetestexcept.
41255 2012-06-01 H.J. Lu <hongjiu.lu@intel.com>
41258 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
41259 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
41261 2012-06-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
41263 * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
41264 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
41266 2012-05-31 H.J. Lu <hongjiu.lu@intel.com>
41269 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
41271 (__WCHAR_MIN): Support __WORDSIZE == 64.
41272 (__WCHAR_MAX): Likewise.
41274 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
41275 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
41278 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
41279 Defined with __SWORD_TYPE if __x86_64__ isn't defined.
41282 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
41283 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
41285 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
41286 * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
41288 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
41289 Defined to 1 if __x86_64__ isn't defined.
41290 (_STAT_VER_LINUX_OLD): New.
41291 (st_atime): Remove duplicate.
41292 (st_mtime): Likewise.
41293 (st_ctime): Likewise.
41295 2012-05-31 David S. Miller <davem@davemloft.net>
41297 * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
41300 2012-06-01 Andreas Schwab <schwab@linux-m68k.org>
41302 * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
41306 * elf/dl-reloc.c: Include <_itoa.h>.
41307 (_dl_reloc_bad_type): Remove use of INTUSE.
41308 * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
41309 * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
41310 * stdio-common/psiginfo.c (psiginfo): Likewise.
41311 * stdio-common/psignal.c (psignal): Likewise.
41312 * string/strsignal.c (strsignal): Likewise.
41313 * include/signal.h (_sys_siglist): Declare hidden proto.
41314 * stdio-common/itoa-digits.c: Include <_itoa.h>. Replace
41315 INTVARDEF with libc_hidden_data_def.
41316 * stdio-common/itoa-udigits.c: Likewise.
41317 * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
41318 (_itoa_lower_digits_internal): Remove declaration.
41319 (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
41320 * sysdeps/gnu/siglist.c (_sys_siglist_internal)
41321 (_sys_sigabbrev_internal): Remove aliases.
41322 (_sys_siglist): Define hidden alias.
41324 2012-05-31 Markus Trippelsdorf <markus@trippelsdorf.de>
41326 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41329 2012-05-31 H.J. Lu <hongjiu.lu@intel.com>
41332 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
41333 * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
41335 * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
41336 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
41337 * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
41338 * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
41339 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
41340 * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
41342 * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
41343 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
41344 * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
41346 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
41354 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
41355 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
41356 * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
41358 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
41359 * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
41360 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
41361 * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
41362 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
41363 * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
41365 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
41366 * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
41368 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
41369 * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
41371 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
41372 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
41373 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
41375 * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
41376 * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
41378 * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
41380 * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
41381 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
41382 * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
41384 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
41386 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
41388 2012-05-31 Joseph Myers <joseph@codesourcery.com>
41390 * math/math.h (M_El): Use two more decimal places.
41391 (M_LOG2El): Likewise.
41392 (M_LOG10El): Likewise.
41393 (M_LN2l): Likewise.
41394 (M_LN10l): Likewise.
41396 (M_PI_2l): Likewise.
41397 (M_PI_4l): Likewise.
41398 (M_1_PIl): Likewise.
41399 (M_2_PIl): Likewise.
41400 (M_2_SQRTPIl): Likewise.
41401 (M_SQRT2l): Likewise.
41402 (M_SQRT1_2l): Likewise.
41404 2012-05-31 David S. Miller <davem@davemloft.net>
41406 * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
41407 values between float registers.
41408 * sysdeps/sparc/sparc64/memset.S: Likewise.
41409 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
41411 2012-05-31 Mike Frysinger <vapier@gentoo.org>
41413 * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
41414 -D_FORTIFY_SOURCE=1.
41415 (CPPFLAGS-tst-longjmp_chk.c): Define.
41416 (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
41417 (CPPFLAGS-tst-longjmp_chk2.c): Define.
41418 * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
41419 CFLAGS-tst-wchar-h.c.
41421 2012-05-31 Marek Polacek <polacek@redhat.com>
41424 * include/mntent.h (__setmntent_internal, __getmntent_r_internal
41425 __endmntent_internal): Remove declaration.
41426 (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
41427 (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
41428 * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
41430 2012-05-30 David S. Miller <davem@davemloft.net>
41432 * sysdeps/sparc/sparc32/soft-fp/q_util.c
41433 (___Q_simulate_exceptions): Use real FP ops rather than writing
41435 * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
41438 2012-05-30 H.J. Lu <hongjiu.lu@intel.com>
41441 * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
41442 * sysdeps/x86/bits/xtitypes.h: This.
41444 * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
41445 * sysdeps/x86/bits/wordsize.h: This.
41447 * sysdeps/i386/bits/huge_vall.h: Renamed to ...
41448 * sysdeps/x86/bits/huge_vall.h: This.
41450 * sysdeps/i386/bits/select.h: Removed.
41451 * sysdeps/x86_64/bits/select.h: Renamed to ...
41452 * sysdeps/x86/bits/select.h: This.
41454 * sysdeps/i386/bits/setjmp.h: Removed.
41455 * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
41456 * sysdeps/x86/bits/setjmp.h: This.
41458 * sysdeps/i386/bits/mathdef.h: Removed.
41459 * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
41460 * sysdeps/x86/bits/mathdef.h: This.
41462 2012-05-30 Andreas Schwab <schwab@linux-m68k.org>
41465 * include/sys/socket.h (__connect_internal)
41466 (__libc_sa_len_internal): Remove declaration.
41467 (__connect, __libc_sa_len): Declare hidden_proto.
41468 (SA_LEN): Remove use of INTUSE.
41469 * socket/connect.c: Add libc_hidden_def.
41470 * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
41471 * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
41472 * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
41474 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
41475 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
41476 * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
41477 of adding _internal alias.
41479 2012-05-30 H.J. Lu <hongjiu.lu@intel.com>
41482 * sysdeps/i386/bits/link.h: Removed.
41483 * sysdeps/i386/bits/linkmap.h: Likewise.
41484 * sysdeps/x86_64/bits/link.h: Renamed to ...
41485 * sysdeps/x86/bits/link.h: This.
41486 * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
41487 * sysdeps/x86/bits/linkmap.h: This.
41489 * sysdeps/i386/bits/endian.h: Removed.
41490 * sysdeps/x86_64/bits/endian.h: Renamed to ...
41491 * sysdeps/x86/bits/endian.h: This.
41493 * sysdeps/i386/bits/byteswap.h: Removed.
41494 * sysdeps/i386/bits/byteswap-16.h: Likewise.
41495 * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
41496 * sysdeps/x86/bits/byteswap.h: This.
41497 * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
41498 * sysdeps/x86/bits/byteswap-16.h: This.
41499 * sysdeps/i386/Implies: Add x86.
41500 * sysdeps/x86_64/Implies: Likewise.
41502 2012-05-30 David S. Miller <davem@davemloft.net>
41504 * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
41505 (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
41506 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
41507 (FP_TRAPPING_EXCEPTIONS): Define.
41508 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
41509 (FP_TRAPPING_EXCEPTIONS): Define.
41510 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
41511 subnormals only when inexact has been signalled or underflow
41512 exceptions are enabled.
41513 (_FP_PACK_CANONICAL): Likewise.
41515 2012-05-30 H.J. Lu <hongjiu.lu@intel.com>
41518 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
41519 Defined with __UWORD_TYPE if __x86_64__ isn't defined.
41521 2012-05-30 Richard Henderson <rth@twiddle.net>
41523 * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
41524 with #ifndef NOT_IN_libc.
41526 * scripts/abilist.awk: Accept 8 fields. Handle Alpha functions
41527 marked to avoid plt entry.
41529 2012-05-30 H.J. Lu <hongjiu.lu@intel.com>
41532 * Makeconfig (default-abi): New macro.
41533 (abi-includes): Likewise.
41534 ($(common-objpfx)soversions.mk): Remove WORDSIZE check. Use
41535 $(abi-$(default-abi)-lib-soname) for soname if defined.
41536 ($(common-objpfx)gnu/lib-names.stmp): Generate from
41538 * Makefile (installed-stubs): Likewise.
41539 * include/stubs-biarch.h: Removed.
41540 * scripts/lib-names.awk: Only handle one library at a time.
41541 * scripts/soversions.awk: Remove WORDSIZE support.
41542 * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
41544 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
41546 (syscall-list-default-condition): Likewise.
41547 (syscall-list-default-condition): Likewise.
41548 (syscall-list-includes): Likewise.
41549 ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
41550 syscall-list-* with abi-*. Handle undefined abi-variants.
41551 * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
41552 * sysdeps/unix/sysv/linux/i386/Implies: New file.
41553 * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
41554 * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
41555 * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
41556 * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
41558 (syscall-list-32-options): Likewise.
41559 (syscall-list-32-condition): Likewise.
41560 (syscall-list-64-options): Likewise.
41561 (syscall-list-64-condition): Likewise.
41562 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
41564 * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
41567 (abi-64-ld-soname): New macro.
41568 * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
41569 * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
41572 * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
41573 * sysdeps/x86_64/x32/shlib-versions: Likewise.
41575 2012-05-30 Joseph Myers <joseph@codesourcery.com>
41577 * sysdeps/unix/sysv/linux/kernel-features.h
41578 (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
41579 * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
41580 include <kernel-features.h>.
41581 [!__NR_ftruncate64]: Remove conditional code.
41582 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41583 [__NR_ftruncate64]: Make code unconditional.
41584 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41585 * sysdeps/unix/sysv/linux/truncate64.c: Do not
41586 include <kernel-features.h>.
41587 [!__NR_ftruncate64]: Remove conditional code.
41588 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41589 [__NR_ftruncate64]: Make code unconditional.
41590 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41591 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
41592 include <kernel-features.h>.
41593 [!__NR_ftruncate64]: Remove conditional code.
41594 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41595 [__NR_ftruncate64]: Make code unconditional.
41596 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41597 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
41598 include <kernel-features.h>.
41599 [!__NR_ftruncate64]: Remove conditional code.
41600 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41601 [__NR_ftruncate64]: Make code unconditional.
41602 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
41604 * configure.in (libc_cv_fpie): Weaken to a compile test using
41605 LIBC_TRY_CC_OPTION.
41606 * configure: Regenerated.
41608 2012-05-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
41610 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
41611 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
41612 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
41613 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
41615 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
41616 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
41617 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
41618 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
41619 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
41620 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
41623 2012-05-27 David S. Miller <davem@davemloft.net>
41625 * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
41627 (__Q_simulate_exceptions): Return void. Change to simulate
41628 exceptions by writing into the %fsr.
41629 * sysdeps/sparc/sparc64/soft-fp/qp_util.c
41630 (__Qp_handle_exceptions): Likewise.
41632 * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
41633 __Qp_handle_exceptions.
41634 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
41635 __Qp_handle_exceptions.
41636 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
41637 as unused and give dummy FP_RND_NEAREST initializer.
41638 (FP_INHIBIT_RESULTS): Define.
41639 (___Q_simulate_exceptions): Update declaration.
41640 (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
41642 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
41643 as unused and give dummy FP_RND_NEAREST initializer.
41644 (__Qp_handle_exceptions): Update declaration.
41645 (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
41648 2012-05-27 Thomas Schwinge <thomas@codesourcery.com>
41650 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
41651 the temporary FPU control word.
41652 * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
41653 * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
41654 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
41655 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
41656 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
41657 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
41658 * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
41659 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
41660 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
41661 * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
41662 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
41664 2012-05-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
41666 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
41669 2012-05-27 Chung-Lin Tang <cltang@codesourcery.com>
41671 * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
41672 * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
41673 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
41674 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
41676 * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
41677 * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
41680 2012-05-27 Ulrich Drepper <drepper@gmail.com>
41682 * po/h.po: Update from translation team.
41684 2012-05-26 Andreas Schwab <schwab@linux-m68k.org>
41686 * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
41688 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
41689 handling of denormals.
41690 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
41691 * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
41692 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
41693 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
41694 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
41695 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
41696 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
41699 2012-05-26 Marek Polacek <polacek@redhat.com>
41702 * math/libm-test.inc (fma_test): Don't always expect underflow
41705 2012-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
41708 * elf/tst-execstack.c: Include stackinfo.h.
41709 (do_test): Adjust test case to ensure that pthread_getattr_np
41710 behaviour remains the same after marking stack executable.
41712 2012-05-25 Joseph Myers <joseph@codesourcery.com>
41714 * sysdeps/unix/sysv/linux/kernel-features.h
41715 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
41716 * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
41718 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
41719 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
41720 * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
41722 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
41723 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
41725 2012-05-25 H.J. Lu <hongjiu.lu@intel.com>
41727 * configure.in: Define the default includes to being none.
41728 * configure: Regenerated.
41730 2012-05-25 Roland McGrath <roland@hack.frob.com>
41732 * sysdeps/x86_64/__longjmp.S: Add a static probe here.
41733 * sysdeps/x86_64/setjmp.S: Likewise.
41734 * sysdeps/i386/bsd-setjmp.S: Likewise.
41735 * sysdeps/i386/bsd-_setjmp.S: Likewise.
41736 * sysdeps/i386/setjmp.S: Likewise.
41737 * sysdeps/i386/__longjmp.S: Likewise.
41738 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
41739 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
41741 * include/stap-probe.h: New file.
41742 * configure.in: Handle --enable-systemtap.
41743 * configure: Regenerated.
41744 * config.h.in (USE_STAP_PROBE): New #undef.
41745 * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
41746 * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
41747 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
41749 2012-05-25 Joseph Myers <joseph@codesourcery.com>
41752 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
41753 to 2.4.0 where earlier.
41754 * sysdeps/unix/sysv/linux/configure: Regenerated.
41755 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
41756 <kernel-features.h>.
41757 [__ASSUME_32BITUIDS]: Make code unconditional.
41758 [!__ASSUME_32BITUIDS]: Remove conditional code.
41759 * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
41760 <kernel-features.h>.
41761 [__ASSUME_32BITUIDS]: Make code unconditional.
41762 [!__ASSUME_32BITUIDS]: Remove conditional code.
41763 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
41764 [__ASSUME_32BITUIDS]: Make code unconditional.
41765 (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
41766 * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
41767 <kernel-features.h>.
41768 [__ASSUME_32BITUIDS]: Make code unconditional.
41769 [!__ASSUME_32BITUIDS]: Remove conditional code.
41770 * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
41771 <kernel-features.h>.
41772 [__ASSUME_32BITUIDS]: Make code unconditional.
41773 [!__ASSUME_32BITUIDS]: Remove conditional code.
41774 * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
41775 <kernel-features.h>.
41776 [__ASSUME_32BITUIDS]: Make code unconditional.
41777 [!__ASSUME_32BITUIDS]: Remove conditional code.
41778 * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
41779 <kernel-features.h>.
41780 [__ASSUME_32BITUIDS]: Make code unconditional.
41781 [!__ASSUME_32BITUIDS]: Remove conditional code.
41782 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
41783 <kernel-features.h>.
41784 [__ASSUME_32BITUIDS]: Make code unconditional.
41785 [!__ASSUME_32BITUIDS]: Remove conditional code.
41786 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
41787 <kernel-features.h>.
41788 [__ASSUME_32BITUIDS]: Make code unconditional.
41789 [!__ASSUME_32BITUIDS]: Remove conditional code.
41790 * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
41791 <kernel-features.h>.
41792 [__ASSUME_32BITUIDS]: Make code unconditional.
41793 [!__ASSUME_32BITUIDS]: Remove conditional code.
41794 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
41795 <kernel-features.h>.
41796 [__ASSUME_32BITUIDS]: Make code unconditional.
41797 [!__ASSUME_32BITUIDS]: Remove conditional code.
41798 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
41799 <kernel-features.h>.
41800 [__ASSUME_32BITUIDS]: Make code unconditional.
41801 [!__ASSUME_32BITUIDS]: Remove conditional code.
41802 * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
41803 <kernel-features.h>.
41804 [__ASSUME_32BITUIDS]: Make code unconditional.
41805 [!__ASSUME_32BITUIDS]: Remove conditional code.
41806 * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
41807 <kernel-features.h>.
41808 [__NR_setresgid] (__setresgid): Do not declare.
41809 [__ASSUME_32BITUIDS]: Make code unconditional.
41810 [!__ASSUME_32BITUIDS]: Remove conditional code.
41811 * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
41812 <kernel-features.h>.
41813 [__NR_setresuid] (__setresuid): Do not declare.
41814 [__ASSUME_32BITUIDS]: Make code unconditional.
41815 [!__ASSUME_32BITUIDS]: Remove conditional code.
41816 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
41817 <kernel-features.h>.
41818 [__ASSUME_32BITUIDS]: Make code unconditional.
41819 [!__ASSUME_32BITUIDS]: Remove conditional code.
41820 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
41821 <kernel-features.h>.
41822 [__ASSUME_32BITUIDS]: Make code unconditional.
41823 [!__ASSUME_32BITUIDS]: Remove conditional code.
41824 * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
41825 <kernel-features.h>.
41826 [__ASSUME_32BITUIDS]: Make code unconditional.
41827 [!__ASSUME_32BITUIDS]: Remove conditional code.
41828 * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
41829 <kernel-features.h>.
41830 [__ASSUME_32BITUIDS]: Make code unconditional.
41831 [!__ASSUME_32BITUIDS]: Remove conditional code.
41832 * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
41833 <kernel-features.h>.
41834 [__ASSUME_32BITUIDS]: Make code unconditional.
41835 [!__ASSUME_32BITUIDS]: Remove conditional code.
41836 * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
41837 <kernel-features.h>.
41838 [__ASSUME_32BITUIDS]: Make code unconditional.
41839 [!__ASSUME_32BITUIDS]: Remove conditional code.
41840 * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
41841 <kernel-features.h>.
41842 [__ASSUME_32BITUIDS]: Make code unconditional.
41843 [!__ASSUME_32BITUIDS]: Remove conditional code.
41844 * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
41845 <kernel-features.h>.
41846 [__ASSUME_32BITUIDS]: Make code unconditional.
41847 [!__ASSUME_32BITUIDS]: Remove conditional code.
41848 * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
41849 <kernel-features.h>.
41850 [__ASSUME_32BITUIDS]: Make code unconditional.
41851 [!__ASSUME_32BITUIDS]: Remove conditional code.
41852 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
41853 <kernel-features.h>.
41854 [__ASSUME_32BITUIDS]: Make code unconditional.
41855 [!__ASSUME_32BITUIDS]: Remove conditional code.
41856 * sysdeps/unix/sysv/linux/kernel-features.h
41857 (__ASSUME_SETRESUID_SYSCALL): Remove.
41858 (__ASSUME_SETRESGID_SYSCALL): Likewise.
41859 (__ASSUME_32BITUIDS): Likewise.
41860 (__ASSUME_LDT_WORKS): Likewise.
41861 (__ASSUME_O_DIRECTORY): Likewise.
41862 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
41863 architecture but not kernel version.
41864 (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
41865 (__ASSUME_MMAP2_SYSCALL): Likewise.
41866 (__ASSUME_STAT64_SYSCALL): Likewise.
41867 (__ASSUME_IPC64): Likewise.
41868 * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
41869 <kernel-features.h>.
41870 [__ASSUME_32BITUIDS]: Make code unconditional.
41871 [!__ASSUME_32BITUIDS]: Remove conditional code.
41872 * sysdeps/unix/sysv/linux/opendir.c: Do not include
41873 <kernel-features.h>.
41874 [__ASSUME_O_DIRECTORY]: Make code unconditional.
41875 * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
41876 132096]: Remove conditional code.
41877 [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
41878 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
41879 <kernel-features.h>.
41880 [__ASSUME_32BITUIDS]: Make code unconditional.
41881 [!__ASSUME_32BITUIDS]: Remove conditional code.
41882 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
41883 <kernel-features.h>.
41884 [__ASSUME_32BITUIDS]: Make code unconditional.
41885 [!__ASSUME_32BITUIDS]: Remove conditional code.
41886 * sysdeps/unix/sysv/linux/setegid.c: Do not include
41887 <kernel-features.h>.
41888 [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
41890 (__setresgid): Do not declare.
41891 [__ASSUME_32BITUIDS]: Make code unconditional.
41892 [!__ASSUME_32BITUIDS]: Remove conditional code.
41893 * sysdeps/unix/sysv/linux/seteuid.c: Do not include
41894 <kernel-features.h>.
41895 [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
41897 (__setresuid): Do not declare.
41898 [__ASSUME_32BITUIDS]: Make code unconditional.
41899 [!__ASSUME_32BITUIDS]: Remove conditional code.
41900 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
41901 <kernel-features.h>.
41902 [__ASSUME_32BITUIDS]: Make code unconditional.
41903 [!__ASSUME_32BITUIDS]: Remove conditional code.
41904 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
41905 <kernel-features.h>.
41906 [__ASSUME_32BITUIDS]: Make code unconditional.
41907 [!__ASSUME_32BITUIDS]: Remove conditional code.
41909 2012-05-25 Richard Henderson <rth@twiddle.net>
41911 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
41912 dl_hwcap to ifunc resolver.
41913 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
41915 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
41916 dl_hwcap to ifunc resolver.
41917 * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
41919 2012-05-24 Joseph Myers <joseph@codesourcery.com>
41922 * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
41923 for |x| <= 2**-26, not 2**-57.
41924 * math/libm-test.inc (acos_test): Do not allow spurious underflow
41927 2012-05-24 Jeff Law <law@redhat.com>
41929 * stdio-common/Makefile (tests): Add bug25.
41930 * stdio-common/bug25.c: New test.
41932 2012-05-24 H.J. Lu <hongjiu.lu@intel.com>
41935 * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
41936 multiple of MALLOC_ALIGNMENT in size.
41937 (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
41939 2012-05-24 Joseph Myers <joseph@codesourcery.com>
41941 * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
41943 (FILENAME_MAX): Use macro-int-constant.
41944 (FOPEN_MAX): Use macro-int-constant. Require >= 8.
41945 (_IOFBF): Use macro-int-constant.
41946 (_IOLBF): Likewise.
41947 (_IONBF): Likewise.
41948 (SEEK_CUR): Likewise.
41949 (SEEK_END): Likewise.
41950 (SEEK_SET): Likewise.
41951 (TMP_MAX): Likewise.
41952 (EOF): Use macro-int-constant. Require < 0.
41953 (NULL): Use macro-constant. Require == 0.
41954 (stdin): Require type to be FILE *.
41955 (stdout): Likewise.
41956 (stderr): Likewise.
41957 * conform/data/stdlib.h-data (EXIT_FAILURE): Use
41958 macro-int-constant.
41959 (EXIT_SUCCESS): Likewise.
41960 (NULL): Use macro-constant. Require == 0.
41961 (RAND_MAX): Use macro-int-constant.
41962 [ISO99 || ISO11] (lldiv_t): Require also for these standards.
41963 [C99-based standards] (strtof): Require function.
41964 [C99-based standards] (strtold): Likewise.
41965 [C99-based standards] (strtoll): Likewise.
41966 [C99-based standards] (strtoull): Likewise.
41967 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
41968 [ISO || ISO99 || ISO11] (limits.h): Likewise.
41969 [ISO || ISO99 || ISO11] (math.h): Likewise.
41970 [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
41971 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
41972 [ISO || ISO99 || ISO11] (*_t): Do not allow.
41974 2012-05-24 Andreas Schwab <schwab@linux-m68k.org>
41977 * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
41978 * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
41979 * intl/dgettext.c (DCGETTEXT): Likewise.
41980 * intl/gettext.c (DCGETTEXT): Likewise.
41981 * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
41982 * posix/regex_internal.h (gettext): Likewise.
41983 * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
41984 Remove declaration.
41985 * include/argz.h (__argz_count_internal)
41986 (__argz_stringify_internal): Remove declaration.
41987 (__argz_count, __argz_stringify): Declare hidden proto.
41988 * intl/dcgettext.c: Remove use of INTDEF.
41989 * string/argz-count.c: Replace INTDEF with libc_hidden_def.
41990 * string/argz-stringify.c: Likewise.
41991 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
41992 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
41993 Declare hidden proto.
41994 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
41995 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
41996 Declare hidden proto.
41997 * include/stdio.h (__asprintf_internal): Don't declare.
41998 (__asprintf): Don't define as macro. Declare hidden proto.
41999 * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
42000 (__fsetlocking): Declare hidden proto.
42001 * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
42002 (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
42004 (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
42005 (_IO_setlinebuf): Remove use of INTUSE.
42006 (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
42007 (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
42008 (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
42009 Remove declaration.
42010 * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
42011 (_IO_do_flush): Remove use of INTUSE.
42012 (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
42013 (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
42014 (_IO_adjust_column, _IO_least_wmarker)
42015 (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
42016 (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
42017 (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
42018 (_IO_default_doallocate, _IO_wdefault_doallocate)
42019 (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
42020 (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
42021 (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
42022 (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
42023 (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
42024 (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
42025 (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
42026 (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
42027 (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
42028 (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
42029 (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
42030 (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
42031 (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
42033 (_IO_flush_all_internal, _IO_adjust_column_internal)
42034 (_IO_default_uflow_internal, _IO_default_finish_internal)
42035 (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
42036 (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
42037 (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
42038 (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
42039 (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
42040 (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
42041 (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
42042 (_IO_file_xsgetn_internal, _IO_file_stat_internal)
42043 (_IO_file_close_internal, _IO_file_close_it_internal)
42044 (_IO_file_underflow_internal, _IO_file_overflow_internal)
42045 (_IO_file_init_internal, _IO_file_attach_internal)
42046 (_IO_file_fopen_internal, _IO_file_read_internal)
42047 (_IO_file_sync_internal, _IO_file_seek_internal)
42048 (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
42049 (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
42050 (_IO_str_underflow_internal, _IO_str_overflow_internal)
42051 (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
42052 (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
42053 (_IO_list_all_internal, _IO_link_in_internal)
42054 (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
42055 (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
42056 (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
42057 (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
42058 (_IO_do_write_internal, _IO_padn_internal)
42059 (_IO_getline_info_internal, _IO_getline_internal)
42060 (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
42061 (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
42062 (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
42063 (_IO_vfscanf_internal, _IO_vfprintf_internal)
42064 (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
42065 (_IO_init_internal, _IO_un_link_internal): Don't declare.
42066 * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
42067 with libc_hidden_ver, remove use of INTUSE.
42068 * libio/genops.c: Likewise.
42069 * libio/freopen.c: Likewise.
42070 * libio/freopen64.c: Likewise.
42071 * libio/iofclose.c: Likewise.
42072 * libio/iofdopen.c: Likewise.
42073 * libio/iofflush.c: Likewise.
42074 * libio/iofflush_u.c: Likewise.
42075 * libio/iofgets.c: Likewise.
42076 * libio/iofgets_u.c: Likewise.
42077 * libio/iofopen.c: Likewise.
42078 * libio/iofopncook.c: Likewise.
42079 * libio/iofread.c: Likewise.
42080 * libio/iofread_u.c: Likewise.
42081 * libio/ioftell.c: Likewise.
42082 * libio/iofwrite.c: Likewise.
42083 * libio/iogetline.c: Likewise.
42084 * libio/iogets.c: Likewise.
42085 * libio/iogetwline.c: Likewise.
42086 * libio/iopadn.c: Likewise.
42087 * libio/iopopen.c: Likewise.
42088 * libio/ioseekoff.c: Likewise.
42089 * libio/ioseekpos.c: Likewise.
42090 * libio/iosetbuffer.c: Likewise.
42091 * libio/iosetvbuf.c: Likewise.
42092 * libio/ioungetc.c: Likewise.
42093 * libio/ioungetwc.c: Likewise.
42094 * libio/iovdprintf.c: Likewise.
42095 * libio/iovsprintf.c: Likewise.
42096 * libio/iovsscanf.c: Likewise.
42097 * libio/memstream.c: Likewise.
42098 * libio/obprintf.c: Likewise.
42099 * libio/oldfileops.c: Likewise.
42100 * libio/oldiofclose.c: Likewise.
42101 * libio/oldiofdopen.c: Likewise.
42102 * libio/oldiofopen.c: Likewise.
42103 * libio/oldiopopen.c: Likewise.
42104 * libio/oldstdfiles.c: Likewise.
42105 * libio/putc.c: Likewise.
42106 * libio/setbuf.c: Likewise.
42107 * libio/setlinebuf.c: Likewise.
42108 * libio/stdfiles.c: Likewise.
42109 * libio/strops.c: Likewise.
42110 * libio/vasprintf.c: Likewise.
42111 * libio/vscanf.c: Likewise.
42112 * libio/vsnprintf.c: Likewise.
42113 * libio/vswprintf.c: Likewise.
42114 * libio/wfiledoalloc.c: Likewise.
42115 * libio/wfileops.c: Likewise.
42116 * libio/wgenops.c: Likewise.
42117 * libio/wmemstream.c: Likewise.
42118 * libio/wstrops.c: Likewise.
42119 * libio/__fpurge.c: Likewise.
42120 * libio/__fsetlocking.c: Likewise.
42121 * assert/assert.c: Likewise.
42122 * debug/fgets_chk.c: Likewise.
42123 * debug/fgets_u_chk.c: Likewise.
42124 * debug/fread_chk.c: Likewise.
42125 * debug/fread_u_chk.c: Likewise.
42126 * debug/gets_chk.c: Likewise.
42127 * debug/obprintf_chk.c: Likewise.
42128 * debug/vasprintf_chk.c: Likewise.
42129 * debug/vdprintf_chk.c: Likewise.
42130 * debug/vsnprintf_chk.c: Likewise.
42131 * debug/vsprintf_chk.c: Likewise.
42132 * malloc/mtrace.c: Likewise.
42133 * misc/error.c: Likewise.
42134 * misc/syslog.c: Likewise.
42135 * stdio-common/asprintf.c: Likewise.
42136 * stdio-common/fxprintf.c: Likewise.
42137 * stdio-common/getw.c: Likewise.
42138 * stdio-common/isoc99_fscanf.c: Likewise.
42139 * stdio-common/isoc99_scanf.c: Likewise.
42140 * stdio-common/isoc99_vfscanf.c: Likewise.
42141 * stdio-common/isoc99_vscanf.c: Likewise.
42142 * stdio-common/isoc99_vsscanf.c: Likewise.
42143 * stdio-common/printf-prs.c: Likewise.
42144 * stdio-common/printf_fp.c: Likewise.
42145 * stdio-common/printf_fphex.c: Likewise.
42146 * stdio-common/printf_size.c: Likewise.
42147 * stdio-common/putw.c: Likewise.
42148 * stdio-common/scanf.c: Likewise.
42149 * stdio-common/sprintf.c: Likewise.
42150 * stdio-common/tmpfile.c: Likewise.
42151 * stdio-common/vfprintf.c: Likewise.
42152 * stdio-common/vfscanf.c: Likewise.
42153 * stdlib/strfmon_l.c: Likewise.
42154 * sunrpc/openchild.c: Likewise.
42155 * sunrpc/xdr_stdio.c: Likewise.
42156 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
42157 * sysdeps/mach/hurd/tmpfile.c: Likewise.
42159 2012-05-24 Roland McGrath <roland@hack.frob.com>
42161 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
42163 * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
42164 in the third column, to generate for the shared library an IFUNC
42165 that uses _dl_vdso_vsym.
42166 * Makerules (COMPILE.c, compile-stdin.c): New variables.
42167 * Makeconfig (object-suffixes-noshared): New variable.
42169 * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
42170 (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
42171 (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
42172 (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
42175 * include/sys/time.h (__gettimeofday): Remove macro.
42176 (__gettimeofday, gettimeofday): Add libc_hidden_proto.
42177 * time/gettimeofday.c (__gettimeofday): Remove #undef.
42179 (__gettimeofday): Add libc_hidden_def.
42180 (gettimeofday): Add libc_hidden_weak.
42181 * sysdeps/mach/gettimeofday.c: Likewise.
42182 * sysdeps/posix/gettimeofday.c: Likewise.
42183 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
42184 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
42185 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
42186 (__gettimeofday_internal): Remove strong_alias.
42187 (__gettimeofday): Add libc_hidden_def.
42188 (gettimeofday): Add libc_hidden_weak.
42189 * sysdeps/unix/syscalls.list (gettimeofday):
42190 Remove __gettimeofday_internal alias.
42192 2012-05-24 Daniel Jacobowitz <drow@false.org>
42193 H.J. Lu <hongjiu.lu@intel.com>
42196 * malloc/malloc.c (SMALLBIN_CORRECTION): New.
42197 (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
42198 (largebin_index_32_big): New.
42199 (largebin_index): Use it for 16-byte alignment.
42200 (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ. Don't update
42201 correction with front_misalign.
42203 2012-05-24 H.J. Lu <hongjiu.lu@intel.com>
42205 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
42206 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
42208 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
42210 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
42212 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
42214 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
42216 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
42218 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
42220 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
42222 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
42224 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
42226 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
42228 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
42231 * scripts/data/c++-types-x32-linux-gnu.data: New file.
42232 * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
42234 2012-05-24 Joseph Myers <joseph@codesourcery.com>
42238 * math/libm-test.inc (exp_test): Add test from bug 14036.
42239 (pow_test): Add test from bug 10846.
42241 * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
42243 (special_function): Do not include flags in test name.
42244 (parse_args): Likewise.
42245 * sysdeps/i386/fpu/libm-test-ulps: Update.
42246 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42247 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
42248 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
42249 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42251 * math/gen-libm-test.pl (%beautify): Add entries for underflow
42253 * math/libm-test.inc ("Philosophy"): Update comment about
42255 (UNDERFLOW_EXCEPTION): New macro.
42256 (UNDERFLOW_EXCEPTION_OK): Likewise.
42257 (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
42258 (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
42259 (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
42260 (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
42261 (INVALID_EXCEPTION_OK): Update value.
42262 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
42263 (OVERFLOW_EXCEPTION_OK): Likewise.
42264 (IGNORE_ZERO_INF_SIGN): Likewise.
42265 (test_exceptions): Handle underflow exceptions.
42266 (acos_test): Update for underflow exception expectations.
42267 (cexp_test): Likewise.
42268 (clog_test): Likewise.
42269 (clog10_test): Likewise.
42270 (csqrt_test): Likewise.
42271 (ctan_test): Likewise.
42272 (ctanh_test): Likewise.
42273 (exp_test): Likewise.
42274 (exp10_test): Likewise.
42275 (exp2_test): Likewise.
42276 (expm1_test): Likewise.
42277 (fma_test): Likewise.
42278 (j0_test): Likewise.
42279 (jn_test): Likewise.
42280 (nexttoward_test): Likewise.
42281 (pow_test): Likewise.
42282 (scalbn_test): Likewise.
42283 (scalbln_test): Likewise.
42284 (tan_test): Likewise.
42285 (y1_test): Likewise.
42286 * sysdeps/i386/fpu/libm-test-ulps: Update.
42287 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42289 2012-05-23 David S. Miller <davem@davemloft.net>
42291 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
42292 (__libc_sigaction): Remove unused local variables.
42294 2012-05-23 H.J. Lu <hongjiu.lu@intel.com>
42296 * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
42298 2012-05-23 Paul Eggert <eggert@cs.ucla.edu>
42300 mktime: avoid signed integer overflow
42301 * time/mktime.c (__mktime_internal): Do not mishandle the case
42302 where diff == INT_MIN.
42304 mktime: simplify computation of average
42305 * time/mktime.c (ranged_convert): Use new time_t_avg function
42306 instead of rolling our own (probably-slower) code.
42308 mktime: do not assume signed right shift propagates sign bit
42309 * time/mktime.c (isdst_differ): New static function.
42310 (__mktime_internal): No need to normalize tm_isdst now.
42311 (__mktime_internal, not_equal_tm): Use isdst_differ to compare
42314 mktime: merge another wrapv change from gnulib
42315 * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
42316 from some compilers.
42318 mktime: remove incorrect attempt at unusual arithmetics
42319 * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
42320 The code didn't really work on such machines anyway.
42321 (TYPE_MINIMUM): Assume two's complement.
42322 (twos_complement_arithmetic): Verify that long_int and time_t
42323 are two's complement (or unsigned, in the latter case).
42325 mktime: check signed shifts on long_int and time_t, too
42326 * time/mktime.c (SHR): Check that shifts work as desired
42327 on the types long_int and time_t too, as SHR is used on
42330 mktime: do not assume 'long' is wide enough
42331 * time/mktime.c (verify): Move decl up.
42332 (long_int): New type.
42333 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
42334 to remove assumption in the code that 'long' is wide enough to
42335 store year values. This assumption is not true on x32 and on
42336 some non-glibc platforms.
42338 mktime: merge wrapv change from gnulib
42339 * time/mktime.c (WRAPV): New macro.
42340 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
42341 (guess_time_tm, __mktime_internal): Do not assume that signed
42342 integer overflow wraps around; modern compilers generate code
42343 where this assumption is no longer valid.
42345 2012-05-23 H.J. Lu <hongjiu.lu@intel.com>
42347 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
42348 Replace "jmp L(pseudo_end)" with "ret".
42349 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
42352 2012-05-23 Andreas Jaeger <aj@suse.de>
42354 * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
42355 * sysdeps/unix/sysv/linux/poll.c: Remove file.
42357 2012-05-23 Andreas Jaeger <aj@suse.de>
42358 Maximilian Attems <max@stro.at>
42360 * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
42363 2012-05-23 H.J. Lu <hongjiu.lu@intel.com>
42365 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
42366 code so that pseudo_end is just ret and the stack pointer is
42367 correct also for static library in error case.
42369 2012-05-23 Joseph Myers <joseph@codesourcery.com>
42371 * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
42372 move to syscalls.list.
42373 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
42374 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
42375 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
42376 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
42378 * manual/install.texi (Running make install): Do not mention Linux
42379 kernel version for which pt_chown is not needed.
42380 (Linux): Do not mention problems with nscd with 2.0 kernels.
42381 * INSTALL: Regenerated.
42383 2012-05-23 Andreas Jaeger <aj@suse.de>
42385 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
42386 (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
42388 * sysdeps/unix/sysv/linux/s390/bits/mman.h
42389 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42390 * sysdeps/unix/sysv/linux/sh/bits/mman.h
42391 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42392 * sysdeps/unix/sysv/linux/i386/bits/mman.h
42393 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42394 * sysdeps/unix/sysv/linux/sparc/bits/mman.h
42395 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42396 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
42397 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
42398 * sysdeps/unix/sysv/linux/bits/in.h
42399 (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
42401 2012-05-22 Roland McGrath <roland@hack.frob.com>
42403 * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
42404 (PREPARE_VERSION): Just use assert instead, it will be elided
42405 under [NDEBUG] anyway.
42407 2012-05-22 H.J. Lu <hongjiu.lu@intel.com>
42409 * sysdeps/unix/sysv/linux/Makefile: Include
42410 $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
42411 (sysdep_routines): Remove sysctl.
42412 * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
42413 * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
42414 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
42415 * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
42416 * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
42418 2012-05-22 Andreas Jaeger <aj@suse.de>
42420 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
42421 that pseudo_end is just ret and the stack pointer is correct also
42422 for static library in error case.
42424 2012-05-22 Paul Pluzhnikov <ppluzhnikov@google.com>
42427 * nss/nsswitch.c (defconfig_entries): New variable.
42428 (__nss_database_lookup): Don't leak defconfig entries.
42429 (nss_parse_service_list): Don't leak on error paths.
42430 (free_database_entries): New function.
42431 (free_defconfig): New function.
42432 (free_mem): Move common code to free_database_entries.
42434 2012-05-22 H.J. Lu <hongjiu.lu@intel.com>
42436 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
42438 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
42440 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
42441 (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
42442 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
42444 (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
42445 (INTERNAL_SYSCALL_TYPES): Likewise.
42446 (LOAD_ARGS_TYPES_[1-6]): Likewise.
42447 (LOAD_REGS_TYPES_[1-6]): Likewise.
42448 (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
42449 (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
42451 2012-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
42453 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
42454 copysignl for GLIBC_2_0.
42455 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
42456 finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
42457 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
42458 logbl for GLIBC_2_0.
42459 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
42460 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
42462 2012-05-22 H.J. Lu <hongjiu.lu@intel.com>
42464 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
42465 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
42467 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
42470 * time/mktime.c: Update copyright years.
42472 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
42474 mktime: merge comment-quoting-style change from gnulib
42475 * time/mktime.c: Quote 'like this' in comments.
42476 The GNU coding standards suggest that we no longer quote `like this',
42477 as "`" and "'" are typically rendered asymmetrically nowadays.
42478 The typical gnulib style is to quote 'like this' when quoting
42479 code, and "like this" when quoting English.
42481 * time/mktime.c (compile-command): Add "-I.".
42483 mktime: merge mktime-internal.h change from gnulib
42484 * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
42486 mktime: merge time_r change from gnulib
42487 * time/mktime.c [!_LIBC]: Do not include "time_r.h".
42489 mktime: merge DEBUG change from gnulib
42490 * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
42491 case system <time.h> has a #define.
42493 mktime: merge <sys/types.h> change from gnulib
42494 * time/mktime.c: Do not include <sys/types.h>; no longer needed,
42495 since <time.t> is now guaranteed to define time_t.
42497 mktime: merge HAVE_CONFIG_H change from gnulib
42498 * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
42500 2012-05-22 H.J. Lu <hongjiu.lu@intel.com>
42502 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
42505 * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
42507 (struct rusage): Use anonymous union to pad each field to
42510 2012-05-21 David S. Miller <davem@davemloft.net>
42512 * Makefules (o-iterator): Remove .s cases.
42513 (compile-command.s): Delete.
42514 (COMPILE.s): Delete.
42515 * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
42517 2012-05-21 Joseph Myers <joseph@codesourcery.com>
42519 * configure.in (libc_cv_predef_stack_protector): Only consider
42520 "foobar" and "__stack_chk_fail" lines in libc_undefs.
42521 * configure: Regenerated.
42523 2012-05-21 H.J. Lu <hongjiu.lu@intel.com>
42525 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
42526 New macro. Use R*LP on int and pointer.
42527 (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
42528 * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
42529 * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
42530 * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
42532 * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
42533 [__WORDSIZE_TIME64_COMPAT32] instead of
42534 [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
42535 (struct utmp): Likewise.
42536 * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
42537 * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
42539 (__WORDSIZE_TIME64_COMPAT32): This.
42540 * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
42541 * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
42542 * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
42543 * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
42544 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
42545 (__WORDSIZE_TIME64_COMPAT32): New macro.
42547 2012-05-21 Andreas Jaeger <aj@suse.de>
42549 * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
42550 only if [SHARED]. Add prototype for __wcschr_ia32.
42552 2012-05-21 Roland McGrath <roland@hack.frob.com>
42554 * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
42555 of %rbp unmolested in the jmp_buf while mangling the low bits.
42556 * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
42557 unmolested high bits of %rbp while demangling the low bits.
42558 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
42560 2012-05-21 Andreas Jaeger <aj@suse.de>
42562 * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
42563 * sunrpc/svc_simple.c: Use it for registerrpc.
42564 * sunrpc/xcrypt.c: Use it for passwd2des.
42566 * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
42568 2012-05-21 H.J. Lu <hongjiu.lu@intel.com>
42570 * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
42571 Don't define if [__SYSCALL_WORDSIZE != 32].
42572 * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
42575 2012-05-21 Bruno Haible <bruno@clisp.org>
42576 Andreas Jaeger <aj@suse.de>
42578 [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
42579 * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
42580 inptr and inend for must_buffer_ch.
42581 * wcsmbs/tst-mbsnrtowcs.c: Remove file.
42582 * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
42583 * stdio-common/Makefile (tests): Remove bug15.
42584 (bug15-ENV): Remove macro.
42585 * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
42588 2012-05-19 Andreas Jaeger <aj@suse.de>
42589 Roland McGrath <roland@hack.frob.com>
42591 * manual/contrib.texi: Completely rewritten. It contains now an
42592 alphabetical list of contributors and their contributions.
42594 2012-05-21 Richard Henderson <rth@twiddle.net>
42596 * misc/getauxval.c (__getauxval): Use unsigned long int.
42597 * misc/sys/auxv.h: Include <sys/cdefs.h>.
42598 (getauxval): Use unsigned long int.
42600 2012-05-21 H.J. Lu <hongjiu.lu@intel.com>
42602 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
42604 2012-05-21 Roland McGrath <roland@hack.frob.com>
42606 * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
42607 (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
42608 __alignof__ (long double).
42610 2012-05-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
42612 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42614 2012-05-20 Richard Henderson <rth@twiddle.net>
42616 * misc/getauxval.c: New file.
42617 * misc/sys/auxv.h: New file.
42618 * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
42619 (routines): Add getauxval.
42620 * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
42621 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
42622 * elf/dl-sysdep.c (_dl_auxv): Remove.
42623 (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
42624 * elf/dl-support.c (_dl_auxv): New variable.
42625 (_dl_aux_init): Initialize it.
42626 * manual/startup.texi (Auxiliary Vector): New node.
42627 * sysdeps/generic/bits/hwcap.h: New file.
42628 * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
42629 * sysdeps/powerpc/sysdep.h: ... here. Include it.
42630 * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
42631 * sysdeps/sparc/sysdep.h: ... here. Include it.
42632 * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
42633 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
42634 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
42636 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
42637 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
42638 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
42639 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
42640 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
42641 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
42642 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
42643 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
42645 2012-05-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
42647 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42649 2012-05-19 David S. Miller <davem@davemloft.net>
42651 * sysdeps/sparc/fpu/libm-test-ulps: Update.
42653 2012-05-19 Joseph Myers <joseph@codesourcery.com>
42656 * math/s_ccosh.c: Include <float.h>
42657 (__ccosh): Avoid internal overflow calculating sinh and cosh
42658 values before multiplying by sin and cos values.
42659 * math/s_ccoshf.c: Likewise.
42660 * math/s_ccoshl.c: Likewise.
42661 * math/s_csin.c: Likewise.
42662 * math/s_csinf.c: Likewise.
42663 * math/s_csinl.c: Likewise.
42664 * math/s_csinh.c: Likewise.
42665 * math/s_csinhf.c: Likewise.
42666 * math/s_csinhl.c: Likewise.
42667 * math/libm-test.inc (ccos_test): Add more tests.
42668 (ccosh_test): Likewise.
42669 (csin_test): Likewise.
42670 (csinh_test): Likewise.
42671 * sysdeps/i386/fpu/libm-test-ulps: Update.
42672 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42674 2012-05-19 H.J. Lu <hongjiu.lu@intel.com>
42676 * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
42677 * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
42679 * sysdeps/x86_64/x32/_itoa.h: Add comment.
42681 2012-05-19 Joseph Myers <joseph@codesourcery.com>
42683 * sysdeps/powerpc/soft-fp/Makefile: Remove file.
42684 * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
42685 * sysdeps/powerpc/soft-fp/Versions: Likewise.
42686 * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
42687 * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
42688 * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
42689 * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
42690 * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
42691 * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
42692 * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
42693 * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
42694 * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
42695 * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
42696 * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
42697 * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
42698 * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
42699 * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
42700 * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
42701 * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
42702 * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
42703 * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
42704 * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
42705 * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
42706 * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
42707 * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
42708 * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
42709 * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
42710 * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
42711 * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
42712 * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
42713 * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
42715 2012-05-18 Andreas Jaeger <aj@suse.de>
42717 * csu/.gitignore: Delete.
42719 2012-05-18 H.J. Lu <hongjiu.lu@intel.com>
42721 * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
42722 (timex): Use __syscall_slong_t.
42724 2012-05-18 Andreas Jaeger <aj@suse.de>
42725 Carlos O'Donell <carlos_odonell@mentor.com>
42727 * manual/install.texi (Configuring and compiling): Update
42728 description about files modified in the source directory.
42729 * INSTALL: Regenerated.
42731 2012-05-18 H.J. Lu <hongjiu.lu@intel.com>
42733 * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
42734 value. Use "or" to set return value to -1.
42735 * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
42736 negate return value.
42738 2012-05-18 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
42740 * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
42741 (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
42742 failure if the compiler has Graphite support disabled.
42743 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
42745 * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
42746 (CFLAGS-memmove.c): Likewise.
42747 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
42750 2012-05-18 H.J. Lu <hongjiu.lu@intel.com>
42752 * sysdeps/x86_64/x32/_itoa.h: New file.
42754 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
42755 getdents system call only if kernel and user dirents have the
42756 same d_ino and d_off.
42758 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
42759 LLONG_MAX != LONG_MAX.
42760 (_itoa_word): Use _ITOA_WORD_TYPE on value.
42761 (_fitoa_word): Likewise.
42763 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
42765 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
42766 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
42767 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
42769 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
42770 include <bits/wordsize.h>. Check __x86_64__ instead of
42772 (sigcontext): Use "__uint64_t" instead of "unsigned long int"
42773 if __x86_64__ is defined. Use anonymous union on fpstate.
42775 * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
42778 2012-05-18 Andreas Schwab <schwab@linux-m68k.org>
42780 * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
42781 INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
42782 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
42783 Refer to _rtld_local_ro instead of _rtld_global_ro.
42784 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
42786 * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
42788 * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
42790 * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
42791 * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
42792 of _rtld_global, and rtld_progname instead of _dl_argv[0].
42794 * sysdeps/powerpc/powerpc32/dl-machine.c
42795 (__elf_machine_runtime_setup) [PROF]: Don't reference
42798 2012-05-18 Andreas Jaeger <aj@suse.de>
42800 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
42801 function only available for GCCs before 3.4 since GCC 3.4
42802 introduced a builtin.
42804 (llrintf): Likewise.
42805 (llrint): Likewise.
42812 (nearbyint): Likewise.
42813 (nearbyintf): Likewise.
42817 (floorf): Likewise.
42819 2012-05-17 H.J. Lu <hongjiu.lu@intel.com>
42821 * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
42822 on both fields and cast pointer to __syscall_ulong_t.
42824 * bits/types.h (__fsword_t): New type.
42825 * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
42826 sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
42827 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42828 (__FSWORD_T_TYPE): Likewise.
42829 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42830 (__FSWORD_T_TYPE): Likewise.
42831 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42832 (__FSWORD_T_TYPE): Likewise.
42833 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
42834 (__FSWORD_T_TYPE): Likewise.
42835 * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
42836 __SWORD_TYPE with __fsword_t.
42837 (statfs64): Likewise.
42839 2012-05-17 David S. Miller <davem@davemloft.net>
42841 * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
42843 2012-05-17 Andreas Jaeger <aj@suse.de>
42845 * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
42848 2012-05-17 H.J. Lu <hongjiu.lu@intel.com>
42850 * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
42852 2012-05-17 Andreas Jaeger <aj@suse.de>
42854 * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
42857 2012-05-17 Chris Metcalf <cmetcalf@tilera.com>
42859 * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
42861 2012-05-17 H.J. Lu <hongjiu.lu@intel.com>
42863 * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
42864 * sysdeps/x86_64/tst-mallocalign1.c: New file.
42866 2012-05-17 Andreas Jaeger <aj@suse.de>
42867 Carlos O'Donell <carlos_odonell@mentor.com>
42870 * sysdeps/x86_64/multiarch/init-arch.h
42871 (bit_YMM_Usable): Rename to...
42872 (bit_AVX_Usable): ... this.
42873 (bit_FMA4_Usable): New macro.
42874 (bit_XMM_state): New macro.
42875 (bit_YMM_state): New macro.
42876 [__ASSEMBLER__] (index_YMM_Usable): Rename to...
42877 [__ASSEMBLER__] (index_AVX_Usable): ... this.
42878 [__ASSEMBLER__] (index_FMA4_Usable): New macro.
42879 (CPUID_OSXSAVE): New macro.
42880 (CPUID_AVX): New macro.
42881 (CPUID_FMA4): New macro.
42882 (index_YMM_Usable): Rename to...
42883 (index_AVX_Usable): ... this.
42884 (HAS_AVX): Use HAS_ARCH_FEATURE.
42885 (HAS_FMA4): Likewise.
42886 (HAS_YMM_USABLE): Remove.
42887 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
42888 Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
42890 * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
42891 * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
42892 * sysdeps/x86_64/multiarch/Makefile: Likewise.
42893 * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
42894 * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
42896 2012-05-17 Chris Metcalf <cmetcalf@tilera.com>
42898 * math/libm-test.c: Support platforms without multiple rounding modes.
42899 * math/bug-nextafter.c: Support platforms without FP exceptions.
42900 * math/bug-nexttoward.c: Likewise.
42901 * math/test-fenv.c: Likewise.
42902 * math/test-misc.c: Likewise.
42903 * stdlib/bug-getcontext.c: Likewise.
42905 2012-05-17 Andreas Jaeger <aj@suse.de>
42907 * manual/examples/search.c (critter_cmp): Change signature to
42909 * manual/string.texi (Collation Functions): Likewise.
42911 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
42913 * bits/types.h: Fold copyright years.
42914 * bits/typesizes.h: Likewise.
42915 * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
42916 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
42917 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
42918 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
42919 * time/time.h: Likewise.
42921 2012-05-16 Paul Pluzhnikov <ppluzhnikov@google.com>
42924 * malloc.c (int_mallinfo): Add parameter to accumulate statistics
42925 in instead of returning them. Return void.
42926 (__libc_mallinfo): Accumulate over all arenas.
42927 (__malloc_stats): Adjust for change in int_mallinfo interface.
42929 2012-05-16 Roland McGrath <roland@hack.frob.com>
42932 * configure.in (NM): Add AC_CHECK_TOOL for it.
42933 (libc_extra_cflags): New substituted variable.
42934 Check for -fstack-protector being used implicitly.
42935 * configure: Regenerated.
42936 * config.make.in (config-extra-cflags): New variable,
42937 gets @libc_extra_cflags@.
42938 * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
42941 * configure.in: Check for _FORTIFY_SOURCE being predefined.
42942 (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
42943 * configure: Regenerated.
42944 * config.make.in (CPPUNDEFS): New substituted variable.
42945 * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
42946 * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
42947 * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
42949 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
42951 * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
42952 (mq_attr): Use __syscall_slong_t.
42954 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
42956 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
42957 Check __x86_64__ instead of __WORDSIZE.
42958 (_STAT_VER_LINUX): Likewise.
42959 (stat): Check __x86_64__ instead of __WORDSIZE. Use
42960 __syscall_ulong_t and __syscall_slong_t.
42961 (stat64): Likewise.
42963 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
42965 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
42967 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
42969 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
42971 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
42973 * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
42976 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
42977 include <bits/wordsize.h>. Check __x86_64__ instead of
42979 (greg_t): Use "__extension__ long long int" if __x86_64__ is
42981 (mcontext_t): Replace "unsigned long" with "unsigned long long".
42983 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
42984 include <bits/wordsize.h>. Check __x86_64__ instead of
42986 (user_regs_struct): Use "__extension__ unsigned long long"
42987 instead of "unsigned long" if __x86_64__ is defined.
42988 (user): Likewise. Pad after pointer field if __ILP32__ is
42991 2012-05-16 Joseph Myers <joseph@codesourcery.com>
42993 * configure.in (makeinfo): Require version 4.5 or later. Allow
42995 * configure: Regenerated.
42996 * manual/install.texi (texinfo): Increase version requirement to
42998 * INSTALL: Regenerated.
43000 * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
43002 2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
43004 * sysdeps/x86_64/x32/gmp-mparam.h: New file.
43006 * sysdeps/x86_64/x32/ffs.c: New file.
43008 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
43010 (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
43011 defined. Use __syscall_ulong_t.
43012 (shminfo): Use __syscall_ulong_t.
43013 (shm_info): Likewise.
43015 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
43018 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
43020 (msgqnum_t): Use __syscall_ulong_t.
43021 (msglen_t): Likewise.
43022 (msqid_ds): Check __x86_64__ instead of __WORDSIZE. Use
43025 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
43026 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
43028 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
43030 * sysdeps/x86_64/x32/divdi3.c: New dummy file.
43031 * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
43033 * sysvipc/sys/msg.h (msgbuf): Replace long int with
43036 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
43037 include <bits/wordsize.h>. Check __x86_64__ instead of
43040 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
43041 "unsigned long long int" if __x86_64__ is defined.
43042 (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
43044 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
43045 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
43046 (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
43048 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
43050 (GET_PC): Cast to uintptr_t first.
43051 (GET_FRAME): Likewise.
43052 (GET_STACK): Likewise.
43054 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
43055 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
43056 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
43057 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
43058 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
43059 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
43060 * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
43061 * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
43062 * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
43063 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
43064 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
43065 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
43066 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
43067 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
43068 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
43069 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
43070 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
43071 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
43072 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
43073 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
43074 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
43075 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
43076 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
43077 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
43078 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
43079 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
43080 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
43081 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
43082 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
43084 2012-05-16 Andreas Schwab <schwab@linux-m68k.org>
43086 * Makerules (+depfiles): Also collect depfiles from .oS in
43088 * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
43089 .oS, $(libnldbl-routines)).
43091 * Makerules (native-compile-mkdep-flags): Define.
43092 * sunrpc/Makefile (extra-objs): Add $(addprefix
43093 cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
43094 ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
43095 of $(compile-mkdep-flags). Depend on $(before-compile) instead of
43096 calling $(make-target-directory).
43098 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43100 * bits/types.h (__snseconds_t): Removed.
43101 * time/time.h (struct timespec): Replace __snseconds_t with
43103 * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
43104 * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
43106 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43107 (__SNSECONDS_T_TYPE): Likewise.
43108 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43109 (__SNSECONDS_T_TYPE): Likewise.
43110 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43111 (__SNSECONDS_T_TYPE): Likewise.
43113 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43115 * sysdeps/mach/hurd/bits/typesizes.h
43116 (__SYSCALL_SLONG_TYPE): New macro.
43117 (__SYSCALL_ULONG_TYPE): Likewise.
43119 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43121 * bits/types.h (__syscall_slong_t): New type.
43122 (__syscall_ulong_t): Likewise.
43124 * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
43125 (__SYSCALL_ULONG_TYPE): Likewise.
43126 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43127 (__SYSCALL_SLONG_TYPE): Likewise.
43128 (__SYSCALL_ULONG_TYPE): Likewise.
43129 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43130 (__SYSCALL_SLONG_TYPE): Likewise.
43131 (__SYSCALL_ULONG_TYPE): Likewise.
43132 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43133 (__SYSCALL_SLONG_TYPE): Likewise.
43134 (__SYSCALL_ULONG_TYPE): Likewise.
43136 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43138 * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
43139 Add sigaltstack-offsets.sym.
43140 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
43141 <sigaltstack-offsets.h>.
43142 (CALL_FAIL): Use RSP_LP to operate on stack. Use RDI_LP on
43143 longjmp_msg pointer.
43144 (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC. Use
43145 R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
43147 * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
43149 2012-05-15 Joseph Myers <joseph@codesourcery.com>
43151 * elf/stackguard-macros.h: Remove file.
43152 * sysdeps/generic/stackguard-macros.h: New file.
43153 * sysdeps/i386/stackguard-macros.h: Likewise.
43154 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
43155 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
43156 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
43157 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
43158 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
43159 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
43160 * sysdeps/x86_64/stackguard-macros.h: Likewise.
43161 * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
43162 <elf/stackguard-macros.h>.
43165 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
43166 __aligned__ in attribute.
43167 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
43168 (gregset_t): Likewise.
43170 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43172 * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
43173 * sysdeps/x86_64/64/Implies-after: Here. New file.
43174 * sysdeps/x86_64/x32/Implies-after: New file.
43176 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43178 * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
43179 and access return value for _dl_profile_fixup. Use R10_LP to
43182 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43184 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
43186 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43188 * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
43189 * sysdeps/x86_64/x32/sysdep.h: New file.
43191 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43193 * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
43194 * sysdeps/x86_64/setjmp.S: Likewise.
43196 2012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
43198 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
43199 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
43200 * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
43201 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
43202 remove unused global constant.
43204 2012-05-15 Chris Metcalf <cmetcalf@tilera.com>
43206 * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
43207 include of <not-cancel.h>.
43209 2012-05-15 Roland McGrath <roland@hack.frob.com>
43211 * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
43213 2012-05-15 Jeff Law <law@redhat.com>
43214 Andreas Jaeger <aj@suse.de>
43217 * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
43219 * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
43220 * nscd/nscd-client.h: Add __nscd_acquire_maplock.
43221 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
43222 code changing __hst_map_handle.map.
43224 2012-05-15 Roland McGrath <roland@hack.frob.com>
43226 * configure.in (sysnames): Look for Implies-before and Implies-after
43228 * configure: Regenerated.
43230 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43232 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
43233 8-byte data alignment with LP_SIZE alignment.
43235 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43237 * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
43240 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43242 * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
43244 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43246 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
43247 * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
43248 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
43250 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
43252 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43254 * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
43255 (stackinfo_sub_sp): Likewise.
43257 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43259 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
43262 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43264 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
43267 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43269 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
43272 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43274 * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
43276 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43278 * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
43279 into R11_LP and load __x86_64_shared_cache_size_half into
43282 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43284 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
43287 2012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
43289 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
43291 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
43293 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
43295 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
43296 powerpc32/power7/fpu/s_logb.c via #include.
43297 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
43298 powerpc32/power7/fpu/s_logbf.c via #include.
43299 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
43300 powerpc32/power7/fpu/s_logbl.c via #include.
43302 2012-05-15 Joseph Myers <joseph@codesourcery.com>
43304 * README.libm: Remove file.
43306 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
43308 * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
43309 count for x32. Use R*_LP and omit operand-size suffix.
43311 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
43313 * shlib-versions: Move x86_64-.*-linux.* entries to ...
43314 * sysdeps/x86_64/64/shlib-versions: Here. New file.
43315 * sysdeps/x86_64/x32/shlib-versions: New file.
43317 2012-05-14 Roland McGrath <roland@hack.frob.com>
43319 * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
43320 * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
43321 Use _dl_fatal_printf instead.
43323 2012-05-14 Joseph Myers <joseph@codesourcery.com>
43325 * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
43326 set if not set by the user. Do not allow for being unset.
43327 * sysdeps/unix/sysv/linux/configure: Regenerated.
43329 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
43331 * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
43332 the `q' suffix from lea and replace .quad with ASM_ADDR.
43334 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
43336 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
43337 the `q' suffix from xor/rol instructions. Use $2*LP_SIZE+1
43339 (PTR_DEMANGLE): Likewise.
43341 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
43343 * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
43345 (ASM_ADDR): Likewise.
43346 (RAX_LP): Likewise.
43347 (RBP_LP): Likewise.
43348 (RBX_LP): Likewise.
43349 (RCX_LP): Likewise.
43350 (RDI_LP): Likewise.
43351 (RSI_LP): Likewise.
43352 (RSP_LP): Likewise.
43355 (R10_LP): Likewise.
43356 (R10_LP): Likewise.
43357 (R11_LP): Likewise.
43358 (R12_LP): Likewise.
43359 (R13_LP): Likewise.
43360 (R14_LP): Likewise.
43361 (R15_LP): Likewise.
43363 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
43365 * sysdeps/x86_64/x32/dl-machine.h: New file.
43367 2012-05-14 Andreas Jaeger <aj@suse.de>
43369 * manual/Makefile (subdir): Remove export of subdir.
43370 (all): Remove target.
43371 (.PHONY): Remove all from list.
43372 (mkinstalldirs): Remove.
43373 (.PHONY): Remove installdirs from list.
43374 ($(inst_infodir)/libc.info): Use make-target-directory.
43375 (installdirs): Remove.
43376 (subdir_%): Remove.
43377 (glibc-targets): Remove.
43380 ($(objpfx)stubs ../po/manual.pot): Remove.
43381 ($(objpfx)stamp%): Remove.
43382 (make-target-directory): Remove.
43383 (subdir_install): Remove.
43384 (routines): Remove.
43391 * manual/.gitignore: Remove, it's not needed anymore.
43392 * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
43394 * manual/Makefile (dvi, pdf, info, html): Depend on files in build
43396 (texis): Renamed to $(objpfx)texis.
43397 (texis-path): New, contains path to generated files.
43398 (chapters.%): Use texis-path for complete path, add extra argument
43400 (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
43401 (libc/index.html, summary.texi): Add $(objpfx) as prefix.
43402 (summary,texi, stamp-summary): Use complete path of
43403 files. Generate files in build dir.
43404 (dir-add.texi): Build in build dir.
43405 (libm-err.texi,stamp-libm-err): Likewise.
43406 (version.texi, stamp-version): Likewise.
43407 (.%c.texi): Likewise.
43408 (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
43409 (mostlyclean): Remove target.
43410 (realclean): Remove target.
43411 (generated): Add new variable with contents from mostlyclean and
43412 realclean, remove entries duplicated in common-mostlyclean, add
43413 stamp-libm-err and stamp-version.
43414 (generated-dirs): Add libc directory.
43415 ($(inst_infodir)/libc.info): Install files from build dir.
43417 * manual/install.texi (Configuring and compiling): Adjust since
43418 the info files are not part of the tar ball anymore.
43420 2012-05-14 Andreas Jaeger <aj@suse.de>
43422 * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
43425 2012-05-14 Joseph Myers <joseph@codesourcery.com>
43428 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
43429 to 2.2.0 where earlier.
43430 * sysdeps/unix/sysv/linux/configure: Regenerated.
43431 * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
43432 Remove conditional code.
43433 [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
43434 * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
43435 Remove conditional code.
43436 [!__NR_lchown]: Likewise.
43437 [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43438 [__NR_lchown]: Likewise.
43439 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
43440 comment referencing __ASSUME_LCHOWN_SYSCALL.
43441 * sysdeps/unix/sysv/linux/i386/sigaction.c
43442 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43443 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43444 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
43445 Remove conditional code.
43446 [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
43447 (__protocol_available): Remove #if 0 code.
43448 * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
43450 [__ASSUME_SIOCGIFNAME]: Make code unconditional.
43451 * sysdeps/unix/sysv/linux/kernel-features.h
43452 (__ASSUME_GETCWD_SYSCALL): Don't define.
43453 (__ASSUME_REALTIME_SIGNALS): Likewise.
43454 (__ASSUME_PREAD_SYSCALL): Likewise.
43455 (__ASSUME_PWRITE_SYSCALL): Likewise.
43456 (__ASSUME_POLL_SYSCALL): Likewise.
43457 (__ASSUME_LCHOWN_SYSCALL): Likewise.
43458 (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
43460 (__ASSUME_SIOCGIFNAME): Don't define.
43461 (__ASSUME_MSG_NOSIGNAL): Likewise.
43462 (__ASSUME_SENDFILE): Define unconditionally.
43463 (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
43464 * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
43466 [__ASSUME_POLL_SYSCALL]: Make code unconditional.
43467 * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
43468 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
43469 (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43470 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
43471 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
43472 (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
43473 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
43474 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43475 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43476 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
43477 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43478 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43479 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
43480 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43481 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43482 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
43483 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43484 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43485 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
43486 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43487 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43488 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
43489 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
43490 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43491 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
43492 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43493 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43494 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
43495 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43496 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43497 * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
43498 Remove conditional code.
43499 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43500 * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
43501 Remove conditional code.
43502 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43503 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
43504 [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
43505 * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
43506 Remove conditional code.
43507 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43508 * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
43509 Remove conditional code.
43510 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43511 * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
43512 Remove conditional code.
43513 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43514 * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
43515 Remove conditional code.
43516 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
43517 * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
43518 Remove conditional code.
43519 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43520 * sysdeps/unix/sysv/linux/sh/pwrite64.c
43521 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
43522 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
43523 * sysdeps/unix/sysv/linux/sigaction.c
43524 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43525 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43526 * sysdeps/unix/sysv/linux/sigpending.c
43527 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43528 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43529 * sysdeps/unix/sysv/linux/sigprocmask.c
43530 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43531 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43532 * sysdeps/unix/sysv/linux/sigsuspend.c
43533 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
43534 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
43535 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
43536 (__libc_missing_rt_sigs): Remove.
43537 (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
43538 (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
43539 * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
43540 Remove conditional code.
43541 [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
43542 * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
43544 * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
43545 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
43546 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
43547 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
43549 2012-05-14 Andreas Jaeger <aj@suse.de>
43551 * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
43552 it's not used in glibc.
43553 (__coshm1): Likewise.
43554 (__acosh1p): Likewise.
43557 * manual/string.texi (Copying and Concatenation): Add missing
43558 variable in concat example.
43559 Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
43561 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
43564 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
43565 __builtin_clzl with __builtin_clzll.
43567 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
43570 * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
43573 2012-05-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
43575 * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
43576 * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
43577 * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
43578 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
43580 2012-05-14 Mike Frysinger <vapier@gentoo.org>
43582 * NEWS: Update ia64 info.
43584 2012-05-12 Andreas Schwab <schwab@linux-m68k.org>
43586 * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
43589 2012-05-12 Thomas Schwinge <thomas@codesourcery.com>
43591 * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
43592 * sysdeps/unix/syscalls.list (dup3): Likewise.
43593 * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
43594 * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
43596 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
43598 * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
43599 "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
43601 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
43603 * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
43605 (TLS_IE): Use mov/add instead of movq/addq to load thread
43607 (TLS_GD_PREFIX): New.
43610 2012-05-11 David S. Miller <davem@davemloft.net>
43612 * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
43613 * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
43614 (_FPU_SETCW): Likewise.
43616 2012-05-10 H.J. Lu <hongjiu.lu@intel.com>
43618 * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
43619 is 32-byte aligned.
43621 2012-05-11 Andreas Schwab <schwab@linux-m68k.org>
43624 * iconvdata/gb18030.c: Update tables.
43625 (BODY for FROM_LOOP): Update. Handle two-byte encoded non-BMP
43626 characters specially.
43627 (BODY for TO_LOOP): Add encoding of missing ranges.
43629 2012-05-11 Thomas Schwinge <thomas@codesourcery.com>
43632 * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
43633 * sysdeps/mach/hurd/dup3.c: Likewise.
43634 * sysdeps/mach/hurd/readlinkat.c: Likewise.
43635 * sysdeps/powerpc/memmove.c:: Likewise.
43637 2012-05-10 H.J. Lu <hongjiu.lu@intel.com>
43639 * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
43640 R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
43642 2012-05-10 H.J. Lu <hongjiu.lu@intel.com>
43644 * elf/elf.h (R_X86_64_RELATIVE64): New.
43645 (R_X86_64_NUM): Updated.
43646 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
43647 R_X86_64_RELATIVE64. Always use Elf64_Addr with R_X86_64_64.
43648 (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
43649 * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
43650 tst-quad1pie tst-quad2pie
43651 (modules-names): Add tst-quadmod1 tst-quadmod2.
43652 ($(objpfx)tst-quad1): New dependency.
43653 ($(objpfx)tst-quad2): Likewise.
43654 ($(objpfx)tst-quad1pie): Likewise.
43655 ($(objpfx)tst-quad2pie): Likewise.
43656 * sysdeps/x86_64/tst-quad1.c: New file.
43657 * sysdeps/x86_64/tst-quad1pie.c: New file.
43658 * sysdeps/x86_64/tst-quad2.c: Likewise.
43659 * sysdeps/x86_64/tst-quad2pie.c: Likewise.
43660 * sysdeps/x86_64/tst-quadmod1.S: Likewise.
43661 * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
43662 * sysdeps/x86_64/tst-quadmod2.S: Likewise.
43663 * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
43665 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
43667 * io/fcntl.h (mode_t, off_t, pid_t): Define types.
43668 (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
43669 * streams/stropts.h (t_scalar_t): Define type.
43671 * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
43672 (_PATH_PRESERVE): Set to "/var/lib".
43673 (_PATH_RWHODIR): Set to "/var/spool/rwho".
43675 * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
43678 * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
43679 if __dir_mkfile succeeded.
43681 * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
43682 checking for _hurd_dtablesize. Unlock it right after having
43683 finished _hurd_dtable allocation.
43685 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
43687 * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
43688 * sysdeps/mach/hurd/configure: Regenerated.
43689 * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
43690 special-casing to...
43691 * sysdeps/gnu/configure.in: ... this new file.
43692 * sysdeps/unix/sysv/linux/configure: Regenerated.
43693 * sysdeps/gnu/configure: New generated file.
43695 * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
43696 for Linux: use nsec instead of usec, as well as:
43697 [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
43698 members of type struct timespec.
43699 [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
43701 (struct stat64): Likewise.
43702 (_STATBUF_ST_NSEC): New macro.
43703 * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
43705 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
43706 __strtoul_internal rather than strtoul.
43708 2012-05-10 Pino Toscano <toscano.pino@tiscali.it>
43710 * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
43713 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
43715 * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
43716 which preserves existing values.
43717 * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
43719 2012-05-10 Pino Toscano <toscano.pino@tiscali.it>
43721 * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
43722 TIMEOUT values. Return EINVAL for NFDS values either negative or
43723 greater than FD_SETSIZE.
43725 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
43727 * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
43728 allocated, call __vm_protect to finish enabling the existing space, and
43729 pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
43730 allocate the remainder.
43732 2012-05-10 Pino Toscano <toscano.pino@tiscali.it>
43734 * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
43735 address port. Set ADDR_LEN to 0 when not filling ADDRARG.
43737 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
43739 * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
43740 sysdeps/mach/hurd/readlink.c.
43742 * posix/tst-sysconf.c (posix_options): Only use
43743 _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
43744 _POSIX_SYNCHRONIZED_IO when they are defined
43745 * sysdeps/mach/hurd/bits/posix_opt.h:
43746 (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
43747 (_XOPEN_REALTIME): Undefine macro.
43748 (_XOPEN_REALTIME_THREADS): Undefine macro.
43749 (_XOPEN_SHM): Undefine macro.
43750 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
43752 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
43754 (_POSIX_ASYNC_IO): Undefine macro.
43755 (_POSIX_PRIORITIZED_IO): Undefine macro.
43756 (_POSIX_SPIN_LOCKS): Define macro to -1.
43758 * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
43759 SA_NODEFER, SA_RESETHAND.
43760 * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
43761 O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
43764 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
43766 * elf/Makefile (pldd-modules): Define unconditionally.
43768 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
43770 * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
43772 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
43774 * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
43775 Return ENOENT when name is empty.
43776 * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
43778 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
43780 * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
43782 * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
43784 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
43786 Fix mlock in all cases except non-readable pages.
43787 * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
43788 instead of VM_PROT_ALL as parameter to __vm_wire function.
43790 * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
43791 (__mkdir): When path is `/', just fail with EEXIST.
43792 * sysdeps/mach/hurd/mkdirat.c: Likewise.
43794 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
43796 * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
43797 <sys/uio.h> (for writev).
43798 * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
43799 and <sys/param.h> (for MIN).
43801 2012-05-10 Pino Toscano <toscano.pino@tiscali.it>
43803 * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
43804 REQUESTED_TIME. Properly set the remaining time and return EINTR
43807 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
43809 * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
43810 Depend on against $(link-rpcuserlibs).
43812 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
43814 * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
43815 (__libc_stack_end): Do not use attribute_relro.
43816 * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
43817 * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
43818 to libthread-provided value.
43819 * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
43822 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
43825 * bits/libc-lock.h (__libc_once_get): New macro.
43826 * sysdeps/mach/bits/libc-lock.h: Likewise.
43827 * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
43828 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
43829 instead of using implementation details.
43831 * libio/fileops.c: Unconditionally include <kernel-features.h>.
43832 * libio/freopen.c: Likewise.
43833 * libio/freopen64.c: Likewise.
43834 * misc/syslog.c: Likewise.
43835 * nscd/connections.c: Likewise.
43836 * nscd/netgroupcache.c: Likewise.
43837 * sysdeps/posix/getcwd.c: Likewise.
43839 2012-05-10 Roland McGrath <roland@hack.frob.com>
43841 * math/w_ilogbf.c: Add #include <limits.h>.
43843 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
43845 * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
43846 path instead of returning without unlocking.
43848 * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
43849 immediate-write ioctls.
43850 * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
43852 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
43854 * sysdeps/mach/hurd/i386/init-first.c (init): Use
43855 __builtin_frame_address instead of making assumptions about the
43856 location of the return address relative to DATA. Force early load of
43857 the return address.
43858 (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
43859 __builtin_frame_address.
43862 * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
43863 * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c. Evolve it to
43864 implement dup3 and do some further code clean-ups.
43865 * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
43866 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
43868 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
43870 * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
43872 * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
43873 HURD_CRITICAL_END around holding _hurd_dtable_lock.
43874 * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
43875 * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
43876 HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
43879 * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
43880 instead of setjmp/longjmp to restore the signal mask. Call sigsetjmp
43881 when handler == SIG_ERR, not when handler != SIG_ERR.
43883 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
43885 * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
43886 (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
43889 accept4 for GNU Hurd.
43890 * include/sys/socket.h (__libc_accept4): New prototype.
43891 * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c. Evolve it
43892 to implement __libc_accept4.
43893 * sysdeps/mach/hurd/accept.c (accept): Reimplement using
43895 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
43897 * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
43898 * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
43899 * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
43900 signal-defines.sym.
43902 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
43904 * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
43906 2012-05-10 Thomas Schwinge <thomas@schwinge.name>
43908 * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
43909 assertion on O_CLOEXEC flag.
43910 * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
43911 * hurd/intern-fd.c: Likewise.
43912 * hurd/port2fd.c: Likewise.
43914 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
43917 * bits/in.h (IPV6_PKTINFO): Define new macro.
43918 (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
43920 2012-05-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
43925 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
43926 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
43927 * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
43928 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
43929 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
43930 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
43931 * math/libm-test.inc (logb_test) : Additional logb tests.
43933 2012-05-09 Andreas Schwab <schwab@linux-m68k.org>
43934 Andreas Jaeger <aj@suse.de>
43936 * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
43937 * configure: Regenerated.
43938 * config.h.in (LINK_OBSOLETE_RPC): New macro.
43939 * config.make.in (link-obsolete-rpc): New substituted variable.
43940 * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
43941 libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
43942 * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
43943 (shared-only-routines): Don't set it under [link-obsolete-rpc],
43944 so that libc.a contains the symbols.
43945 * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
43946 * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
43947 * sunrpc/auth_none.c: Likewise.
43948 * sunrpc/auth_unix.c: Likewise.
43949 * sunrpc/authdes_prot.c: Likewise.
43950 * sunrpc/authuxprot.c: Likewise.
43951 * sunrpc/clnt_gen.c: Likewise.
43952 * sunrpc/clnt_perr.c: Likewise.
43953 * sunrpc/clnt_raw.c: Likewise.
43954 * sunrpc/clnt_simp.c: Likewise.
43955 * sunrpc/clnt_tcp.c: Likewise.
43956 * sunrpc/clnt_udp.c: Likewise.
43957 * sunrpc/clnt_unix.c: Likewise.
43958 * sunrpc/des_crypt.c: Likewise.
43959 * sunrpc/des_soft.c: Likewise.
43960 * sunrpc/get_myaddr.c: Likewise.
43961 * sunrpc/key_call.c: Likewise.
43962 * sunrpc/key_prot.c: Likewise.
43963 * sunrpc/netname.c: Likewise.
43964 * sunrpc/pm_getmaps.c: Likewise.
43965 * sunrpc/pm_getport.c: Likewise.
43966 * sunrpc/pmap_clnt.c: Likewise.
43967 * sunrpc/pmap_prot.c: Likewise.
43968 * sunrpc/pmap_prot2.c: Likewise.
43969 * sunrpc/pmap_rmt.c: Likewise.
43970 * sunrpc/publickey.c: Likewise.
43971 * sunrpc/rpc_cmsg.c: Likewise.
43972 * sunrpc/rpc_common.c: Likewise.
43973 * sunrpc/rpc_dtable.c: Likewise.
43974 * sunrpc/rpc_prot.c: Likewise.
43975 * sunrpc/rpc_thread.c: Likewise.
43976 * sunrpc/rtime.c: Likewise.
43977 * sunrpc/svc.c: Likewise.
43978 * sunrpc/svc_auth.c: Likewise.
43979 * sunrpc/svc_raw.c: Likewise.
43980 * sunrpc/svc_run.c: Likewise.
43981 * sunrpc/svc_tcp.c: Likewise.
43982 * sunrpc/svc_udp.c: Likewise.
43983 * sunrpc/svc_unix.c: Likewise.
43984 * sunrpc/svcauth_des.c: Likewise.
43985 * sunrpc/xcrypt.c: Likewise.
43986 * sunrpc/xdr.c: Likewise.
43987 * sunrpc/xdr_array.c: Likewise.
43988 * sunrpc/xdr_float.c: Likewise.
43989 * sunrpc/xdr_intXX_t.c: Likewise.
43990 * sunrpc/xdr_mem.c: Likewise.
43991 * sunrpc/xdr_rec.c: Likewise.
43992 * sunrpc/xdr_ref.c: Likewise.
43993 * sunrpc/xdr_sizeof.c: Likewise.
43994 * sunrpc/xdr_stdio.c: Likewise.
43996 2012-05-10 Roland McGrath <roland@hack.frob.com>
43998 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
43999 change. Update copyright years.
44001 2012-05-10 Joseph Myers <joseph@codesourcery.com>
44003 * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
44005 2012-05-10 Maxim Kuvyrkov <maxim@codesourcery.com>
44006 Joseph Myers <joseph@codesourcery.com>
44007 Paul Pluzhnikov <ppluzhnikov@google.com>
44010 * sunrpc/Makefile [cross-compiling] (headers): Enable additions
44012 [cross-compiling] (extra-libs): Likewise.
44013 [cross-compiling] (extra-libs-others): Likewise.
44014 [cross-compiling] (librpcsvc-routines): Likewise.
44015 [cross-compiling] (librpcsvc-inhibit-o): Likewise.
44016 [cross-compiling] (omit-deps): Likewise.
44017 (sunrpc-CPPFLAGS): New variable.
44018 (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
44019 (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
44020 (cross-rpcgen-objs): New variable.
44021 (extra-objs): Append $(cross-rpcgen-objs).
44022 ($(cross-rpcgen-objs)): New rule.
44023 ($(objpfx)cross-rpcgen): Likewise.
44024 (rpcgen-cmd): Define to use $(built-program-file). Expand
44026 ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
44027 ($(objpfx)x%.stmp): Likewise.
44028 * sunrpc/proto.h [IS_IN_build] (_): Define.
44029 [IS_IN_build] (_libc_intl_domainname): Likewise.
44031 2012-05-10 H.J. Lu <hongjiu.lu@intel.com>
44033 * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
44034 Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
44035 and R_X86_64_TPOFF64.
44037 2012-05-10 Joseph Myers <joseph@codesourcery.com>
44039 * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
44040 sysdeps/unix/sysv/syscalls.list.
44043 * sysdeps/unix/sysv/syscalls.list: Remove file.
44045 2012-05-10 Paul Eggert <eggert@cs.ucla.edu>
44048 * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
44049 (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
44050 (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
44051 (__LC_IDENTIFICATION): Make these macros useful in #if
44052 expressions, as required by C99.
44054 2012-05-10 Andreas Schwab <schwab@linux-m68k.org>
44056 * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
44057 $(addsuffix .os,$(rpc-compat-routines)). Move include ../Rules
44060 2012-05-09 H.J. Lu <hongjiu.lu@intel.com>
44062 * stdlib/longlong.h: Updated from GCC.
44064 2012-05-09 Andreas Jaeger <aj@suse.de>
44066 * nscd/nscd.c (run_modes): Make named enum, reorder so that
44067 default is first entry.
44068 (run_mode): Set type.
44069 (main): Remove informal message about syslog.
44070 (options): Fix typo.
44073 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
44076 (llrintf): Likewise.
44077 (llrint): Likewise.
44080 (nearbyint): Likewise.
44081 (nearbyintf): Likewise.
44083 2012-05-09 Andreas Jaeger <aj@suse.de>
44084 Pedro Alves <palves@redhat.com>
44086 * nscd/nscd.c (run_mode): Use enum.
44087 (main): Cleanup coding style issue.
44089 2012-05-09 Alexandre Oliva <aoliva@redhat.com>
44090 Andreas Jaeger <aj@suse.de>
44092 * nscd/nscd.c (go_background): Replaced with...
44093 (run_mode): ... this.
44094 (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
44095 (options): Add -F --foreground.
44096 (main): Implement it.
44097 (parse_opt): Parse it.
44099 2012-05-09 Andreas Jaeger <aj@suse.de>
44102 * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
44103 !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
44104 -Wconversion warning.
44105 (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
44108 2012-05-09 Joseph Myers <joseph@codesourcery.com>
44110 * conform/data/locale.h-data (NULL): Use macro-constant. Require
44112 (LC_ALL): Use macro-int-constant.
44113 (LC_COLLATE): Likewise.
44114 (LC_CTYPE): Likewise.
44115 (LC_MESSAGES): Likewise.
44116 (LC_MONETARY): Likewise.
44117 (LC_NUMERIC): Likewise.
44118 (LC_TIME): Likewise.
44119 [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
44120 (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
44121 [ISO || ISO99 || ISO11] (*_t): Do not allow.
44122 * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
44124 [C99-based standards] (float_t): Expect type.
44125 [C99-based standards] (double_t): Expect type.
44126 [C99-based standards] (HUGE_VALF): Use macro-constant. Specify
44128 [C99-based standards] (HUGE_VALL): Likewise.
44129 [C99-based standards] (INFINITY): Likewise.
44130 [C99-based standards] (NAN): Likewise.
44131 [C99-based standards] (FP_INFINITE): Use macro-int-constant.
44132 [C99-based standards] (FP_NAN): Likewise.
44133 [C99-based standards] (FP_NORMAL): Likewise.
44134 [C99-based standards] (FP_SUBNORMAL): Likewise.
44135 [C99-based standards] (FP_ZERO): Likewise.
44136 [C99-based standards] (FP_FAST_FMA): Use
44137 optional-macro-int-constant. Specify type. Require == 1.
44138 [C99-based standards] (FP_FAST_FMAF): Likewise.
44139 [C99-based standards] (FP_FAST_FMAL): Likewise.
44140 [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
44141 [C99-based standards] (FP_ILOGBNAN): Likewise.
44142 [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
44144 [C99-based standards] (MATH_ERREXCEPT): Likewise.
44145 [C99-based standards] (math_errhandling): Specify type.
44146 [ISO99 || ISO11] (signgam): Do not allow.
44147 [non-C99-based standards] (copysignf): Do not allow.
44148 [non-C99-based standards] (exp2f): Likewise.
44149 [non-C99-based standards] (log2f): Likewise.
44150 [non-C99-based standards] (modff): Allow.
44151 [non-C99-based standards] (erff): Do not allow.
44152 [non-C99-based standards] (erfcf): Likewise.
44153 [non-C99-based standards] (gammaf): Likewise.
44154 [non-C99-based standards] (hypotf): Likewise.
44155 [non-C99-based standards] (j0f): Likewise.
44156 [non-C99-based standards] (j1f): Likewise.
44157 [non-C99-based standards] (jnf): Likewise.
44158 [non-C99-based standards] (lgammaf): Likewise.
44159 [non-C99-based standards] (tgammaf): Likewise.
44160 [non-C99-based standards] (y0f): Likewise.
44161 [non-C99-based standards] (y1f): Likewise.
44162 [non-C99-based standards] (ynf): Likewise.
44163 [non-C99-based standards] (isnanf): Likewise.
44164 [non-C99-based standards] (acoshf): Likewise.
44165 [non-C99-based standards] (asinhf): Likewise.
44166 [non-C99-based standards] (atanhf): Likewise.
44167 [non-C99-based standards] (cbrtf): Likewise.
44168 [non-C99-based standards] (expm1f): Likewise.
44169 [non-C99-based standards] (ilogbf): Likewise.
44170 [non-C99-based standards] (log1pf): Likewise.
44171 [non-C99-based standards] (logbf): Likewise.
44172 [non-C99-based standards] (nextafterf): Likewise.
44173 [non-C99-based standards] (remainderf): Likewise.
44174 [non-C99-based standards] (rintf): Likewise.
44175 [non-C99-based standards] (scalbf): Likewise.
44176 [non-C99-based standards] (copysignl): Likewise.
44177 [non-C99-based standards] (exp2l): Likewise.
44178 [non-C99-based standards] (log2l): Likewise.
44179 [non-C99-based standards] (modfl): Allow.
44180 [non-C99-based standards] (erfl): Do not allow.
44181 [non-C99-based standards] (erfcl): Likewise.
44182 [non-C99-based standards] (gammal): Likewise.
44183 [non-C99-based standards] (hypotl): Likewise.
44184 [non-C99-based standards] (j0l): Likewise.
44185 [non-C99-based standards] (j1l): Likewise.
44186 [non-C99-based standards] (jnl): Likewise.
44187 [non-C99-based standards] (lgammal): Likewise.
44188 [non-C99-based standards] (tgammal): Likewise.
44189 [non-C99-based standards] (y0l): Likewise.
44190 [non-C99-based standards] (y1l): Likewise.
44191 [non-C99-based standards] (ynl): Likewise.
44192 [non-C99-based standards] (isnanl): Likewise.
44193 [non-C99-based standards] (acoshl): Likewise.
44194 [non-C99-based standards] (asinhl): Likewise.
44195 [non-C99-based standards] (atanhl): Likewise.
44196 [non-C99-based standards] (cbrtl): Likewise.
44197 [non-C99-based standards] (expm1l): Likewise.
44198 [non-C99-based standards] (ilogbl): Likewise.
44199 [non-C99-based standards] (log1pl): Likewise.
44200 [non-C99-based standards] (logbl): Likewise.
44201 [non-C99-based standards] (nextafterl): Likewise.
44202 [non-C99-based standards] (remainderl): Likewise.
44203 [non-C99-based standards] (rintl): Likewise.
44204 [non-C99-based standards] (scalbl): Likewise.
44205 [ISO || ISO99 || ISO11] (*_t): Do not allow.
44206 [non-C99-based standards] (FP_*): Do not allow.
44207 [C99-based standards] (FP_*): Change to
44208 FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
44209 * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44211 * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
44212 (SIG_ERR): Likewise.
44213 [X/Open-based standards] (SIG_HOLD): Likewise.
44214 (SIG_IGN): Likewise.
44215 (SIGABRT): Use macro-int-constant. Specify type. Require
44217 (SIGFPE): Likewise.
44218 (SIGILL): Likewise.
44219 (SIGINT): Likewise.
44220 (SIGSEGV): Likewise.
44221 (SIGTER): Likewise.
44222 [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
44223 [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
44224 [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
44225 [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
44226 [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
44227 [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
44228 [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
44229 [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
44230 [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
44231 [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
44232 [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
44233 [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
44234 [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
44235 [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
44236 [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
44237 [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
44238 [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
44239 [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
44240 [X/Open-based standards] (SIGTRAP): Likewise.
44241 [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
44242 [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
44243 [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
44244 [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
44245 * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44248 2012-05-08 Ian Wienand <ianw@vmware.com>
44251 * time/tzset.c (__tzset_parse_tz): Update default rules for
44252 daylight time changes in the Energy Policy Act of 2005.
44254 2012-05-09 Andreas Jaeger <aj@suse.de>
44257 * elf/ldconfig.c (parse_conf): Change string to make clear that
44258 ldconfig only issued a warning if ld.so.conf does not exist.
44260 2012-05-08 David S. Miller <davem@davemloft.net>
44262 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
44263 movxtod instead of popping the value on the stack.
44265 * sysdeps/sparc/fpu/libm-test-ulps: Update.
44267 2012-05-08 Carlos O'Donell <carlos_odonell@mentor.com>
44269 * config.h.in: Add HAVE_ARM_PCS_VFP.
44271 2012-05-08 Roland Mc Grath <roland@hack.frob.com>
44274 * include/features.h: Warn if user requests __FORTIFY_SOURCE
44275 checking but the checks are disabled for any reason.
44277 2012-05-08 H.J. Lu <hongjiu.lu@intel.com>
44279 * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
44280 and ELF64_R_TYPE with ELFW(R_TYPE).
44282 2012-05-08 Joseph Myers <joseph@codesourcery.com>
44284 * sysdeps/unix/sysv/syscalls.list (pause): Remove.
44285 (ulimit): Likewise.
44287 * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
44288 (settimeofday): Likewise.
44290 2012-05-08 Mike Frysinger <vapier@gentoo.org>
44292 * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1. Add
44293 a struct th_u2 inside the union, and move tu_block/tu_code into
44294 a new th_u3 union of tu_block/tu_code inside of that. Move
44295 th_data[1] into the th_u2 as tu_data[0]. Change tu_stuff[1] to
44296 tu_stuff[0]. Add a new tu_padding[4] to keep sizeof() the same.
44297 (th_block): Change to th_u1.th_u2.th_u3.tu_block.
44298 (th_code): Change to th_u1.th_u2.th_u3.tu_code.
44299 (th_stuff): Change to th_u1.tu_stuff.
44301 (th_msg): Change to th_u1.th_u2.tu_data.
44303 2012-05-07 David S. Miller <davem@davemloft.net>
44305 * sysdeps/sparc/fpu/libm-test-ulps: Update.
44308 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
44309 (SETUP_PIC_REG): Use it.
44310 (SETUP_PIC_REG_LEAF): Use it.
44312 2012-05-07 Joseph Myers <joseph@codesourcery.com>
44316 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44318 (EXPL_FINITE): Likewise.
44319 (FLDLOG): Likewise.
44320 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
44321 * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
44323 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44325 (EXPL_FINITE): Likewise.
44326 (FLDLOG): Likewise.
44327 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
44328 * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
44330 * math/libm-test.inc (expm1_test): Add more tests. Do not disable
44331 test of -max_value argument for long double.
44332 * sysdeps/i386/fpu/libm-test-ulps: Update.
44333 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44335 2012-05-06 David S. Miller <davem@davemloft.net>
44337 * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
44338 quad soft-float symbols whose references which are compiler
44340 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
44342 2012-05-06 Joseph Myers <joseph@codesourcery.com>
44346 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44348 (EXPL_FINITE): Likewise.
44349 (FLDLOG): Likewise.
44352 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
44353 Adjust comments for base varying.
44354 (__expl_finite): Change alias to EXPL_FINITE.
44355 * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
44357 * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
44358 * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
44359 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
44360 * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
44361 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
44363 (EXPL_FINITE): Likewise.
44364 (FLDLOG): Likewise.
44367 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
44368 Adjust comments for base varying.
44369 (__expl_finite): Change alias to EXPL_FINITE.
44370 * math/libm-test.inc (exp10_test): Add more tests. Do not disable
44372 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
44375 * math/libm-test.inc (check_float_internal): Correct ulp
44376 calculation for subnormal expected results.
44378 2012-05-06 Andreas Jaeger <aj@suse.de>
44380 * Makeconfig (+math-flags): New, set to -frounding-math.
44381 (+cflags): Add +math-flags so that all of glibc gets compiled with
44384 * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
44386 2012-05-05 Joseph Myers <joseph@codesourcery.com>
44388 * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
44394 * sysdeps/i386/fpu/e_expl.S (csat): New constant.
44395 (__ieee754_expl): Allow for and saturate large arguments.
44396 * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
44397 (u_threshold): Likewise.
44398 (__exp): Call __ieee754_exp before checking for overflow and
44400 * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
44401 (u_threshold): Likewise.
44402 (__expf): Call __ieee754_expf before checking for overflow and
44404 * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
44405 (u_threshold): Likewise.
44406 (__expl): Call __ieee754_expl before checking for overflow and
44408 * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
44409 (__ieee754_expl): Allow for and saturate large arguments.
44410 * math/libm-test.inc (exp_test): Add another test. Do not allow
44411 missing overflow exception on overflow.
44412 (expm1_test): Do not allow missing overflow exception on overflow.
44414 * sysdeps/i386/fpu/e_expl.c: Move to ...
44415 * sysdeps/i386/fpu/e_expl.S: ... here. Write directly in assembly
44416 rather than using inline asm.
44417 * sysdeps/x86_64/fpu/e_expl.c: Remove file.
44418 * sysdeps/x86_64/fpu/e_expl.S: Copy from
44419 sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
44421 * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
44424 (signal): Likewise.
44428 2012-05-04 Joseph Myers <joseph@codesourcery.com>
44430 * sysdeps/unix/syscalls.list (adjtime): Add entry from
44431 sysdeps/unix/common/syscalls.list.
44432 (fchmod): Likewise.
44433 (fchown): Likewise.
44434 (ftruncate): Likewise.
44435 (getrusage): Likewise.
44436 (gettimeofday): Likewise.
44437 (setpgid): Likewise.
44438 (setregid): Likewise.
44439 (setreuid): Likewise.
44440 (sigaction): Likewise.
44441 (truncate): Likewise.
44442 (vhangup): Likewise.
44443 * sysdeps/unix/common/syscalls.list: Remove file.
44444 * sysdeps/unix/bsd/Implies: Don't include unix/common.
44445 * sysdeps/unix/sysv/linux/Implies: Likewise.
44447 2012-05-04 H.J. Lu <hongjiu.lu@intel.com>
44449 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
44450 * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
44451 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
44453 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
44455 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
44457 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
44458 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
44460 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
44461 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
44463 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
44464 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
44466 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
44467 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
44469 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
44470 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
44472 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
44473 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
44475 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
44477 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
44479 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
44481 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
44483 * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
44484 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
44486 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
44488 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
44490 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
44492 2012-05-04 Joseph Myers <joseph@codesourcery.com>
44494 * sysdeps/unix/common/bits/dirent.h: Remove file.
44495 * sysdeps/unix/common/bits/fcntl.h: Likewise.
44497 * sysdeps/unix/bsd/bits/dirent.h: Remove file.
44498 * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
44499 * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
44500 * sysdeps/unix/bsd/isatty.c: Likewise.
44501 * sysdeps/unix/bsd/tcdrain.c: Likewise.
44502 * sysdeps/unix/bsd/tcgetattr.c: Likewise.
44503 * sysdeps/unix/bsd/tcsetattr.c: Likewise.
44505 2012-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
44508 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
44509 long double comparison inaccuracies.
44510 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
44511 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44513 2012-05-04 Andreas Schwab <schwab@linux-m68k.org>
44515 * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
44516 * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
44518 2012-05-04 Joseph Myers <joseph@codesourcery.com>
44521 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
44522 nonzero digits before rounding a hex value.
44523 * stdlib/tst-strtod.c (tests): Add another test.
44525 2012-05-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
44527 * sysdeps/s390/fpu/libm-test-ulps: Update.
44529 2012-05-03 Andreas Jaeger <aj@suse.de>
44531 * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
44532 does not get optimized out.
44533 (malloc_opt_barrier): New.
44535 2012-05-03 Andreas Jaeger <aj@suse.de>
44536 Roland McGrath <roland@hack.frob.com>
44538 * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
44539 intermediate file deletion.
44540 (generated): Add .symlist files.
44542 2012-05-03 Joseph Myers <joseph@codesourcery.com>
44545 * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
44546 Redirect under this condition.
44547 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
44548 [__USE_GNU] (__dprintf_chk): Not under this condition.
44549 [__USE_GNU] (__vdprintf_chk): Likewise.
44550 * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
44551 under this condition.
44552 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
44553 [__USE_XOPEN2K8] (dprintf): Define under this condition.
44554 [__USE_XOPEN2K8] (vdprintf): Likewise.
44555 [__USE_GNU] (__dprintf_chk): Not under this condition.
44556 [__USE_GNU] (__vdprintf_chk): Likewise.
44557 [__USE_GNU] (dprintf): Likewise.
44558 [__USE_GNU] (vdprintf): Likewise.
44560 2012-05-03 Roland McGrath <roland@hack.frob.com>
44562 * elf/Makefile (common-generated): Set this instead of generated for
44563 .dyn, .phdr, .jmprel files. Remove $(common-objpfx) from the
44564 $(all-built-dso)-derived lists.
44566 2012-05-03 Andreas Jaeger <aj@suse.de>
44568 * sysdeps/i386/fpu/libm-test-ulps: Update.
44571 * FAQ.in: Likewise.
44572 * scripts/gen-FAQ.pl: Likewise.
44573 * manual/install.texi (Installation): Point to online location of
44575 * Makefile (files-for-dist): Remove FAQ.
44578 2012-05-02 Allan McRae <allan@archlinux.org>
44580 * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
44581 (LDFLAGS-reldepmod5.so): Likewise.
44582 (LDFLAGS-reldep6mod1.so): Likewise.
44583 (LDFLAGS-reldep6mod4.so): Likewise.
44584 (LDFLAGS-reldep8mod3.so): Likewise.
44585 (LDFLAGS-unload4mod1.so): Likewise.
44586 (LDFLAGS-unload4mod2.so): Likewise.
44587 (LDFLAGS-tst-initorder): Likewise.
44588 (LDFLAGS-tst-initordera2.so): Likewise.
44589 (LDFLAGS-tst-initordera3.so): Likewise.
44590 (LDFLAGS-tst-initordera4.so): Likewise.
44591 (LDFLAGS-tst-initorderb2.so): Likewise.
44592 (LDFLAGS-noload): Likewise.
44593 (LDFLAGS-next): Likewise.
44594 (LDFLAGS-order2mod1.so): Likewise.
44595 (LDFLAGS-order2mod2.so): Likewise.
44596 (LDFLAGS-tst-initorder2): Likewise.
44597 (LDFLAGS-tst-initorder2a.so): Likewise.
44598 (LDFLAGS-tst-initorder2b.so): Likewise.
44599 (LDFLAGS-tst-initorder2c.so): Likewise.
44600 * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
44602 2012-05-02 David S. Miller <davem@davemloft.net>
44604 * sysdeps/sparc/fpu/libm-test-ulps: Update.
44606 2012-05-02 Paul Pluzhnikov <ppluzhnikov@google.com>
44609 * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
44611 2012-05-02 Andreas Jaeger <aj@suse.de>
44613 * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
44614 since we manipulate rounding mode.
44615 (CPPFLAGS-test-idouble.c): Likewise.
44616 (CPPFLAGS-test-ifloat.c): Likewise.
44617 (CFLAGS-test-ldouble.c): Likewise.
44618 (CFLAGS-test-double.c): Likewise.
44619 (CFLAGS-test-float.c): Likewise.
44620 (CFLAGS-test-misc.c): Likewise.
44621 (CFLAGS-test-test-fenv.c): Likewise.
44623 2012-05-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
44627 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
44628 comparisons to determine direction to adjust input.
44630 2012-05-01 Roland McGrath <roland@hack.frob.com>
44632 * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
44633 output to the target.
44635 * scripts/localplt.awk: New file.
44636 * elf/Makefile ($(objpfx)check-localplt): Target removed.
44637 (check-localplt-CFLAGS): Variable removed.
44638 ($(all-built-dso:=.jmprel)): New static pattern rule.
44639 (generated): Add those targets.
44640 (localplt-built-dso): New variable.
44641 ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
44643 * elf/check-localplt.c: File removed.
44645 * scripts/check-execstack.awk: New file.
44646 * elf/Makefile ($(objpfx)check-execstack): Target removed.
44647 (check-execstack-CFLAGS): Variable removed.
44648 ($(objpfx)check-execstack.h): Target removed.
44649 ($(objpfx)execstack-default): New target.
44650 (generated): Add that instead of check-execstack.h.
44651 ($(all-built-dso:=.phdr)): New static pattern rule.
44652 (generated): Add those targets.
44653 * elf/check-execstack.c: File removed.
44655 * scripts/check-textrel.awk: New file.
44656 * elf/Makefile ($(objpfx)check-textrel): Target removed.
44657 (check-textrel-CFLAGS): Variable removed.
44658 (all-built-dso): Use := to define.o
44659 ($(all-built-dso:=.dyn)): New static pattern rule.
44660 (generated): Add those targets.
44661 ($(objpfx)check-textrel.out): Use the script on the .dyn files.
44662 * config.make.in (READELF): New substituted variable.
44663 * elf/check-textrel.c: File removed.
44665 2012-05-01 Joseph Myers <joseph@codesourcery.com>
44667 * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44669 * conform/data/ctype.h-data [C99-based standards] (isblank):
44671 (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
44672 (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
44673 [ISO || ISO99 || ISO11] (*_t): Do not allow.
44674 * conform/data/errno.h-data (EDOM): Use macro-int-constant.
44675 Specify type. Require positive value.
44676 (EILSEQ): Likewise.
44677 (ERANGE): Likewise.
44678 [ISO || POSIX] (EILSEQ): Do not expect.
44679 [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
44680 Specify type. Require positive value.
44681 [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
44682 [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
44683 [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
44684 [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
44685 [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
44686 [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
44687 [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
44688 [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
44689 [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
44690 [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
44691 [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
44692 [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
44693 [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
44694 [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
44695 [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
44696 [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
44697 [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
44698 [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
44699 [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
44700 [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
44701 [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
44702 [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
44703 [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
44704 [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
44705 [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
44706 [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
44707 [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
44708 [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
44709 [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
44710 [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
44711 [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
44712 [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
44713 [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
44714 [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
44715 [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
44716 [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
44717 [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
44718 [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
44719 [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
44720 [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
44721 [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
44722 [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
44723 [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
44724 [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
44725 [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
44726 [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
44727 [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
44728 [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
44729 [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
44730 [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
44731 [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
44732 [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
44733 [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
44734 [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
44735 [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
44736 [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
44737 [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
44738 [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
44739 [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
44740 [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
44741 [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
44742 [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
44743 [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
44744 [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
44745 [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
44746 [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
44747 [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
44748 [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
44749 [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
44750 [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
44751 [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
44752 [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
44753 [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
44754 [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
44755 [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
44756 [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
44757 * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
44759 (FLT_ROUNDS): Expect as macro, not constant.
44760 (FLT_MANT_DIG): Use macro-int-constant.
44761 (DBL_MANT_DIG): Likewise.
44762 (LDBL_MANT_DIG): Likewise.
44763 (FLT_DIG): Likewise.
44764 (DBL_DIG): Likewise.
44765 (LDBL_DIG): Likewise.
44766 (FLT_MIN_EXP): Use macro-int-constant. Require < 0.
44767 (DBL_MIN_EXP): Likewise.
44768 (LDBL_MIN_EXP): Likewise.
44769 (FLT_MAX_EXP): Use macro-int-constant.
44770 (DBL_MAX_EXP): Likewise.
44771 (LDBL_MAX_EXP): Likewise.
44772 (FLT_MAX_10_EXP): Likewise.
44773 (DBL_MAX_10_EXP): Likewise.
44774 (LDBL_MAX_10_EXP): Likewise.
44775 (FLT_MAX): Use macro-constant.
44776 (DBL_MAX): Likewise.
44777 (LDBL_MAX): Likewise.
44778 (FLT_EPSILON): Use macro-constant. Give upper bound.
44779 (DBL_EPSILON): Likewise.
44780 (LDBL_EPSILON): Likewise.
44781 (FLT_MIN): Likewise.
44782 (DBL_MIN): Likewise.
44783 (LDBL_MIN): Likewise.
44784 [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
44785 [C99-based standards] (FLT_EVAL_METHOD): Likewise.
44786 [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
44787 [ISO11] (FLT_HAS_SUBNORM): Likewise.
44788 [ISO11] (LDBL_HAS_SUBNORM): Likewise.
44789 [ISO11] (DBL_DECIMAL_DIG): Likewise.
44790 [ISO11] (FLT_DECIMAL_DIG): Likewise.
44791 [ISO11] (LDBL_DECIMAL_DIG): Likewise.
44792 [ISO11] (DBL_TRUE_MIN): Use macro-constant.
44793 [ISO11] (FLT_TRUE_MIN): Likewise.
44794 [ISO11] (LDBL_TRUE_MIN): Likewise.
44795 [ISO || ISO99 || ISO11] (*_t): Do not allow.
44796 * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
44797 (SCHAR_MIN): Use macro-int-constant. Specify type.
44798 (SCHAR_MAX): Likewise.
44799 (UCHAR_MAX): Likewise.
44800 (CHAR_MIN): Likewise.
44801 (CHAR_MAX): Likewise.
44802 (MB_LEN_MAX): Use macro-int-constant.
44803 (SHRT_MIN): Use macro-int-constant. Specify type.
44804 (SHRT_MAX): Likewise.
44805 (USHRT_MAX): Likewise.
44806 (INT_MAX): Likewise.
44807 (INT_MIN): Use macro-int-constant. Specify type. Make upper
44809 (UINT_MAX): Use macro-int-constant. Specify type. Suffix lower
44811 (LONG_MAX): Use macro-int-constant. Specify type. Suffix lower
44813 (LONG_MIN): Use macro-int-constant. Specify type. Make upper
44814 bound negative. Suffix upper bound with "L".
44815 (ULONG_MAX): Use macro-int-constant. Specify type. Suffix lower
44817 [C99-based standards] (LLONG_MIN): Use macro-int-constant.
44819 [C99-based standards] (LLONG_MAX): Likewise.
44820 [C99-based standards] (ULLONG_MAX): Likewise.
44821 * conform/data/stddef.h-data (NULL): Use macro-constant. Require
44823 [ISO11] (max_align_t): Require type.
44824 [ISO || ISO99 || ISO11] (*_t): Do not allow.
44826 * conform/conformtest.pl ($CFLAGS_namespace): Define separately
44827 from $CFLAGS, without defining away __attribute__ calls.
44828 (checknamespace): Use $CFLAGS_namespace.
44830 * conform/conformtest.pl (@keywords): Only include C99 keywords
44831 for standards based on C99 or C11.
44833 * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
44835 * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
44838 * conform/conformtest.pl: Handle "macro-int-constant" and test for
44839 usability of symbols in #if.
44841 * conform/conformtest.pl: If macro or constant types start
44842 "promoted:", expect the symbol to be of the following type
44843 promoted by the integer promotions.
44845 * conform/conformtest.pl: Parse all "constant" and "macro" lines
44846 in one place. Also handle "macro-constant".
44848 * conform/conformtest.pl: Only accept expected macro values with
44849 "==". Parse all "macro" lines in one place.
44850 * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
44852 * conform/conformtest.pl: Handle braced types on "constant" lines
44853 instead of handling "typed-constant".
44854 * conform/data/signal.h-data: Use "constant" instead of
44857 * conform/conformtest.pl: Handle "optional-" at start of lines in
44858 one place rather than duplicating several cases. Handle each
44859 format of "macro" line with initial "optional-".
44861 * conform/conformtest.pl: Only accept expected constant or
44862 optional-constant values with "==". Parse all "constant" lines in
44863 one place. Parse all "optional-constant" lines in one place.
44864 * conform/data/cpio.h-data: Use "==" form on "constant" lines.
44865 * conform/data/fmtmsg.h-data: Likewise.
44866 * conform/data/netinet/in.h-data: Likewise.
44867 * conform/data/tar.h-data: Likewise.
44868 * conform/data/limits.h-data: Use "==" form on "constant" and
44869 "optional-constant" lines.
44871 * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
44872 Use -std=c99 for XOPEN2K.
44873 (@knownproblems): Remove.
44874 (newtoken): Don't check %isknown.
44876 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
44877 Do not expect macro.
44878 [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
44879 [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
44880 [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
44881 [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
44882 [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
44883 [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
44884 [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
44885 [XPG3 || XPG4 || UNIX98] (isless): Likewise.
44886 [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
44887 [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
44888 [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
44889 [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
44890 [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
44891 [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
44892 [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
44893 [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
44894 [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
44895 [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
44896 [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
44897 [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
44898 [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
44899 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
44900 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
44901 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
44902 [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
44903 [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
44904 [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
44905 [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
44906 [XPG3 || XPG4 || UNIX98] (log2): Likewise.
44907 [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
44908 [XPG3] (acosh): Likewise.
44909 [XPG3] (asinh): Likewise.
44910 [XPG3] (atanh): Likewise.
44911 [XPG3] (cbrt): Likewise.
44912 [XPG3] (expm1): Likewise.
44913 [XPG3] (ilogb): Likewise.
44914 [XPG3] (log1p): Likewise.
44915 [XPG3] (logb): Likewise.
44916 [XPG3] (nextafter): Likewise.
44917 [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
44918 [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
44919 [XPG3] (remainder): Likewise.
44920 [XPG3] (rint): Likewise.
44921 [XPG3 || XPG4 || UNIX98] (round): Likewise.
44922 [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
44923 [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
44924 [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
44925 [XPG3 || XPG4 || UNIX98] (lround): Likewise.
44926 [XPG3 || XPG4 || UNIX98] (llround): Likewise.
44927 [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
44928 [UNIX98 || XOPEN2K] (scalb): Expect.
44929 [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
44930 [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
44931 [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
44932 [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
44933 [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
44934 [XPG3 || XPG4 || UNIX98] (fma): Likewise.
44935 [XPG3 || XPG4 || UNIX98] (nan): Likewise.
44936 [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
44937 [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
44938 [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
44939 [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
44940 [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
44941 [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
44942 [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
44943 [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
44944 [XPG3 || XPG4 || UNIX98] (expf): Likewise.
44945 [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
44946 [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
44947 [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
44948 [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
44949 [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
44950 [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
44951 [XPG3 || XPG4 || UNIX98] (logf): Likewise.
44952 [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
44953 [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
44954 [XPG3 || XPG4 || UNIX98] (modff): Likewise.
44955 [XPG3 || XPG4 || UNIX98] (powf): Likewise.
44956 [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
44957 [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
44958 [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
44959 [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
44960 [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
44961 [XPG3 || XPG4 || UNIX98] (erff): Likewise.
44962 [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
44963 [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
44964 [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
44965 [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
44966 [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
44967 [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
44968 [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
44969 [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
44970 [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
44971 [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
44972 [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
44973 [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
44974 [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
44975 [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
44976 [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
44977 [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
44978 [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
44979 [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
44980 [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
44981 [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
44982 [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
44983 [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
44984 [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
44985 [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
44986 [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
44987 [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
44988 [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
44989 [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
44990 [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
44991 [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
44992 [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
44993 [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
44994 [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
44995 [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
44996 [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
44997 [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
44998 [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
44999 [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
45000 [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
45001 [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
45002 [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
45003 [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
45004 [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
45005 [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
45006 [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
45007 [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
45008 [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
45009 [XPG3 || XPG4 || UNIX98] (expl): Likewise.
45010 [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
45011 [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
45012 [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
45013 [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
45014 [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
45015 [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
45016 [XPG3 || XPG4 || UNIX98] (logl): Likewise.
45017 [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
45018 [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
45019 [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
45020 [XPG3 || XPG4 || UNIX98] (powl): Likewise.
45021 [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
45022 [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
45023 [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
45024 [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
45025 [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
45026 [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
45027 [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
45028 [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
45029 [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
45030 [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
45031 [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
45032 [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
45033 [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
45034 [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
45035 [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
45036 [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
45037 [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
45038 [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
45039 [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
45040 [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
45041 [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
45042 [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
45043 [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
45044 [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
45045 [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
45046 [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
45047 [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
45048 [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
45049 [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
45050 [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
45051 [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
45052 [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
45053 [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
45054 [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
45055 [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
45056 [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
45057 [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
45058 [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
45059 [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
45060 [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
45061 [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
45062 [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
45063 [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
45064 [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
45065 [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
45067 * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
45068 _XOPEN_SOURCE_EXTENDED for XPG4.
45070 * conform/conformtest.pl: Handle "symbol" lines for allow-header.
45072 * Makeconfig (localtime): Remove variable.
45073 (inst_localtime-file): Likewise.
45075 2012-05-01 Andreas Schwab <schwab@linux-m68k.org>
45077 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
45079 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
45081 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
45083 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
45085 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
45087 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
45089 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
45091 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
45093 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
45096 2012-05-01 Joseph Myers <joseph@codesourcery.com>
45100 * math/s_nexttowardf.c (__nexttowardf): Use floating-point
45101 comparisons to determine direction to adjust input.
45102 * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
45103 * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
45104 * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
45106 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
45108 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
45110 * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
45111 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
45113 * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
45115 * math/libm-test.inc (nexttoward_test): Add more tests.
45117 2012-05-01 Andreas Schwab <schwab@linux-m68k.org>
45120 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
45121 in version GLIBC_2.1, not GLIBC_2.0.
45122 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
45125 2012-04-30 Joseph Myers <joseph@codesourcery.com>
45128 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
45130 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
45131 * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
45132 * math/libm-test.inc (acos_test): Add more tests.
45133 (asin_test): Likewise.
45134 * sysdeps/i386/fpu/libm-test-ulps: Update.
45135 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45138 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
45140 * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
45141 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
45142 * math/libm-test.inc (acos_test_tonearest): New function.
45143 (acos_test_towardzero): Likewise.
45144 (acos_test_downward): Likewise.
45145 (acos_test_upward): Likewise.
45146 (asin_test_tonearest): Likewise.
45147 (asin_test_towardzero): Likewise.
45148 (asin_test_downward): Likewise.
45149 (asin_test_upward): Likewise.
45150 (main): Call the new functions.
45151 * sysdeps/i386/fpu/libm-test-ulps: Update.
45152 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45156 * math/e_exp10.c: Include <float.h>.
45157 (__ieee754_exp10): Handle underflow here rather than multiplying
45158 large negative argument by M_LN10.
45159 * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
45161 * math/e_exp10l.c: Include <float.h>.
45162 (__ieee754_exp10l): Handle underflow here rather than multiplying
45163 large negative argument by M_LN10l.
45164 * math/libm-test.inc (exp10_test): Add another test. Do not allow
45165 spurious overflow exception on underflow.
45167 2012-04-29 Marek Polacek <polacek@redhat.com>
45169 * misc/sys/cdefs.h (__attribute_artificial__): New macro.
45170 (__fortify_function): New macro.
45171 (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
45172 * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
45173 __extern_always_inline.
45174 * libio/bits/stdio2.h: Likewise.
45175 * libio/bits/stdio.h: Likewise.
45176 * string/string.h: Likewise.
45177 * string/bits/string3.h: Likewise.
45178 * include/stdio.h: Likewise.
45179 * stdlib/bits/stdlib.h: Likewise.
45180 * stdlib/stdlib.h: Likewise.
45181 * rt/bits/mqueue2.h: Likewise.
45182 * rt/mqueue.h: Likewise.
45183 * posix/bits/unistd.h: Likewise.
45184 * posix/unistd.h: Likewise.
45185 * io/bits/poll2.h: Likewise.
45186 * io/bits/fcntl2.h: Likewise.
45187 * io/fcntl.h: Likewise.
45188 * io/sys/poll.h: Likewise.
45189 * misc/bits/syslog.h: Likewise.
45190 * misc/bits/syslog-ldbl.h: Likewise.
45191 * misc/sys/syslog.h: Likewise.
45192 * socket/bits/socket2.h: Likewise.
45193 * socket/sys/socket.h: Likewise.
45194 * debug/tst-chk1.c: Likewise.
45195 * wcsmbs/bits/wchar2.h: Likewise.
45196 * wcsmbs/bits/wchar-ldbl.h: Likewise.
45197 * wcsmbs/wchar.h: Likewise.
45199 2012-04-29 Andreas Jaeger <aj@suse.de>
45201 * Makerules (tests): Remove enable-check-abi protection.
45202 (check-abi-warn): Remove.
45203 (check-abi-%): Remove check-abi-warn usage.
45205 * configure.in: Remove check-abi configure option.
45206 * configure: Regenerated.
45207 * config.make.in (enable-check-abi): Remove.
45209 2012-04-28 Andreas Schwab <schwab@linux-m68k.org>
45212 * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
45213 double functions to double *_finite functions.
45216 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
45217 (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
45219 * stdio-common/Makefile (tests): Add tst-sprintf3.
45220 * stdio-common/tst-sprintf3.c: New file.
45222 * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
45223 ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
45225 2012-04-28 Joseph Myers <joseph@codesourcery.com>
45227 * conform/conformtest.pl: Remove duplicate typed-constant
45230 2012-04-28 David S. Miller <davem@davemloft.net>
45232 * Makerules (%.abilist): Add vpath on sysdep_dirs.
45233 (check-abi-%): Remove AWK script prerequisite and explicit
45235 (check-abi): Rewrite to just diff the symlist with the abilist.
45236 (config-tls, config-abi-config): Delete, no longer used.
45237 (update-abi-%): Remove AWK script and explicit abilist directory.
45238 (update-abi): Rewrite to simply compare and conditionally copy the
45239 symlist and the sysdep abilist file. Remove update-abi-config
45241 * abilist/ld.abilist: Remove.
45242 * abilist/libBrokenLocale.abilist: Remove.
45243 * abilist/libanl.abilist: Remove.
45244 * abilist/libcrypt.abilist: Remove.
45245 * abilist/libdl.abilist: Remove.
45246 * abilist/librt.abilist: Remove.
45247 * abilist/libthread_db.abilist: Remove.
45248 * abilist/libutil.abilist: Remove.
45249 * scripts/extract-abilist.awk: Remove.
45250 * scripts/merge-abilist.awk: Remove.
45251 * sysdeps/generic/libcidn.abilist: New file.
45252 * sysdeps/generic/libnss_compat.abilist: New file.
45253 * sysdeps/generic/libnss_db.abilist: New file.
45254 * sysdeps/generic/libnss_dns.abilist: New file.
45255 * sysdeps/generic/libnss_files.abilist: New file.
45256 * sysdeps/generic/libnss_hesiod.abilist: New file.
45257 * sysdeps/generic/libnss_nis.abilist: New file.
45258 * sysdeps/generic/libnss_nisplus.abilist: New file.
45259 * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
45260 * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
45261 * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
45263 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
45264 * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
45265 * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
45266 * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
45267 * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
45268 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
45269 * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
45270 * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
45271 * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
45273 * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
45274 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
45275 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
45276 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
45278 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
45279 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
45280 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
45281 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
45282 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
45283 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
45285 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
45286 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
45287 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
45289 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
45290 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
45292 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
45294 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
45296 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
45298 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
45300 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
45302 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
45304 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
45306 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
45308 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
45310 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
45312 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
45314 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
45316 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
45318 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
45320 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
45322 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
45324 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
45326 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
45328 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
45330 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
45332 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
45334 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
45336 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
45338 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
45340 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
45342 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
45343 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
45345 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
45347 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
45349 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
45351 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
45353 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
45355 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
45357 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
45359 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
45361 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
45363 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
45365 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
45367 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
45368 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
45370 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
45372 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
45374 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
45376 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
45378 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
45380 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
45382 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
45384 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
45386 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
45388 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
45390 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
45392 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
45393 * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
45394 * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
45396 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
45397 * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
45398 * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
45399 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
45400 * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
45401 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
45402 * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
45403 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
45404 * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
45405 * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
45406 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
45407 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
45409 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
45411 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
45413 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
45415 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
45417 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
45419 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
45421 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
45423 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
45425 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
45427 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
45429 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
45431 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
45432 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
45434 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
45436 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
45438 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
45440 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
45442 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
45444 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
45446 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
45448 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
45450 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
45452 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
45454 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
45457 2012-04-28 Joseph Myers <joseph@codesourcery.com>
45459 * conform/conformtest.pl: Fix typo in handling typed-constant from
45462 2012-04-27 Joseph Myers <joseph@codesourcery.com>
45464 * README: Cut down references to pre-2.6 Linux kernels and
45465 Linuxthreads. Update lists of configurations in libc and ports
45466 and sort alphabetically. Say "or newer" with Linux kernel version
45469 * config.h.in [IS_IN_build]: Allow compiling without optimization.
45471 2012-04-27 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
45474 * math/libm-test.inc (logb_test_downward): New test to expose
45475 erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
45478 2012-04-27 Joseph Myers <joseph@codesourcery.com>
45481 * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
45483 * math/fraiseexcpt.c (__feraiseexcept): Likewise.
45484 * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
45486 2012-04-26 Joseph Myers <joseph@codesourcery.com>
45488 * sysdeps/unix/i386/brk.S: Remove file.
45489 * sysdeps/unix/i386/dl-brk.S: Likewise.
45490 * sysdeps/unix/i386/pipe.S: Likewise.
45491 * sysdeps/unix/i386/sigreturn.S: Likewise.
45492 * sysdeps/unix/i386/syscall.S: Likewise.
45493 * sysdeps/unix/i386/vfork.S: Likewise.
45494 * sysdeps/unix/i386/wait.S: Likewise.
45496 * sysdeps/unix/common/tcsendbrk.c: Move to ...
45497 * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
45499 * configure.in (arm*-none*): Do not allow without
45500 --enable-hacker-mode.
45501 (netbsd*): Remove case setting base_os.
45502 (386bsd*): Likewise.
45503 (freebsd*): Likewise.
45506 (sunos*): Likewise.
45507 (ultrix*): Likewise.
45508 (newsos*): Likewise.
45509 (dynix*): Likewise.
45515 (minix*): Likewise.
45516 (irix4*): Likewise.
45517 (irix6*): Likewise.
45518 (solaris[2-9]*): Likewise.
45520 * configure: Regenerated.
45522 2012-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
45525 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
45526 overflow or cancellation in calculating denominator.
45527 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
45528 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
45529 down expression to avoid unexpected rounding in newer GCCs.
45530 * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
45532 2012-04-26 David S. Miller <davem@davemloft.net>
45534 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
45535 long-double compat symbols.
45536 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
45537 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
45538 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
45539 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
45540 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
45541 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
45542 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
45543 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
45544 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
45545 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
45546 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
45547 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
45548 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45550 2012-04-25 David S. Miller <davem@davemloft.net>
45552 * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
45553 HWCAP_* values only after the memory barriers have been defined.
45554 (atomic_full_barrier): Define.
45555 (atomic_read_barrier): Define.
45556 (atomic_write_barrier): Define.
45558 2012-04-26 Siddhesh Poyarekar <siddhesh@redhat.com>
45560 * shlib-versions: Add libgcc_s version information.
45561 * sysdeps/generic/libgcc_s.h: Remove.
45562 * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
45564 * sysdeps/gnu/unwind-resume.c: Likewise.
45565 * scripts/test-installation.pl: Remove libgcc_s from link_libs.
45567 2012-04-25 David S. Miller <davem@davemloft.net>
45569 * sysdeps/unix/sparc/brk.S: Delete.
45570 * sysdeps/unix/sparc/dl-brk.S: Delete.
45571 * sysdeps/unix/sparc/pipe.S: Delete.
45572 * sysdeps/unix/sparc/sysdep.S: Delete.
45573 * sysdeps/unix/sparc/sysdep.h: Delete.
45574 * sysdeps/unix/sparc/vfork.S: Delete.
45575 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
45576 (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
45577 * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
45578 (ret_ERRVAL, r0, r1, MOVE): Define.
45579 (JUMPTARGET): Remove.
45580 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
45581 sysdeps/unix/sparc/sysdep.h
45582 (ENTRY, END): Remove.
45583 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45585 2012-04-25 Joseph Myers <joseph@codesourcery.com>
45587 * Makerules (native-compile): Use $(BUILD_LDFLAGS).
45588 (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
45591 * timezone/README: Update upstream location and email address for
45593 * timezone/zdump.c: Update from tzcode 2012b.
45594 * timezone/zic.c: Likewise.
45596 * configure.in (libc_cv_as_needed): Remove test.
45597 * configure: Regenerated.
45598 * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
45599 conditional definition.
45600 [$(have-as-needed) != yes] (no-as-needed): Likewise.
45601 [$(have-as-needed) != yes] (libgcc_eh): Likewise.
45602 * config.make.in (have-as-needed): Remove variable.
45604 2012-04-25 Siddhesh Poyarekar <siddhesh@redhat.com>
45605 Paul Pluzhnikov <ppluzhnikov@google.com>
45607 * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
45610 2012-04-25 Chung-Lin Tang <cltang@codesourcery.com>
45612 * sysdeps/sh/memcpy.S: Remove include of endian.h, change
45613 preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
45614 * sysdeps/sh/strlen.S: Likewise.
45616 2012-04-24 Joseph Myers <joseph@codesourcery.com>
45618 * sysdeps/unix/fork.S: Remove file.
45619 * sysdeps/unix/i386/fork.S: Likewise.
45620 * sysdeps/unix/sparc/fork.S: Likewise.
45622 * sysdeps/unix/system.c: Remove file.
45623 * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
45625 * sysdeps/unix/getegid.S: Remove file.
45626 * sysdeps/unix/geteuid.S: Likewise.
45628 2012-04-24 Roland McGrath <roland@hack.frob.com>
45630 * scripts/check-localplt.awk: New file.
45631 * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
45633 * scripts/data/localplt-generic.data: Add a comment.
45635 * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
45636 NODE when __dir_mkfile failed.
45637 * sysdeps/mach/hurd/symlinkat.c: Likewise.
45638 Reported by Ludovic Courtès <ludo@gnu.org>.
45640 2012-04-24 Andreas Jaeger <aj@suse.de>
45642 * Makerules (common-clean): Also remove gen-as-const-headers
45645 2012-04-24 Joseph Myers <joseph@codesourcery.com>
45647 * Makerules (native-compile): Do not change working directory for
45648 build. Use $(OUTPUT_OPTION) in command.
45649 (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
45651 2012-04-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
45654 * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
45655 sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
45656 * math/libm-test.inc (floor_test): Add more tests.
45657 * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
45659 2012-04-24 Joseph Myers <joseph@codesourcery.com>
45661 * sysdeps/unix/getdents.c: Remove file.
45662 * sysdeps/unix/sysv/getdents.c: Likewise.
45663 * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
45665 * sysdeps/unix/syscalls.list (madvise): Add syscall from
45666 sysdeps/unix/mman/syscalls.list.
45668 (mprotect): Likewise.
45670 (munmap): Likewise.
45671 * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
45672 * sysdeps/unix/mman/syscalls.list: Remove.
45673 * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
45675 * configure.in (libc_cv_libgcc_s_suffix): Remove test.
45676 (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
45677 * configure: Regenerated.
45678 * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
45679 $(libgcc_s_suffix).
45680 * config.make.in (libgcc_s_suffix): Remove variable.
45682 2012-04-23 Joseph Myers <joseph@codesourcery.com>
45684 * sysdeps/unix/sysv/gethostname.c: Move to ...
45685 * sysdeps/posix/gethostname.c: ... here.
45687 * sysdeps/unix/execve.S: Remove file.
45689 * sysdeps/unix/_exit.S: Remove file.
45691 2012-04-23 Andreas Jaeger <aj@suse.de>
45694 * manual/Makefile: Remove make dist support, there's no
45695 need for a stand-alone documentation tar ball.
45696 (TEXI2DVI): Define always, it's not in Makeconfig.
45699 (edition): Removed.
45700 (glibc-doc-$(edition).tar): Removed
45704 (ETAGS): Remove, it's in Makeconfig.
45705 (move-if-change): Remove, it's in Makeconfig.
45707 2012-04-23 Paul Eggert <eggert@cs.ucla.edu>
45710 * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
45711 (strtod, strtof, strtold, strtol, strtoul, strtoq)
45712 (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
45713 (strtod_l, strtof_l, strtold_l): Remove __wur.
45714 It is not necessarily an error to ignore strtol's return value.
45715 One can reliably look at the stored endptr to decide whether
45716 the number had valid syntax.
45718 2012-04-21 Andreas Jaeger <aj@suse.de>
45721 * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
45723 2012-04-21 Joseph Myers <joseph@codesourcery.com>
45725 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
45726 * sysdeps/unix/sysv/Versions: Remove file.
45728 2012-04-21 Markus Trippelsdorf <markus@trippelsdorf.de>
45731 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45733 2012-04-21 Nick Alcock <nick.alcock@oracle.com>
45736 * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
45737 version from __vm86.
45739 2012-04-20 Joseph Myers <joseph@codesourcery.com>
45741 * sysdeps/unix/common/lxstat.c: Remove file.
45742 * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
45744 * sysdeps/unix/sysv/Makefile: Remove file.
45746 * sysdeps/unix/sysv/direct.h: Remove file.
45748 * sysdeps/unix/sysv/bits/dirent.h: Remove file.
45749 * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
45750 * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
45751 * sysdeps/unix/sysv/bits/signum.h: Likewise.
45752 * sysdeps/unix/sysv/bits/stat.h: Likewise.
45753 * sysdeps/unix/sysv/bits/utmp.h: Likewise.
45754 * sysdeps/unix/sysv/bits/utsname.h: Likewise.
45756 * sysdeps/unix/sysv/setrlimit.c: Remove file.
45758 * sysdeps/unix/xmknod.c: Remove file.
45759 * sysdeps/unix/syscalls.list (sys_mknod): Remove.
45761 * sysdeps/unix/sysv/settimeofday.c: Remove file.
45763 * sysdeps/unix/sysv/i386/time.S: Remove file.
45765 * sysdeps/unix/fxstat.c: Remove file.
45766 * sysdeps/unix/xstat.c: Likewise.
45767 * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
45769 * sysdeps/unix/sysv/sigaction.c: Remove file.
45771 * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
45772 (sysdep_headers): Remove variable.
45773 [termio.h not in sysdep_headers] (generated): Likewise.
45774 [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
45775 * sysdeps/unix/sysv/sysv_termio.h: Remove file.
45776 * sysdeps/unix/sysv/tcdrain.c: Likewise.
45777 * sysdeps/unix/sysv/tcflow.c: Likewise.
45778 * sysdeps/unix/sysv/tcflush.c: Likewise.
45779 * sysdeps/unix/sysv/tcgetattr.c: Likewise.
45780 * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
45781 * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
45782 * sysdeps/unix/sysv/tcsetattr.c: Likewise.
45783 * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
45785 * sysdeps/unix/siglist.c: Remove file.
45787 * sysdeps/unix/getppid.S: Remove file.
45789 * sysdeps/unix/mkdir.c: Remove file.
45790 * sysdeps/unix/rmdir.c: Likewise.
45792 2012-04-19 Andreas Schwab <schwab@linux-m68k.org>
45794 * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
45796 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
45797 errlist-compat value.
45799 2012-04-18 David S. Miller <davem@davemloft.net>
45801 * sysdeps/generic/memcopy.h (reg_char): Delete.
45802 * debug/strcat_chk.c: Use char, not reg_char.
45803 * debug/strcpy_chk.c: Likewise.
45804 * debug/strncat_chk.c: Likewise.
45805 * debug/strncpy_chk.c: Likewise.
45806 * string/memchr.c: Likewise.
45807 * string/memrchr.c: Likewise.
45808 * string/rawmemchr.c: Likewise.
45809 * string/strcat.c: Likewise.
45810 * string/strchr.c: Likewise.
45811 * string/strchrnul.c: Likewise.
45812 * string/strcmp.c: Likewise.
45813 * string/strcpy.c: Likewise.
45814 * string/strncat.c: Likewise.
45815 * string/strncmp.c: Likewise.
45816 * string/strncpy.c: Likewise.
45818 2012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
45820 * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
45821 __builtin_memcopy is called when src and dest ranges are known to not
45824 2012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
45826 * sysdeps/powerpc/powerpc64/power6/wordcopy.c
45827 (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
45828 fwd_align_merge macro call.
45829 (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
45830 bwd_align_merge macro call.
45831 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
45833 2012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
45835 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
45836 bwd_align_merge macros.
45837 (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
45838 (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
45839 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
45841 2012-04-18 David S. Miller <davem@davemloft.net>
45843 * sysdeps/sparc/sparc64/memcopy.h: Delete.
45845 2012-04-18 Andreas Jaeger <aj@suse.de>
45848 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
45849 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
45850 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
45852 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
45853 * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
45854 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
45856 * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
45857 * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
45858 Adjust for changed ldbl-128 files.
45860 * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
45861 * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
45862 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
45864 2012-04-17 David S. Miller <davem@davemloft.net>
45866 * sysdeps/sparc/sparc32/memcopy.h: Delete.
45868 2012-04-17 Andreas Schwab <schwab@linux-m68k.org>
45870 * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
45871 * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
45872 * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
45873 * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
45874 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
45875 * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
45877 2012-04-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
45880 * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
45881 * math/libm-test.inc: Add ilogb errno and exception tests.
45882 * math/w_ilogb.c: New file: ilogb wrapper.
45883 * math/w_ilogbf.c: New file: ilogbf wrapper.
45884 * math/w_ilogbl.c: New file: ilogbl wrapper.
45885 * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
45886 * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
45887 * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
45888 exception being thrown with 0.0 as argument.
45889 * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
45890 * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
45891 exception being thrown with 0.0 as argument.
45892 * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
45893 * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
45894 exception being thrown with 0.0 as argument.
45895 * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
45896 * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
45897 exception being thrown with 0.0 as argument.
45898 * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
45899 * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
45900 * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
45901 * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
45902 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
45903 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
45904 * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
45905 * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
45906 * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
45908 2012-04-17 Petr Baudis <pasky@ucw.cz>
45910 * include/sys/uio.h: Change __vector to __iovec to avoid clash
45913 2012-04-16 Marek Polacek <polacek@redhat.com>
45915 * elf/pldd-xx.c: Rename static_assert to pldd_assert.
45917 2012-04-16 Marek Polacek <polacek@redhat.com>
45919 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
45920 operands of fdivp instruction.
45922 2012-04-13 H.J. Lu <hongjiu.lu@intel.com>
45924 * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
45925 * elf/tst-auditmod3b.c: Likewise.
45926 * elf/tst-auditmod4b.c: Likewise.
45927 * elf/tst-auditmod5b.c: Likewise.
45928 * elf/tst-auditmod6b.c: Likewise.
45929 * elf/tst-auditmod6c.c: Likewise.
45930 * elf/tst-auditmod7b.c: Likewise.
45931 * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
45932 * sysdeps/x86_64/preconfigure.in: Likewise.
45933 * sysdeps/x86_64/preconfigure: Regenerated.
45935 2012-04-13 H.J. Lu <hongjiu.lu@intel.com>
45937 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
45940 2012-04-13 Antoine Balestrat <merkil33@gmail.com>
45942 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45943 (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
45945 2012-04-13 Chris Leonard <cjlhomeaddress@gmail.com>
45948 * locale/iso-639.def: Fix gl language name. Spotted by
45951 2012-04-12 Roland McGrath <roland@hack.frob.com>
45954 * libio/libio.h (__io_write_fn): Update comment.
45956 2012-04-12 Petr Baudis <pasky@ucw.cz>
45959 * stdio.texi (Hook Functions): The user provided writer function
45960 is not allowed to return -1.
45962 2012-04-11 David S. Miller <davem@davemloft.net>
45964 * sysdeps/sparc/fpu/libm-test-ulps: Update.
45966 2012-04-11 Mike Frysinger <vapier@gentoo.org>
45968 * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
45969 Add a leading slash to rtkaio.
45971 2012-04-11 Jim Meyering <meyering@redhat.com>
45974 * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
45975 It is not necessarily an error to ignore fwrite's return
45976 value. One can reliably use ferror to test for errors after
45979 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
45981 * bits/types.h (__snseconds_t): New type.
45982 * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
45984 * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
45985 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
45986 (__SNSECONDS_T_TYPE): Likewise.
45987 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
45988 (__SNSECONDS_T_TYPE): Likewise.
45989 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
45990 (__SNSECONDS_T_TYPE): Likewise.
45992 2012-04-10 Andreas Jaeger <aj@suse.de>
45995 * manual/time.texi (Processor Time): Return type of times is
45996 elapsed real time since an arbitrary point in the past.
45997 (CPU Time): Move CLK_TCK from here...
45998 (Processor Time): ...to here. Correct description.
45999 * manual/conf.texi (Constants for Sysconf): Correct description of
46002 2012-04-10 David S. Miller <davem@davemloft.net>
46005 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
46006 where the is a gap between DT_REL(A) and DT_JMPREL.
46008 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
46010 * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
46011 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
46012 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
46014 2012-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
46016 * elf/dl-support.c (_dl_inhibit_cache): New variable.
46017 * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
46018 (dl_main): Handle --inhibit-cache.
46019 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
46021 * elf/dl-load.c (_dl_map_object): Use it.
46022 * elf/Makefile: Define SYSCONFDIR when building rtld.c.
46024 2012-04-09 Joseph Myers <joseph@codesourcery.com>
46027 * sysdeps/i386/fpu/e_powl.S (p78): New object.
46028 (__ieee754_powl): Saturate large exponents rather than testing for
46029 overflow of y*log2(x).
46030 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46031 * math/libm-test.inc (pow_test): Do not permit spurious overflow
46035 * math/s_ctan.c: Include <float.h>.
46036 (__ctan): Avoid internal overflow or cancellation in calculating
46038 * math/s_ctanf.c: Likewise.
46039 * math/s_ctanl.c: Likewise.
46040 * math/s_ctanh.c: Likewise.
46041 * math/s_ctanhf.c: Likewise.
46042 * math/s_ctanhl.c: Likewise.
46043 * math/libm-test.inc (ctan_test): Add more tests.
46044 (ctanh_test): Likewise.
46045 * sysdeps/i386/fpu/libm-test-ulps: Update.
46046 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46048 2012-04-09 Andreas Jaeger <aj@suse.de>
46051 * manual/filesys.texi (Directory Entries): Mention that d_namlen
46052 is an optional BSD extension.
46055 * manual/stdio.texi (Opening Streams): Document additional fopen
46058 2012-04-09 Roland McGrath <roland@hack.frob.com>
46060 * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
46061 %eax without telling the compiler.
46063 2012-04-09 Carlos O'Donell <carlos_odonell@mentor.com>
46066 * manual/install.texi: Use sourceware.org.
46068 2012-04-09 Joseph Myers <joseph@codesourcery.com>
46071 * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
46072 (__ieee754_pow): Generate overflow and underflow using huge*huge
46073 and tiny*tiny rather than just returning constant infinity or zero
46074 for large exponents.
46075 * math/libm-test.inc (pow_test): Require overflow exceptions for
46076 applicable cases of large exponents.
46079 * sysdeps/i386/fpu/e_pow.S (p10): New object.
46080 (__ieee754_pow): Use iterative multiplication algorithm only for
46081 integer exponents with absolute value below 1024. Check for odd
46082 integer exponents when using algorithm for real exponents.
46083 * math/libm-test.inc (pow_test): Add more tests.
46084 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46086 2012-04-08 Joseph Myers <joseph@codesourcery.com>
46089 * math/libm-test.inc (exp_test): Do not allow overflow exception
46092 2012-04-08 Aurelien Jarno <aurelien@aurel32.net>
46095 * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
46096 instead of __kernel_standard_f.
46098 2012-04-08 Mike Frysinger <vapier@gentoo.org>
46100 * sysdeps/i386/i686/memset_chk.S: Update copyright year.
46101 * sysdeps/x86_64/memset_chk.S: Likewise.
46103 2012-04-08 Andreas Jaeger <aj@suse.de>
46106 * manual/startup.texi (Environment Access): Describe return value
46107 for putenv and setenv.
46110 * manual/filesys.texi (Directory Entries): Add description for
46114 * manual/filesys.texi (Directory Entries): Clarify that it's file
46115 system not operating system in the description of DT_UNKNOWN.
46118 * manual/syslog.texi (closelog): Fix reference, it's openlog.
46120 2012-04-08 Stephen Compall <s11@member.fsf.org>
46123 * manual/llio.texi (Opening and Closing Files): Add cross
46124 reference to explain mode argument.
46126 2012-04-07 Mike Frysinger <vapier@gentoo.org>
46128 * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
46129 * sysdeps/x86_64/memset_chk.S: Likewise.
46131 2012-04-07 David S. Miller <davem@davemloft.net>
46133 * elf/elf.h (R_SPARC_WDISP10): Define.
46134 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
46136 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
46137 R_SPARC_SIZE64 and R_SPARC_H34.
46139 2012-04-07 Carlos O'Donell <carlos_odonell@mentor.com>
46141 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
46142 conditions and remove no longer applicable assertion.
46144 2012-04-06 H.J. Lu <hongjiu.lu@intel.com>
46146 * bits/byteswap.h: Include <features.h>.
46147 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
46148 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
46150 2012-04-06 H.J. Lu <hongjiu.lu@intel.com>
46152 * bits/byteswap.h (__bswap_16): Removed.
46153 Include <bits/byteswap-16.h> to get __bswap_16.
46154 * sysdeps/i386/bits/byteswap.h: Likewise.
46155 * sysdeps/s390/bits/byteswap.h: Likewise.
46156 * sysdeps/x86_64/bits/byteswap.h: Likewise.
46157 * bits/byteswap-16.h: New file.
46158 * sysdeps/i386/bits/byteswap-16.h: Likewise.
46159 * sysdeps/s390/bits/byteswap-16.h: Likewise.
46160 * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
46161 * string/Makefile (headers): Add bits/byteswap-16.h.
46163 2012-04-06 Paul Pluzhnikov <ppluzhnikov@google.com>
46166 * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
46168 * nss/Makefile (tests-static, tests): Add tst-nss-static.
46169 * nss/tst-nss-static.c: New.
46171 2012-04-06 Robert Millan <rmh@gnu.org>
46174 * manual/llio.texi (File Position Primitive): lseek
46175 refers to WHENCE when it really means OFFSET.
46177 2012-04-06 Andreas Jaeger <aj@suse.de>
46179 * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
46180 strncmp declarations.
46182 * abilist/libc.abilist: Add __poll and __ppoll.
46184 2012-04-05 David S. Miller <davem@davemloft.net>
46186 * scripts/check-local-headers.sh: Accept a host triplet in the
46187 path matched by the exclude regexp.
46189 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
46191 * sysdeps/powerpc/powerpc32/dl-machine.h
46192 (ELF_MACHINE_PLTREL_OVERLAP): Delete.
46193 * sysdeps/s390/s390-32/dl-machine.h
46194 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46195 * sysdeps/sparc/sparc32/dl-machine.h
46196 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46197 * sysdeps/sparc/sparc64/dl-machine.h
46198 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46200 * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
46202 * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
46203 undefined symbol errors.
46205 * elf/rtld.c (dl_main): Skip VDSO when checking for unused
46208 2012-04-05 Michael Matz <matz@suse.de>
46211 * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
46213 2012-04-05 Andreas Jaeger <aj@suse.de>
46216 * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
46219 2012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
46221 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
46222 which ROUND is no valid rounding mode.
46224 2012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
46226 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
46228 * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
46230 2012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
46232 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
46233 an exception using FPU order intentionally.
46235 2012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
46237 * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
46238 * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
46239 * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
46240 * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
46242 2012-04-05 Simon Josefsson <simon@josefsson.org>
46245 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
46246 EINVAL when BUFLEN is too smal.
46248 2012-04-05 Thomas Schwinge <thomas@codesourcery.com>
46251 * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
46252 * sysdeps/mach/powerpc/machine-lock.h: Likewise.
46254 2012-04-03 Andreas Jaeger <aj@suse.de>
46257 * manual/setjmp.texi (System V contexts): Fix sentence.
46260 * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
46261 New macro for this case.
46262 [!__GNUC__] (__bswap_64): New inline function for this case.
46263 * sysdeps/x86_64/bits/byteswap.h: Likewise.
46264 * bits/byteswap.h: Likewise.
46265 * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
46266 ull, guard with __GLIBC_HAVE_LONG_LONG.
46268 * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
46269 __GLIBC_HAVE_LONG_LONG.
46271 * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
46272 Include <features.h> for __GLIBC_HAVE_LONG_LONG.
46274 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
46277 * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
46278 inptr and inend, rather than using last_ch.
46280 2012-04-02 David S. Miller <davem@davemloft.net>
46282 With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
46283 * stdio-common/printf-parse.h (read_int): Change return type to
46284 'int', return -1 on INT_MAX overflow.
46285 * stdio-common/vfprintf.c (vfprintf): Validate width and precision
46286 against overflow of INT_MAX. Set errno to EOVERFLOW when 'done'
46287 overflows INT_MAX. Check for overflow of in-format-string precision
46288 values properly. Use EOVERFLOW rather than ERANGE throughout. Use
46289 SIZE_MAX not INT_MAX for integer overflow test.
46290 * stdio-common/printf-parsemb.c: If read_int signals an overflow,
46291 skip the construct in the format string but do not record anything.
46292 * stdio-common/bug22.c: Adjust to test both width/prevision
46293 INT_MAX overflow as well as total length INT_MAX overflow. Check
46294 explicitly for proper errno values.
46296 2012-04-02 Thomas Schwinge <thomas@codesourcery.com>
46298 * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
46300 * string/test-strcmp.c [! WIDE]: Likewise.
46301 * time/tst-mktime2.c: Likewise for INT_MAX.
46302 * string/test-string.h: #include <sys/param.h> for MIN.
46304 * csu/init-first.c (__libc_init_first): Call __ctype_init.
46305 * sysdeps/i386/init-first.c (init): Likewise.
46306 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
46307 * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
46308 * sysdeps/sh/init-first.c (init): Likewise.
46310 2012-04-01 Ulrich Drepper <drepper@gmail.com>
46312 * po/ru.po: Update from translation team.
46313 * po/vi.po: Likewise.
46315 2012-03-31 Siddhesh Poyarekar <siddhesh@redhat.com>
46317 * resolv/nss_dns/dns-host.c: Merge copyright years.
46319 2012-03-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
46321 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
46322 Optimize memcpy with prefetch if
46323 DATA_CACHE_SIZE_HALF <= len < SHARED_CACHE_SIZE_HALF and
46324 src, dst pointers have unequal 16 byte alignments.
46326 2012-03-30 Siddhesh Poyarekar <siddhesh@redhat.com>
46329 * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
46330 from a CNAME entry and return the minimum ttl for the query.
46331 (gaih_getanswer_slice): Likewise.
46333 2012-03-30 Jeff Law <law@redhat.com>
46335 * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
46337 * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
46338 * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
46340 * resolv/nss_dns/dns-host.c: Update copyright year.
46342 2012-03-30 Ulrich Drepper <drepper@gmail.com>
46344 * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
46345 requests to save a system call. Fix check that all bytes are sent.
46347 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
46348 comments for sendmmsg.
46350 2012-03-30 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
46353 * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
46354 with only 1 character between 0x0041 and 0x01b0.
46355 * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
46356 * wcsmbs/tst-mbsnrtowcs.c: New file.
46358 2012-03-29 David S. Miller <davem@davemloft.net>
46360 * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
46361 small copies by hand.
46363 2012-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
46366 * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
46367 (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
46370 2012-03-28 David S. Miller <davem@davemloft.net>
46372 * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
46373 that branches into memcpy.
46374 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
46375 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
46376 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
46377 * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
46378 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
46380 * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
46381 implementation too.
46382 * sysdeps/sparc/mempcpy.S: New file.
46384 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
46385 the IFUNC routine in the libc case.
46386 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
46388 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
46389 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
46390 * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
46391 * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
46392 * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
46393 * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
46394 * sysdeps/sparc/sparc64/rtld-memset.c: New file.
46395 * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
46397 * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
46398 loop to 256 bytes instead of 64 bytes and fix test signedness.
46400 * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
46401 * sysdeps/sparc/sparc32/Makefile: rather than here...
46402 * sysdeps/sparc/sparc64/Makefile: and here.
46404 2012-03-28 Ulrich Drepper <drepper@gmail.com>
46406 * malloc/mallocbug.c: Avoid warnings about unused variables.
46408 2012-02-22 Siddhesh Poyarekar <siddhesh@redhat.com>
46411 * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
46412 in the right place. Discard and retry query if response is
46413 larger than input buffer size.
46415 2012-03-28 Joseph Myers <joseph@codesourcery.com>
46420 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
46421 x for large integer exponent.
46422 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
46423 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise. Adjust
46424 sign of result as needed afterwards.
46425 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
46426 * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
46427 result for underflowing pow the same as for overflow.
46428 (__kernel_standard_l): Handle powl overflow and underflow here
46429 rather than calling __kernel_standard.
46430 * math/libm-test.inc (pow_test): Add more tests.
46445 * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
46446 * sysdeps/ieee754/k_standard.c: Include <float.h>.
46447 (__kernel_standard_l): New function.
46448 * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
46450 * math/w_acosl.c (__acosl): Likewise.
46451 * math/w_asinl.c (__asinl): Likewise.
46452 * math/w_atan2l.c (__atan2l): Likewise.
46453 * math/w_atanhl.c (__atanhl): Likewise.
46454 * math/w_coshl.c (__coshl): Likewise.
46455 * math/w_exp10l.c (__exp10l): Likewise.
46456 * math/w_exp2l.c (__exp2l): Likewise.
46457 * math/w_fmodl.c (__fmodl): Likewise.
46458 * math/w_hypotl.c (__hypotl): Likewise.
46459 * math/w_j0l.c (__j0l, __y0l): Likewise.
46460 * math/w_j1l.c (__j1l, __y1l): Likewise.
46461 * math/w_jnl.c (__jnl, __ynl): Likewise.
46462 * math/w_lgammal.c (__lgammal): Likewise.
46463 * math/w_log10l.c (__log10l): Likewise.
46464 * math/w_log2l.c (__log2l): Likewise.
46465 * math/w_logl.c (__logl): Likewise.
46466 * math/w_powl.c (__powl): Likewise.
46467 * math/w_remainderl.c (__remainderl): Likewise.
46468 * math/w_scalbl.c (sysv_scalbl): Likewise.
46469 * math/w_sinhl.c (__sinhl): Likewise.
46470 * math/w_sqrtl.c (__sqrtl): Likewise.
46471 * math/w_tgammal.c (__tgammal): Likewise.
46472 * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
46473 * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
46474 * math/libm-test.inc (acos_test): Add more tests.
46475 (acosh_test): Likewise.
46476 (asin_test): Likewise.
46477 (atanh_test): Likewise.
46478 (exp_test): Likewise.
46479 (exp10_test): Likewise.
46480 (exp2_test): Likewise.
46481 (expm1_test): Likewise.
46482 (lgamma_test): Likewise.
46483 (log_test): Likewise.
46484 (log10_test): Likewise.
46485 (log1p_test): Likewise.
46486 (log2_test): Likewise.
46487 (pow_test): Do not allow some spurious overflow exceptions.
46488 (sqrt_test): Add more tests.
46489 (tgamma_test): Likewise.
46490 (y0_test): Likewise.
46491 (y1_test): Likewise.
46492 (yn_test): Likewise.
46494 2012-03-27 Anton Blanchard <anton@samba.org>
46496 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
46498 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
46499 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
46500 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
46502 2012-03-27 David S. Miller <davem@davemloft.net>
46504 * conform/Makefile: Run run-conformtest.sh using $(BASH).
46506 * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
46507 have-as-vis3 check.
46509 2012-03-27 Andreas Jaeger <aj@suse.de>
46511 * sysdeps/x86_64/elf/configure.in: Moved to ...
46512 * sysdeps/x86_64/configure.in: ... here.
46513 * sysdeps/x86_64/elf/start.S: Moved to ...
46514 * sysdeps/x86_64/start.S: ... here.
46515 * sysdeps/x86_64/elf/configure: Delete.
46517 * sysdeps/x86_64/configure.in: Merge contents from
46518 sysdeps/i386/configure.in (without i686 check).
46520 * sysdeps/i386/elf/Versions: Merge into ...
46521 * sysdeps/i386/Versions: ... this.
46522 * sysdeps/i386/elf/Versions: Delete file.
46523 * sysdeps/i386/elf/start.S: Moved to ...
46524 * sysdeps/i386/start.S: ...here.
46525 * sysdeps/i386/elf/configure.in: Merge into...
46526 * sysdeps/i386/configure.in: ...here.
46527 * sysdeps/i386/elf/configure.in: Delete file.
46528 * sysdeps/i386/elf/configure: Delete file.
46530 * sysdeps/generic/elf/backtracesyms.c: Moved to ...
46531 * debug/backtracesyms.c: ... here.
46532 * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
46533 * debug/backtracesymsfd.c: ... here.
46534 * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
46535 * sysdeps/generic/ifunc-sel.h: ... here.
46537 * sysdeps/unix/i386/start.c: Delete file.
46538 * sysdeps/unix/sparc/start.c: Delete file.
46539 * sysdeps/unix/start.c: Delete file.
46541 * sysdeps/sh/elf/configure.in: Moved to ...
46542 * sysdeps/sh/configure.in: ... here.
46543 * sysdeps/sh/elf/start.S: Moved to ...
46544 * sysdeps/sh/start.S: ... here.
46545 * sysdeps/sh/elf/configure: Delete file.
46547 * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
46548 * sysdeps/powerpc/powerpc64/bzero.S: ... here.
46549 * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
46550 * sysdeps/powerpc/powerpc64/entry.h: ... here.
46551 * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
46552 * sysdeps/powerpc/powerpc64/start.S: here.
46553 * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
46554 * sysdeps/powerpc/powerpc64/Makefile: ... this.
46555 * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
46556 * sysdeps/powerpc/powerpc64/configure.in: ... this.
46557 * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
46559 * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
46560 * sysdeps/powerpc/powerpc32/bzero.S: ... here.
46561 * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
46562 * sysdeps/powerpc/powerpc32/start.S: ... here.
46563 * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
46564 * sysdeps/powerpc/powerpc32/configure.in: ... this.
46565 * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
46567 * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
46568 * sysdeps/powerpc/ifunc-sel.h: ... here.
46569 * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
46570 * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
46572 * sysdeps/sparc/elf/configure.in: Moved to ...
46573 * sysdeps/sparc/configure.in: ... here.
46574 * sysdeps/sparc/elf/configure: Delete file.
46575 * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
46576 * sysdeps/sparc/sparc32/start.S: ... here.
46577 * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
46578 * sysdeps/sparc/sparc64/start.S: ... here.
46579 * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
46580 * sysdeps/sparc/sparc32/Makefile: ... this.
46581 * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
46582 * sysdeps/sparc/sparc64/Makefile: ... this.
46584 * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
46585 * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
46586 * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
46587 * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
46588 * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
46589 * sysdeps/s390/s390-32/setjmp.S: ... here.
46590 * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
46591 * sysdeps/s390/s390-32/configure.in: ... here.
46592 * sysdeps/s390/s390-32/elf/configure: Delete file.
46593 * sysdeps/s390/s390-32/elf/start.S: Moved to ...
46594 * sysdeps/s390/s390-32/start.S: ... here.
46596 * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
46597 * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
46598 * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
46599 * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
46600 * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
46601 * sysdeps/s390/s390-64/setjmp.S: ... here.
46602 * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
46603 * sysdeps/s390/s390-64/configure.in: ... here
46604 * sysdeps/s390/s390-64/elf/configure: Delete file.
46605 * sysdeps/s390/s390-64/elf/start.S: Moved to ...
46606 * sysdeps/s390/s390-64/start.S: ... here.
46607 * sysdeps/s390/s390-64/elf/configure: Delete.
46609 * configure.in: Remove support for elf directories in sysdeps.
46611 * configure: Regenerated.
46612 * sysdeps/i386/configure: Regenerated.
46613 * sysdeps/powerpc/powerpc32/configure: Regenerated.
46614 * sysdeps/powerpc/powerpc64/configure: Regenerated.
46615 * sysdeps/s390/s390-32/configure: Regenerated.
46616 * sysdeps/s390/s390-64/configure: Regenerated.
46617 * sysdeps/sh/configure: Regenerated.
46618 * sysdeps/sparc/configure: Regenerated.
46619 * sysdeps/x86_64/configure: Regenerated.
46621 2012-03-26 Andreas Schwab <schwab@linux-m68k.org>
46623 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46625 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
46626 denormal result into account.
46628 2012-03-25 Roland McGrath <roland@hack.frob.com>
46630 * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
46631 Reported by Allan McRae <allan@archlinux.org>.
46633 2012-03-23 Jeff Law <law@redhat.com>
46635 * nss/getnssent.c (__nss_getent): Fix typo.
46637 2012-03-23 David S. Miller <davem@davemloft.net>
46639 * sysdeps/sparc/fpu/libm-test-ulps: Update.
46641 2012-03-23 H.J. Lu <hongjiu.lu@intel.com>
46643 * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
46644 to pad to uint64_t for each field.
46645 (dl_tls_index): Replace unsigned long with uint64_t.
46647 2012-03-23 Daniel Jacobowitz <dmj@google.com>
46648 Paul Pluzhnikov <ppluzhnikov@google.com>
46651 * grp/Makefile (otherlibs): Don't set it.
46652 * inet/Makefile (otherlibs): Likewise.
46653 * login/Makefile (otherlibs): Likewise.
46654 * nscd/Makefile (otherlibs): Likewise.
46655 * posix/Makefile (otherlibs): Likewise.
46656 * pwd/Makefile (otherlibs): Likewise.
46657 * rt/Makefile (otherlibs): Likewise.
46658 * sunrpc/Makefile (otherlibs): Likewise.
46659 * nss/Makefile (otherlibs): Likewise.
46660 Add libnss_files to routines and static-only-routines.
46661 ($(objpfx)getent): Remove rule.
46662 * resolv/Makefile: Add libnss_dns and libresolv to routines and
46663 static-only-routines.
46665 2012-03-22 Joseph Myers <joseph@codesourcery.com>
46668 * math/s_cexp.c: Include <float.h>.
46669 (__cexp): Handle exp result overflowing not necessarily
46670 overflowing both real and imaginary parts of result.
46671 * math/s_cexpf.c: Likewise.
46672 * math/s_cexpl.c: Likewise.
46673 * math/libm-test.inc (cexp_test): Add more tests.
46674 * sysdeps/i386/fpu/libm-test-ulps: Update.
46675 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46677 2012-03-22 H.J. Lu <hongjiu.lu@intel.com>
46679 * include/link.h (ELFW): New macro.
46680 * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
46681 Replace ELF64_R_TYPE with ELFW(R_TYPE).
46683 2012-03-22 H.J. Lu <hongjiu.lu@intel.com>
46685 * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
46688 2012-03-22 H.J. Lu <hongjiu.lu@intel.com>
46690 * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
46692 (struct La_x32_retval): Likewise.
46694 2012-03-22 H.J. Lu <hongjiu.lu@intel.com>
46696 * sysdeps/x86_64/preconfigure.in: New file.
46697 * sysdeps/x86_64/preconfigure: New generated file.
46699 2012-03-22 Joseph Myers <joseph@codesourcery.com>
46702 * math/e_exp2l.c: Include <float.h>.
46703 (__ieee754_exp2l): Handle overflow and underflow cases
46704 separately. Only pass fractional part of argument to
46706 * math/libm-test.inc (exp2_test): Add more tests.
46708 * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
46709 negating x to take absolute value.
46710 * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
46712 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
46713 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
46715 * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
46716 computing low part if x was negated.
46717 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
46719 2012-03-21 H.J. Lu <hongjiu.lu@intel.com>
46721 * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
46722 la_x32_gnu_pltexit.
46723 (pltexit): Cast int_retval to ptrdiff_t.
46724 * elf/tst-auditmod3b.c: Likewise.
46725 * elf/tst-auditmod4b.c: Likewise.
46726 * elf/tst-auditmod5b.c: Likewise.
46727 * elf/tst-auditmod6b.c: Likewise.
46728 * elf/tst-auditmod6c.c: Likewise.
46729 * elf/tst-auditmod7b.c: Likewise.
46731 * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
46732 and x32_gnu_pltexit.
46734 * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
46735 __ELF_NATIVE_CLASS.
46736 (La_x32_regs): New macro.
46737 (La_x32_retval): Likewise.
46738 (la_x32_gnu_pltenter): New function prototype.
46739 (la_x32_gnu_pltexit): Likewise.
46741 2012-03-21 Andreas Schwab <schwab@linux-m68k.org>
46743 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
46746 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
46748 * configure.in (libc_cv_cc_nofma): Check for option to disable
46749 generation of FMA instructions.
46750 * configure: Regenerate.
46751 * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
46752 * sysdeps/ieee754/dbl-64/Makefile: New file.
46753 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
46754 Remove brandred-fma4.
46755 (CFLAGS-brandred-fma4.c): Remove.
46756 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
46757 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
46759 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
46762 2012-03-21 H.J. Lu <hongjiu.lu@intel.com>
46764 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
46765 LLONG_MAX != LONG_MAX.
46766 (_itoa_word): Use _ITOA_WORD_TYPE on value.
46767 (_fitoa_word): Likewise.
46768 * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
46769 LLONG_MAX != LONG_MAX.
46770 * stdio-common/_itowa.h: Include <_itoa.h>.
46771 (_itowa_word): Use _ITOA_WORD_TYPE on value.
46772 (_itowa): New macro. Defined only if _ITOA_NEEDED is false.
46773 * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro. Defined
46774 only if not defined.
46775 (_ITOA_WORD_TYPE): Likewise.
46776 (_itoa_word): Use _ITOA_WORD_TYPE on value.
46777 Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
46779 2012-03-21 David S. Miller <davem@davemloft.net>
46781 * sysdeps/sparc/fpu/libm-test-ulps: Update.
46783 2012-03-21 H.J. Lu <hongjiu.lu@intel.com>
46785 * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
46786 of x86_64 when setting libc_cv_slibdir, libdir and
46788 * sysdeps/unix/sysv/linux/configure: Regenerated.
46790 2012-03-21 Joseph Myers <joseph@codesourcery.com>
46792 * manual/lang.texi (Old Varargs): Remove section.
46793 (How Variadic): Update menu.
46794 (va_start): Do not mention varargs.h.
46796 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
46797 Joseph Myers <joseph@codesourcery.com>
46799 * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
46801 * configure: Regenerated.
46803 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
46805 * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
46806 * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
46809 2012-03-21 Joseph Myers <joseph@codesourcery.com>
46812 * Makefile (files-for-dist): Remove NOTES.
46813 (NOTES): Remove rule.
46814 * README: Don't refer to NOTES.
46815 * manual/creature.texi: Don't include macros.texi.
46816 * manual/intro.texi (creature.texi): Remove comment referring to
46819 * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
46820 * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
46821 * configure: Regenerated.
46822 * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
46823 LIBC_TRY_CC_OPTION.
46824 (libc_cv_as_i686): Likewise.
46825 (libc_cv_cc_avx): Likewise.
46826 (libc_cv_cc_sse2avx): Likewise.
46827 (libc_cv_cc_fma4): Likewise.
46828 (libc_cv_cc_novzeroupper): Likewise.
46829 * sysdeps/i386/configure: Regenerated.
46832 * sysdeps/i386/fpu/s_cexp.S: Remove.
46833 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46834 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46835 * math/libm-test.inc (cexp_test): Add more tests.
46836 * sysdeps/i386/fpu/libm-test-ulps: Update.
46837 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46839 2012-03-21 Allan McRae <allan@archlinux.org>
46841 * timezone/Makefile: Do not install iso3166.tab and zone.tab
46843 2012-03-21 Joseph Myers <joseph@codesourcery.com>
46846 * math/w_exp2.c: Do not include <float.h>.
46847 (o_threshold, u_threshold): Remove.
46848 (__exp2): Calculate result before checking finiteness and calling
46850 * math/w_exp2f.c: Likewise.
46851 * math/w_exp2l.c: Likewise.
46852 * math/libm-test.inc (exp2_test): Require overflow exception for
46856 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
46857 range of signed 64-bit integers before using fistpll. Remove
46858 checks for whether integers fit in mantissa bits.
46859 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
46860 the range of signed 32-bit integers before using fistpl. Remove
46861 checks for whether integers fit in mantissa bits.
46862 * sysdeps/i386/fpu/e_powl.S (p64): New object.
46863 (__ieee754_powl): Test for y outside the range of signed 64-bit
46864 integers before using fistpll. Reduce 64-bit values to 63-bit
46866 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
46867 divide-by-zero is raised for zero to large negative powers.
46868 * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
46869 (__ieee754_powl): Test for y outside the range of signed 64-bit
46870 integers before using fistpll. Reduce 64-bit values to 63-bit
46872 * math/libm-test.inc (pow_test): Add more tests.
46874 2012-03-20 H.J. Lu <hongjiu.lu@intel.com>
46876 * debug/backtracesymsfd.c: Include <_itoa.h> instead of
46877 <stdio-common/_itoa.h>.
46878 * debug/segfault.c: Likewise.
46879 * elf/dl-cache.c: Likewise.
46880 * elf/dl-minimal.c: Likewise.
46881 * elf/dl-misc.c: Likewise.
46882 * elf/dl-sysdep.c: Likewise.
46883 * elf/dl-version.c: Likewise.
46884 * elf/rtld.c: Likewise.
46885 * hurd/hurdsock.c: Likewise.
46886 * hurd/lookup-retry.c: Likewise.
46887 * malloc/malloc.c: Likewise.
46888 * malloc/mtrace.c: Likewise.
46889 * nscd/nscd_getgr_r.c: Likewise.
46890 * nscd/nscd_getpw_r.c: Likewise.
46891 * nscd/nscd_getserv_r.c: Likewise.
46892 * posix/getopt_init.c: Likewise.
46893 * posix/wordexp.c: Likewise.
46894 * stdio-common/_itoa.c: Likewise.
46895 * stdio-common/printf_fphex.c: Likewise.
46896 * stdio-common/vfprintf.c: Likewise.
46897 * string/_strerror.c: Likewise.
46898 * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
46899 * sysdeps/i386/i686/hp-timing.h: Likewise.
46900 * sysdeps/mach/_strerror.c: Likewise.
46901 * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
46902 * sysdeps/mach/hurd/sethostid.c: Likewise.
46903 * sysdeps/mach/hurd/xmknodat.c: Likewise.
46904 * sysdeps/mach/xpg-strerror.c: Likewise.
46905 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
46906 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
46907 * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
46908 * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
46909 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
46910 * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
46911 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
46912 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
46913 * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
46914 * sysdeps/unix/sysv/linux/futimes.c: Likewise.
46915 * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
46916 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
46917 * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
46918 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
46919 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
46920 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
46921 * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
46922 * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
46923 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
46924 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
46925 * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
46927 * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
46929 * stdio-common/_itoa.h: Moved to ...
46930 * sysdeps/generic/_itoa.h: Here.
46932 * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
46934 * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
46935 instead of "_itoa.h" and "_itowa.h".
46936 * stdio-common/vfprintf.: Likewise.
46938 2012-03-20 H.J. Lu <hongjiu.lu@intel.com>
46940 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
46942 (__signbitf): Check __x86_64__ instead of __WORDSIZE.
46943 (__signbit): Likwise.
46944 (llrintf): Likwise.
46947 2012-03-20 H.J. Lu <hongjiu.lu@intel.com>
46949 * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
46952 2012-03-20 Joseph Myers <joseph@codesourcery.com>
46954 * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
46955 OVERFLOW_EXCEPTION_OK.
46956 * math/libm-test.inc ("Philosophy"): Update comment about
46958 (OVERFLOW_EXCEPTION): Define.
46959 (OVERFLOW_EXCEPTION_OK): Likewise.
46960 (INVALID_EXCEPTION_OK): Renumber.
46961 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
46962 (IGNORE_ZERO_INF_SIGN): Likewise.
46963 (test_exceptions): Handle FE_OVERFLOW.
46964 (exp10_test): Expect overflow exceptions.
46965 (exp2_test): Likewise.
46966 (expm1_test): Likewise.
46967 (nextafter_test): Likewise.
46968 (pow_test): Likewise.
46969 (scalbn_test): Likewise.
46970 (scalbln_test): Likewise.
46972 2012-03-19 H.J. Lu <hongjiu.lu@intel.com>
46974 * sysdeps/x86_64/bits/atomic.h
46975 (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
46977 (atomic_exchange_acq): Likewise.
46978 (__arch_exchange_and_add_body): Likewise.
46979 (__arch_add_body): Likewise.
46980 (atomic_add_negative): Likewise.
46981 (atomic_add_zero): Likewise.
46983 2012-03-19 H.J. Lu <hongjiu.lu@intel.com>
46985 * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
46986 (fenv_t): Check __x86_64__ instead of __WORDSIZE.
46988 2012-03-19 H.J. Lu <hongjiu.lu@intel.com>
46990 * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
46991 Check __x86_64__ instead of __WORDSIZE.
46993 2012-03-19 H.J. Lu <hongjiu.lu@intel.com>
46995 * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
46997 2012-03-19 David S. Miller <davem@davemloft.net>
46999 * sysdeps/sparc/fpu/libm-test-ulps: Update.
47001 * sysdeps/sparc/fpu/fenv_private.h: New file.
47002 * sysdeps/sparc/fpu/math_private.h: Use it.
47003 (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
47005 (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
47006 (libc_feholdexcept_setroundl): Remove.
47007 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
47009 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
47010 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
47012 2012-03-19 H.J. Lu <hongjiu.lu@intel.com>
47014 * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
47015 int64_t instead of long int.
47016 (INSERT_WORDS64): Likwise.
47018 2012-03-19 H.J. Lu <hongjiu.lu@intel.com>
47020 * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
47021 _Unwind_GetCFA return to _Unwind_Ptr first.
47023 2012-03-19 Joseph Myers <joseph@codesourcery.com>
47026 * math/s_clog.c: Include <float.h>.
47027 (__clog): Scale large or subnormal inputs.
47028 * math/s_clogf.c: Likewise.
47029 * math/s_clogl.c: Likewise.
47030 * math/s_clog10.c: Include <float.h>.
47031 (M_LOG10_2): Define.
47032 (__clog10): Scale large or subnormal inputs.
47033 * math/s_clog10f.c: Likewise.
47034 * math/s_clog10l.c: Likewise.
47035 * math/libm-test.inc (clog_test): Add more tests.
47036 (clog10_test): Likewise.
47037 * sysdeps/i386/fpu/libm-test-ulps: Update.
47038 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47041 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
47043 * math/libm-test.inc (atan2_test): Add another test.
47045 * Makerules (common-objdir-compile): Remove.
47046 * sysdeps/unix/Makefile (config-generated): Do not add
47047 $(unix-generated) to variable.
47048 [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
47049 [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
47051 [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
47053 [generic bits/local_lim.h] (before-compile): Do not append to
47055 [generic bits/local_lim.h] (common-generated): Likewise.
47056 [generic sys/param.h] (before-compile): Do not append to variable.
47057 [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
47058 [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
47059 [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
47060 [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
47062 [generic sys/param.h] (sys/param.h-includes): Remove variable.
47063 [generic sys/param.h] (sys/param.h-includes): Remove rule.
47064 [generic sys/param.h] ($(addprefix
47065 $(common-objpfx),$(sys/param.h-includes))): Likewise.
47066 [generic sys/param.h] (common-generated): Do not append to
47068 [generic sys/param.h] (sysdep_headers): Likewise.
47069 [generic bits/errno.h] (before-compile): Do not append to
47071 [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
47073 [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
47074 [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
47075 [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
47076 [generic bits/errno.h] (common-generated): Do not append to
47078 [generic bits/ioctls.h] (before-compile): Do not append to
47080 [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
47082 [generic bits/ioctls.h] (ioctl-includes): Remove variable.
47083 [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
47084 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
47086 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
47087 [generic bits/ioctls.h] (bits_termios.h): Remove variable.
47088 [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
47089 [generic bits/ioctls.h] (common-generated): Do not append to
47091 [generic sys/syscall.h] (syscall.h): Remove variable.
47092 [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
47094 [generic sys/syscall.h] (before-compile): Do not append to
47096 [generic sys/syscall.h] (common-generated): Likewise.
47097 * sysdeps/unix/errnos-tmpl.c: Remove file.
47098 * sysdeps/unix/errnos.awk: Likewise.
47099 * sysdeps/unix/ioctls-tmpl.c: Likewise.
47100 * sysdeps/unix/ioctls.awk: Likewise.
47101 * sysdeps/unix/mk-local_lim.c: Likewise.
47102 * sysdeps/unix/snarf-ioctls: Likewise.
47104 2012-03-19 Richard Henderson <rth@twiddle.net>
47106 * sysdeps/i386/fpu/fenv_private.h: New file.
47107 * sysdeps/i386/fpu/math_private.h: Use it.
47108 (math_opt_barrier, math_force_eval): Remove.
47109 (libc_feholdexcept_setround_53bit): Remove.
47110 (libc_feupdateenv_53bit): Remove.
47111 * sysdeps/x86_64/fpu/math_private.h: Likewise.
47112 (math_opt_barrier, math_force_eval): Remove.
47113 (libc_feholdexcept): Remove.
47114 (libc_feholdexcept_setround): Remove.
47115 (libc_fetestexcept, libc_fesetenv): Remove.
47116 (libc_feupdateenv_test): Remove.
47117 (libc_feupdateenv, libc_feholdsetround): Remove.
47118 (libc_feresetround): Remove.
47120 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
47121 * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
47123 * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
47124 (libc_feupdateenv_test, libc_feupdateenv_testf): New.
47125 (libc_feupdateenv_testl): New.
47126 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
47127 (libc_feupdateenv_testf): New.
47128 (libc_feupdateenv): Use libc_feupdateenv_test.
47129 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
47130 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
47132 * sysdeps/generic/math_private.h (libc_feholdsetround): New.
47133 (libc_feholdsetroundf, libc_feholdsetroundl): New.
47134 (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
47135 (libc_feresetround_noex): New.
47136 (libc_feresetround_noexf): New.
47137 (libc_feresetround_noexl): New.
47138 (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
47139 (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
47140 (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
47141 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
47143 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
47144 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
47146 * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
47147 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
47148 SET_RESTORE_ROUND_NOEX.
47149 * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
47150 SET_RESTORE_ROUND_NOEXF.
47151 * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
47152 * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
47153 (libc_feholdsetroundf): New.
47154 (libc_feresetround, libc_feresetroundf): New.
47156 * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
47157 (libc_feholdexcept_setround_53bit): Convert from macro to function.
47158 (libc_feupdateenv_53bit): Likewise. Don't force _FPU_EXTENDED.
47160 * sysdeps/generic/math_private.h: Include <fenv.h>.
47161 (default_libc_feholdexcept): New.
47162 (default_libc_feholdexcept_setround): New.
47163 (default_libc_fesetenv, default_libc_feupdateenv): New.
47164 (libc_feholdexcept): Only define if undefined.
47165 (libc_feholdexceptf, libc_feholdexceptl): Likewise.
47166 (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
47167 (libc_feholdexcept_setroundl): Likewise.
47168 (libc_feholdexcept_setround_53bit): Likewise.
47169 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
47170 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
47171 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
47172 (libc_feupdateenv_53bit): Likewise.
47173 * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
47174 (libc_feholdexcept): Convert from macro to inline function.
47175 (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
47176 (libc_fesetenv, libc_feupdateenv): Likewise.
47178 * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
47179 not previously defined.
47180 (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
47181 (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
47182 (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
47183 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
47184 * sysdeps/ieee754/flt-32/math_private.h: New file.
47185 * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
47186 math_private.h below SET_FLOAT_WORD.
47187 (__isnan, __isinf_ns, __finite): Remove.
47188 (__isnanf, __isinf_nsf, __finitef): Remove.
47190 2012-03-18 Andreas Schwab <schwab@linux-m68k.org>
47192 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47194 2012-03-17 David S. Miller <davem@davemloft.net>
47197 * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
47200 2012-03-16 David S. Miller <davem@davemloft.net>
47202 * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
47206 * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
47208 * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
47209 * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
47210 sysdep_routines when subdir is sysvipc.
47211 * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
47212 __getshmlba helper.
47214 * sysdeps/sparc/fpu/libm-test/ulps: Update.
47216 2012-03-16 H.J. Lu <hongjiu.lu@intel.com>
47218 * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
47221 2012-03-16 H.J. Lu <hongjiu.lu@intel.com>
47223 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
47224 * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
47225 (__lround): Renamed to ...
47226 (__llround): This. Replace long int with long long int.
47227 Define lround functions as aliases of llround functions.
47228 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
47230 2012-03-16 H.J. Lu <hongjiu.lu@intel.com>
47232 * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
47233 Use greg_t on sp. Use unsigned int on idx_uc_link. Cast
47234 adresses to uintptr_t. Replace "long int" and "unsigned long
47235 int" with "greg_t" on va_arg.
47237 2012-03-16 H.J. Lu <hongjiu.lu@intel.com>
47239 * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
47240 * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
47242 * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
47243 Move e_machine check before EI_CLASS check. Handle x32
47244 libraries. Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
47245 * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
47246 SKIP_EM_IA_64 and include
47247 <sysdeps/unix/sysv/linux/i386/readelflib.c>.
47249 * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
47250 Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
47251 (add_system_dir): New macro.
47253 * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
47254 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
47256 2012-03-16 Joseph Myers <joseph@codesourcery.com>
47267 * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
47269 * math/w_j0f.c (j0f): Likewise.
47271 * math/w_j0l.c (__j0l): Likewise.
47273 * math/w_j1.c (j1): Likewise.
47275 * math/w_j1f.c (j1f): Likewise.
47277 * math/w_j1l.c (__j1l): Likewise.
47279 * math/w_jn.c (jn): Likewise.
47281 * math/w_jnf.c (jnf): Likewise.
47283 * math/w_jnl.c (__jnl): Likewise.
47285 * math/libm-test.inc (j0_test): Add more tests.
47286 (j1_test): Likewise.
47287 (jn_test): Likewise. Add trailing semicolon to existing test.
47288 (y0_test): Likewise.
47289 (y1_test): Likewise.
47290 * sysdeps/i386/fpu/libm-test-ulps: Update.
47291 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47295 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
47296 libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
47297 * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
47298 * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
47299 (__tanl): Set errno for infinite argument.
47300 * sysdeps/i386/fpu/mptan.c: Remove.
47301 * sysdeps/i386/fpu/s_tan.S: Likewise.
47302 * sysdeps/i386/fpu/s_tanl.S: Likewise.
47303 * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
47304 * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
47305 * math/libm-test.inc (tan_test): Add more tests and enable more
47306 tests for double and long double.
47307 * sysdeps/i386/fpu/libm-test-ulps: Update.
47308 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47310 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
47312 * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
47313 (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
47315 2012-03-16 Roland McGrath <roland@hack.frob.com>
47317 * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
47318 * configure.in: Use it for both main tree and add-ons.
47319 * configure: Regenerated.
47321 2012-03-16 H.J. Lu <hongjiu.lu@intel.com>
47323 * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
47325 2012-03-16 Joseph Myers <joseph@codesourcery.com>
47327 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
47331 * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
47332 * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
47333 * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
47334 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
47335 * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
47337 * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
47338 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
47339 != 0 for prec == 2.
47340 * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
47341 * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
47342 * sysdeps/i386/fpu/s_cosl.S: Likewise.
47343 * sysdeps/i386/fpu/s_sincosl.S: Likewise.
47344 * sysdeps/i386/fpu/s_sinl.S: Likewise.
47345 * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
47346 * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
47347 * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
47348 * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
47349 * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
47350 * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
47351 * math/libm-test.inc (cos_test): Add more tests and enable more
47352 tests for long double.
47353 (sin_test): Likewise.
47354 (sincos_test): Likewise.
47355 * sysdeps/i386/fpu/libm-test-ulps: Update.
47356 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47358 2012-03-16 David S. Miller <davem@davemloft.net>
47360 * sysdeps/sparc/fpu/math_private.h: New file.
47362 2012-03-15 David S. Miller <davem@davemloft.net>
47364 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
47366 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
47367 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
47369 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
47370 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
47371 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
47372 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
47373 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
47374 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
47376 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
47378 * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
47379 * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
47381 * sysdeps/sparc/sparc-ifunc.h: New file.
47382 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
47384 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
47385 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
47387 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
47389 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
47390 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
47391 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
47392 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
47394 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
47395 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
47396 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
47397 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
47398 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
47400 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
47402 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
47403 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
47404 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
47405 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
47406 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
47407 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
47408 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
47409 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
47410 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
47411 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
47412 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
47413 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
47414 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
47415 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
47416 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
47417 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
47418 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
47419 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
47420 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
47421 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
47422 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
47423 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
47424 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
47425 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
47427 2012-03-15 Andreas Schwab <schwab@linux-m68k.org>
47429 * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
47431 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47433 2012-03-15 Andreas Jaeger <aj@suse.de>
47436 * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
47437 ieee754/flt-32 implementation for sin, cos and sincos.
47438 * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
47439 * sysdeps/i386/fpu/s_cosf.S: Likewise.
47440 * sysdeps/i386/fpu/s_sincosf.S: Likewise.
47441 * sysdeps/i386/fpu/s_sinf.S: Likewise.
47442 * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
47443 ieee754/flt-32 implementation for tan.
47445 * math/libm-test.inc (cos_test): Enable some large input tests for
47447 (sin_test): Likewise.
47448 (sincos_test): Likewise.
47449 (tan_test): Add tests for large input.
47451 * sysdeps/i386/fpu/libm-test-ulps: Update.
47453 2012-03-15 Andreas Jaeger <aj@suse.de>
47456 * math/libm-test.inc (cos_test): Add more test cases.
47457 (sin_test): Likewise.
47458 (sincos_test): Likewise.
47460 2012-03-15 Andreas Jaeger <aj@suse.de>
47463 * math/libm-test.inc (cos_test): Add a test case for large input
47465 (sin_test): Likewise.
47466 (sincos_test): Likewise.
47468 2012-03-15 Andreas Jaeger <aj@suse.de>
47469 Joseph Myers <joseph@codesourcery.com>
47472 * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
47473 x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
47474 * sysdeps/i386/fpu/branred.c: Likewise.
47475 * sysdeps/i386/fpu/dosincos.c: Likewise.
47476 * sysdeps/i386/fpu/mpa.c: Likewise.
47477 * sysdeps/i386/fpu/s_cos.S: Likewise.
47478 * sysdeps/i386/fpu/s_sin.S: Likewise.
47479 * sysdeps/i386/fpu/s_sincos.S: Likewise.
47480 * sysdeps/i386/fpu/sincos32.c: Likewise.
47482 * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
47484 (libc_feupdateenv_53bit): Define.
47485 * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
47487 (libc_feupdateenv_53bit): Define.
47489 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
47490 53 bit (without extend i386 double precision).
47492 * math/libm-test.inc (sincos_test): Add tests for large input.
47496 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
47498 2012-03-15 Andreas Schwab <schwab@linux-m68k.org>
47500 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47502 2012-03-15 David S. Miller <davem@davemloft.net>
47504 * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
47505 * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
47506 * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
47507 * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
47508 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
47509 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
47510 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
47511 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
47512 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
47513 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
47514 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
47515 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
47516 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
47517 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
47518 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
47519 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
47521 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
47522 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
47524 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
47525 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
47527 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
47528 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
47530 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
47531 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
47532 fmin/fmax sysdep routines.
47533 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
47535 2012-03-14 David S. Miller <davem@davemloft.net>
47537 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
47538 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
47539 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
47540 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
47541 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
47542 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
47543 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
47544 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
47545 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
47546 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
47547 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
47548 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
47549 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
47550 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
47551 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
47552 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
47553 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
47554 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
47555 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
47556 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
47557 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
47558 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
47559 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
47560 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
47561 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
47562 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
47563 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
47564 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
47565 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
47567 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
47569 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
47570 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
47572 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
47573 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
47575 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
47576 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
47578 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
47579 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
47581 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
47582 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
47584 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
47586 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
47588 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
47590 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
47592 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
47594 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
47596 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
47597 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
47599 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
47600 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
47602 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
47603 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
47605 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
47606 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
47609 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
47612 * sysdeps/sparc/fpu/libm-test-ulps: Update.
47614 * sysdeps/sparc/configure.in: New file.
47615 * sysdeps/sparc/configure: Generate.
47616 * configure.in (libc_cv_sparc_as_vis3): Substitute.
47617 * configure: Regenerate.
47618 * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
47619 * config.make.in (have-as-vis3): New.
47620 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
47621 available use -Av9d instead of -Av9a.
47622 * sysdeps/sparc/sparc64/Makefile: Likewise.
47623 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
47624 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
47626 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
47628 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
47630 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
47632 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
47633 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
47634 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
47635 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
47636 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
47638 * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
47639 fzeros/fnegs to load 0x80000000 into a float register instead of
47641 * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
47643 2012-03-14 Joseph Myers <joseph@codesourcery.com>
47645 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47647 ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
47648 ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
47649 ($(inst_includedir)/bits/syscall.h): Remove rule.
47650 ($(objpfx)bits/syscall.d): Include instead of
47651 $(objpfx)syscall-list.d.
47652 (generated): Change syscall-list.h and syscall-list.d to
47653 bits/syscall.h and bits/syscall.d.
47655 2012-03-14 Roland McGrath <roland@hack.frob.com>
47658 * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
47660 2012-03-14 Joseph Myers <joseph@codesourcery.com>
47663 * math/s_csqrt.c: Include <float.h>.
47664 (__csqrt): Scale large or subnormal inputs.
47665 * math/s_csqrtf.c: Likewise.
47666 * math/s_csqrtl.c: Likewise.
47667 * math/libm-test.inc (csqrt_test): Add more tests.
47668 * sysdeps/i386/fpu/libm-test-ulps: Update.
47669 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47672 * math/libm-test.inc (hypot_test): Add more tests.
47674 2012-03-13 David S. Miller <davem@davemloft.net>
47677 * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
47678 double-precision for the calculation instead of scaling.
47680 2012-03-13 Joseph Myers <joseph@codesourcery.com>
47682 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
47683 manipulate bits before adding and subtracting TWO52[sx].
47684 * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
47685 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
47687 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
47689 2012-03-13 David S. Miller <davem@davemloft.net>
47691 * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
47692 * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
47693 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
47694 rtld-global-offsets.h
47695 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
47697 * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
47700 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
47702 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
47703 'err' in the ifdef scope in which it is actually used.
47705 * nss/nss_db/db-init.c: Include string.h
47707 2012-03-12 David S. Miller <davem@davemloft.net>
47709 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
47710 masking out of the most significant byte of random value used.
47711 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47712 Fix coding style in previous change.
47714 * sysdeps/unix/sysv/linux/kernel-features.h
47715 (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
47716 (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
47718 (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
47721 2012-03-11 David S. Miller <davem@davemloft.net>
47723 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
47724 (__makecontext): Fix signedness of pointer casts setting up 'sp'.
47725 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
47726 for 'resultvar' otherwise things get truncated on 64-bit.
47728 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47729 Fix masking out of the most significant byte of random value used.
47731 * sysdeps/sparc/fpu/libm-test-ulps: Update.
47733 2012-03-10 Andreas Schwab <schwab@linux-m68k.org>
47735 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47737 2012-03-09 David S. Miller <davem@davemloft.net>
47739 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
47740 variables with appropriate CPP guards.
47741 * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
47742 from the frame pointer, not the stack pointer. Correct layout
47743 comments. Fix test on resulting framesize and the management of
47744 the outregs buffer for pltexit. Preserve floating point return
47745 values across _dl_call_pltexit call.
47746 * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
47747 framesize and the management of the outregs buffer for pltexit.
47748 Preserve floating point return values across _dl_call_pltexit
47750 * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
47751 (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
47752 (la_sparc64_gnu_pltexit): New functions.
47753 (print_exit): Fix format string for return register value.
47755 2012-03-10 Joseph Myers <joseph@codesourcery.com>
47757 * sunrpc/Makefile (others): Add rpcgen.
47758 ($(objpfx)rpcgen): Remove special build rule and dependency on
47760 * sunrpc/rpcgen.c: New file.
47762 2012-03-09 Paul Eggert <eggert@cs.ucla.edu>
47765 * posix/bug-regex33.c: Replace FSF snail mail address with URL.
47766 * stdio-common/bug-vfprintf-nargs.c: Likewise.
47767 * sysdeps/i386/crti.S: Likewise.
47768 * sysdeps/i386/crtn.S: Likewise.
47769 * sysdeps/powerpc/powerpc32/crti.S: Likewise.
47770 * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
47771 * sysdeps/powerpc/powerpc64/crti.S: Likewise.
47772 * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
47773 * sysdeps/sh/crti.S: Likewise.
47774 * sysdeps/sh/crtn.S: Likewise.
47775 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
47778 * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
47780 * locale/programs/locfile-kw.gperf: Likewise.
47781 * locale/programs/charmap-kw.h: Regenerated.
47782 * locale/programs/locfile-kw.h: Likewise.
47785 * intl/plural.y: Replace FSF snail mail address with URL.
47786 * intl/plural.c: Regenerated.
47788 2012-03-09 Richard Henderson <rth@twiddle.net>
47790 * include/math_private.h: Remove file.
47791 * math/math_private.h: Move file ...
47792 * sysdeps/generic/math_private.h: ... here.
47794 * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
47795 * sysdeps/powerpc/fpu/math_private.h: Likewise.
47796 * sysdeps/x86_64/fpu/math_private.h: Likewise.
47798 * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
47799 and <math_private.h>.
47800 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
47801 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
47802 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
47803 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
47804 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
47805 * sysdeps/ieee754/dbl-64/branred.c: Likewise.
47806 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
47807 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47808 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
47809 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
47810 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
47811 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
47812 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
47813 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
47814 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
47815 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
47816 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
47817 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
47818 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
47819 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
47820 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47821 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
47822 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
47823 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47824 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
47825 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
47826 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
47827 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
47828 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
47829 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
47830 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
47831 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
47832 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
47833 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
47834 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
47835 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
47836 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
47837 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
47838 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
47839 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
47840 * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
47841 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
47842 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
47843 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
47844 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
47845 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
47846 * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
47847 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
47848 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
47849 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
47850 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
47851 * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
47852 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
47853 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
47854 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
47855 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
47856 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
47857 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
47858 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
47859 * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
47860 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
47861 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
47862 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
47863 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
47864 * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
47865 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
47866 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
47867 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
47868 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
47869 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
47870 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
47871 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
47872 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
47873 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
47874 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
47875 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
47876 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
47877 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
47878 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
47879 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
47880 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
47881 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
47882 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
47883 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
47884 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
47885 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
47886 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
47887 * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
47888 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
47889 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
47890 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
47891 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
47892 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
47893 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
47894 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
47895 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
47896 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
47897 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
47898 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
47899 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
47900 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
47901 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
47902 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
47903 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
47904 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
47905 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
47906 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
47907 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
47908 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
47909 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
47910 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
47911 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
47912 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
47913 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
47914 * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
47915 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
47916 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
47917 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
47918 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
47919 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
47920 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
47921 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
47922 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
47923 * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
47924 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
47925 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
47926 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
47927 * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
47928 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
47929 * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
47930 * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
47931 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
47932 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
47933 * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
47934 * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
47935 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
47936 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
47937 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
47938 * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
47939 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
47940 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
47941 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
47942 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
47943 * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
47944 * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
47945 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
47946 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
47947 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
47948 * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
47949 * sysdeps/ieee754/k_standard.c: Likewise.
47950 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
47951 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
47952 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
47953 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
47954 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
47955 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
47956 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
47957 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
47958 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
47959 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
47960 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
47961 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
47962 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
47963 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
47964 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
47965 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
47966 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
47967 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
47968 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
47969 * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
47970 * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
47971 * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
47972 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
47973 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
47974 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
47975 * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
47976 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
47977 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
47978 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
47979 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
47980 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
47981 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
47982 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
47983 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
47984 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
47985 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
47986 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
47987 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
47988 * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
47989 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
47990 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
47991 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
47992 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
47993 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
47994 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
47995 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
47996 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
47997 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
47998 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
47999 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
48000 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
48001 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
48002 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
48003 * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
48004 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
48005 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
48006 * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
48007 * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
48008 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
48009 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
48010 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
48011 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
48012 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
48013 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
48014 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
48015 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
48016 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
48017 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
48018 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
48019 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
48020 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
48021 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
48022 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
48023 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
48024 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
48025 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
48026 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
48027 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
48028 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48029 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
48030 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
48031 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
48032 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
48033 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
48034 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
48035 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
48036 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
48037 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
48038 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
48039 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
48040 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
48041 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
48042 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
48043 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
48044 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
48045 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
48046 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
48047 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
48048 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
48049 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
48050 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
48051 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
48052 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
48053 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
48054 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
48055 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
48056 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
48057 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
48058 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
48059 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
48060 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
48061 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
48062 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
48063 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
48064 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
48065 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48066 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
48067 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
48068 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48069 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
48070 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
48071 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
48072 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
48073 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
48074 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
48075 * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
48076 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
48077 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
48078 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
48079 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
48080 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
48081 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
48082 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
48083 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
48084 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
48085 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
48086 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
48087 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
48088 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
48089 * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
48090 * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
48091 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
48092 * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
48093 * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
48094 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
48095 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
48096 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
48097 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
48098 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
48099 * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
48100 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
48101 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48102 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
48103 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
48104 * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
48105 * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
48106 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
48107 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
48108 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
48109 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
48110 * sysdeps/ieee754/s_lib_version.c: Likewise.
48111 * sysdeps/ieee754/s_matherr.c: Likewise.
48112 * sysdeps/ieee754/s_signgam.c: Likewise.
48113 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
48114 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
48115 * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
48116 * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
48117 * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
48118 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
48119 * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
48120 * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
48121 * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
48122 * sysdeps/powerpc/fpu/s_rint.c: Likewise.
48123 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
48124 * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
48125 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
48126 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
48127 * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
48128 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
48129 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
48130 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
48131 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
48132 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
48133 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
48135 2012-03-09 Joseph Myers <joseph@codesourcery.com>
48137 * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
48138 * sunrpc/rpc_main.c: Likewise.
48139 * sunrpc/rpc_svcout.c: Likewise.
48141 2012-03-09 David S. Miller <davem@davemloft.net>
48143 * include/math_private.h: New file.
48145 2012-03-09 Joseph Myers <joseph@codesourcery.com>
48147 * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
48148 * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
48149 * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
48150 from <bits/socket_type.h>.
48151 (enum __socket_type): Don't define here.
48152 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
48153 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48154 bits/socket_type.h.
48157 * libio/stdio.h (gets): Always declare for C++ up to C++11 without
48158 checking __USE_GNU.
48160 * Makerules ($(inst_includedir)/%.h): New rule.
48161 * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
48162 (install-others): Remove variable setting.
48163 ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
48165 2012-03-08 Richard Henderson <rth@twiddle.net>
48167 * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
48168 from macro to inline function; merge with the
48169 !__LIBC_INTERNAL_MATH_INLINES version.
48170 (__ieee754_sqrtf): Likewise.
48172 * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
48173 to inline function.
48174 (__rintf, __floor, __floorf): Likewise.
48176 * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
48177 macro to inline function.
48178 (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
48180 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
48181 not <math/math_private.h>.
48183 2012-03-08 David S. Miller <davem@davemloft.net>
48185 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
48187 * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
48189 2012-03-08 Thomas Schwinge <thomas@codesourcery.com>
48191 * resolv/gai_misc.c (handle_requests): Fix struct timespec
48193 * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
48194 * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
48196 2012-03-08 Ulrich Drepper <drepper@gmail.com>
48198 * stdio-common/tst-fphex.c: Various cleanups. The macros cannot
48199 be defined individually, they must be defined as a block. Define
48200 S for printing a string instead of hidint the different by using a
48201 macro for adding the 'l'.
48202 * stdio-common/tst-fphex-wide.c: Adjust.
48204 2012-03-07 Marek Polacek <polacek@redhat.com>
48206 * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
48208 2012-03-08 Marek Polacek <polacek@redhat.com>
48211 * stdio-common/Makefile (tests): Add tst-fphex-wide.
48212 * stdio-common/tst-fphex.c: Define a few macros to make the
48213 test reusable. Use them.
48214 * stdio-common/tst-fphex-wide.c: New file.
48216 2012-03-08 Joseph Myers <joseph@codesourcery.com>
48219 * manual/macros.texi (gnusystems): New macro.
48220 (nongnusystems): Likewise.
48221 (gnulinuxhurdsystems): Likewise.
48222 (gnuhurdsystems): Likewise..
48223 (gnulinuxsystems): Likewise.
48224 * manual/charset.texi: Use new macros or @theglibc{} to refer to
48225 variants of the GNU system, not "GNU system".
48226 * manual/conf.texi: Likewise.
48227 * manual/errno.texi: Likewise. Update example of errno macro
48229 * manual/filesys.texi: Likewise.
48230 (getumask): Document as specific to GNU/Hurd.
48231 * manual/install.texi: Likewise. Reword some references to
48233 * manual/intro.texi: Likewise.
48234 * manual/io.texi: Likewise.
48235 (File Name Portability): Detail which constraints are inapplicable
48236 to all GNU systems and which are only inapplicable to GNU/Hurd.
48237 * manual/job.texi: Likewise.
48238 * manual/llio.texi: Likewise.
48239 (O_NOCTTY): Document as present on GNU/Linux.
48240 * manual/maint.texi: Likewise.
48241 * manual/memory.texi: Likewise.
48242 * manual/pattern.texi: Likewise.
48243 * manual/pipe.texi: Likewise.
48244 * manual/process.texi: Likewise.
48245 * manual/resource.texi: Likewise.
48246 (RUSAGE_CHILDREN): Remove statement about specifying a particular
48248 * manual/setjmp.texi: Likewise.
48249 * manual/signal.texi: Likewise.
48250 * manual/startup.texi: Likewise.
48251 * manual/stdio.texi: Likewise.
48252 * manual/terminal.texi: Likewise.
48253 (ONLCR): Document as POSIX.
48254 (OXTABS): Document availability on GNU/Linux as XTABS.
48255 (ONOEOT): Document availability separately from other bits.
48256 (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
48257 * manual/time.texi: Likewise.
48258 * manual/users.texi: Likewise.
48259 * INSTALL: Regenerated.
48260 * sysdeps/gnu/errlist.c: Regenerated.
48262 * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
48263 * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
48264 (libc_cv_ctors_header): Likewise. Use asm ("") instead of calling
48266 * configure: Regenerated.
48268 2012-03-07 Joseph Myers <joseph@codesourcery.com>
48270 * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
48271 default includes instead of AC_HEADER_CHECK.
48272 * sysdeps/i386/configure: Regenerated.
48275 * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
48276 * math/s_cacoshf.c (__cacoshf): Likewise.
48277 * math/s_cacoshl.c (__cacoshl): Likewise.
48278 * math/s_casinh.c (__casinh): Set signs of result from argument.
48279 * math/s_casinhf.c (__casinhf): Likewise.
48280 * math/s_casinhl.c (__casinhl): Likewise.
48281 * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
48282 (casinh_test): Add more tests.
48283 * sysdeps/i386/fpu/libm-test-ulps: Update.
48284 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48286 2012-03-07 Ulrich Drepper <drepper@gmail.com>
48288 * po/zh_TW.po: Update from translation team.
48290 * login/Makefile (distribute): Remove variable.
48291 * catgets/Makefile: Likewise.
48292 * mach/Makefile: Likewise.
48293 * malloc/Makefile: Likewise.
48294 * misc/Makefile: Likewise.
48295 * iconv/Makefile: Likewise.
48296 * nscd/Makefile: Likewise.
48297 * hurd/Makefile: Likewise.
48298 * manual/Makefile: Likewise.
48299 * locale/Makefile: Likewise.
48300 * intl/Makefile: Likewise.
48301 * conform/Makefile: Likewise.
48302 * nss/Makefile: Likewise.
48303 * time/Makefile: Likewise.
48304 * soft-fp/Makefile: Likewise.
48305 * dirent/Makefile: Likewise.
48306 * gmon/Makefile: Likewise.
48307 * po/Makefile: Likewise.
48308 * rt/Makefile: Likewise.
48309 * socket/Makefile: Likewise.
48310 * math/Makefile: Likewise.
48311 * signal/Makefile: Likewise.
48312 * debug/Makefile: Likewise.
48313 * elf/Makefile: Likewise.
48314 * timezone/Makefile: Likewise.
48315 * stdlib/Makefile: Likewise.
48316 * iconvdata/Makefile: Likewise.
48317 * sunrpc/Makefile: Likewise.
48318 * io/Makefile: Likewise.
48319 * argp/Makefile: Likewise.
48320 * inet/Makefile: Likewise.
48321 * hesiod/Makefile: Likewise.
48322 * grp/Makefile: Likewise.
48323 * csu/Makefile: Likewise.
48324 * wctype/Makefile: Likewise.
48325 * crypt/Makefile: Likewise.
48326 * libio/Makefile: Likewise.
48327 * string/Makefile: Likewise.
48328 * nis/Makefile: Likewise.
48329 * resolv/Makefile: Likewise.
48330 * stdio-common/Makefile: Likewise.
48331 * wcsmbs/Makefile: Likewise.
48332 * dlfcn/Makefile: Likewise.
48333 * posix/Makefile: Likewise.
48336 * timezone/Makefile: Don't install timezone files, just the programs
48339 2012-03-06 Ulrich Drepper <drepper@gmail.com>
48341 * nss/databases.def: Add missing gshadow entry.
48343 * stdio-common/vfprintf.c: Fix formatting. Missing copyright update.
48345 2012-03-06 Marek Polacek <polacek@redhat.com>
48348 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
48349 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
48350 * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
48351 * stdio-common/tst-long-dbl-fphex.c: New file.
48353 2012-03-06 David S. Miller <davem@davemloft.net>
48355 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
48356 (set_obp_int): New function.
48357 (get_obp_int): New function.
48358 (__get_clockfreq_via_dev_openprom): Likewise.
48359 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
48360 Avoid unused variable warnings on 'val' and use builtin_expect.
48361 (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
48363 (INLINE_CLONE_SYSCALL): Likewise.
48365 2012-03-05 David S. Miller <davem@davemloft.net>
48367 * sysdeps/sparc/fpu/libm-test-ulps: Update.
48369 2012-03-05 Andreas Schwab <schwab@linux-m68k.org>
48371 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48373 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
48374 only for |x| >= 40.
48375 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48377 2012-03-05 H.J. Lu <hongjiu.lu@intel.com>
48379 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
48380 Replace gettimeofday with __vdso_gettimeofday.
48382 * sysdeps/unix/sysv/linux/x86_64/init-first.c
48383 (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
48384 __vdso_clock_gettime and __vdso_getcpu.
48386 * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
48387 time with __vdso_time.
48389 2012-03-05 Joseph Myers <joseph@codesourcery.com>
48391 * manual/lang.texi (size_t): Note types to which size_t may be
48392 equivalent with the GNU C Library, but do not describe when
48393 differences between them are significant.
48395 2012-03-05 Andreas Jaeger <aj@suse.de>
48397 * sysdeps/i386/fpu/libm-test-ulps: Update.
48399 2012-03-05 Joseph Myers <joseph@codesourcery.com>
48402 * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
48403 (__ieee754_pow): Save and restore rounding mode and use
48404 round-to-nearest for main computations.
48405 * math/libm-test.inc (pow_test_tonearest): New function.
48406 (pow_test_towardzero): Likewise.
48407 (pow_test_downward): Likewise.
48408 (pow_test_upward): Likewise.
48409 (main): Call the new functions.
48410 * sysdeps/i386/fpu/libm-test-ulps: Update.
48411 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48414 * math/libm-test.inc (cosh_test_tonearest): New function.
48415 (cosh_test_towardzero): Likewise.
48416 (cosh_test_downward): Likewise.
48417 (cosh_test_upward): Likewise.
48418 (sinh_test_tonearest): Likewise.
48419 (sinh_test_towardzero): Likewise.
48420 (sinh_test_downward): Likewise.
48421 (sinh_test_upward): Likewise.
48422 (main): Call the new functions.
48423 * sysdeps/i386/fpu/libm-test-ulps: Update.
48424 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48426 2012-03-05 Tom de Vries <tom@codesourcery.com>
48428 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
48429 default stack guard is set in last bytes.
48430 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
48432 2012-03-05 Kees Cook <keescook@chromium.org>
48434 * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
48437 * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
48438 possibly allocate from heap instead of stack.
48439 * stdio-common/bug-vfprintf-nargs.c: New file.
48440 * stdio-common/Makefile (tests): Add nargs overflow test.
48442 2012-03-03 Andreas Schwab <schwab@linux-m68k.org>
48444 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48446 2012-03-03 Marek Polacek <polacek@redhat.com>
48448 * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
48449 * math/math_private.h: Likewise.
48450 * stdlib/tst-strtod.c: Likewise.
48451 * sysdeps/i386/i486/bits/atomic.h: Likewise.
48452 * sysdeps/x86_64/bits/atomic.h: Likewise.
48454 2012-03-02 David S. Miller <davem@davemloft.net>
48456 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
48457 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
48458 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
48459 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
48460 * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
48461 * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
48462 * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
48463 * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
48465 2012-03-02 Roland McGrath <roland@hack.frob.com>
48468 * manual/examples/README: New file, says the example source files
48469 can be used under GPL>=2.
48470 * manual/Makefile (%.c.texi): Eat the leading part of the file until a
48471 line containing just "*/".
48472 * manual/examples/add.c: Add copyright header (GPL>=2).
48473 * manual/examples/argp-ex1.c: Likewise.
48474 * manual/examples/argp-ex2.c: Likewise.
48475 * manual/examples/argp-ex3.c: Likewise.
48476 * manual/examples/argp-ex4.c: Likewise.
48477 * manual/examples/atexit.c: Likewise.
48478 * manual/examples/db.c: Likewise.
48479 * manual/examples/dir.c: Likewise.
48480 * manual/examples/dir2.c: Likewise.
48481 * manual/examples/execinfo.c: Likewise.
48482 * manual/examples/filecli.c: Likewise.
48483 * manual/examples/filesrv.c: Likewise.
48484 * manual/examples/fmtmsgexpl.c: Likewise.
48485 * manual/examples/genpass.c: Likewise.
48486 * manual/examples/inetcli.c: Likewise.
48487 * manual/examples/inetsrv.c: Likewise.
48488 * manual/examples/isockad.c: Likewise.
48489 * manual/examples/longopt.c: Likewise.
48490 * manual/examples/memopen.c: Likewise.
48491 * manual/examples/memstrm.c: Likewise.
48492 * manual/examples/mkfsock.c: Likewise.
48493 * manual/examples/mkisock.c: Likewise.
48494 * manual/examples/mygetpass.c: Likewise.
48495 * manual/examples/pipe.c: Likewise.
48496 * manual/examples/popen.c: Likewise.
48497 * manual/examples/rprintf.c: Likewise.
48498 * manual/examples/search.c: Likewise.
48499 * manual/examples/select.c: Likewise.
48500 * manual/examples/setjmp.c: Likewise.
48501 * manual/examples/sigh1.c: Likewise.
48502 * manual/examples/sigusr.c: Likewise.
48503 * manual/examples/stpcpy.c: Likewise.
48504 * manual/examples/strdupa.c: Likewise.
48505 * manual/examples/strftim.c: Likewise.
48506 * manual/examples/strncat.c: Likewise.
48507 * manual/examples/subopt.c: Likewise.
48508 * manual/examples/swapcontext.c: Likewise.
48509 * manual/examples/termios.c: Likewise.
48510 * manual/examples/testopt.c: Likewise.
48511 * manual/examples/testpass.c: Likewise.
48512 * manual/examples/timeval_subtract.c: Likewise.
48515 * manual/time.texi (Elapsed Time): Move timeval_subtract example
48517 * manual/timeval_subtract.c.texi: ... here, new file.
48519 2012-03-02 David S. Miller <davem@davemloft.net>
48521 * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
48523 2012-03-02 Joseph Myers <joseph@codesourcery.com>
48526 * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
48527 (__sin): Save and restore rounding mode and use round-to-nearest
48528 for all computations.
48529 (__cos): Save and restore rounding mode and use round-to-nearest
48530 for all computations.
48531 * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
48533 (tan): Save and restore rounding mode and use round-to-nearest for
48535 * math/libm-test.inc (cos_test_tonearest): New function.
48536 (cos_test_towardzero): Likewise.
48537 (cos_test_downward): Likewise.
48538 (cos_test_upward): Likewise.
48539 (sin_test_tonearest): Likewise.
48540 (sin_test_towardzero): Likewise.
48541 (sin_test_downward): Likewise.
48542 (sin_test_upward): Likewise.
48543 (tan_test_tonearest): Likewise.
48544 (tan_test_towardzero): Likewise.
48545 (tan_test_downward): Likewise.
48546 (tan_test_upward): Likewise.
48547 (main): Call the new functions.
48548 * sysdeps/i386/fpu/libm-test-ulps: Update.
48549 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48552 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
48553 small n, then large n, before computing and testing k+n.
48554 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
48555 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
48557 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
48559 * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
48560 * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
48561 * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
48562 * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
48563 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
48564 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
48565 * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
48566 * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
48567 * math/libm-test.inc (scalbn_test): Add more tests.
48568 (scalbln_test): Likewise.
48570 * manual/filesys.texi (mode_t): Describe constraints on size and
48571 signedness, not exact equivalence to a particular type.
48573 (ino64_t): Likewise.
48575 (nlink_t): Likewise.
48576 (blkcnt_t): Likewise.
48577 (blkcnt64_t): Likewise.
48578 * manual/llio.texi (off_t): Likewise.
48581 * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
48582 (__ieee754_exp): Save and restore rounding mode and use
48583 round-to-nearest for all computations.
48584 * math/libm-test.inc (exp_test_tonearest): New function.
48585 (exp_test_towardzero): Likewise.
48586 (exp_test_downward): Likewise.
48587 (exp_test_upward): Likewise.
48588 (main): Call the new functions.
48589 * sysdeps/i386/fpu/libm-test-ulps: Update.
48590 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48592 2012-03-01 Chris Demetriou <cgd@google.com>
48594 * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
48595 have predictable order.
48597 2012-03-01 David S. Miller <davem@davemloft.net>
48599 * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
48601 * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
48602 * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
48603 * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
48604 * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
48606 * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
48607 * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
48608 * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
48609 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
48610 * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
48611 * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
48612 * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
48613 * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
48614 * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
48616 * sysdeps/sparc/fpu/libm-test-ulps: Update.
48618 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
48619 * sysdeps/sparc/fpu/libm-test-ulps: to here.
48620 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
48622 * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
48623 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
48624 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
48625 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
48626 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
48627 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
48628 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
48629 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
48630 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
48631 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
48632 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
48633 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
48634 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
48635 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
48636 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
48637 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
48638 * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
48639 * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
48640 * sysdeps/sparc/elf/configure: Regenerated.
48642 2012-03-01 Joseph Myers <joseph@codesourcery.com>
48644 * configure.in (AS, LD): Require binutils 2.20 or later.
48645 * configure: Regenerated.
48646 * manual/install.texi (Tools for Compilation): Give binutils 2.20
48647 as required minimum version.
48648 * INSTALL: Regenerated.
48652 * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
48653 before squaring exponent.
48654 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
48655 bottom long double and 27 bits of top long double before squaring
48657 * math/libm-test.inc (erfc_test): Add more tests.
48658 * sysdeps/i386/fpu/libm-test-ulps: Update.
48659 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
48660 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48662 2012-03-01 Kai Tietz <ktietz@redhat.com>
48664 * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
48665 * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
48666 containing bit-fields.
48667 * soft-fp/extended.h (_FP_UNION_E): Likewise.
48668 * soft-fp/single.h (_FP_UNION_S): Likewise.
48669 * soft-fp/double.h (_FP_UNION_D): Likewise.
48671 2012-02-29 Joseph Myers <joseph@codesourcery.com>
48674 * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
48675 not include ../strcmp.S.
48676 [USE_AS_STRNCASECMP_L]: Likewise.
48677 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
48678 (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
48679 * sysdeps/i386/i686/multiarch/strncase_l-c.c
48680 (__strncasecmp_l_ia32): Define as alias to
48681 __strncasecmp_l_nonascii.
48684 * math/libm-test.inc (expm1_test): Add test for bug 5794.
48685 * sysdeps/i386/fpu/libm-test-ulps: Update.
48686 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48688 * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
48689 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48691 2012-02-29 Jeff Law <law@redhat.com>
48693 * resolv/res_query.c (__libc_res_nquerydomain): Avoid
48694 out of bounds read.
48696 2012-02-29 Marek Polacek <polacek@redhat.com>
48699 * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
48700 * elf/Makefile: Add rules to run tst-unused-dep.out.
48702 2012-02-28 David S. Miller <davem@davemloft.net>
48704 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
48705 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
48706 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
48707 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
48708 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
48709 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
48711 2012-02-29 Joseph Myers <joseph@codesourcery.com>
48713 * math/libm-test.inc (llround_test): Move one test from
48714 lround_test. Use TEST_f_L in moved test.
48715 (lround_test): Move misplaced test to llround_test. Add testcase
48718 2012-02-28 Ulrich Drepper <drepper@gmail.com>
48720 * sysdeps/x86_64/fpu/e_expf.S: New file.
48721 Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
48723 2012-02-28 Stanislav Brabec <sbrabec@suse.cz>
48726 * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
48727 of remain_len that may cause incomplete multi-byte character and
48729 * posix/bug-regex33.c: New file.
48730 * posix/Makefile (tests): Add bug-regex33.
48732 2012-02-28 Joseph Myers <joseph@codesourcery.com>
48734 * manual/macros.texi: New file.
48735 * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
48736 * manual/libc.texinfo: Include macros.texi.
48737 * manual/creatute.texi: Likewise.
48738 * manual/install.texi: Likewise.
48739 * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
48740 @glibcadj{} in references to the GNU C Library.
48741 * manual/charset.texi: Likewise.
48742 * manual/conf.texi: Likewise.
48743 * manual/contrib.texi: Likewise. Consistently use "GNU C Library"
48744 when not using those macros.
48745 * manual/creature.texi: Likewise.
48746 * manual/crypt.texi: Likewise.
48747 * manual/errno.texi: Likewise.
48748 * manual/filesys.texi: Likewise.
48749 * manual/header.texi: Likewise.
48750 * manual/install.texi: Likewise.
48751 * manual/intro.texi: Likewise.
48752 * manual/io.texi: Likewise.
48753 * manual/job.texi: Likewise.
48754 * manual/lang.texi: Likewise.
48755 * manual/libc.texiinfo: Likewise.
48756 * manual/llio.texi: Likewise.
48757 * manual/locale.texi: Likewise.
48758 * manual/maint.texi: Likewise.
48759 * manual/math.texi: Likewise.
48760 * manual/memory.texi: Likewise.
48761 * manual/message.texi: Likewise.
48762 * manual/nss.texi: Likewise.
48763 * manual/pattern.texi: Likewise.
48764 * manual/process.texi: Likewise.
48765 * manual/resource.texi: Likewise.
48766 * manual/search.texi: Likewise.
48767 * manual/setjmp.texi: Likewise.
48768 * manual/signal.texi: Likewise.
48769 * manual/socket.texi: Likewise.
48770 * manual/startup.texi: Likewise.
48771 * manual/stdio.texi: Likewise.
48772 * manual/string.texi: Likewise.
48773 * manual/sysinfo.texi: Likewise.
48774 * manual/syslog.texi: Likewise.
48775 * manual/terminal.texi: Likewise.
48776 * manual/time.texi: Likewise.
48777 * manual/users.texi: Likewise.
48778 * INSTALL: Regenerated.
48779 * NOTES: Regenerated.
48780 * sysdeps/gnu/errlist.c: Regenerated.
48782 2012-02-28 Andreas Schwab <schwab@linux-m68k.org>
48784 * include/dirent.h: Include <dirstream.h> before
48787 2012-02-28 David S. Miller <davem@davemloft.net>
48789 * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
48790 * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
48791 * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
48792 * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
48794 2012-02-27 David S. Miller <davem@davemloft.net>
48796 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
48797 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
48798 * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
48799 * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
48801 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
48802 frame pointer instead of stack pointer relative arg slot.
48803 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
48804 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
48805 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
48807 2012-02-27 Carlos O'Donell <carlos_odonell@mentor.com>
48810 * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
48812 2012-02-27 David S. Miller <davem@davemloft.net>
48814 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
48815 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
48816 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
48817 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
48818 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
48819 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
48820 * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
48821 * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
48823 2012-02-27 Joseph Myers <joseph@codesourcery.com>
48825 * configure.in (CC): Restrict allowed GCC versions to 4.3 and
48826 later. Allow versions 5-9.
48827 * configure: Regenerated.
48828 * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
48829 required minimum version and 4.6 as recommended version. Do not
48830 mention bugs in GCC 2.7 and 2.8.
48831 * INSTALL: Regenerated.
48833 2012-02-27 David S. Miller <davem@davemloft.net>
48835 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
48836 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
48837 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
48838 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
48839 * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
48840 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
48841 * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
48842 * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
48844 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
48845 manipulate bits before adding and subtracting TWO112[sx].
48846 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
48848 2012-02-27 Roland McGrath <roland@hack.frob.com>
48851 * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
48852 [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
48853 * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
48854 being in POSIX, because they are in 1003.1-2008.
48856 * rt/tst-aio.c: Include <fcntl.h>.
48857 * rt/tst-aio7.c: Likewise.
48858 * rt/tst-aio64.c: Likewise.
48860 * stdio-common/tst-fmemopen.c (main): Remove spurious const.
48862 2012-02-27 Joseph Myers <joseph@codesourcery.com>
48864 * manual/install.texi (--with-headers): Describe headers as
48865 interface headers, not private headers.
48866 (Specific advice for GNU/Linux systems): Describe use of headers
48867 from "make headers_install", not private headers from older
48869 * INSTALL: Regenerated.
48870 * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
48872 * sysdeps/unix/sysv/linux/configure: Regenerated.
48874 * manual/llio.texi (fclean): Remove documentation.
48876 * manual/Makefile (libc-texi-generated): New variable. Include
48878 (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
48879 $(libc-texi-generated), not duplicated list of files.
48880 (version.texi, stamp-version): New rules.
48881 (realclean): Remove $(libc-texi-generated), not individual files
48882 from that list. Do not remove dir-add.texinfo.
48883 * manual/libc.texinfo: Comment out uses of edition numbers and
48884 references to printed manual. Remove last-updated dates.
48885 (EDITION): Comment out.
48887 (VERSION, UPDATED): Remove.
48888 (version.texi): Include.
48890 2012-02-27 Andreas Schwab <schwab@linux-m68k.org>
48892 * sysdeps/posix/spawni.c: Include <signal.h>.
48893 * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
48894 * sysdeps/pthread/aio_fsync.c: Likewise.
48896 2012-02-26 Ulrich Drepper <drepper@gmail.com>
48898 * conform/Makefile (tests): Run only when not cross-compiling and
48899 when fast-check is not defined.
48901 * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
48902 * conform/data/limits.h-data: Fixes for POSIX2008.
48903 * conform/run-conformtest.sh: Run all tests.
48904 * include/arpa/inet.h: Changes to allow conformtest.pl to use the
48906 * include/bits/dlfcn.h: Likewise.
48907 * include/langinfo.h: Likewise.
48908 * include/monetary.h: Likewise.
48909 * include/sys/poll.h: Likewise.
48911 * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
48913 * posix/spawn.h: Define __need_sigset_t.
48914 * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
48915 * posix/unistd.h: Declare ctermid only for XPG before XPG6.
48916 * rt/aio.h: Don't include fcntl.h and signal.h. Use bits/siginfo.h
48917 to get sigevent_t only.
48918 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
48919 only for __USE_GNU.
48920 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
48921 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48922 process_vm_writev only for __USE_GNU.
48923 * termios/termios.h: Declare tcgetsid also for POSIX2008.
48925 * conform/Makefile: For now ignore errors from run-conformtest.
48926 * conform/conformtest.pl: Simplify code. Add -ansi to CFLAGS for
48927 POSIX to avoid namespace pollution. Don't prepend headers.
48928 * conform/data/aio.h-data: Fixes for POSIX testing.
48929 * conform/data/fcntl.h-data: Likewise.
48930 * conform/data/glob.h-data: Likewise.
48931 * conform/data/grp.h-data: Likewise.
48932 * conform/data/pthread.h-data: Likewise.
48933 * conform/data/pwd.h-data: Likewise.
48934 * conform/data/signal.h-data: Likewise.
48935 * conform/data/spawn.h-data: Likewise.
48936 * conform/data/stdio.h-data: Likewise.
48937 * conform/data/stdlib.h-data: Likewise.
48938 * conform/data/stropts.h-data: Likewise.
48939 * conform/data/sys/mman.h-data: Likewise.
48940 * conform/data/sys/stat.h-data: Likewise.
48941 * conform/data/sys/types.h-data: Likewise.
48942 * conform/data/sys/wait.h-data: Likewise.
48943 * conform/data/time.h-data: Likewise.
48944 * conform/data/unistd.h-data: Likewise.
48945 * conform/data/utime.h-data: Likewise.
48947 * io/sys/stat.h: fchmod was always in POSIX.
48948 * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
48949 * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
48950 * rt/aio.h: Define __need_timespec before including <time.h>.
48951 * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
48952 struct. Add forward declaration of pthread_attr_t and use it in
48954 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
48955 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
48956 * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
48957 always remove CLK_TCK definition.
48959 2012-02-26 Andreas Schwab <schwab@linux-m68k.org>
48961 * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
48963 2012-02-25 Ulrich Drepper <drepper@gmail.com>
48965 * conform/run-conformtest.sh: New file.
48966 * conform/Makefile: Run run-conformtest for tests.
48967 * conform/conformtest.pl: Many bug fixes. Add ISO C99, ISO C11
48970 * conform/data/uchar.h-data: New file.
48971 * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
48972 * conform/data/arpa/inet.h-data: Likewise.
48973 * conform/data/assert.h-data: Likewise.
48974 * conform/data/complex.h-data: Likewise.
48975 * conform/data/cpio.h-data: Likewise.
48976 * conform/data/ctype.h-data: Likewise.
48977 * conform/data/dirent.h-data: Likewise.
48978 * conform/data/dlfcn.h-data: Likewise.
48979 * conform/data/errno.h-data: Likewise.
48980 * conform/data/fcntl.h-data: Likewise.
48981 * conform/data/float.h-data: Likewise.
48982 * conform/data/fmtmsg.h-data: Likewise.
48983 * conform/data/fnmatch.h-data: Likewise.
48984 * conform/data/ftw.h-data: Likewise.
48985 * conform/data/glob.h-data: Likewise.
48986 * conform/data/grp.h-data: Likewise.
48987 * conform/data/iconv.h-data: Likewise.
48988 * conform/data/inttypes.h-data: Likewise.
48989 * conform/data/langinfo.h-data: Likewise.
48990 * conform/data/libgen.h-data: Likewise.
48991 * conform/data/limits.h-data: Likewise.
48992 * conform/data/locale.h-data: Likewise.
48993 * conform/data/math.h-data: Likewise.
48994 * conform/data/monetary.h-data: Likewise.
48995 * conform/data/mqueue.h-data: Likewise.
48996 * conform/data/ndbm.h-data: Likewise.
48997 * conform/data/net/if.h-data: Likewise.
48998 * conform/data/netdb.h-data: Likewise.
48999 * conform/data/netinet/in.h-data: Likewise.
49000 * conform/data/nl_types.h-data: Likewise.
49001 * conform/data/poll.h-data: Likewise.
49002 * conform/data/pthread.h-data: Likewise.
49003 * conform/data/pwd.h-data: Likewise.
49004 * conform/data/regex.h-data: Likewise.
49005 * conform/data/sched.h-data: Likewise.
49006 * conform/data/search.h-data: Likewise.
49007 * conform/data/semaphore.h-data: Likewise.
49008 * conform/data/setjmp.h-data: Likewise.
49009 * conform/data/signal.h-data: Likewise.
49010 * conform/data/spawn.h-data: Likewise.
49011 * conform/data/stdarg.h-data: Likewise.
49012 * conform/data/stdio.h-data: Likewise.
49013 * conform/data/stdlib.h-data: Likewise.
49014 * conform/data/string.h-data: Likewise.
49015 * conform/data/strings.h-data: Likewise.
49016 * conform/data/stropts.h-data: Likewise.
49017 * conform/data/sys/ipc.h-data: Likewise.
49018 * conform/data/sys/mman.h-data: Likewise.
49019 * conform/data/sys/msg.h-data: Likewise.
49020 * conform/data/sys/resource.h-data: Likewise.
49021 * conform/data/sys/select.h-data: Likewise.
49022 * conform/data/sys/sem.h-data: Likewise.
49023 * conform/data/sys/shm.h-data: Likewise.
49024 * conform/data/sys/socket.h-data: Likewise.
49025 * conform/data/sys/stat.h-data: Likewise.
49026 * conform/data/sys/statvfs.h-data: Likewise.
49027 * conform/data/sys/time.h-data: Likewise.
49028 * conform/data/sys/timeb.h-data: Likewise.
49029 * conform/data/sys/times.h-data: Likewise.
49030 * conform/data/sys/types.h-data: Likewise.
49031 * conform/data/sys/uio.h-data: Likewise.
49032 * conform/data/sys/un.h-data: Likewise.
49033 * conform/data/sys/utsname.h-data: Likewise.
49034 * conform/data/sys/wait.h-data: Likewise.
49035 * conform/data/syslog.h-data: Likewise.
49036 * conform/data/tar.h-data: Likewise.
49037 * conform/data/termios.h-data: Likewise.
49038 * conform/data/utime.h-data: Likewise.
49039 * conform/data/utmpx.h-data: Likewise.
49040 * conform/data/varargs.h-data: Likewise.
49041 * conform/data/wchar.h-data: Likewise.
49042 * conform/data/wctype.h-data: Likewise.
49043 * conform/data/wordexp.h-data: Likewise.
49045 * include/stropts.h: New file.
49046 * include/uchar.h: New file.
49047 * include/aio.h: Changes to allow conformtest.pl to use the headers.
49048 * include/assert.h: Likewise.
49049 * include/ctype.h: Likewise.
49050 * include/dirent.h: Likewise.
49051 * include/dlfcn.h: Likewise.
49052 * include/fcntl.h: Likewise.
49053 * include/fnmatch.h: Likewise.
49054 * include/glob.h: Likewise.
49055 * include/grp.h: Likewise.
49056 * include/libio.h: Likewise.
49057 * include/locale.h: Likewise.
49058 * include/math.h: Likewise.
49059 * include/net/if.h: Likewise.
49060 * include/netdb.h: Likewise.
49061 * include/netinet/in.h: Likewise.
49062 * include/pthread.h: Likewise.
49063 * include/pwd.h: Likewise.
49064 * include/regex.h: Likewise.
49065 * include/sched.h: Likewise.
49066 * include/search.h: Likewise.
49067 * include/setjmp.h: Likewise.
49068 * include/signal.h: Likewise.
49069 * include/stdio.h: Likewise.
49070 * include/stdlib.h: Likewise.
49071 * include/string.h: Likewise.
49072 * include/sys/cdefs.h: Likewise.
49073 * include/sys/mman.h: Likewise.
49074 * include/sys/msg.h: Likewise.
49075 * include/sys/resource.h: Likewise.
49076 * include/sys/select.h: Likewise.
49077 * include/sys/socket.h: Likewise.
49078 * include/sys/stat.h: Likewise.
49079 * include/sys/statvfs.h: Likewise.
49080 * include/sys/time.h: Likewise.
49081 * include/sys/times.h: Likewise.
49082 * include/sys/uio.h: Likewise.
49083 * include/sys/utsname.h: Likewise.
49084 * include/sys/wait.h: Likewise.
49085 * include/termios.h: Likewise.
49086 * include/time.h: Likewise.
49087 * include/ulimit.h: Likewise.
49088 * include/unistd.h: Likewise.
49089 * include/utime.h: Likewise.
49090 * include/wchar.h: Likewise.
49091 * include/wctype.h: Likewise.
49092 * include/wordexp.h: Likewise.
49094 * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
49096 * time/time.h: TIME_UTC must be a macro.
49097 Make timespec_get available for ISO C11 only as well.
49099 2012-02-24 Ulrich Drepper <drepper@gmail.com>
49101 * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
49102 Reported by Peng Haitao <penght@cn.fujitsu.com>.
49104 2012-02-24 Joseph Myers <joseph@codesourcery.com>
49106 * configure.in: Use -o not -a in test for unsupported multi-arch.
49108 2012-02-24 Joseph Myers <joseph@codesourcery.com>
49110 * manual/texinfo.tex: Update to version 2012-01-19.16.
49112 2012-02-24 Joseph Myers <joseph@codesourcery.com>
49114 * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
49116 2012-02-24 Roland McGrath <roland@hack.frob.com>
49119 * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
49120 * manual/fdl-1.3.texi: New file.
49121 * manual/fdl-1.1.texi: File removed.
49124 * manual/libc.texinfo (FDL_VERSION): New @set.
49125 Use it for mention of FDL in cover text.
49126 (Documentation License): Use it in @include file name.
49128 2012-02-22 Joseph Myers <joseph@codesourcery.com>
49129 Roland McGrath <roland@hack.frob.com>
49132 * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
49133 (not LONG_LONG_MAX and LONG_LONG_MIN.
49134 * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
49135 LLONG_MIN. Refer to LONG_LONG_MIN only as older GCC-specific
49137 (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
49139 2012-02-22 Joseph Myers <joseph@codesourcery.com>
49143 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
49144 manipulate bits before adding and subtracting TWO23[sx].
49145 * math/libm-test.inc (nearbyint_test): Add more tests.
49147 2012-02-22 Joseph Myers <joseph@codesourcery.com>
49150 * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
49151 bits before adding and subtracting TWO23[sx].
49152 * math/libm-test.inc (rint_test): Add more tests.
49153 (rint_test_tonearest): Likewise.
49154 (rint_test_towardzero): Likewise.
49155 (rint_test_downward): Likewise.
49156 (rint_test_upward: Likewise.
49158 2012-02-22 Joseph Myers <joseph@codesourcery.com>
49161 * include/stdc-predef.h: New file. Extracted from features.h.
49162 * include/features.h: Include stdc-predef.h.
49163 * Makefile (headers): Add stdc-predef.h.
49164 * CONFORMANCE (Compiler limitations): Update.
49166 2012-02-22 Joseph Myers <joseph@codesourcery.com>
49168 * manual/libc.texinfo (VERSION, UPDATED): Revert.
49170 2012-02-21 David S. Miller <davem@davemloft.net>
49172 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
49173 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
49175 2012-02-20 David S. Miller <davem@davemloft.net>
49177 * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
49178 using a normal save/restore sequence, rather than allocating a
49179 dummy stack frame just to store a frame pointer and restore.
49180 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49182 2012-02-21 Joseph Myers <joseph@codesourcery.com>
49184 * manual/install.texi: Fix stray word in line-wrapped comment.
49186 2012-02-20 David S. Miller <davem@davemloft.net>
49188 * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
49189 both binutils and gcc support GOTDATA.
49191 * sysdeps/unix/sparc/sysdep.h: Document why we don't use
49192 "rd %pc" in the PIC register setup sequences.
49194 * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
49195 * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
49196 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
49197 * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
49198 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
49199 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
49200 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
49201 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49202 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
49203 (SYSCALL_ERROR_HANDLER): Likewise.
49204 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
49205 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
49206 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
49207 (SYSCALL_ERROR_HANDLER): Likewise.
49209 * config.h.in (HAVE_BINUTILS_GOTDATA): New.
49210 (HAVE_GCC_GOTDATA): New.
49211 * sysdeps/sparc/elf/configure.in: Test for GOTDATA
49212 relocation support in both binutils and gcc.
49213 * sysdeps/sparc/elf/configure: Regenerate.
49215 * sysdeps/sparc/sparc32/elf/configure.in: Delete.
49216 * sysdeps/sparc/sparc32/elf/configure: Delete.
49217 * sysdeps/sparc/sparc64/elf/configure.in: Delete.
49218 * sysdeps/sparc/sparc64/elf/configure: Delete.
49219 * sysdeps/sparc/elf/configure.in: New file.
49220 * sysdeps/sparc/elf/configure: Generate.
49222 * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
49223 * sysdeps/sparc/sparc32/elf/configure: Regenerate.
49224 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49225 * sysdeps/sparc/sparc64/elf/configure: Regenerate.
49226 * config.h.in (BROKEN_SPARC_WDISP22): Remove.
49228 2012-02-21 Joseph Myers <joseph@codesourcery.com>
49230 * manual/install.texi: Do not mention specific glibc version
49232 * manual/libc.texinfo (VERSION, UPDATED): Update.
49233 (@copying): Use @copyright{} and range of years.
49235 2012-02-21 Joseph Myers <joseph@codesourcery.com>
49238 * csu/Makefile (distribute): Remove initfini.c and defs.awk.
49239 [crti.S not in sysdirs] (generated): Do not append.
49240 [crti.S not in sysdirs] (omit-deps): Likewise.
49241 [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
49242 [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
49243 [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
49244 [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
49245 [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
49247 [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
49248 [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
49249 [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
49250 * csu/defs.awk: Remove file.
49251 * sysdeps/generic/initfini.c: Likewise.
49252 * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
49254 * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
49257 2012-02-20 Joseph Myers <joseph@codesourcery.com>
49259 * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
49260 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
49261 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
49262 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
49263 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
49264 * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
49266 (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
49267 (__EPOLL_PACKED): Define to empty if not defined by
49269 (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
49270 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49273 2012-02-20 Joseph Myers <joseph@codesourcery.com>
49275 * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
49276 * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
49277 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
49278 * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
49280 (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
49281 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49284 2012-02-20 Joseph Myers <joseph@codesourcery.com>
49286 * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
49288 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
49289 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
49290 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
49291 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49293 2012-02-20 Aurelien Jarno <aurelien@aurel32.net>
49295 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49296 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
49298 2012-02-19 Andreas Schwab <schwab@linux-m68k.org>
49300 * manual/errno.texi (Error Codes): Add EHWPOISON entry.
49301 * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
49303 * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
49305 * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
49308 2012-02-19 Aurelien Jarno <aurelien@aurel32.net>
49310 * math/w_acos.c: Use non-signaling floating-point comparisons.
49311 * math/w_acosf.c: Likewise.
49312 * math/w_acosh.c: Likewise.
49313 * math/w_acoshf.c: Likewise.
49314 * math/w_acoshl.c: Likewise.
49315 * math/w_acosl.c: Likewise.
49316 * math/w_asin.c: Likewise.
49317 * math/w_asinf.c: Likewise.
49318 * math/w_asinl.c: Likewise.
49319 * math/w_atanh.c: Likewise.
49320 * math/w_atanhf.c: Likewise.
49321 * math/w_atanhl.c: Likewise.
49322 * math/w_exp2.c: Likewise.
49323 * math/w_exp2f.c: Likewise.
49324 * math/w_exp2l.c: Likewise.
49325 * math/w_j0.c: Likewise.
49326 * math/w_j0f.c: Likewise.
49327 * math/w_j0l.c: Likewise.
49328 * math/w_j1.c: Likewise.
49329 * math/w_j1f.c: Likewise.
49330 * math/w_j1l.c: Likewise.
49331 * math/w_jn.c: Likewise.
49332 * math/w_jnf.c: Likewise.
49333 * math/w_log.c: Likewise.
49334 * math/w_log10.c: Likewise.
49335 * math/w_log10f.c: Likewise.
49336 * math/w_log10l.c: Likewise.
49337 * math/w_log2.c: Likewise.
49338 * math/w_log2f.c: Likewise.
49339 * math/w_log2l.c: Likewise.
49340 * math/w_logf.c: Likewise.
49341 * math/w_logl.c: Likewise.
49342 * math/w_sqrt.c: Likewise.
49343 * math/w_sqrtf.c: Likewise.
49344 * math/w_sqrtl.c: Likewise.
49345 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49346 * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
49347 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49348 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
49349 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
49351 2012-02-19 Joseph Myers <joseph@codesourcery.com>
49354 * manual/string.texi (strnlen): Use correct parameter name in
49355 equivalent expression.
49357 2012-02-19 Joseph Myers <joseph@codesourcery.com>
49360 * manual/users.texi (seteuid): Consistently use neweuid for
49363 2012-02-19 Joseph Myers <joseph@codesourcery.com>
49366 * manual/nss.texi (Services in the NSS configuration): Correct
49367 list of services in example configuration file.
49369 2012-02-19 Nick Bowler <nbowler@draconx.ca>
49372 * manual/arith.texi: Remove statements about negative zero
49373 behaving identically to zero.
49375 2012-02-18 Joseph Myers <joseph@codesourcery.com>
49378 * manual/install.texi: Do not document upgrading from libc5.
49380 2012-02-18 Joseph Myers <joseph@codesourcery.com>
49383 * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
49385 2012-02-18 David S. Miller <davem@davemloft.net>
49387 * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
49388 (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
49389 %o7 across the call.
49390 (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
49392 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
49393 SETUP_PIC_REG_LEAF.
49394 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49395 * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
49396 * sysdeps/sparc/crtn.S: Likewise.
49398 2012-02-17 Ulrich Drepper <drepper@gmail.com>
49400 * aout/Makefile: Remove.
49402 2012-02-18 Rafe Kettler <rafe.kettler@gmail.com>
49405 * manual/examples/argp-ex1.c (main): Format definition in GNU
49407 * manual/examples/argp-ex2.c (main): Likewise.
49408 * manual/examples/argp-ex3.c (main): Likewise.
49409 * manual/examples/argp-ex4.c (main): Likewise.
49410 * manual/examples/longopt.c (main): Use new-style prototype
49412 * manual/examples/strncat.c (main): Specify return type and use
49413 (void) for arguments.
49414 * manual/examples/subopt.c (main): Use char **argv argument.
49416 2012-02-17 Joseph Myers <joseph@codesourcery.com>
49419 * manual/lang.texi (FLT_EPSILON): Avoid description depending on
49422 2012-02-17 Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
49425 * manual/string.texi (strchr): Change when strchrnul is
49428 2012-02-17 Dwayne Grant McConnell <decimal@us.ibm.com>
49431 * manual/locale.texi (setlocale): Document LOCPATH.
49433 2012-02-17 Joseph Myers <joseph@codesourcery.com>
49436 * manual/process.texi (execle): Move @dots{} before last argument.
49438 2012-02-17 Paul Bolle <pebolle@tiscali.nl>
49441 * manual/charset.texi (Generic Charset Conversion): Fix typo
49442 (LC_TYPE -> LC_CTYPE).
49444 2012-02-17 Nicolas Boulenguez <nicolas.boulenguez@free.fr>
49447 * manual/arith.texi (scalbn): Use @var{} on parameter names.
49448 (scalbnf): Likewise.
49449 (scalbnl): Likewise.
49450 (scalbln): Likewise.
49451 (scalblnf): Likewise.
49452 (scalblnl): Likewise.
49453 * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
49454 (vwarnx): Likewise.
49457 * manual/filesys.texi (telldir): Use braces around return type.
49458 * manual/llio.texi (mmap): Add space after comma.
49459 (mmap64): Likewise.
49460 * manual/math.texi (jn): Use @var{} on parameter names.
49466 * manual/memory.texi (alloca): Remove semicolon on @deftypefun
49468 * manual/resource.texi (ulimit): Use @dots{} instead of literal
49470 (sched_get_priority_min): Remove semicolon on @deftypefun line.
49471 (sched_get_priority_max): Likewise.
49472 * manual/signal.texi (sigvec): Add space after comma.
49473 * manual/socket.texi (if_nametoindex): Use @var{} on parameter
49475 (if_indextoname): Likewise.
49476 (if_freenameindex): Likewise.
49477 (sendto): Use ',' instead of '.' in prototype.
49478 * manual/startup.texi (syscall): Use @dots{} instead of literal
49480 * manual/stdio.texi (__fpending): Separate initial words of
49481 paragraph from @deftypefun line.
49482 * manual/syslog.texi (syslog): Use @dots{} instead of literal
49484 (vsyslog): Use @var{} on parameter names.
49485 * manual/terminal.texi (stty): Use @var{} on parameter names.
49486 * manual/users.texi (getutmp): Use @var{} on parameter names.
49487 (getutmpx): Likewise.
49489 2012-02-17 Joseph Myers <joseph@codesourcery.com>
49492 * manual/stdio.texi (fopen): Fix typos in description of
49495 2012-02-17 Aurelien Jarno <aurelien@aurel32.net>
49498 * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
49499 get clock_id definition.
49501 2012-02-17 Thomas Schwinge <thomas@schwinge.name>
49504 * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
49505 (madvise): Cast every argument to void on its own.
49507 2012-02-17 Joseph Myers <joseph@codesourcery.com>
49510 * manual/startup.texi (Exit Status): Fix typo.
49512 2012-02-17 Joseph Myers <joseph@codesourcery.com>
49515 * manual/examples/argp-ex1.c: Include <stdlib.h>.
49516 * manual/examples/argp-ex2.c: Likewise.
49517 * manual/examples/argp-ex3.c: Likewise.
49519 2012-02-16 Richard Henderson <rth@redhat.com>
49521 * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
49522 * sysdeps/s390/s390-32/initfini.c: Remove.
49523 * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
49524 * sysdeps/s390/s390-64/initfini.c: Remove.
49526 2012-02-15 Kaz Kojima <kkojima@rr.iij4u.or.jp>
49528 * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
49529 compiler output for sysdeps/generic/initfini.c.
49530 * sysdeps/sh/elf/initfini.c: Remove file.
49532 2012-02-16 David S. Miller <davem@davemloft.net>
49535 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
49537 * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
49538 * sysdeps/sparc/crti.S: New file.
49539 * sysdeps/sparc/crtn.S: New file.
49540 * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
49541 * sysdeps/sparc/sparc64/Makefile: Likewise.
49543 2012-02-15 Mike Frysinger <vapier@gentoo.org>
49546 * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
49548 2012-02-15 Roland McGrath <roland@hack.frob.com>
49551 * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
49553 * mach/devstream.c (cookie_io_functions_t): Macro removed.
49554 (write, read, close): Likewise.
49555 Patch by Aurelien Jarno <aurelien@aurel32.net>.
49557 2012-02-15 Joseph Myers <joseph@codesourcery.com>
49559 * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
49560 * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
49561 * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
49562 * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
49564 (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
49565 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49568 2012-02-14 Marek Polacek <polacek@redhat.com>
49570 * sysdeps/x86_64/crti.S: New file.
49571 * sysdeps/x86_64/crtn.S: New file.
49572 * sysdeps/x86_64/elf/initfini.c: Remove file.
49574 2012-02-13 Joseph Myers <joseph@codesourcery.com>
49576 * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
49577 * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
49578 * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
49579 * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
49581 (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
49582 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49585 2012-02-13 Joseph Myers <joseph@codesourcery.com>
49587 * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
49588 * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
49589 * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
49590 * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
49592 (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
49593 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49596 2012-02-10 Thomas Schwinge <thomas@codesourcery.com>
49598 * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
49599 __feraiseexcept instead of feraiseexcept.
49601 * rt/tst-cpuclock1.c: Add a few comments, and error checking for
49602 nanosleep invocations.
49603 * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
49604 strings, and add error checking for a nanosleep invocations.
49606 2012-02-09 Paul Eggert <eggert@cs.ucla.edu>
49608 Replace FSF snail mail address with URLs, as per GNU coding standards.
49609 Most of the snail mail addresses were wrong anyway, and omitting
49610 them makes the source code easier to maintain. Almost all of the
49611 changes are to license notices and to locale LC_IDENTIFICATION
49612 addresses, except for this one:
49613 * manual/libc.texinfo: In "Published by", give the FSF's URL,
49614 not its snail mail address.
49616 2012-02-09 Richard Henderson <rth@twiddle.net>
49618 * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
49619 of kernel-features.h.
49621 * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
49623 2012-02-08 Marek Polacek <polacek@redhat.com>
49625 * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
49626 * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
49627 * sysdeps/gnu/_G_config.h: Likewise.
49628 * sysdeps/generic/_G_config.h: Likewise.
49630 2012-02-08 Andreas Schwab <schwab@linux-m68k.org>
49632 * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
49634 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49636 * sysdeps/powerpc/powerpc32/crti.S: New file.
49637 * sysdeps/powerpc/powerpc32/crtn.S: New file.
49638 * sysdeps/powerpc/powerpc64/crti.S: New file.
49639 * sysdeps/powerpc/powerpc64/crtn.S: New file.
49641 * Makeconfig (have-initfini): Don't set.
49642 * config.make.in (have-initfini, need-nopic-initfini): Don't set.
49643 * configure.in (nopic_initfini): Don't substitute.
49644 * config.h.in (HAVE_INITFINI): Don't #undef.
49645 * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
49646 * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
49648 2012-02-08 Joseph Myers <joseph@codesourcery.com>
49650 Support crti.S and crtn.S provided directly by architectures.
49651 * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
49652 [crti.S in sysdirs] (omit-deps): Likewise.
49653 [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
49654 [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
49655 [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
49656 [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
49657 [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
49658 [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
49659 [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
49660 [crti.S in sysdirs] (initfini.c): Remove vpath directive.
49661 * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
49662 compiler output for sysdeps/generic/initfini.c.
49663 * sysdeps/i386/elf/Makefile: Remove file.
49664 * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
49666 2012-02-07 Marek Polacek <polacek@redhat.com>
49668 * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
49669 * sysdeps/gnu/_G_config.h: Likewise.
49670 * sysdeps/mach/hurd/_G_config.h: Likewise.
49672 2012-02-07 Marek Polacek <polacek@redhat.com>
49674 * math/Makefile (tests): Add tst-CMPLX2.
49675 * math/tst-CMPLX2.c: New file.
49677 2012-02-07 Andreas Schwab <schwab@linux-m68k.org>
49679 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49681 * math/libm-test.inc (jn_test): Add missing L suffix.
49683 2012-02-06 Marek Polacek <polacek@redhat.com>
49685 * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
49686 * sysdeps/i386/fpu/e_powf.S: Likewise.
49687 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49688 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
49689 * sysdeps/i386/fpu/e_acosh.S: Likewise.
49690 * sysdeps/i386/fpu/e_pow.S: Likewise.
49691 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
49692 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49693 * sysdeps/i386/fpu/s_expm1.S: Likewise.
49694 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
49695 * sysdeps/i386/fpu/e_log2.S: Likewise.
49696 * sysdeps/i386/fpu/e_log2l.S: Likewise.
49697 * sysdeps/i386/fpu/e_scalb.S: Likewise.
49698 * sysdeps/i386/fpu/e_powl.S: Likewise.
49699 * sysdeps/i386/fpu/s_log1p.S: Likewise.
49700 * sysdeps/i386/fpu/e_log10f.S: Likewise.
49701 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
49702 * sysdeps/i386/fpu/e_logl.S: Likewise.
49703 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
49704 * sysdeps/i386/fpu/s_expm1l.S: Likewise.
49705 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
49706 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
49707 * sysdeps/i386/fpu/e_log2f.S: Likewise.
49708 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49709 * sysdeps/i386/fpu/e_log.S: Likewise.
49710 * sysdeps/i386/fpu/s_cexp.S: Likewise.
49711 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49712 * sysdeps/i386/fpu/s_log1pl.S: Likewise.
49713 * sysdeps/i386/fpu/e_logf.S: Likewise.
49714 * sysdeps/i386/fpu/e_log10l.S: Likewise.
49715 * sysdeps/i386/fpu/e_atanh.S: Likewise.
49716 * sysdeps/i386/fpu/s_log1pf.S: Likewise.
49717 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
49718 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
49719 * sysdeps/i386/fpu/e_log10.S: Likewise.
49720 * sysdeps/i386/fpu/s_frexp.S: Likewise.
49721 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49722 * sysdeps/i386/fpu/s_asinh.S: Likewise.
49723 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
49724 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49725 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
49726 * sysdeps/i386/asm-syntax.h: Likewise.
49727 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49728 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49729 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49730 * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
49731 * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
49732 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49733 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
49734 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
49735 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49736 * sysdeps/powerpc/sysdep.h: Likewise.
49737 * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
49738 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
49740 2012-02-06 Joseph Myers <joseph@codesourcery.com>
49743 * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
49745 2012-02-06 Joseph Myers <joseph@codesourcery.com>
49747 * sysdeps/i386/sysdep.h: Include <features.h>.
49748 (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
49751 2012-02-05 Joseph Myers <joseph@codesourcery.com>
49753 * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
49755 * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
49758 2012-02-03 Joseph Myers <joseph@codesourcery.com>
49760 * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
49761 (SETUP_PIC_REG): Use GET_PC_THUNK.
49762 * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
49765 2012-02-03 Joseph Myers <joseph@codesourcery.com>
49767 * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
49768 for non-PIC compilation.
49769 (SETUP_PIC_REG): Add .p2align directive.
49770 * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
49771 * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
49772 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
49773 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
49774 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
49775 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
49776 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
49777 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
49778 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
49779 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
49780 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
49781 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
49782 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
49783 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
49784 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
49785 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
49786 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
49787 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
49788 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
49789 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
49790 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
49791 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
49792 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
49793 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
49794 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
49795 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
49796 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
49797 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
49798 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
49799 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
49800 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
49801 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
49802 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
49803 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
49804 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
49805 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
49806 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
49807 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
49808 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
49809 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
49810 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
49812 2012-02-03 Joseph Myers <joseph@codesourcery.com>
49814 * math/tst-CMPLX.c: Include <stdio.h>.
49816 2012-01-31 Joseph Myers <joseph@codesourcery.com>
49818 * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
49820 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
49821 * sysdeps/sparc/bits/mathdef.h: Likewise.
49823 2012-01-31 Marek Polacek <polacek@redhat.com>
49825 * libio/libio.h: Don't define _PARAMS.
49826 * locale/programs/config.h: Don't define PARAMS.
49827 * stdlib/strtol_l.c: Likewise.
49828 (__strtol_l): Remove PARAMS from the prototype.
49830 2012-01-31 Ulrich Drepper <drepper@gmail.com>
49832 * malloc/malloc.c: Remove name translation. Don't use mixed-cap
49833 names. Just use the correct names. Remove unnecessary wrapper
49835 * malloc/arena.c: Likewise.
49836 * malloc/hooks.c: Likewise.
49838 * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
49839 ARENA_TEST says not to. Simplify test for creation of a new arena.
49840 Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
49842 2012-01-30 Ulrich Drepper <drepper@gmail.com>
49844 * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
49846 (update_get_addr): New function.
49847 (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
49848 GET_ADDR_MODULE parameter.
49850 2012-01-30 Joseph Myers <joseph@codesourcery.com>
49852 * crypt/cert.c: Remove __STDC__ conditionals.
49853 * crypt/crypt-entry.c: Likewise.
49854 * crypt/crypt_util.c: Likewise.
49855 * libio/filedoalloc.c: Likewise.
49856 * libio/fileops.c: Likewise.
49857 * libio/genops.c: Likewise.
49858 * libio/iofclose.c: Likewise.
49859 * libio/iofdopen.c: Likewise.
49860 * libio/iofopen.c: Likewise.
49861 * libio/iofopen64.c: Likewise.
49862 * libio/iogetdelim.c: Likewise.
49863 * libio/iopopen.c: Likewise.
49864 * libio/obprintf.c: Likewise.
49865 * libio/oldfileops.c: Likewise.
49866 * libio/oldiofclose.c: Likewise.
49867 * libio/oldiofdopen.c: Likewise.
49868 * libio/oldiofopen.c: Likewise.
49869 * libio/oldiopopen.c: Likewise.
49870 * libio/wfiledoalloc.c: Likewise.
49871 * libio/wgenops.c: Likewise.
49872 * locale/programs/xmalloc.c: Likewise.
49873 * misc/syslog.c: Likewise.
49874 * stdio-common/xbug.c: Likewise.
49875 * string/memchr.c: Likewise.
49876 * string/memcmp.c: Likewise.
49877 * string/memrchr.c: Likewise.
49878 * string/rawmemchr.c: Likewise.
49879 * sysdeps/posix/getcwd.c: Likewise.
49880 * time/strftime_l.c: Likewise.
49882 2012-01-30 Joseph Myers <joseph@codesourcery.com>
49884 * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
49885 * config.make.in (config-cflags-sse2avx): Define.
49886 * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
49889 2012-01-29 Chris Metcalf <cmetcalf@tilera.com>
49891 * scripts/config.guess: Update from upstream config git repository.
49892 * scripts/config.sub: Likewise.
49894 2012-01-28 Chris Metcalf <cmetcalf@tilera.com>
49896 * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
49898 (R_TILEPRO_*, R_TILEGX_*): New macros.
49900 * scripts/firstversions.awk: Fix bug in version range handling.
49902 * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
49904 * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
49906 * include/sys/epoll.h: New file.
49907 * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
49910 2012-01-28 Ulrich Drepper <drepper@gmail.com>
49912 * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
49913 Avoid unnecessary __WORDSIZE == 64 test.
49914 (fmaxf): Use VEX format if possible.
49919 * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
49920 * math/math_private.h: Remove libc_fegetround* and
49922 * sysdeps/i386/configure.in: Check for -msse2avx.
49923 * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
49924 also if SSE2AVX is defined.
49925 Remove libc_fegetround* and libc_fesetround*.
49926 * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
49927 if config-cflags-sse2avx is yes. Also add -DSSE2AVX to defines.
49928 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
49930 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
49931 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
49932 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
49933 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
49934 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
49936 * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
49938 2012-01-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
49940 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
49942 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
49944 2012-01-27 Ulrich Drepper <drepper@gmail.com>
49947 * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
49949 * Makeconfig (libm): Define.
49950 * elf/Makefile: Add rules to build and run tst-relsort1.
49951 * elf/tst-relsort1.c: New file.
49952 * elf/tst-relsort1mod1.c: New file.
49953 * elf/tst-relsort1mod2.c: New file.
49955 2012-01-27 Joseph Myers <joseph@codesourcery.com>
49957 * math/s_ldexp.c: Remove __STDC__ conditionals.
49958 * math/s_ldexpf.c: Likewise.
49959 * math/s_ldexpl.c: Likewise.
49960 * math/s_nextafter.c: Likewise.
49961 * math/s_nexttowardf.c: Likewise.
49962 * math/s_significand.c: Likewise.
49963 * math/s_significandf.c: Likewise.
49964 * math/s_significandl.c: Likewise.
49965 * math/w_jnl.c: Likewise.
49966 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
49967 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
49968 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
49969 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
49970 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
49971 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
49972 * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
49973 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
49974 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
49975 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
49976 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
49977 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
49978 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
49979 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
49980 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
49981 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
49982 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
49983 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
49984 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
49985 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49986 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49987 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
49988 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
49989 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
49990 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
49991 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
49992 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
49993 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
49994 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
49995 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
49996 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
49997 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
49998 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
49999 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
50000 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
50001 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
50002 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
50003 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
50004 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
50005 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
50006 * sysdeps/ieee754/k_standard.c: Likewise.
50007 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
50008 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
50009 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
50010 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
50011 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
50012 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
50013 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
50014 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
50015 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
50016 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
50017 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
50018 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
50019 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
50020 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
50021 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
50022 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
50023 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
50024 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
50025 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
50026 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
50027 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
50028 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
50029 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
50030 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
50031 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
50032 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
50033 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
50034 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
50035 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
50036 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
50037 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
50038 * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
50039 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
50040 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
50041 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
50042 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
50043 * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
50044 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
50045 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
50046 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
50047 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
50048 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
50049 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
50050 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
50051 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
50052 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
50053 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
50054 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
50055 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
50056 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
50057 * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
50058 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
50059 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
50060 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
50061 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
50062 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
50063 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
50064 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
50065 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
50066 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
50067 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
50068 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
50069 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
50070 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
50071 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
50072 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
50073 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
50074 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
50075 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
50076 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
50077 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
50078 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
50079 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
50080 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
50081 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
50082 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
50083 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
50084 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
50085 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
50086 * sysdeps/ieee754/s_matherr.c: Likewise.
50087 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
50088 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
50089 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
50090 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
50092 2012-01-26 Joseph Myers <joseph@codesourcery.com>
50094 * crypt/md5.h: Remove __STDC__ conditionals.
50095 * libio/libioP.h: Likewise.
50096 * locale/programs/config.h: Likewise.
50097 * sysdeps/generic/sysdep.h: Likewise.
50098 * sysdeps/i386/asm-syntax.h: Likewise.
50099 * sysdeps/s390/asm-syntax.h: Likewise.
50100 * sysdeps/unix/sysdep.h: Likewise.
50101 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
50102 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
50104 2012-01-26 Joseph Myers <joseph@codesourcery.com>
50106 * libio/libio.h: Remove __STDC__ conditionals.
50107 * malloc/obstack.h: Likewise.
50108 * math/complex.h: Likewise.
50109 * math/math.h: Likewise.
50110 * sysdeps/generic/_G_config.h: Likewise.
50111 * sysdeps/gnu/_G_config.h: Likewise.
50112 * sysdeps/mach/hurd/_G_config.h: Likewise.
50113 * sysdeps/powerpc/bits/mathdef.h: Likewise.
50114 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
50115 * sysdeps/sparc/bits/mathdef.h: Likewise.
50117 2012-01-26 Ulrich Drepper <drepper@gmail.com>
50120 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
50121 Clean up HAS_* macros.
50122 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
50123 bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
50125 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
50127 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
50128 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
50129 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
50130 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
50131 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
50133 2012-01-25 Joseph Myers <joseph@codesourcery.com>
50135 * elf/tst-unique3.cc (gets): Remove declaration.
50136 * elf/tst-unique3lib.cc (gets): Likewise.
50137 * elf/tst-unique3lib2.cc (gets): Likewise.
50138 * elf/tst-unique4.cc (gets): Likewise.
50140 2012-01-24 Ulrich Drepper <drepper@gmail.com>
50142 * include/stdio.h: Add C++ protection. Add gets declarations and
50144 * debug/tst-chk1.c: Don't declare gets here.
50145 * stdio-common/tst-gets.c: Likewise.
50147 2012-01-24 Joseph Myers <joseph@codesourcery.com>
50149 * posix/glob: Remove directory.
50151 2012-01-24 Joseph Myers <joseph@codesourcery.com>
50153 * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
50155 2012-01-22 Pino Toscano <toscano.pino@tiscali.it>
50157 * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
50158 of the non-standard EPFNOSUPPORT.
50160 2011-12-26 Samuel Thibault <samuel.thibault@ens-lyon.org>
50162 * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
50163 __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
50164 ANYWHERE set to 1 only on KERN_NO_SPACE error.
50166 2012-01-21 Ulrich Drepper <drepper@gmail.com>
50168 * wcsmbs/uchar.h: Test __STDC_VERSION__.
50170 2012-01-20 Ulrich Drepper <drepper@gmail.com>
50172 * nscd/aicache.c (addhstaiX): Do not cache negative results of
50174 * nscd/grpcache.c (cache_addgr): Likewise.
50175 * nscd/hstcache.c (cache_addhst): Likewise.
50176 * nscd/initgrcache.c (addinitgroupsX): Likewise.
50177 * nscd/pwdcache.c (cache_addpw): Likewise.
50178 * nscd/servicescache.c (cache_addserv): Likewise.
50180 2012-01-16 Ulrich Drepper <drepper@gmail.com>
50182 * malloc/malloc.c: Various cleanups.
50183 * malloc/hooks.c: Likewise.
50185 * stdlib/Makefile (tests): Add bug-fmtmsg1.
50186 * stdlib/bug-fmtmsg1.c: New file.
50188 * stdlib/fmtmsg.c (init): Add missing unlock.
50189 Patch by Peng Haitao <penght@cn.fujitsu.com>.
50191 2012-01-12 Marek Polacek <polacek@redhat.com>
50193 * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
50196 2012-01-04 Will Schmidt <will_schmidt@vnet.ibm.com>
50198 * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
50199 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
50200 macro to ensure uniqueness of label name.
50201 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
50202 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
50204 2012-01-11 Ulrich Drepper <drepper@gmail.com>
50206 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
50208 * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
50209 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
50210 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
50211 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
50213 2012-01-10 Ulrich Drepper <drepper@gmail.com>
50215 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
50217 * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
50218 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
50219 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
50221 * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
50223 * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
50224 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
50225 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
50226 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
50228 * math/bits/math-finite.h: Add ldexp support.
50230 2012-01-10 Marek Polacek <polacek@redhat.com>
50232 * locale/programs/localedef.h (show_archive_content): Add noreturn
50235 2012-01-09 Ulrich Drepper <drepper@gmail.com>
50237 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
50239 2012-01-08 Ulrich Drepper <drepper@gmail.com>
50241 * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
50243 * io/Makefile (headers): Add bits/poll2.h.
50245 2011-01-05 Will Schmidt <will_schmidt@vnet.ibm.com>
50247 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
50248 typo #include statement.
50250 2012-01-08 Ulrich Drepper <drepper@gmail.com>
50252 * include/sys/cdefs.h: Define __attribute_alloc_size.
50253 * catgets/gencat.c: Add alloc_size attribute and apply consistently
50254 the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
50255 * elf/pldd.c: Likewise.
50256 * iconv/iconv_charmap.c: Likewise.
50257 * iconv/iconvconfig.c: Likewise.
50258 * iconv/strtab.c: Likewise.
50259 * locale/programs/locale.c: Likewise.
50260 * locale/programs/localedef.h: Likewise.
50261 * locale/programs/simple-hash.c: Likewise.
50262 * nscd/nscd.h: Likewise.
50263 * nss/makedb.c: Likewise.
50264 * sysdeps/generic/ldconfig.h: Likewise.
50265 * locale/programs/localedef.c: Remove xmalloc prototype.
50266 * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
50268 2012-01-05 Paul Pluzhnikov <ppluzhnikov@google.com>
50270 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
50273 2012-01-08 Ulrich Drepper <drepper@gmail.com>
50275 * math/Makefile (tests): Add tst-CMPLX.
50276 * math/tst-CMPLX.c: New file.
50278 * math/complex.h (CMPLXL): Fix typo.
50280 * debug/Makefile (routines): Add poll_chk and ppoll_chk.
50281 * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
50283 * debug/tst-chk1.c: Add poll and ppoll tests.
50284 * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
50285 * include/sys/poll.h: Add hidden proto for ppoll.
50286 * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
50287 * sysdeps/mach/hurd/ppoll.c: Likewise.
50288 * io/ppoll.c: Likewise.
50289 * debug/poll_chk.c: New file.
50290 * debug/ppoll_chk.c: New file.
50291 * include/bits/poll2.h: New file.
50292 * io/bits/poll2.h: New file.
50295 * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
50297 * configure.in: static is always set to yes. Remove.
50298 * config.make.in: Don't set build-static.
50299 * Makeconfig: Remove use of build-static.
50300 * dlfcn/Makefile: Likewise.
50301 * elf/Makefile: Likewise.
50302 * math/Makefile: Likewise.
50303 * misc/Makefile: Likewise.
50304 * nptl/Makefile: Likewise.
50305 * sysdeps/mach/hurd/Makefile: Likewise.
50307 * configure.in: PWD_P is not used anymore.
50308 * config.make.in: Remove PWD_P entry.
50310 * configure.in: Remove last remnants of RANLIB.
50311 No need to check for signed size_t anymore.
50312 Don't set libc_commonpagesize and libc_relro_required here for Alpha
50314 Remove __builtin_expect test because we require at least gcc 3.4.
50315 * aclocal.m4: Likewise.
50317 * wcsmbs/mbrtoc16.c: Implement using towc function.
50318 * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
50319 * wcsmbs/wcsmbsload.c: Likewise.
50320 * iconv/gconv_simple.c: Likewise.
50321 * iconv/gconv_int.h: Likewise.
50322 * iconv/gconv_builtin.h: Likewise.
50323 * iconv/iconv_prog.c: Remove CHAR16 handling.
50325 * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
50327 * wcsmbs/mbrtowc.c: Better check for invalid inputs.
50329 * configure.in: Remove --with-elf and --enable-bounded options.
50330 Dont set base_machine for ia64. More non-ELF conditions removed.
50331 Remove testing and setting of leading underscore information.
50332 * config.make.in (build-bounded): Set to no.
50333 * config.h.in: Remove NO_UNDERSCORES entry.
50334 * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS. ELF has
50336 * csu/start.c: Remove !NO_UNDERSCORE code.
50337 * locale/localeinfo.h: Likewise.
50338 * sysdeps/generic/machine-gmon.h: Likewise.
50339 * sysdeps/generic/sysdep.h: Likewise.
50340 * sysdeps/i386/sysdep.h: Likewise.
50341 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
50342 * sysdeps/mach/sysdep.h: Likewise.
50343 * sysdeps/s390/s390-32/sysdep.h: Likewise.
50344 * sysdeps/s390/s390-64/sysdep.h: Likewise.
50345 * sysdeps/sh/sysdep.h: Likewise.
50346 * sysdeps/sparc/sparc32/alloca.S: Likewise.
50347 * sysdeps/unix/i386/sysdep.S: Likewise.
50348 * sysdeps/unix/sparc/start.c: Likewise.
50349 * sysdeps/unix/sparc/sysdep.S: Likewise.
50350 * sysdeps/unix/sparc/sysdep.h: Likewise.
50351 * sysdeps/unix/start.c: Likewise.
50352 * sysdeps/unix/x86_64/sysdep.S: Likewise.
50353 * sysdeps/x86_64/sysdep.h: Likewise.
50355 2012-01-07 Ulrich Drepper <drepper@gmail.com>
50358 * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
50360 * argp/argp-fmtstream.h: Use const instead __const.
50361 * argp/argp.h: Likewise.
50362 * assert/assert.h: Likewise.
50363 * bits/fenv.h: Likewise.
50364 * bits/sched.h: Likewise.
50365 * bits/sigset.h: Likewise.
50366 * bits/sigthread.h: Likewise.
50367 * catgets/nl_types.h: Likewise.
50368 * conform/data/pthread.h-data: Likewise.
50369 * crypt/crypt-private.h: Likewise.
50370 * crypt/crypt.h: Likewise.
50371 * crypt/crypt_util.c: Likewise.
50372 * ctype/ctype.h: Likewise.
50373 * debug/execinfo.h: Likewise.
50374 * debug/mbsnrtowcs_chk.c: Likewise.
50375 * debug/mbsrtowcs_chk.c: Likewise.
50376 * debug/wcsnrtombs_chk.c: Likewise.
50377 * debug/wcsrtombs_chk.c: Likewise.
50378 * debug/wcstombs_chk.c: Likewise.
50379 * dirent/dirent.h: Likewise.
50380 * dlfcn/dlfcn.h: Likewise.
50381 * elf/neededtest4.c: Likewise.
50382 * grp/grp.h: Likewise.
50383 * gshadow/gshadow.h: Likewise.
50384 * iconv/gconv.h: Likewise.
50385 * iconv/gconv_int.h: Likewise.
50386 * iconv/gconv_simple.c: Likewise.
50387 * iconv/iconv.h: Likewise.
50388 * iconv/loop.c: Likewise.
50389 * iconv/skeleton.c: Likewise.
50390 * include/aio.h: Likewise.
50391 * include/aliases.h: Likewise.
50392 * include/argz.h: Likewise.
50393 * include/arpa/inet.h: Likewise.
50394 * include/assert.h: Likewise.
50395 * include/dirent.h: Likewise.
50396 * include/dlfcn.h: Likewise.
50397 * include/execinfo.h: Likewise.
50398 * include/fcntl.h: Likewise.
50399 * include/fenv.h: Likewise.
50400 * include/glob.h: Likewise.
50401 * include/grp.h: Likewise.
50402 * include/libintl.h: Likewise.
50403 * include/mntent.h: Likewise.
50404 * include/netdb.h: Likewise.
50405 * include/pwd.h: Likewise.
50406 * include/rpc/netdb.h: Likewise.
50407 * include/sched.h: Likewise.
50408 * include/search.h: Likewise.
50409 * include/shadow.h: Likewise.
50410 * include/signal.h: Likewise.
50411 * include/stdio.h: Likewise.
50412 * include/stdlib.h: Likewise.
50413 * include/string.h: Likewise.
50414 * include/sys/socket.h: Likewise.
50415 * include/sys/stat.h: Likewise.
50416 * include/sys/statfs.h: Likewise.
50417 * include/sys/statvfs.h: Likewise.
50418 * include/sys/syslog.h: Likewise.
50419 * include/sys/time.h: Likewise.
50420 * include/sys/uio.h: Likewise.
50421 * include/time.h: Likewise.
50422 * include/unistd.h: Likewise.
50423 * include/utmp.h: Likewise.
50424 * include/wchar.h: Likewise.
50425 * include/wctype.h: Likewise.
50426 * inet/aliases.h: Likewise.
50427 * inet/arpa/inet.h: Likewise.
50428 * inet/netinet/ether.h: Likewise.
50429 * inet/netinet/in.h: Likewise.
50430 * intl/libintl.h: Likewise.
50431 * io/bits/fcntl2.h: Likewise.
50432 * io/fcntl.h: Likewise.
50433 * io/ftw.h: Likewise.
50434 * io/sys/poll.h: Likewise.
50435 * io/sys/stat.h: Likewise.
50436 * io/sys/statfs.h: Likewise.
50437 * io/sys/statvfs.h: Likewise.
50438 * io/utime.h: Likewise.
50439 * libio/bits/stdio.h: Likewise.
50440 * libio/bits/stdio2.h: Likewise.
50441 * libio/libio.h: Likewise.
50442 * libio/libioP.h: Likewise.
50443 * libio/stdio.h: Likewise.
50444 * locale/lc-ctype.c: Likewise.
50445 * locale/locale.h: Likewise.
50446 * login/utmp.h: Likewise.
50447 * malloc/arena.c: Likewise.
50448 * malloc/malloc.c: Likewise.
50449 * malloc/malloc.h: Likewise.
50450 * malloc/mcheck.c: Likewise.
50451 * malloc/mtrace.c: Likewise.
50452 * math/bits/mathcalls.h: Likewise.
50453 * math/fenv.h: Likewise.
50454 * math/math_private.h: Likewise.
50455 * misc/bits/error.h: Likewise.
50456 * misc/bits/syslog.h: Likewise.
50457 * misc/err.h: Likewise.
50458 * misc/error.h: Likewise.
50459 * misc/fstab.h: Likewise.
50460 * misc/mntent.h: Likewise.
50461 * misc/regexp.h: Likewise.
50462 * misc/search.h: Likewise.
50463 * misc/sgtty.h: Likewise.
50464 * misc/sys/mman.h: Likewise.
50465 * misc/sys/syslog.h: Likewise.
50466 * misc/sys/uio.h: Likewise.
50467 * misc/sys/xattr.h: Likewise.
50468 * misc/ttyent.h: Likewise.
50469 * nis/rpcsvc/ypclnt.h: Likewise.
50470 * nss/nss.h: Likewise.
50471 * posix/bits/unistd.h: Likewise.
50472 * posix/fnmatch.h: Likewise.
50473 * posix/glob.h: Likewise.
50474 * posix/sched.h: Likewise.
50475 * posix/spawn.h: Likewise.
50476 * posix/sys/wait.h: Likewise.
50477 * posix/unistd.h: Likewise.
50478 * posix/wordexp.h: Likewise.
50479 * pwd/pwd.h: Likewise.
50480 * resolv/netdb.h: Likewise.
50481 * resource/sys/resource.h: Likewise.
50482 * rt/aio.h: Likewise.
50483 * rt/bits/mqueue2.h: Likewise.
50484 * rt/mqueue.h: Likewise.
50485 * shadow/shadow.h: Likewise.
50486 * signal/signal.h: Likewise.
50487 * socket/send.c: Likewise.
50488 * socket/sendto.c: Likewise.
50489 * socket/sys/socket.h: Likewise.
50490 * stdio-common/printf.h: Likewise.
50491 * stdlib/bits/stdlib.h: Likewise.
50492 * stdlib/fmtmsg.h: Likewise.
50493 * stdlib/monetary.h: Likewise.
50494 * stdlib/stdlib.h: Likewise.
50495 * stdlib/ucontext.h: Likewise.
50496 * streams/stropts.h: Likewise.
50497 * string/argz.h: Likewise.
50498 * string/bits/string2.h: Likewise.
50499 * string/string.h: Likewise.
50500 * string/strings.h: Likewise.
50501 * sunrpc/rpc/auth.h: Likewise.
50502 * sunrpc/rpc/auth_des.h: Likewise.
50503 * sunrpc/rpc/clnt.h: Likewise.
50504 * sunrpc/rpc/netdb.h: Likewise.
50505 * sunrpc/rpc/pmap_clnt.h: Likewise.
50506 * sunrpc/rpc/xdr.h: Likewise.
50507 * sysdeps/generic/inttypes.h: Likewise.
50508 * sysdeps/generic/net/if.h: Likewise.
50509 * sysdeps/generic/sys/swap.h: Likewise.
50510 * sysdeps/gnu/net/if.h: Likewise.
50511 * sysdeps/gnu/utmpx.h: Likewise.
50512 * sysdeps/i386/fpu/bits/fenv.h: Likewise.
50513 * sysdeps/i386/i486/bits/string.h: Likewise.
50514 * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
50515 * sysdeps/s390/bits/string.h: Likewise.
50516 * sysdeps/s390/fpu/bits/fenv.h: Likewise.
50517 * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
50518 * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
50519 * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
50520 * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
50521 * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
50522 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
50523 * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
50524 * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
50525 * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
50526 * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
50527 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
50528 * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
50529 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
50530 * sysdeps/unix/sysv/linux/readv.c: Likewise.
50531 * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
50532 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
50533 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50534 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
50535 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
50536 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
50537 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
50538 * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
50539 * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
50540 * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
50541 * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
50542 * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
50543 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50544 * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
50545 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
50546 * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
50547 * sysvipc/sys/ipc.h: Likewise.
50548 * sysvipc/sys/msg.h: Likewise.
50549 * sysvipc/sys/sem.h: Likewise.
50550 * sysvipc/sys/shm.h: Likewise.
50551 * termios/termios.h: Likewise.
50552 * time/sys/time.h: Likewise.
50553 * time/time.h: Likewise.
50554 * wcsmbs/bits/wchar2.h: Likewise.
50555 * wcsmbs/uchar.h: Likewise.
50556 * wcsmbs/wchar.h: Likewise.
50557 * wctype/wctype.h: Likewise.
50560 * Makeconfig: Remove all but ELF support including AIX support.
50561 * Makerules: Likewise.
50562 * config.h.in: Likewise.
50563 * config.make.in: Likewise.
50564 * configure: Likewise.
50565 * configure.in: Likewise.
50566 * csu/Makefile: Likewise.
50567 * csu/version.c: Likewise.
50568 * debug/Makefile: Likewise.
50569 * dlfcn/Makefile: Likewise.
50570 * elf/Makefile: Likewise.
50571 * extra-lib.mk: Likewise.
50572 * iconv/Makefile: Likewise.
50573 * include/libc-symbols.h: Likewise.
50574 * include/shlib-compat.h: Likewise.
50575 * resolv/Makefile: Likewise.
50576 * resolv/res_libc.c: Likewise.
50577 * rt/Makefile: Likewise.
50578 * sysdeps/i386/asm-syntax.h: Likewise.
50579 * sysdeps/i386/sysdep.h: Likewise.
50580 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
50581 * sysdeps/mach/sysdep.h: Likewise.
50582 * sysdeps/powerpc/powerpc32/Makefile: Likewise.
50583 * sysdeps/powerpc/powerpc64/Makefile: Likewise.
50584 * sysdeps/s390/asm-syntax.h: Likewise.
50585 * sysdeps/s390/s390-32/sysdep.h: Likewise.
50586 * sysdeps/s390/s390-64/sysdep.h: Likewise.
50587 * sysdeps/sh/sysdep.h: Likewise.
50588 * sysdeps/unix/sparc/sysdep.h: Likewise.
50589 * sysdeps/wordsize-32/divdi3.c: Likewise.
50590 * sysdeps/x86_64/sysdep.h: Likewise.
50592 * argp/Versions: Remove _argp_unlock_xxx.
50595 * abilist/ld.abilist: Update. Adjust for removal of tls option.
50596 * abilist/libBrokenLocale.abilist: Likewise.
50597 * abilist/libanl.abilist: Likewise.
50598 * abilist/libc.abilist: Likewise.
50599 * abilist/libcrypt.abilist: Likewise.
50600 * abilist/libdl.abilist: Likewise.
50601 * abilist/libm.abilist: Likewise.
50602 * abilist/libnsl.abilist: Likewise.
50603 * abilist/libpthread.abilist: Likewise.
50604 * abilist/libresolv.abilist: Likewise.
50605 * abilist/librt.abilist: Likewise.
50606 * abilist/libthread_db.abilist: Likewise.
50607 * abilist/libutil.abilist: Likewise.
50608 * abilist/libnss_db.abilist: New file.
50610 * scripts/abilist.awk: Add support for indirect functions.
50612 * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
50614 * sysdeps/generic/ldsodefs.h: Remove Alpha support.
50616 * shlib-versions: Remove entries for ports architectures.
50618 * elf/tls-macros.h: Remove support for Alpha and IA-64. Should be in
50620 * elf/stackguard-macros.h: Remove support for IA-64.
50621 * elf/tst-auditmod1.c: Likewise.
50622 * sysdeps/generic/ldsodefs.h: Likewise.
50624 * sysdeps/unix/sysv/linux/configure.in: Ports should define
50625 libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
50629 * configure.in: Remove --enable-omitfp support.
50631 * config.make.in: Likewise.
50632 * Makeconfig: Likewise.
50633 * manual/install.texi: Likewise.
50635 In case anyone cares, the IA-64 architecture could move to ports.
50636 * sysdeps/ia64/*: Removed.
50637 * sysdeps/unix/sysv/linux/ia64/*: Removed.
50638 * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
50641 * configure.in: Remove entries for unsupported architectures.
50644 * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
50645 * iconv/gconv_simple.c: Rename char16_t routines. Add char16_t<->utf8
50647 * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
50648 * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
50649 * wcsmbs/c16rtomb.c: Fix a few problems. Disable all the code and
50650 fall back to using wcrtomb.
50651 * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
50652 * wcsmbs/wcsmbsload.c: Make char16 routines optional. Adjust for
50654 * wcsmbs/Makefile (tests): Add tst-c16c32-1:
50655 * wcsmbs/tst-c16c32-1.c: New file.
50657 * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
50660 * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
50662 * elf/tst-unique3.cc: Add explicit declaration of gets.
50663 * elf/tst-unique3lib.cc: Likewise.
50664 * elf/tst-unique3lib2.cc: Likewise.
50665 * elf/tst-unique4.cc: Likewise.
50667 * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
50669 2012-01-06 Joseph Myers <joseph@codesourcery.com>
50672 * assert/assert.h (static_assert): Don't define for C++.
50673 * libio/stdio.h (gets): Do declare for C++ <= C++11.
50674 * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
50676 2012-01-03 Ulrich Drepper <drepper@gmail.com>
50678 * iconv/loop.c (single loop): Fix assertion in storing of
50681 * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
50683 2012-01-01 Ulrich Drepper <drepper@gmail.com>
50685 * posix/getconf.c: Update copyright year.
50686 * nss/getent.c: Likewise.
50687 * nss/makedb.c: Likewise.
50688 * iconv/iconvconfig.c: Likewise.
50689 * iconv/iconv_prog.c: Likewise.
50690 * elf/ldconfig.c: Likewise.
50691 * elf/pldd.c: Likewise.
50692 * elf/sotruss.ksh: Likewise.
50693 * catgets/gencat.c: Likewise.
50694 * csu/version.c: Likewise.
50695 * elf/ldd.bash.in: Likewise.
50696 * elf/sprof.c (print_version): Likewise.
50697 * locale/programs/locale.c: Likewise.
50698 * locale/programs/localedef.c: Likewise.
50699 * login/programs/pt_chown.c: Likewise.
50700 * nscd/nscd.c (print_version): Likewise.
50701 * debug/xtrace.sh: Likewise.
50702 * malloc/memusage.sh: Likewise.
50703 * malloc/mtrace.pl: Likewise.
50704 * debug/catchsegv.sh: Likewise.
50706 2011-12-30 Jakub Jelinek <jakub@redhat.com>
50708 * posix/regex_internal.c (re_string_fetch_byte_case): Remove
50711 2011-12-24 Ulrich Drepper <drepper@gmail.com>
50714 * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
50715 * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
50717 * iconv/gconv_int.h: Likewise.
50718 * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
50719 * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
50720 from libc for GLIBC_2.16.
50721 * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
50722 * wcsmbs/wcrtomb.c: Define c32rtomb alias.
50723 * wcsmbs/uchar.h: Really define mbstate_t.
50724 * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
50725 * wcsmbs/c16rtomb.c: New file.
50726 * wcsmbs/mbrtoc16.c: New file.
50727 * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
50728 for C/POSIX locale.
50729 (__wcsmbs_load_conv): Do not fill in c16 routines yet.
50730 * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
50732 * wcsmbs/wchar.h: Add missing __restrict.
50734 2011-12-23 Ulrich Drepper <drepper@gmail.com>
50737 * time/Makefile (routines): Add timespec_get.
50738 * time/Versions: Export timespec_get from libc for GLIBC_2.16.
50739 * time/time.h: Define TIME_UTC and declare timespec_get. Define
50740 timespec for ISO C11.
50741 * time/timespec_get.c: New file.
50742 * sysdeps/unix/sysv/linux/timespec_get.c: New file.
50743 * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
50746 * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
50747 * stdlib/stdlib.h: Declare aligned_alloc.
50748 * Versions.def: Add GLIBC_2.16 for libc.
50749 * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
50752 * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
50755 * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
50759 * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
50762 * assert/assert.h (static_assert): Define.
50764 * version.h: Update for 2.16 development version.
50767 * include/features.h: Handle __STDC_VERSION__ >= 201112 and
50770 * version.h (RELEASE): Bump for 2.15 release.
50771 * include/features.h (__GLIBC_MINOR__): Bump to 15.
50773 * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
50774 Patch by Marek Polacek <mpolacek@redhat.com>.
50776 * bits/byteswap.h: Protect long long constants with __extension__.
50777 * sysdeps/i386/bits/byteswap.h: Likewise.
50778 * sysdeps/ia64/bits/byteswap.h: Likewise.
50779 * sysdeps/s390/bits/byteswap.h: Likewise.
50780 * sysdeps/x86_64/bits/byteswap.h: Likewise.
50782 2011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
50785 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
50786 destination buffer.
50787 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
50789 2011-12-23 Marek Polacek <polacek@redhat.com>
50791 * elf/dl-addr.c (determine_info): Add inline keyword.
50792 * elf/tst-auditmod4b.c (check_avx): Likewise.
50793 * elf/tst-auditmod6b.c (check_avx): Likewise.
50794 * elf/tst-auditmod6c.c (check_avx): Likewise.
50795 * elf/tst-auditmod7b.c (check_avx): Likewise.
50797 2011-12-23 Ulrich Drepper <drepper@gmail.com>
50799 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
50802 2011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
50805 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
50806 processing for last bytes.
50808 2011-08-06 Bruno Haible <bruno@clisp.org>
50811 * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
50812 U+0385, not to U+1FEE.
50815 * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
50816 entry for U+00A5 U+0301.
50818 2011-12-22 Ulrich Drepper <drepper@gmail.com>
50821 * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
50822 buffer for the output is too small.
50824 * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
50828 * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
50829 SSE flags if possible.
50831 2011-12-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
50834 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
50835 processing for last bytes.
50837 2011-12-22 Joseph Myers <joseph@codesourcery.com>
50839 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
50840 (syscall-list-default-options, syscall-list-default-condition)
50841 (syscall-list-includes): Define.
50842 ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
50843 list of ABIs and options and #if conditions for each ABI. Do not
50844 handle common syscalls between ABIs specially.
50845 * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
50847 (syscall-list-variants, syscall-list-32bit-options)
50848 (syscall-list-32bit-condition, syscall-list-64bit-options)
50849 (syscall-list-64bit-condition): Define.
50850 * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
50851 (syscall-list-variants, syscall-list-32bit-options)
50852 (syscall-list-32bit-condition, syscall-list-64bit-options)
50853 (syscall-list-64bit-condition): Define.
50854 * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
50856 (syscall-list-variants, syscall-list-32bit-options)
50857 (syscall-list-32bit-condition, syscall-list-64bit-options)
50858 (syscall-list-64bit-condition): Define.
50859 * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
50861 (syscall-list-variants, syscall-list-32bit-options)
50862 (syscall-list-32bit-condition, syscall-list-64bit-options)
50863 (syscall-list-64bit-condition): Define.
50865 2011-12-22 Ulrich Drepper <drepper@gmail.com>
50867 * locale/iso-639.def: Add brx entry.
50870 * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
50871 Proposed by Mariusz_Cukr <marcukr@op.pl>.
50873 * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
50874 __feraiseexcept_renamed.
50876 2011-12-21 Ulrich Drepper <drepper@gmail.com>
50879 * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
50880 EPOLLET with unsigned values.
50881 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50882 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
50884 * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
50885 to large cancellation.
50886 * math/s_cacoshf.c: Likewise.
50887 * math/s_cacoshl.c: Likewise.
50889 2011-11-18 Richard B. Kreckel <kreckel@ginac.de>
50893 * math/s_cacosh.c: Fix rare miscomputation in cacosh().
50894 * math/s_cacoshf.c: Likewise.
50895 * math/s_cacoshl.c: Likewise.
50897 2011-12-21 Ulrich Drepper <drepper@gmail.com>
50900 * iconv/gconv.h: Define __GCONV_SWAP.
50901 * iconvdata/unicode.c: The swap bit must be stored in __flags.
50902 * iconvdata/utf-16.c: Likewise.
50903 * iconvdata/utf-32.c: Likewise.
50905 2011-12-21 Andreas Schwab <schwab@linux-m68k.org>
50908 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
50909 numerator after shifting it by one limb.
50911 2011-12-19 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
50913 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
50914 under [__USE_EXTERN_INLINES].
50916 2011-12-17 Ulrich Drepper <drepper@gmail.com>
50919 * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
50921 2011-11-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
50923 * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
50924 * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
50926 * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
50927 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
50928 * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
50929 * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
50930 for strncasecmp/strncasecmp_l compilation.
50931 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
50932 * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
50934 2011-12-08 Marek Polacek <mpolacek@redhat.com>
50937 * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
50940 2011-12-17 Ulrich Drepper <drepper@gmail.com>
50943 * time/tzfile.c (__tzfile_read): Check values from file header.
50945 2011-11-21 Will Schmidt <will_schmidt@vnet.ibm.com>
50947 * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
50948 * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
50949 * powerpc/powerpc32/dl-start.S: Likewise.
50950 * powerpc/powerpc32/elf/start.S: Likewise.
50951 * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
50952 * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
50953 * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
50954 * powerpc/powerpc32/fpu/s_floor.S: Likewise.
50955 * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
50956 * powerpc/powerpc32/fpu/s_lround.S: Likewise.
50957 * powerpc/powerpc32/fpu/s_rint.S: Likewise.
50958 * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
50959 * powerpc/powerpc32/fpu/s_round.S: Likewise.
50960 * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
50961 * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
50962 * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
50963 * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
50964 * powerpc/powerpc32/memset.S: Likewise.
50965 * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
50966 * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
50967 * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
50968 * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
50969 * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
50970 * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
50971 * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
50972 * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
50973 * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
50974 * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
50975 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
50976 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
50977 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
50979 2011-11-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
50981 * math/libm-test.inc: Added more nearbyint tests.
50982 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
50983 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
50984 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
50985 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
50987 2011-11-21 Ross Lagerwall <rosslagerwall@gmail.com>
50989 * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
50992 2011-11-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
50994 * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
50995 Add wcscpy-ssse3 wcscpy-c.
50996 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
50997 * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
50998 * sysdeps/x86_64/multiarch/wcscpy.S: New file.
50999 * sysdeps/x86_64/wcschr.S: New file.
51000 * sysdeps/x86_64/wcsrchr.S: New file.
51001 * string/test-strcmp.c: Remove checking of wcscmp function for
51003 * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
51004 (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
51005 wcsrchr-sse2 wcsrchr-c.
51006 * sysdeps/i386/i686/multiarch/wcschr.S: New file.
51007 * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
51008 * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
51009 * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
51010 * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
51011 * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
51012 * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
51013 * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
51014 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
51015 * wcsmbc/wcschr.c (WCSCHR): New macro.
51017 2011-11-17 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
51019 * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
51020 * wcsmbs/test-wcsrchr.c: New file.
51021 * string/test-strrchr.c: Add wcsrchr support.
51023 * wcsmbs/test-wcscpy.c: New file.
51024 * string/test-strcpy.c: Add wcscpy support.
51027 2011-12-10 Ulrich Drepper <drepper@gmail.com>
51029 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
51032 2011-12-06 Andreas Schwab <schwab@linux-m68k.org>
51035 * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
51037 2011-12-04 Ulrich Drepper <drepper@gmail.com>
51039 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
51040 Minor optimizations.
51042 * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
51043 * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
51044 * sunrpc/clnt_udp.c (clntudp_call): Likewise.
51046 2011-12-03 Ulrich Drepper <drepper@gmail.com>
51048 * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
51049 IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
51050 IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
51051 for gcc to avoid warnings.
51052 * inet/Makefile (tests): Add tst-checks.
51053 * inet/tst-checks.c: New file.
51055 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
51058 * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
51061 * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
51062 * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
51064 * malloc/mcheck.h: Fix use of incorrect encoding in comment.
51066 2011-12-02 Ulrich Drepper <drepper@gmail.com>
51068 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
51071 * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
51073 2011-11-29 Joseph Myers <joseph@codesourcery.com>
51075 * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
51076 conditional on GCC version.
51077 (__arch_compare_and_exchange_val_8_acq)
51078 (__arch_compare_and_exchange_val_16_acq)
51079 (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
51080 (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
51081 (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
51083 2011-12-02 Joseph Myers <joseph@codesourcery.com>
51085 * sysdeps/sh/backtrace.c: New file.
51087 2011-12-02 Andreas Schwab <schwab@redhat.com>
51089 * misc/bits/select2.h (__FD_ELT): Mark as extension. Add
51092 2011-12-01 Andreas Schwab <schwab@redhat.com>
51094 * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
51095 falling back to utime.
51097 2011-11-30 Andreas Schwab <schwab@redhat.com>
51099 * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
51100 expectations for float.
51102 2011-11-29 Andreas Schwab <schwab@redhat.com>
51104 * locale/weight.h (findidx): Add parameter len.
51105 * locale/weightwc.h (findidx): Likewise.
51106 * posix/fnmatch_loop.c (FCT): Adjust caller.
51107 * posix/regcomp.c (build_equiv_class): Likewise.
51108 * posix/regex_internal.h (re_string_elem_size_at): Likewise.
51109 * posix/regexec.c (check_node_accept_bytes): Likewise.
51110 * string/strcoll_l.c (STRCOLL): Likewise.
51111 * string/strxfrm_l.c (STRXFRM): Likewise.
51113 2011-11-17 Ulrich Drepper <drepper@gmail.com>
51115 * Makefile.in: Remove CVSOPT handling.
51116 * configure.in: Remove use of AC_REVISION.
51117 * iconvdata/Makefile (distribute): No need to filter out CVS.
51118 * scripts/list-sources.sh: Remove CVS, subversion and monotone
51121 2011-11-16 Andreas Schwab <schwab@redhat.com>
51123 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
51124 [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
51125 [USE_AS_STRNCASECMP_L]: Likewise.
51126 (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
51127 NO_TLS_DIRECT_SEG_REFS.
51128 * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
51129 Fix argument offsets for non-PIC.
51130 [USE_AS_STRNCASECMP_L]: Likewise.
51131 (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
51132 NO_TLS_DIRECT_SEG_REFS.
51134 2011-11-15 Ulrich Drepper <drepper@gmail.com>
51136 * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
51138 * locale/loadlocale.c (_nl_load_locale): Likewise.
51140 2011-11-15 Andreas Schwab <schwab@redhat.com>
51142 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
51143 [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
51144 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
51145 (SYSCALL_GETTIME): Set errno on error.
51147 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
51148 count references to noai6ai_cached.
51150 2011-11-15 Ulrich Drepper <drepper@gmail.com>
51152 * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
51154 * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
51155 FD_CLOEXEC for /proc/self/maps.
51157 * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
51158 FD_CLOEXEC for /proc/meminfo.
51160 * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
51163 * resolv/res_query.c (res_hostalias): Don't allow cancellation and set
51164 FD_CLOEXEC for given file.
51166 * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
51168 * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
51169 FD_CLOEXEC for /etc/hosts.
51170 (_gethtent): Likewise.
51172 * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
51174 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
51175 cancellation and set FD_CLOEXEC for /etc/netgroup.
51177 * nss/nss_files/files-key.c (search): Don't allow cancellation when
51178 reading /etc/publickey.
51180 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
51181 allow cancellation when reading /etc/group.
51183 * nss/nss_files/files-alias.c (internal_setent): Don't allow
51185 (get_next_alias): Likewise for included file. Also set FD_CLOEXEC.
51187 * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
51188 when using data file.
51190 * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
51192 * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
51193 (write_nis_obj): Use "c" and "e" in fopen.
51195 * misc/mntent_r.c (__setmntent): Also append e to fopen format.
51197 * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
51199 * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
51201 * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
51203 * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
51206 * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
51208 * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
51210 * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
51212 * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
51213 file parsing and set FD_CLOEXEC.
51215 2011-11-14 Ulrich Drepper <drepper@gmail.com>
51217 * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
51219 2011-11-14 Andreas Schwab <schwab@redhat.com>
51221 * malloc/arena.c (arena_get2): Don't call reused_arena when
51222 _int_new_arena failed.
51224 2011-11-14 Ulrich Drepper <drepper@gmail.com>
51226 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
51227 (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
51228 * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
51229 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
51230 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
51231 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
51232 to compile strcasecmp and strncasecmp.
51233 * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
51234 * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
51236 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
51238 2011-11-13 Ulrich Drepper <drepper@gmail.com>
51240 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
51241 locale-defines.sym to gen-as-const-headers.
51242 (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
51243 strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
51244 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
51245 to compile strcasecmp and strncasecmp.
51246 * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
51247 strcasecmp_l and strncasecmp_l.
51248 * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
51249 * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
51250 * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
51251 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
51252 * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
51253 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
51254 * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
51255 * sysdeps/i386/i686/multiarch/strncase.S: New file.
51256 * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
51257 * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
51258 * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
51260 2011-11-12 Ulrich Drepper <drepper@gmail.com>
51262 * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
51263 result of SYSDEP_GETTIME_CPU to retval.
51264 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
51265 parameter list to macro. Remove trailing semicolon. Adjust users.
51267 * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
51270 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
51272 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
51274 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
51275 from unused variable.
51277 * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
51279 * sysdeps/generic/dwarf2.h: Don't define enums when using the file
51282 * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
51285 * sunrpc/rpc_prot.c (rejected): Fix case value.
51287 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
51288 unsigned long long int to avoid warnings in shift.
51290 * posix/regex_internal.c (re_string_reconstruct): Actually use result
51292 * posix/regex_internal.h (re_string_wchar_at): Remove temporary
51295 * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
51296 * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
51297 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
51299 * nis/nis_table.c (nis_list): Use variable of correct type for
51300 result of __follow_path call.
51302 2011-11-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
51304 * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
51305 of math functions ceil, trunc, floor, round, and sqrt, when
51306 avaliable on the platform.
51307 * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
51309 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
51310 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
51311 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
51313 2011-10-30 Marek Polacek <mpolacek@redhat.com>
51315 * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
51316 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
51318 2011-11-11 Roland McGrath <roland@hack.frob.com>
51320 * include/unistd.h: Fix __readlink return type.
51321 Reported by Chris Metcalf <cmetcalf@tilera.com>.
51323 2011-11-11 Ulrich Drepper <drepper@gmail.com>
51325 * stdlib/ucontext.h: Undo last change for makecontext.
51327 2011-11-11 Andreas Schwab <schwab@redhat.com>
51329 * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
51331 * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
51332 * setjmp/setjmp.h: Mark functions as non-leaf.
51333 * setjmp/bits/setjmp2.h: Likewise.
51334 * stdlib/ucontext.h: Likewise.
51336 2011-11-10 Andreas Schwab <schwab@redhat.com>
51338 * malloc/arena.c (_int_new_arena): Don't increment narenas.
51339 (reused_arena): Don't check arena limit.
51340 (arena_get2): Atomically check arena limit.
51342 2011-11-08 Ulrich Drepper <drepper@gmail.com>
51344 * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
51345 * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
51347 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
51350 2011-11-07 Andreas Schwab <schwab@redhat.com>
51352 * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
51353 handler when locking.
51355 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
51356 Fix size of allocated buffer.
51358 2011-11-04 Andreas Schwab <schwab@redhat.com>
51361 * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
51362 declarations for long double functions.
51363 * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
51365 * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
51367 2011-11-03 Andreas Schwab <schwab@redhat.com>
51369 * nscd/nscd.c (main): Don't start AVC thread until credentials are
51372 * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
51375 2011-11-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
51377 * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
51379 2011-11-01 Andreas Schwab <schwab@linux-m68k.org>
51381 * include/alloca.h (stackinfo_alloca_round): Define.
51382 (extend_alloca): Use it.
51383 [_STACK_GROWS_UP]: Correct check for adjacent allocation.
51384 * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
51387 * scripts/check-local-headers.sh: Ignore libaudit.h.
51389 * nscd/Makefile (extra-objs): Make recursively expanded.
51391 2011-11-01 Ulrich Drepper <drepper@gmail.com>
51393 * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
51394 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
51396 * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
51397 * posix/tst-rfc3484-2.c: Likewise.
51398 * posix/tst-rfc3484-3.c: Likewise.
51400 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
51402 * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
51404 * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
51405 process_vm_writev from libc using GLIBC_2.15 version.
51407 * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
51409 2011-10-31 Paul Pluzhnikov <ppluzhnikov@google.com>
51411 * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
51414 2011-10-31 Ulrich Drepper <drepper@gmail.com>
51417 * nss/getent.c (initgroups_keys): Show error message in case no group
51420 * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
51421 * inet/check_pf.c: Provide dummy versions of __free_in6ai and
51422 __bump_nl_timestamp.
51423 * nscd/connections (nscd_init): When host database is served open
51424 netlink socket and request notification about configuration changes.
51425 (main_loop_poll): Track netlink file descriptor and bump timestamp
51426 in case data becomes available.
51427 (main_loop_epoll): Likewise.
51428 * nscd/nscd-client.h (DB_VERSION): Bump to 2.
51429 (database_pers_head): Add extra_data fileds.
51430 Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
51431 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
51432 * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
51434 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
51435 in6ai data, call __free_in6ai.
51436 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
51437 Add -DHAVE_NETLINK.
51438 * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite. Cache the
51439 interface information. Reuse previous data if netlink timestamp
51441 (__bump_nl_timestamp): New function.
51442 (__free_in6ai): New function.
51444 2011-10-30 Ulrich Drepper <drepper@gmail.com>
51446 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
51447 close_not_cancel_no_status here.
51448 (__check_pf): Reorganize code a bit to not call close twice if OOM.
51450 2011-10-29 Ulrich Drepper <drepper@gmail.com>
51453 * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
51456 * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
51457 * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
51458 asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
51460 2011-07-03 Andreas Jaeger <aj@suse.de>
51463 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
51464 of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
51465 * math/libm-test.inc (sin_test): Add test case.
51467 2011-10-29 Ulrich Drepper <drepper@gmail.com>
51470 * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
51471 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
51473 * elf/chroot_canon.c (chroot_canon): Cleanups.
51475 * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
51478 * elf/chroot_canon.c (chroot_canon): Fix readlink call.
51479 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
51481 * string/test-strchr.c: Make usable for strchrnul testing.
51482 * string/test-strchrnul.c: New file.
51483 * string/Makefile (strop-tests): Add strchrnul.
51485 * po/it.po: Update from translation team.
51486 * po/es.po: Likewise.
51488 2011-10-28 Ulrich Drepper <drepper@gmail.com>
51490 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
51491 the three constants needed as parameters. Drop the others.
51492 (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
51493 __m128i_strloadu_tolower.
51494 Create and initialize variable zero and use it in all the places
51495 where _mm_setzero_si128 was used.
51497 * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
51498 doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
51499 mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
51500 * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
51502 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
51503 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
51504 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
51505 __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
51506 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
51507 __mpranred, __mptan.
51508 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
51509 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
51510 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
51511 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
51512 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
51513 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
51514 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
51515 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
51516 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
51518 2011-10-28 Andreas Schwab <schwab@redhat.com>
51520 * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
51521 redefine if SHARED.
51522 * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
51524 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
51525 wide char related routines to wcsmbs subdir.
51527 2011-10-27 Andreas Schwab <schwab@redhat.com>
51530 * misc/sys/cdefs.h (__THROWNL): Define.
51531 * posix/unistd.h: Use __THREADNL instead of __THREAD
51532 for memory synchronization functions.
51534 2011-10-26 Roland McGrath <roland@hack.frob.com>
51537 * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
51539 * manual/stdio.texi (Obstack Streams): Node removed.
51541 2011-10-26 Andreas Schwab <schwab@redhat.com>
51543 * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
51544 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
51545 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
51547 * math/math_private.h (math_force_eval): Allow non-addressable
51549 * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
51551 2011-10-25 Ulrich Drepper <drepper@gmail.com>
51553 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
51554 file is not needed.
51556 * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
51557 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
51558 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
51559 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
51560 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
51561 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
51562 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
51563 * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
51565 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
51566 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
51567 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
51568 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
51569 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
51570 * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
51571 * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
51572 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
51573 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
51574 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
51575 * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
51576 * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
51577 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
51578 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
51579 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
51580 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
51581 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
51582 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
51583 * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
51585 * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
51586 all the time. Define bit_AVX. Define HAS_* macros using bit_* macros.
51588 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
51589 place. Use VEX encoding when compiling for AVX.
51591 2011-10-25 Andreas Schwab <schwab@redhat.com>
51593 * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
51594 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
51596 * string/test-strchr.c (do_test): Don't generate NUL bytes.
51598 2011-10-25 Ulrich Drepper <drepper@gmail.com>
51600 * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
51601 useless if() expression.
51602 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
51603 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
51604 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
51605 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
51606 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
51607 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
51608 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
51609 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
51610 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
51611 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
51612 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
51613 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
51614 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
51615 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
51616 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
51617 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
51618 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
51619 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
51620 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
51622 * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
51624 2011-10-25 Andreas Schwab <schwab@redhat.com>
51626 * elf/dl-deps.c (_dl_map_object_deps): Remove always true
51628 * elf/dl-fini.c (_dl_sort_fini): Likewise.
51630 2011-10-25 Ulrich Drepper <drepper@gmail.com>
51632 * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
51633 .text section. Avoid duplicate constants.
51634 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
51635 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51636 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
51637 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51638 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51639 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51640 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51641 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51642 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
51643 * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
51644 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
51645 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
51646 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
51647 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
51648 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
51649 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
51650 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
51651 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
51652 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
51653 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51654 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
51655 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
51656 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
51657 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
51658 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
51659 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
51660 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
51661 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
51662 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
51663 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
51664 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
51665 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
51666 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
51667 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
51668 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
51669 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
51670 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
51671 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
51672 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
51673 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
51674 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
51675 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
51676 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
51677 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
51678 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
51680 2011-10-24 Ulrich Drepper <drepper@gmail.com>
51682 * sysdeps/x86_64/dla.h: Move to ...
51683 * sysdeps/x86_64/fpu/dla.h: ...here.
51684 (DLA_FMS): Some compilers fail to inline __builtin_fma in some
51685 situations. Use __builtin_fma only for gcc 4.6 and up.
51687 * config.make.in: Add have-mfma4 entry.
51688 * configure.in: Substitute libc_cv_cc_fma4.
51689 * math/Makefile (dbl-only-routines): Add sincostab.
51690 * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
51691 Use __sincostab not sincos.
51692 * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
51694 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
51695 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51696 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51697 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise. Define singArctan2
51699 * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr. Don't define
51700 __cr and __cpymn. Define __cpy unless NO___CPY is defined. Define
51701 norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
51702 * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
51704 * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
51705 * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
51707 * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos. Don't
51708 define aliases when function name is a macro.
51709 * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
51710 sysdeps/ieee754/dbl-64/sincos.tbl.
51711 * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
51712 fma4-enabled routines.
51713 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
51714 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
51715 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
51716 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
51717 * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
51718 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
51719 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
51720 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
51721 * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
51722 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
51723 * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
51724 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
51725 * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
51726 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
51727 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
51728 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
51729 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
51730 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
51731 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
51732 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
51733 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
51734 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
51735 * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
51736 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
51737 * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
51738 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
51739 * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
51740 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
51741 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
51742 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
51744 * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
51746 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51747 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51748 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51749 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51750 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51751 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51752 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
51753 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51755 2011-10-24 Andreas Schwab <schwab@redhat.com>
51757 * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
51759 2011-10-23 Ulrich Drepper <drepper@gmail.com>
51761 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
51763 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
51765 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
51767 * string/strnlen.c: Don't define STRNLEN, reverse logic.
51768 Remove unused variable magic_bits.
51769 * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
51771 * string/strnlen.c: Define and use STRNLEN macro.
51772 * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
51773 Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
51774 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
51775 * wcsmbs/wcslen.c: Define and use WCSLEN.
51776 * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
51777 * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
51778 * sysdeps/i386/i686/multiarch/strnlen.S: New file.
51779 * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
51780 * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
51781 * sysdeps/i386/i686/multiarch/wcslen.S: New file.
51782 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
51784 2011-10-20 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
51786 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51787 strnlen-sse2-no-bsf.
51788 Rename strlen-no-bsf to strlen-sse2-no-bsf.
51789 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
51790 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
51791 Add strnlen support.
51792 (USE_AS_STRNLEN): New macro.
51793 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
51794 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
51795 Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
51796 * sysdeps/x86_64/wcslen.S: New file.
51798 2011-10-20 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
51800 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
51801 XMM-moves are used for copying on small sizes.
51803 2011-10-19 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
51805 * wcsmbs/Makefile (strop-tests): Add wcschr.
51806 * wcsmbs/test-wcschr.c: New file.
51807 * string/test-strchr.c: Update.
51808 Add wcschr support.
51811 2011-10-18 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
51813 * wcsmbs/Makefile (strop-tests): Add wcslen.
51814 * wcsmbs/test-wcslen.c: New file.
51815 * string/test-strlen.c: Update.
51816 Add wcslen support.
51819 2011-10-23 Ulrich Drepper <drepper@gmail.com>
51821 * po/it.po: Update from translation team.
51823 2011-09-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
51825 * sysdeps/x86_64/wcscmp.S: Update.
51826 Fix wrong comparison semantics.
51827 wcscmp shall use signed comparison not unsigned.
51828 Don't use substraction to avoid overflow bug.
51829 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
51830 * wcsmbc/wcscmp.c: Likewise.
51831 * string/test-strcmp.c: Likewise.
51832 Add new tests to check cases with negative values.
51834 2011-10-23 Ulrich Drepper <drepper@gmail.com>
51836 * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
51837 * sysdeps/x86_64/dla.h: ...here. New file.
51838 * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
51839 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51840 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51841 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51842 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51843 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
51844 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51845 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
51846 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51848 2011-10-23 Andreas Schwab <schwab@linux-m68k.org>
51850 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
51851 __ynl_finite aliases.
51853 2011-10-22 Ulrich Drepper <drepper@gmail.com>
51855 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
51857 * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
51859 [DLA_FMA] (EMULV): Use DLA_FMA.
51860 [DLA_FMA] (MUL12): Use EMULV.
51861 * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
51862 that are not needed.
51863 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
51864 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
51865 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
51866 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
51867 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
51868 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
51869 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
51871 2011-10-22 Andreas Schwab <schwab@linux-m68k.org>
51873 * math/s_nan.c: Undef __nan.
51874 * math/s_nanf.c: Undef __nanf.
51875 * math/s_nanl.c: Undef __nanl.
51876 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
51879 2011-10-22 Ulrich Drepper <drepper@gmail.com>
51881 * math/s_catan.c: Add branch predictions.
51882 * math/s_catanf.c: Likewise.
51883 * math/s_catanh.c: Likewise.
51884 * math/s_catanhf.c: Likewise.
51885 * math/s_catanhl.c: Likewise.
51886 * math/s_catanl.c: Likewise.
51887 * math/s_cexp.c: Likewise.
51888 * math/s_cexpf.c: Likewise.
51889 * math/s_cexpl.c: Likewise.
51890 * math/s_clog.c: Likewise.
51891 * math/s_clog10.c: Likewise.
51892 * math/s_clog10f.c: Likewise.
51893 * math/s_clog10l.c: Likewise.
51894 * math/s_clogf.c: Likewise.
51895 * math/s_clogl.c: Likewise.
51896 * math/s_csqrt.c: Likewise.
51897 * math/s_csqrtf.c: Likewise.
51898 * math/s_csqrtl.c: Likewise.
51899 * math/s_ctanf.c: Likewise.
51900 * math/s_ctanh.c: Likewise.
51901 * math/s_ctanhf.c: Likewise.
51902 * math/s_ctanhl.c: Likewise.
51903 * math/s_ctanl.c: Likewise.
51905 * math/math_private.h: Define __nan, __nanf, __nanl.
51906 * math/s_cacosh.c: Include <math_private.h>.
51907 * math/s_cacoshl.c: Likewise.
51908 * math/s_casinh.c: Likewise.
51909 * math/s_casinhf.c: Likewise.
51910 * math/s_casinhl.c: Likewise.
51911 * math/s_ccos.c: Rely entire on ccosh.
51912 * math/s_ccosf.c: Rely entire on ccoshf.
51913 * math/s_ccosl.c: Rely entirely on ccoshl.
51914 * math/s_ccosh.c: Add branch predicion helpers. Add branch prediction.
51915 Remove tests for FE_INVALID.
51916 * math/s_ccoshf.c: Likewise.
51917 * math/s_ccoshl.c: Likewise.
51918 * math/s_csin.c: Likewise.
51919 * math/s_csinf.c: Likewise.
51920 * math/s_csinh.c Likewise.
51921 * math/s_csinhf.c: Likewise.
51922 * math/s_csinhl.c: Likewise.
51923 * math/s_csinl.c: Likewise.
51924 * math/s_ctan.c: Likewise.
51925 * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
51926 * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
51927 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
51929 2011-10-21 Ulrich Drepper <drepper@gmail.com>
51931 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
51932 compilation problems.
51934 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
51937 2011-10-20 Ulrich Drepper <drepper@gmail.com>
51939 * sysdeps/i386/configure.in: Test for -mfma4 option.
51940 * config.h.in: Add HAVE_FMA4_SUPPORT entry.
51941 * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
51942 COMMON_CPUID_INDEX_80000001.
51943 * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
51944 * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
51945 use it if FMA3 is not supported.
51946 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
51948 * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
51949 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
51951 2011-10-20 Andreas Schwab <schwab@redhat.com>
51954 * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
51955 it would create a cycle with a link time dependency.
51957 2011-10-19 Ulrich Drepper <drepper@gmail.com>
51959 * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
51961 * string/Makefile (strop-tests): Add rawmemchr.
51962 * string/test-rawmemchr.c: New file.
51964 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
51965 * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file. Split out from...
51966 * sysdeps/x86_64/multiarch/strcmp.S: ...here. Include strcmp-sse42.S
51967 when compiling str{,n}casecmp and when AVX is available. Hook up
51968 new optimized code in initializers.
51970 2011-10-19 Andreas Schwab <schwab@redhat.com>
51972 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
51973 __feraiseexcept instead of feraiseexcept.
51975 2011-10-18 Ulrich Drepper <drepper@gmail.com>
51977 * math/math_private.h: Define defaults for libc_fetestexcept and
51979 * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
51980 * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
51981 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
51982 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
51983 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
51984 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
51985 libc_fetestexcept and libc_feupdateenv.
51987 * math/math_private.h: Define defaults for libc_feholdexcept_setround,
51988 libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
51989 * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
51990 * sysdeps/x86_64/fpu/math_private.h: Define special version of
51991 libc_feholdexcept_setround.
51993 * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
51994 Add s_nearbyint-c and s_nearbyintf-c.
51995 * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
51996 nearbyintf inlines.
51997 * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
51998 * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
51999 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
52000 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
52002 * math/math_private.h: Define defaults for libc_fegetround,
52003 libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
52004 libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
52005 libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
52006 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
52007 libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
52008 standard functions.
52009 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
52010 Remove comments and hacks for old compiler versions.
52011 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
52012 libc_fegetround, libc_fesetround, libc_feholdexcept, and
52013 libc_feholdexceptl.
52015 2011-10-18 Andreas Schwab <schwab@redhat.com>
52017 * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
52018 (__feraiseexcept_renamed): Add __NTH.
52019 (feraiseexcept): Add __NTH. Rename local variables to fix
52020 namespace violations.
52022 2011-10-17 Ulrich Drepper <drepper@gmail.com>
52024 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
52026 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
52028 * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
52029 recently added interfaces.
52030 * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
52032 * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
52033 about macro parameter expansion.
52035 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
52036 __NO_MATH_INLINES is defined. Cleanups.
52038 * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
52039 and __floorf is target has SSE4.1.
52040 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
52041 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
52042 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
52043 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
52045 * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
52047 (floorf): Likewise.
52049 * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
52051 2011-10-17 Andreas Schwab <schwab@redhat.com>
52053 * misc/sys/cdefs.h: Fix last change.
52055 * grp/initgroups.c (internal_getgrouplist): Fix initgroups
52058 2011-10-16 Ulrich Drepper <drepper@gmail.com>
52060 * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
52062 * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
52063 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
52064 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
52065 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
52066 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
52067 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
52068 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
52069 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
52070 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
52071 * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
52072 * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
52073 * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
52074 * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
52075 * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
52076 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
52077 * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
52078 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
52079 * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
52080 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
52081 * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
52082 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
52083 * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
52085 * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
52086 ceil, ceilf, floor, floorf.
52088 * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
52089 Perform IRELATIVE relocations last.
52091 * elf/do-rel.h: Add another parameter nrelative, replacing the
52092 local variable with the same name. Change name of the function
52093 to end in Rel or Rela (uppercase).
52094 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
52095 nrelative to ranges. Only nonzero for DT_REL/DT_RELA. Pass to the
52096 elf_dynamic_do_##reloc function.
52098 2011-10-15 Ulrich Drepper <drepper@gmail.com>
52100 * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
52101 is sufficient, at least on modern CPUs.
52103 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
52105 * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
52106 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
52108 * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
52110 * math/bits/math-finite.h: Add entries for exp.
52111 * math/e_expl.c: Add __*_finite alias.
52112 * sysdeps/i386/fpu/e_exp.S: Likewise.
52113 * sysdeps/i386/fpu/e_expf.S: Likewise.
52114 * sysdeps/i386/fpu/e_expl.c: Likewise.
52115 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52116 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
52117 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
52118 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
52119 * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
52120 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
52121 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
52123 * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
52124 is sufficient, at least on modern CPUs.
52126 * ctype/ctype-info.c (__ctype_init): Define.
52127 * include/ctype.h (__ctype_init): Declare.
52128 (__ctype_b_loc): The variable is always initialized.
52129 (__ctype_toupper_loc): Likewise.
52130 (__ctype_tolower_loc): Likewise.
52131 * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
52132 * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
52134 2011-10-15 Andreas Schwab <schwab@linux-m68k.org>
52136 * wcsmbs/wmemcmp.c (WMEMCMP): Define.
52138 * configure.in: Also look in $cxxmachine/include for C++ system
52141 2011-09-27 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
52143 * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
52144 memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
52145 * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
52146 * sysdeps/x86_64/multiarch/memcmp.S: Update. Add __memcmp_ssse3.
52147 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
52148 (USE_AS_WMEMCMP): New macro.
52150 * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
52151 * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
52152 * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
52153 * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
52154 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52155 wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
52156 * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
52157 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
52158 * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
52159 * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
52160 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
52161 (USE_AS_WMEMCMP): New macro.
52162 * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
52163 * sysdeps/string/test-memcmp.c: Update.
52164 Fix simple_wmemcmp.
52166 * wcsmbs/wmemcmp.c: Update.
52167 (WMEMCMP): New macro.
52170 2011-10-12 Andreas Jaeger <aj@suse.de>
52173 * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
52175 2011-10-15 Ulrich Drepper <drepper@gmail.com>
52177 * libio/iofwide.c (do_length): Avoid warning.
52179 * ctype/ctype.h (__isctype_f): Add missing __THROW.
52181 2011-10-14 Ulrich Drepper <drepper@gmail.com>
52183 * elf/pldd-xx.c (find_maps): Remove leftover debug message.
52185 * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
52186 * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
52187 * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
52188 * sysdeps/i386/i686/fpu/e_log.S: New file.
52189 * sysdeps/i386/i686/fpu/e_logf.S: New file.
52190 * sysdeps/i386/i686/fpu/e_logl.S: New file.
52192 * ctype/ctype.h: Add support for inlined isXXX functions when
52193 compiling C++ code.
52195 2011-10-14 Andreas Schwab <schwab@redhat.com>
52197 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52199 * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
52201 2011-10-13 Roland McGrath <roland@hack.frob.com>
52204 * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
52206 2011-10-13 Andreas Schwab <schwab@redhat.com>
52208 * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
52209 * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
52212 * sysdeps/x86_64/memrchr.S: Check for zero size.
52214 * string/stratcliff.c: Add memrchr tests.
52216 2011-10-12 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
52218 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52219 memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
52220 rawmemchr-sse2 rawmemchr-sse2-bsf.
52221 * sysdeps/i386/i686/multiarch/memchr.S: New file.
52222 * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
52223 * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
52224 * sysdeps/i386/i686/multiarch/memrchr.S: New file.
52225 * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
52226 * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
52227 * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
52228 * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
52229 * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
52230 * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
52231 * string/memrchr.c (MEMRCHR): New macro.
52233 2011-10-12 Ulrich Drepper <drepper@gmail.com>
52235 Add integration with gcc's -ffinite-math-only and optimize wrapper
52237 * Versions.def: Define GLIBC_2.15 version for libm.
52238 * math/Makefile (headers): Add bits/math-finite.h.
52239 * math/bits/math-finite.h: New file.
52240 * sysdeps/ia64/fpu/bits/math-finite.h: New file.
52241 * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
52242 * math/e_acoshl.c: Add __*_finite alias.
52243 * math/e_acosl.c: Likewise.
52244 * math/e_asinl.c: Likewise.
52245 * math/e_atan2l.c: Likewise.
52246 * math/e_atanhl.c: Likewise.
52247 * math/e_coshl.c: Likewise.
52248 * math/e_exp10.c: Likewise.
52249 * math/e_exp10f.c: Likewise.
52250 * math/e_exp10l.c: Likewise.
52251 * math/e_exp2l.c: Likewise.
52252 * math/e_fmodl.c: Likewise.
52253 * math/e_gammal_r.c: Likewise.
52254 * math/e_hypotl.c: Likewise.
52255 * math/e_j0l.c: Likewise.
52256 * math/e_j1l.c: Likewise.
52257 * math/e_jnl.c: Likewise.
52258 * math/e_lgammal_r.c: Likewise.
52259 * math/e_log10l.c: Likewise.
52260 * math/e_log2l.c: Likewise.
52261 * math/e_logl.c: Likewise.
52262 * math/e_powl.c: Likewise.
52263 * math/e_sinhl.c: Likewise.
52264 * math/e_sqrtl.c: Likewise.
52265 * math/e_scalb.c: Completely rewritten and optimized.
52266 * math/e_scalbf.c: Likewise.
52267 * math/e_scalbl.c: Likewise.
52268 * math/w_acos.c: Likewise.
52269 * math/w_acosf.c: Likewise.
52270 * math/w_acosl.c: Likewise.
52271 * math/w_acosh.c: Likewise.
52272 * math/w_acoshf.c: Likewise.
52273 * math/w_acoshl.c: Likewise.
52274 * math/w_asin.c: Likewise.
52275 * math/w_asinf.c: Likewise.
52276 * math/w_asinl.c: Likewise.
52277 * math/w_atan2.c: Likewise.
52278 * math/w_atan2f.c: Likewise.
52279 * math/w_atan2l.c: Likewise.
52280 * math/w_atanh.c: Likewise.
52281 * math/w_atanhf.c: Likewise.
52282 * math/w_atanhl.c: Likewise.
52283 * math/w_exp10.c: Likewise.
52284 * math/w_exp10f.c: Likewise.
52285 * math/w_exp10l.c: Likewise.
52286 * math/w_fmod.c: Likewise.
52287 * math/w_fmodf.c: Likewise.
52288 * math/w_fmodl.c: Likewise.
52289 * math/w_j0.c: Likewise.
52290 * math/w_j0f.c: Likewise.
52291 * math/w_j0l.c: Likewise.
52292 * math/w_j1.c: Likewise.
52293 * math/w_j1f.c: Likewise.
52294 * math/w_j1l.c: Likewise.
52295 * math/w_jn.c: Likewise.
52296 * math/w_jnf.c: Likewise.
52297 * math/w_log.c: Likewise.
52298 * math/w_logf.c: Likewise.
52299 * math/w_logl.c: Likewise.
52300 * math/w_log10.c: Likewise.
52301 * math/w_log10f.c: Likewise.
52302 * math/w_log10l.c: Likewise.
52303 * math/w_log2.c: Likewise.
52304 * math/w_log2f.c: Likewise.
52305 * math/w_log2l.c: Likewise.
52306 * math/w_pow.c: Likewise.
52307 * math/w_powf.c: Likewise.
52308 * math/w_powl.c: Likewise.
52309 * math/w_remainder.c: Likewise.
52310 * math/w_remainderf.c: Likewise.
52311 * math/w_remainderl.c: Likewise.
52312 * math/w_scalb.c: Likewise.
52313 * math/w_scalbf.c: Likewise.
52314 * math/w_scalbl.c: Likewise.
52315 * math/w_sqrt.c: Likewise.
52316 * math/w_sqrtf.c: Likewise.
52317 * math/w_sqrtl.c: Likewise.
52318 * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
52319 are declared. Include <bits/math-finite.h> if -ffinite-math-only is
52321 * math/math_private.h: Declare __kernel_standard_f.
52322 * math/w_cosh.c: Remove cruft and optimize a bit.
52323 * math/w_coshf.c: Likewise.
52324 * math/w_coshl.c: Likewise.
52325 * math/w_exp2.c: Likewise.
52326 * math/w_exp2f.c: Likewise.
52327 * math/w_exp2l.c: Likewise.
52328 * math/w_hypot.c: Likewise.
52329 * math/w_hypotf.c: Likewise.
52330 * math/w_hypotl.c: Likewise.
52331 * math/w_lgamma.c: Likewise.
52332 * math/w_lgamma_r.c: Likewise.
52333 * math/w_lgammaf.c: Likewise.
52334 * math/w_lgammaf_r.c: Likewise.
52335 * math/w_lgammal.c: Likewise.
52336 * math/w_lgammal_r.c: Likewise.
52337 * math/w_sinh.c: Likewise.
52338 * math/w_sinhf.c: Likewise.
52339 * math/w_sinhl.c: Likewise.
52340 * math/w_tgamma.c: Likewise.
52341 * math/w_tgammaf.c: Likewise.
52342 * math/w_tgammal.c: Likewise.
52343 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
52344 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
52345 * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
52346 Minor optimizations. Pretty printing. Remove cruft.
52347 * sysdeps/i386/fpu/e_acosf.S: Likewise.
52348 * sysdeps/i386/fpu/e_acosh.S: Likewise.
52349 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
52350 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
52351 * sysdeps/i386/fpu/e_acosl.c: Likewise.
52352 * sysdeps/i386/fpu/e_asin.S: Likewise.
52353 * sysdeps/i386/fpu/e_asinf.S: Likewise.
52354 * sysdeps/i386/fpu/e_atan2.S: Likewise.
52355 * sysdeps/i386/fpu/e_atan2f.S: Likewise.
52356 * sysdeps/i386/fpu/e_atan2l.c: Likewise.
52357 * sysdeps/i386/fpu/e_atanh.S: Likewise.
52358 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
52359 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
52360 * sysdeps/i386/fpu/e_exp10.S: Likewise.
52361 * sysdeps/i386/fpu/e_exp10f.S: Likewise.
52362 * sysdeps/i386/fpu/e_exp10l.S: Likewise.
52363 * sysdeps/i386/fpu/e_exp2.S: Likewise.
52364 * sysdeps/i386/fpu/e_exp2f.S: Likewise.
52365 * sysdeps/i386/fpu/e_exp2l.S: Likewise.
52366 * sysdeps/i386/fpu/e_fmod.S: Likewise.
52367 * sysdeps/i386/fpu/e_fmodf.S: Likewise.
52368 * sysdeps/i386/fpu/e_fmodl.c: Likewise.
52369 * sysdeps/i386/fpu/e_hypot.S: Likewise.
52370 * sysdeps/i386/fpu/e_hypotf.S: Likewise.
52371 * sysdeps/i386/fpu/e_log.S: Likewise.
52372 * sysdeps/i386/fpu/e_log10.S: Likewise.
52373 * sysdeps/i386/fpu/e_log10f.S: Likewise.
52374 * sysdeps/i386/fpu/e_log10l.S: Likewise.
52375 * sysdeps/i386/fpu/e_log2.S: Likewise.
52376 * sysdeps/i386/fpu/e_log2f.S: Likewise.
52377 * sysdeps/i386/fpu/e_log2l.S: Likewise.
52378 * sysdeps/i386/fpu/e_logf.S: Likewise.
52379 * sysdeps/i386/fpu/e_logl.S: Likewise.
52380 * sysdeps/i386/fpu/e_pow.S: Likewise.
52381 * sysdeps/i386/fpu/e_powf.S: Likewise.
52382 * sysdeps/i386/fpu/e_powl.S: Likewise.
52383 * sysdeps/i386/fpu/e_remainder.S: Likewise.
52384 * sysdeps/i386/fpu/e_remainderf.S: Likewise.
52385 * sysdeps/i386/fpu/e_remainderl.S: Likewise.
52386 * sysdeps/i386/fpu/e_scalb.S: Likewise.
52387 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
52388 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
52389 * sysdeps/i386/fpu/e_sqrt.S: Likewise.
52390 * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
52391 * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
52392 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
52393 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
52394 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52395 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
52396 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
52397 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
52398 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
52399 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
52400 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
52401 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
52402 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
52403 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
52404 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52405 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
52406 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
52407 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52408 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
52409 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
52410 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
52411 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52412 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
52413 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
52414 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
52415 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
52416 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
52417 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
52418 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
52419 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
52420 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
52421 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
52422 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
52423 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
52424 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
52425 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
52426 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
52427 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
52428 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
52429 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
52430 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
52431 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
52432 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
52433 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
52434 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
52435 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
52436 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
52437 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
52438 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
52439 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
52440 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
52441 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
52442 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
52443 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
52444 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
52445 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
52446 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
52447 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
52448 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
52449 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
52450 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
52451 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
52452 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
52453 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
52454 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
52455 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
52456 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
52457 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
52458 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
52459 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
52460 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
52461 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
52462 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
52463 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
52464 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
52465 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
52466 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
52467 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
52468 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
52469 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
52470 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
52471 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
52472 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
52473 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
52474 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
52475 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
52476 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
52477 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
52478 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
52479 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
52480 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
52481 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
52482 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
52483 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
52484 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
52485 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
52486 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
52487 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
52488 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
52489 * sysdeps/s390/fpu/e_sqrt.c: Likewise.
52490 * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
52491 * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
52492 * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
52493 * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
52494 * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
52495 * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
52496 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
52497 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
52498 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
52499 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
52500 * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
52501 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
52502 * sysdeps/x86_64/fpu/e_sqrt.c: Likewise. Fix parameter order
52503 * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
52504 * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
52505 (__isnanf): Likewise.
52506 (__isinf_ns): Likewise.
52507 (__isinf_nsf): Likewise.
52508 (__finite): Likewise.
52509 (__finitef): Likewise.
52510 (__ieee754_sqrt): Define as macro.
52511 (__ieee754_sqrtf): Define as macro.
52512 (__ieee754_sqrtl): Define as macro.
52513 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
52515 * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
52516 __FINITE_MATH_ONLY__ consistent.
52517 * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
52519 2011-10-10 Andreas Schwab <schwab@linux-m68k.org>
52521 * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
52524 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
52526 2011-10-09 Ulrich Drepper <drepper@gmail.com>
52528 * po/ja.po: Update from translation team.
52530 2011-10-08 Roland McGrath <roland@hack.frob.com>
52532 * locale/programs/locarchive.c (prepare_address_space): New function.
52533 (create_archive, enlarge_archive, open_archive): Use it.
52535 * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
52536 inside [SHARED], where it is used.
52538 * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
52540 * nss/getent.c (netgroup_keys): Remove unused variable.
52541 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
52543 2011-10-08 Ulrich Drepper <drepper@gmail.com>
52545 * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
52546 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
52547 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
52548 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
52549 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
52550 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
52551 * math/Makefile (libm-calls): Add s_isinf_ns.
52552 * math/divtc3.c: Use __isinf_nsl instead of isinf.
52553 * math/multc3.c: Likewise.
52554 * math/s_casin.c: Likewise.
52555 * math/s_casinf.c: Likewise.
52556 * math/s_casinl.c: Likewise.
52557 * math/s_ccos.c: Likewise.
52558 * math/s_ccosf.c: Likewise.
52559 * math/s_ccosl.c: Likewise.
52560 * math/s_ctan.c: Likewise.
52561 * math/s_ctanf.c: Likewise.
52562 * math/s_ctanh.c: Likewise.
52563 * math/s_ctanhf.c: Likewise.
52564 * math/s_ctanhl.c: Likewise.
52565 * math/s_ctanl.c: Likewise.
52566 * math/w_fmod.c: Likewise.
52567 * math/w_fmodf.c: Likewise.
52568 * math/w_fmodl.c: Likewise.
52569 * math/w_remainder.c: Likewise.
52570 * math/w_remainderf.c: Likewise.
52571 * math/w_remainderl.c: Likewise.
52572 * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
52573 * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
52574 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
52575 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
52576 * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
52577 * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
52578 * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
52579 __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
52581 * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
52583 * stdio-common/printf_fphex.c: Likewise.
52584 * stdio-common/printf_size.c: Likewise.
52586 * math/e_exp10.c: Include math_private.h using <...> not "...".
52587 * math/e_exp10f.c: Likewise.
52588 * math/e_exp10l.c: Likewise.
52589 * math/e_exp2l.c: Likewise.
52590 * math/e_j0l.c: Likewise.
52591 * math/e_j1l.c: Likewise.
52592 * math/e_jnl.c: Likewise.
52593 * math/e_lgammal_r.c: Likewise.
52594 * math/e_rem_pio2l.c: Likewise.
52595 * math/e_scalb.c: Likewise.
52596 * math/e_scalbf.c: Likewise.
52597 * math/e_scalbl.c: Likewise.
52598 * math/k_cosl.c: Likewise.
52599 * math/k_sinl.c: Likewise.
52600 * math/k_tanl.c: Likewise.
52601 * math/s_cacoshf.c: Likewise.
52602 * math/s_catan.c: Likewise.
52603 * math/s_catanf.c: Likewise.
52604 * math/s_catanh.c: Likewise.
52605 * math/s_catanhf.c: Likewise.
52606 * math/s_catanhl.c: Likewise.
52607 * math/s_catanl.c: Likewise.
52608 * math/s_ccosh.c: Likewise.
52609 * math/s_ccoshf.c: Likewise.
52610 * math/s_ccoshl.c: Likewise.
52611 * math/s_cexp.c: Likewise.
52612 * math/s_cexpf.c: Likewise.
52613 * math/s_cexpl.c: Likewise.
52614 * math/s_clog.c: Likewise.
52615 * math/s_clog10.c: Likewise.
52616 * math/s_clog10f.c: Likewise.
52617 * math/s_clog10l.c: Likewise.
52618 * math/s_clogf.c: Likewise.
52619 * math/s_clogl.c: Likewise.
52620 * math/s_csin.c: Likewise.
52621 * math/s_csinf.c: Likewise.
52622 * math/s_csinh.c: Likewise.
52623 * math/s_csinhf.c: Likewise.
52624 * math/s_csinhl.c: Likewise.
52625 * math/s_csinl.c: Likewise.
52626 * math/s_csqrt.c: Likewise.
52627 * math/s_csqrtf.c: Likewise.
52628 * math/s_csqrtl.c: Likewise.
52629 * math/s_ctan.c: Likewise.
52630 * math/s_ctanf.c: Likewise.
52631 * math/s_ctanh.c: Likewise.
52632 * math/s_ctanhf.c: Likewise.
52633 * math/s_ctanhl.c: Likewise.
52634 * math/s_ctanl.c: Likewise.
52635 * math/s_ldexp.c: Likewise.
52636 * math/s_ldexpf.c: Likewise.
52637 * math/s_ldexpl.c: Likewise.
52638 * math/s_significand.c: Likewise.
52639 * math/s_significandf.c: Likewise.
52640 * math/s_significandl.c: Likewise.
52641 * math/w_acos.c: Likewise.
52642 * math/w_acosf.c: Likewise.
52643 * math/w_acosh.c: Likewise.
52644 * math/w_acoshf.c: Likewise.
52645 * math/w_acoshl.c: Likewise.
52646 * math/w_acosl.c: Likewise.
52647 * math/w_asin.c: Likewise.
52648 * math/w_asinf.c: Likewise.
52649 * math/w_asinl.c: Likewise.
52650 * math/w_atan2.c: Likewise.
52651 * math/w_atan2f.c: Likewise.
52652 * math/w_atan2l.c: Likewise.
52653 * math/w_atanh.c: Likewise.
52654 * math/w_atanhf.c: Likewise.
52655 * math/w_atanhl.c: Likewise.
52656 * math/w_cosh.c: Likewise.
52657 * math/w_coshf.c: Likewise.
52658 * math/w_coshl.c: Likewise.
52659 * math/w_dremf.c: Likewise.
52660 * math/w_exp10.c: Likewise.
52661 * math/w_exp10f.c: Likewise.
52662 * math/w_exp10l.c: Likewise.
52663 * math/w_exp2.c: Likewise.
52664 * math/w_exp2f.c: Likewise.
52665 * math/w_fmod.c: Likewise.
52666 * math/w_fmodf.c: Likewise.
52667 * math/w_fmodl.c: Likewise.
52668 * math/w_hypot.c: Likewise.
52669 * math/w_hypotf.c: Likewise.
52670 * math/w_hypotl.c: Likewise.
52671 * math/w_j0.c: Likewise.
52672 * math/w_j0f.c: Likewise.
52673 * math/w_j0l.c: Likewise.
52674 * math/w_j1.c: Likewise.
52675 * math/w_j1f.c: Likewise.
52676 * math/w_j1l.c: Likewise.
52677 * math/w_jn.c: Likewise.
52678 * math/w_jnf.c: Likewise.
52679 * math/w_jnl.c: Likewise.
52680 * math/w_lgamma.c: Likewise.
52681 * math/w_lgamma_r.c: Likewise.
52682 * math/w_lgammaf.c: Likewise.
52683 * math/w_lgammaf_r.c: Likewise.
52684 * math/w_lgammal.c: Likewise.
52685 * math/w_lgammal_r.c: Likewise.
52686 * math/w_log.c: Likewise.
52687 * math/w_log10.c: Likewise.
52688 * math/w_log10f.c: Likewise.
52689 * math/w_log10l.c: Likewise.
52690 * math/w_log2.c: Likewise.
52691 * math/w_log2f.c: Likewise.
52692 * math/w_log2l.c: Likewise.
52693 * math/w_logf.c: Likewise.
52694 * math/w_logl.c: Likewise.
52695 * math/w_pow.c: Likewise.
52696 * math/w_powf.c: Likewise.
52697 * math/w_powl.c: Likewise.
52698 * math/w_remainder.c: Likewise.
52699 * math/w_remainderf.c: Likewise.
52700 * math/w_remainderl.c: Likewise.
52701 * math/w_scalb.c: Likewise.
52702 * math/w_scalbf.c: Likewise.
52703 * math/w_scalbl.c: Likewise.
52704 * math/w_sinh.c: Likewise.
52705 * math/w_sinhf.c: Likewise.
52706 * math/w_sinhl.c: Likewise.
52707 * math/w_sqrt.c: Likewise.
52708 * math/w_sqrtf.c: Likewise.
52709 * math/w_sqrtl.c: Likewise.
52710 * math/w_tgamma.c: Likewise.
52711 * math/w_tgammaf.c: Likewise.
52712 * math/w_tgammal.c: Likewise.
52714 * po/ja.po: Update from translation team.
52716 2011-09-29 Andreas Jaeger <aj@suse.de>
52719 * sunrpc/netname.c (netname2host): Fix logic.
52723 * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
52725 * math/w_remainder.c (__remainder): Likewise.
52726 * math/w_remainderf.c (__remainderf): Likewise.
52727 * math/libm-test.inc (remainder_test): Add test cases.
52729 2011-10-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
52731 * stdlib/longlong.h: Update from GCC. Fix zarch smul_ppmm and
52734 2011-10-07 Ulrich Drepper <drepper@gmail.com>
52736 * string/test-memcmp.c: Avoid unncessary #defines.
52737 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
52739 2011-08-31 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
52741 * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
52742 Use new sse2 version for core i3 - i7 as it's faster
52743 than sse42 version.
52744 (bit_Prefer_PMINUB_for_stringop): New.
52745 * sysdeps/x86_64/rawmemchr.S: Update.
52746 Replace with faster SSE2 version.
52747 * sysdeps/x86_64/memrchr.S: New file.
52748 * sysdeps/x86_64/memchr.S: Update.
52749 Replace with faster SSE2 version.
52751 2011-09-12 Marek Polacek <mpolacek@redhat.com>
52753 * elf/dl-load.c (lose): Add cast to avoid warning.
52755 2011-10-07 Ulrich Drepper <drepper@gmail.com>
52757 * po/ca.po: Update from translation team.
52759 * inet/getnetgrent_r.c: Hook up nscd.
52760 * nscd/Makefile (routines): Add nscd_netgroup.
52761 (nscd-modules): Add netgroupcache.
52762 (CFLAGS-netgroupcache.c): Define.
52763 * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
52764 (cache_search): Add const to second parameter.
52765 * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
52767 (dbs): Add netgrdb entry.
52768 (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
52769 (verify_persistent_db): Handle netgrdb.
52770 (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
52771 * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
52773 (netgroup_response_header): Define.
52774 (innetgroup_response_header): Define.
52775 (datahead): Add netgroup_response_header and innetgroup_response_header
52777 * nscd/nscd.conf: Add entries for netgroup cache.
52778 * nscd/nscd.h (dbtype): Add netgrdb.
52779 (_PATH_NSCD_NETGROUP_DB): Define.
52780 (netgroup_iov_disabled): Declare.
52781 (xmalloc, xcalloc, xrealloc): Move declarations here.
52782 (cache_search): Adjust prototype.
52783 Add netgroup-related prototypes.
52784 * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
52785 * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
52786 (__nscd_innetgr): Declare.
52787 * nscd/selinux.c (perms): Use access_vector_t as element type and
52788 add netgroup-related initializers.
52789 * nscd/netgroupcache.c: New file.
52790 * nscd/nscd_netgroup.c: New file.
52791 * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
52792 * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
52793 For four parameters use innetgr.
52794 * nss/nss_files/files-init.c: Add definition and callback for netgr.
52795 * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
52796 (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
52797 * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
52799 * nscd/connections.c (register_traced_file): Don't register file
52800 for disabled databases.
52802 2011-10-06 Ulrich Drepper <drepper@gmail.com>
52804 * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
52806 * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
52807 from tree and freeing node.
52809 2011-09-25 Jiri Olsa <jolsa@redhat.com>
52811 * nss/nsswitch.c (__nss_database_lookup): Handle
52812 nss_parse_service_list out of memory case.
52814 2011-09-15 Jiri Olsa <jolsa@redhat.com>
52816 * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
52817 out of memory case.
52819 2011-10-04 Andreas Schwab <schwab@redhat.com>
52821 * include/dlfcn.h (__RTLD_NOIFUNC): Define.
52822 * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
52824 * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
52825 elf_machine_rela, elf_machine_lazy_rel.
52826 (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
52827 (ELF_DYNAMIC_DO_REL): Likewise.
52828 (ELF_DYNAMIC_DO_RELA): Likewise.
52829 (ELF_DYNAMIC_RELOCATE): Likewise.
52830 * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
52831 to ELF_DYNAMIC_DO_REL.
52832 * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
52833 (dl_main): In trace mode always set __RTLD_NOIFUNC.
52834 * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
52836 * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
52837 skip_ifunc, don't call ifunc function if non-zero.
52838 (elf_machine_rela): Likewise.
52839 (elf_machine_lazy_rel): Likewise.
52840 (elf_machine_lazy_rela): Likewise.
52841 * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
52842 (elf_machine_lazy_rel): Likewise.
52843 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
52845 (elf_machine_lazy_rel): Likewise.
52846 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
52848 (elf_machine_lazy_rel): Likewise.
52849 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
52850 (elf_machine_lazy_rel): Likewise.
52851 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
52852 (elf_machine_lazy_rel): Likewise.
52853 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
52854 (elf_machine_lazy_rel): Likewise.
52855 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
52856 (elf_machine_lazy_rel): Likewise.
52857 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
52858 (elf_machine_lazy_rel): Likewise.
52859 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
52860 (elf_machine_lazy_rel): Likewise.
52862 2011-09-28 Ulrich Drepper <drepper@gmail.com>
52864 * nss/nss_files/files-init.c (_nss_files_init): Use static
52865 initialization for all the *_traced_file variables.
52867 2011-09-28 Andreas Schwab <schwab@redhat.com>
52869 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52871 2011-09-27 Roland McGrath <roland@hack.frob.com>
52874 * manual/signal.texi (Longjmp in Handler): Grammar fixes.
52876 2011-09-27 Andreas Schwab <schwab@redhat.com>
52878 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
52879 Reread the line before reparsing it.
52881 2011-09-26 Andreas Schwab <schwab@redhat.com>
52883 * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
52885 2011-09-21 Chung-Lin Tang <cltang@codesourcery.com>
52886 Maxim Kuvyrkov <maxim@codesourcery.com>
52887 Joseph Myers <joseph@codesourcery.com>
52889 * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
52890 if needed for __stack_chk_guard.
52892 2011-09-19 Roland McGrath <roland@hack.frob.com>
52894 * sysdeps/posix/spawni.c (script_execute): Always define it.
52895 It will be optimized away if unused.
52896 (maybe_script_execute): New function.
52897 (__spawni): Call it.
52899 * Makerules: Don't include tls.make.
52900 (config-tls): Always set to thread.
52901 * tls.make.c: File removed.
52903 2011-09-19 Mike Frysinger <vapier@gentoo.org>
52905 * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
52906 * config.make.in (CPPFLAGS-config): New substituted variable.
52908 2011-09-15 Ulrich Drepper <drepper@gmail.com>
52910 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
52913 * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
52914 Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
52916 2011-09-15 Roland McGrath <roland@hack.frob.com>
52918 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
52919 (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
52920 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
52921 (CALL_FAIL): Likewise.
52922 * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
52923 (CALL_FAIL): Macro removed.
52924 Patch mostly by Mike Frysinger <vapier@gentoo.org>.
52926 2011-09-15 Ulrich Drepper <drepper@gmail.com>
52928 * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
52929 for __FINITE_MATH_ONLY__ == 1.
52931 2011-09-15 Andreas Schwab <schwab@redhat.com>
52933 * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
52934 __ieee754_sqrt instead of sqrt.
52935 * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
52936 __ieee754_sqrtf instead of sqrtf.
52937 * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
52938 __floorf instead of floorf.
52939 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
52940 __floorf, __truncf instead of floorf, truncf.
52942 2011-09-14 Ulrich Drepper <drepper@gmail.com>
52944 * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
52946 * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
52947 __extern_always_inline.
52948 Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
52951 2011-09-14 Andreas Schwab <schwab@redhat.com>
52953 * elf/rtld.c (dl_main): Also relocate in dependency order when
52954 doing symbol dependency testing.
52956 2011-09-13 Andreas Schwab <schwab@linux-m68k.org>
52958 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
52959 Always define `refsym'.
52961 2011-09-13 Andreas Schwab <schwab@redhat.com>
52963 * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
52964 (__FD_ELT): Renamed from __FDELT.
52965 * misc/bits/select2.h (__FD_ELT): Likewise.
52966 * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
52967 __FD_MASK instead of __FDELT, __FDMASK.
52968 * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
52970 * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
52973 * elf/Makefile (gen-ldd): Fix pattern.
52975 * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
52976 (init_tls): Likewise.
52978 2011-09-12 Ulrich Drepper <drepper@gmail.com>
52980 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
52982 2011-09-12 Andreas Schwab <schwab@redhat.com>
52984 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
52985 `struct cmsghdr *' instead of `void *'.
52986 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
52989 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
52991 * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
52993 * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
52994 ldd_rewrite_script.
52996 2011-09-11 Ulrich Drepper <drepper@gmail.com>
52998 * configure.in: Remove --with-tls option.
52999 * config.h.in: Remove HAVE_TLS_SUPPORT entry.
53000 * sysdeps/i386/elf/configure.in: Always test for TLS support and err
53001 out in case it is missing.
53002 * sysdeps/ia64/elf/configure.in: Likewise.
53003 * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
53004 * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
53005 * sysdeps/s390/s390-32/elf/configure.in: Likewise.
53006 * sysdeps/s390/s390-64/elf/configure.in: Likewise.
53007 * sysdeps/sh/elf/configure.in: Likewise.
53008 * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
53009 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
53010 * sysdeps/x86_64/elf/configure.in: Likewise.
53011 * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
53012 * sysdeps/mach/hurd/tls.h: Likewise.
53015 * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
53018 * configure.in: Fix use of AC_INIT.
53020 * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
53022 2011-09-10 Ulrich Drepper <drepper@gmail.com>
53024 * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
53026 * malloc/hooks.c: Likewise.
53029 * malloc/arena.c (ptmalloc_init_minimal): Removed. Initialize all
53030 variables statically.
53031 (narenas): Initialize.
53032 (list_lock): Initialize.
53033 (ptmalloc_init): Don't call ptmalloc_init_minimal. Remove
53034 initializtion of main_arena and list_lock. Small cleanups.
53035 Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
53036 * malloc/malloc.c: Remove malloc_getpagesize. Include <ldsodefs.h>.
53037 Add initializers to main_arena and mp_.
53038 (malloc_state): Remove pagesize member. Change all users to use
53041 * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
53042 * sysdeps/unix/sysv/linux/getpagesize.c: Simplify. GLRO(dl_pagesize)
53043 is always initialized.
53045 * malloc/malloc.c: Removed unused configurations and dead code.
53046 * malloc/arena.c: Likewise.
53047 * malloc/hooks.c: Likewise.
53048 * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
53050 * include/tls.h: Removed. USE___THREAD must always be defined.
53051 * bits/libc-tsd.h: Don't handle !USE___THREAD.
53052 * elf/dl-libc.c: Likewise.
53053 * elf/dl-tsd.c: Likewise.
53054 * include/errno.h: Likewise.
53055 * include/netdb.h: Likewise.
53056 * include/resolv.h: Likewise.
53057 * inet/herrno-loc.c: Likewise.
53058 * inet/herrno.c: Likewise.
53059 * malloc/arena.c: Likewise.
53060 * malloc/hooks.c: Likewise.
53061 * malloc/malloc.c: Likewise.
53062 * resolv/res-state.c: Likewise.
53063 * resolv/res_libc.c: Likewise.
53064 * sysdeps/i386/dl-machine.h: Likewise.
53065 * sysdeps/ia64/dl-machine.h: Likewise.
53066 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
53067 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
53068 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
53069 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
53070 * sysdeps/sh/dl-machine.h: Likewise.
53071 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
53072 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
53073 * sysdeps/unix/i386/sysdep.S: Likewise.
53074 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
53075 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
53076 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
53077 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
53078 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
53079 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
53080 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
53081 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
53082 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
53083 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
53084 * sysdeps/unix/x86_64/sysdep.S: Likewise.
53085 * sysdeps/x86_64/dl-machine.h: Likewise.
53086 * tls.make.c: Likewise.
53088 * configure.in: Remove --with-__thread option. Make tests for
53089 --no-whole-archive, __builtin_expect, symbol redirection, __thread,
53090 tls_model attribute fail if no support is available. Remove
53092 * Makeconfig: Adjust for dropped configure option. All features are
53094 * Makerules: Likewise.
53095 * Versions.def: Likewise.
53096 * argp/argp-fmtstream.c: Likewise.
53097 * argp/argp-fmtstream.h: Likewise.
53098 * argp/argp-help.c: Likewise.
53099 * assert/assert.c: Likewise.
53100 * config.h.in: Likewise.
53101 * config.make.in: Likewise.
53102 * configure: Likewise.
53103 * configure.in: Likewise.
53104 * csu/Versions: Likewise.
53105 * csu/init.c: Likewise.
53106 * elf/tst-audit2.c: Likewise.
53107 * elf/tst-tls10.c: Likewise.
53108 * elf/tst-tls10.h: Likewise.
53109 * elf/tst-tls11.c: Likewise.
53110 * elf/tst-tls12.c: Likewise.
53111 * elf/tst-tls14.c: Likewise.
53112 * elf/tst-tlsmod11.c: Likewise.
53113 * elf/tst-tlsmod12.c: Likewise.
53114 * elf/tst-tlsmod13.c: Likewise.
53115 * elf/tst-tlsmod13a.c: Likewise.
53116 * elf/tst-tlsmod14a.c: Likewise.
53117 * elf/tst-tlsmod15b.c: Likewise.
53118 * elf/tst-tlsmod16a.c: Likewise.
53119 * elf/tst-tlsmod16b.c: Likewise.
53120 * elf/tst-tlsmod7.c: Likewise.
53121 * elf/tst-tlsmod8.c: Likewise.
53122 * elf/tst-tlsmod9.c: Likewise.
53123 * gmon/gmon.c: Likewise.
53124 * grp/fgetgrent_r.c: Likewise.
53125 * grp/putgrent.c: Likewise.
53126 * hurd/fopenport.c: Likewise.
53127 * include/libc-symbols.h: Likewise.
53128 * include/tls.h: Likewise.
53129 * intl/gettextP.h: Likewise.
53130 * intl/loadinfo.h: Likewise.
53131 * locale/global-locale.c: Likewise.
53132 * locale/localeinfo.h: Likewise.
53133 * mach/devstream.c: Likewise.
53134 * malloc/arena.c: Likewise.
53135 * malloc/set-freeres.c: Likewise.
53136 * misc/err.c: Likewise.
53137 * misc/getttyent.c: Likewise.
53138 * misc/mntent_r.c: Likewise.
53139 * posix/getopt.c: Likewise.
53140 * posix/wordexp.c: Likewise.
53141 * pwd/fgetpwent_r.c: Likewise.
53142 * resolv/Versions: Likewise.
53143 * resolv/res_hconf.c: Likewise.
53144 * shadow/fgetspent_r.c: Likewise.
53145 * shadow/putspent.c: Likewise.
53146 * stdio-common/printf_fphex.c: Likewise.
53147 * stdio-common/tmpfile.c: Likewise.
53148 * stdlib/abort.c: Likewise.
53149 * stdlib/fmtmsg.c: Likewise.
53150 * sunrpc/auth_unix.c: Likewise.
53151 * sunrpc/clnt_perr.c: Likewise.
53152 * sunrpc/clnt_tcp.c: Likewise.
53153 * sunrpc/clnt_udp.c: Likewise.
53154 * sunrpc/clnt_unix.c: Likewise.
53155 * sunrpc/openchild.c: Likewise.
53156 * sunrpc/svc_simple.c: Likewise.
53157 * sunrpc/svc_tcp.c: Likewise.
53158 * sunrpc/svc_udp.c: Likewise.
53159 * sunrpc/svc_unix.c: Likewise.
53160 * sunrpc/xdr.c: Likewise.
53161 * sunrpc/xdr_array.c: Likewise.
53162 * sunrpc/xdr_rec.c: Likewise.
53163 * sunrpc/xdr_ref.c: Likewise.
53164 * sunrpc/xdr_stdio.c: Likewise.
53166 2011-09-09 Ulrich Drepper <drepper@gmail.com>
53168 * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53170 2011-07-03 Andreas Jaeger <aj@suse.de>
53172 * math/libm-test.inc (jn_test): Add tests for BZ#11589.
53173 * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
53174 regenerate with gen-libm-tests.pl.
53176 2010-05-12 Petr Baudis <pasky@suse.cz>
53179 * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
53180 around j0() zero points by switching to j1().
53181 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
53182 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
53183 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
53184 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
53186 2011-09-09 Ulrich Drepper <drepper@gmail.com>
53188 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
53190 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
53192 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
53193 Patch in part by Pavel Roskin <proski@gnu.org>.
53196 * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
53198 (_IO_vfscanf_internal): Remove reteof. Use errout after setting done.
53199 Free memory block if necessary.
53202 * libio/genops.c (INTDEF): For string streams the _lock pointer can
53203 be NULL. Don't lock in this case.
53205 2011-09-09 Roland McGrath <roland@hack.frob.com>
53207 * elf/elf.h (ELFOSABI_GNU): New macro.
53208 (ELFOSABI_LINUX): Define to that.
53210 2011-07-29 Denis Zaitceff <zaitceff@gmail.com>
53212 * string/strncat.c (strncat): Undef the symbol in case it has been
53213 defined in bits/string.h.
53215 2011-09-09 Ulrich Drepper <drepper@gmail.com>
53217 * elf/sotruss.ksh: Clean up, fix, and complete help messages.
53219 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
53222 2011-08-17 Andreas Jaeger <aj@suse.de>
53224 * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
53226 2011-08-18 Paul Pluzhnikov <ppluzhnikov@google.com>
53227 Ian Lance Taylor <iant@google.com>
53229 * math/libm-test.inc (lround_test): New testcase.
53230 * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
53232 2011-09-08 Ulrich Drepper <drepper@gmail.com>
53234 * Makefile: Remove support for automatic cvs check-ins.
53235 * Makerules: Likewise.
53236 * config.make.in: Likewise.
53237 * configure.in: Likewise.
53238 * intl/Makefile: Likewise.
53239 * locale/Makefile: Likewise.
53240 * po/Makefile: Likewise.
53241 * posix/Makefile: Likewise.
53242 * sysdeps/gnu/Makefile: Likewise.
53243 * sysdeps/mach/hurd/Makefile: Likewise.
53244 * sysdeps/sparc/sparc32/Makefile: Likewise.
53247 * posix/Makefile (bug-regex32-ENV): Define.
53248 Patch by John Stanley <jpsinthemix@verizon.net>.
53250 * misc/Makefile (headers): Add bits/select2.h.
53251 * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
53252 * misc/bits/select2.h: New file.
53253 * include/bits/select2.h: New file.
53254 * debug/Makefile (routines): Add fdelt_chk.
53255 * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
53256 * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
53258 * debug/fdelt_chk.c: New file.
53260 * wcsmbs/test-wcscmp.c: Moved from string/*. Adjust.
53261 * wcsmbs/test-wmemcmp.c: Likewise.
53262 * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
53263 * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
53265 2011-09-08 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
53267 * string/Makefile (strop-tests): Add memcmp.
53268 * string/test-wmemcmp.c: New file.
53269 * string/test-memcmp.c: Add wmemcmp support.
53271 2011-09-08 Roland McGrath <roland@hack.frob.com>
53274 * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
53277 * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
53278 garbage value in a __mach_port_mod_refs call in the cases of the
53279 task-self and thread-self ports.
53281 2011-09-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
53283 * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
53285 2011-09-08 Andreas Schwab <schwab@redhat.com>
53287 * elf/dl-load.c (lose): Check for non-null L.
53289 2011-09-07 Ulrich Drepper <drepper@gmail.com>
53291 * elf/dl-load.c (open_verify): Use O_CLOEXEC.
53293 * elf/dl-libc.c (dlerror_run): Pass back error code from
53297 * elf/dl-load.c (lose): Free l_origin if it is valid.
53299 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
53301 * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
53302 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
53303 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
53304 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
53305 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
53306 Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
53308 2011-08-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
53310 * sysdeps/powerpc/fpu/e_hypot.c: New file.
53311 * sysdeps/powerpc/fpu/e_hypotf.c: New file.
53312 * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
53313 * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
53314 * sysdeps/powerpc/fpu/k_cosf.c: New file.
53315 * sysdeps/powerpc/fpu/k_sinf.c: New file.
53316 * sysdeps/powerpc/fpu/s_cosf.c: New file.
53317 * sysdeps/powerpc/fpu/s_sinf.c: New file.
53318 * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
53319 * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
53321 2011-08-15 Alan Modra <amodra@gmail.com>
53324 * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
53325 * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
53326 * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here. Add
53327 ppc_mcount to static-only-routines.
53328 * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
53330 * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
53331 __mcount_internal with usual JUMPTARGET. Remove useless nop.
53333 2011-08-18 David Flaherty <flaherty@linux.vnet.ibm.com>
53335 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
53336 for finite and infinity parameters.
53338 2011-08-04 Will Schmidt <will_schmidt@vnet.ibm.com>
53340 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
53341 and add nop instructions for throughput optimization.
53342 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
53344 2011-07-28 Will Schmidt <will_schmidt@vnet.ibm.com>
53346 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
53347 aligned copy for power7 with vector-scalar instructions.
53348 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
53350 2011-07-24 H.J. Lu <hongjiu.lu@intel.com>
53352 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
53355 2011-09-07 Andreas Schwab <schwab@redhat.com>
53358 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
53361 2011-09-07 Ulrich Drepper <drepper@gmail.com>
53363 * sysdeps/unix/sysv/linux/x86_64/init-first.c
53364 (_libc_vdso_platform_setup): If vDSO is not present store pointer to
53365 syscall wrapper around clock_gettime in __vdso_clock_gettime.
53366 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
53369 2011-09-06 Ulrich Drepper <drepper@gmail.com>
53371 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
53372 Forgot to demangle the pointer.
53374 * sysdeps/i386/sysdep.h: Define atom_text_section.
53375 * sysdeps/x86_64/sysdep.h: Likewise.
53376 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
53377 section with atom_text_section.
53378 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
53379 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
53380 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
53381 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
53382 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
53384 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
53385 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
53386 already be defined. Change to take two parameters and don't assign
53387 result to variable. Adjust all users.
53388 Define INTERNAL_GETTIME if not already defined.
53389 Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
53391 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
53392 HAVE_CLOCK_GETTIME_VSYSCALL.
53393 * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
53395 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
53396 gettimeofday vsyscall, just use time.
53398 2011-09-06 Andreas Schwab <schwab@redhat.com>
53400 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
53403 2011-09-06 Ulrich Drepper <drepper@gmail.com>
53405 * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
53407 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
53409 * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
53410 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
53411 syscall if possible.
53413 2011-09-05 Ulrich Drepper <drepper@gmail.com>
53415 * elf/pldd.c (get_process_info): Don't read whole ELF header, just
53416 e_ident. Don't pass to find_mapsXX.
53417 * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
53419 2011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
53421 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53422 strchr-sse2-no-bsf strrchr-sse2-no-bsf
53423 * sysdeps/x86_64/multiarch/strchr.S: Update.
53424 Check bit_slow_BSF bit.
53425 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
53426 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
53427 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
53429 2011-09-05 Ulrich Drepper <drepper@gmail.com>
53432 * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
53434 (tryshell): Define.
53435 (__spawni): Change last parameter to be flag. Test
53436 SPAWN_XFLAGS_USE_PATH flag to use path or not.
53437 Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
53438 * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
53439 * posix/spawni.c: Likewise.
53440 * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
53441 * posix/spawnp.c: Likewise. Change normal version to use
53442 SPAWN_XFLAGS_USE_PATH.
53443 * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
53444 SPAWN_XFLAGS_TRY_SHELL.
53447 * posix/glob.h: Remove gcc 1.x support.
53450 * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
53452 2011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
53454 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53455 strchr-sse2 strrchr-sse2 strchr-sse2-bsf
53457 * sysdeps/i386/i686/multiarch/strchr.S: New file.
53458 * sysdeps/i386/i686/multiarch/strrchr.S: New file.
53459 * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
53460 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
53461 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
53462 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
53464 2011-08-29 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
53466 * sysdeps/x86_64/wcscmp.S: New file.
53468 * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
53469 wcscmp-c wcscmp-sse2
53470 * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
53471 * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
53472 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
53473 * wcsmbs/wcscmp.c: Allow renaming.
53475 2011-09-05 David S. Miller <davem@davemloft.net>
53477 * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
53478 stack slot, rather than the struct return pointer slot.
53479 * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
53480 * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
53481 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
53482 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
53484 2011-09-05 Ulrich Drepper <drepper@gmail.com>
53486 * po/ja.po: Update from translation team.
53489 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
53490 kernel in 64-bit binaries.
53492 2011-09-01 David S. Miller <davem@davemloft.net>
53494 * elf/elf.h (HWCAP_SPARC_*): Move to..
53495 * sysdeps/sparc/sysdep.h: this new file and add new values.
53496 * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
53497 * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
53498 _DL_HWCAP_COUNT to 24.
53499 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
53501 * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
53502 __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
53503 * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
53504 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
53505 instead of magic constants.
53506 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
53508 2011-08-31 David S. Miller <davem@davemloft.net>
53510 * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
53511 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
53512 Reimplement to do errno handling inline.
53513 (SYSCALL_ERROR_HANDLER): New macro.
53514 (__SYSCALL_STRING): Do not do errno handling in asm.
53515 (__CLONE_SYSCALL_STRING): Delete.
53516 (__INTERNAL_SYSCALL_STRING): Delete.
53517 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
53518 sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
53519 (PSEUDO): Reimplement to do errno handling inline.
53520 (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
53521 (SYSCALL_ERROR_HANDLER): New macro.
53522 (__SYSCALL_STRING): Do not do errno handling in asm.
53523 (__CLONE_SYSCALL_STRING): Delete.
53524 (__INTERNAL_SYSCALL_STRING): Delete.
53525 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
53526 Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
53528 (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
53529 (inline_syscall*): Add 'err' argument.
53530 (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
53531 INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
53532 (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
53533 INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
53535 * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
53536 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
53538 2011-08-30 Andreas Schwab <schwab@redhat.com>
53540 * elf/rtld.c (dl_main): Relocate objects in dependency order.
53542 2011-08-29 Jiri Olsa <jolsa@redhat.com>
53544 * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
53547 2011-08-24 David S. Miller <davem@davemloft.net>
53549 * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
53551 2011-08-24 Andreas Schwab <schwab@redhat.com>
53553 * elf/Makefile: Add rules to build and run unload8 test.
53554 * elf/unload8.c: New file.
53555 * elf/unload8mod1.c: New file.
53556 * elf/unload8mod1x.c: New file.
53557 * elf/unload8mod2.c: New file.
53558 * elf/unload8mod3.c: New file.
53560 * elf/dl-close.c (_dl_close_worker): Reset private search list if
53563 2011-08-23 David S. Miller <davem@davemloft.net>
53565 * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
53566 subtract stack bias.
53567 * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
53568 %sp not %fp in calculations.
53569 (_JMPBUF_UNWINDS_ADJ): Likewise.
53571 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
53572 (aio_suspend): Call it to force an exception region around the
53573 AIO_MISC_WAIT() invocation.
53575 2011-08-23 Andreas Schwab <schwab@redhat.com>
53577 * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
53580 2011-07-04 Aurelien Jarno <aurelien@aurel32.net>
53582 * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
53584 * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
53585 and <dl-machine.h>.
53586 (Elf64_FuncDesc): Remove.
53588 2011-08-22 David S. Miller <davem@davemloft.net>
53590 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
53591 sigaltstack check, add missing cfi directives.
53592 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
53593 missing cfi directives, and sigaltstack handling.
53595 2011-08-16 Andreas Schwab <schwab@redhat.com>
53598 * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
53599 object is seen twice.
53600 * elf/dl-fini.c (_dl_sort_fini): Likewise.
53602 * elf/Makefile (distribute): Add tst-initorder2.c.
53603 (tests): Add tst-initorder2.
53604 (modules-names): Add tst-initorder2a tst-initorder2b
53605 tst-initorder2c tst-initorder2d. Add rules to build them.
53606 ($(objpfx)tst-initorder2.out): New rule.
53607 * elf/tst-initorder2.c: New file.
53608 * elf/tst-initorder2.exp: New file.
53610 2011-08-22 Andreas Schwab <schwab@redhat.com>
53612 * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
53614 * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
53615 dependencies back to end of function.
53617 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
53618 $(elfobjdir)/ld.so.
53620 2011-08-21 Ulrich Drepper <drepper@gmail.com>
53622 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
53623 * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
53624 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
53625 * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
53626 * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
53627 of __vdso_gettimeofday.
53628 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
53629 __vdso_gettimeofday and __vdso_time. Define __vdso_getcpu with
53631 (_libc_vdso_platform_setup): Remove initialization of
53632 __vdso_gettimeofday and __vdso_time.
53634 2011-08-20 Ulrich Drepper <drepper@gmail.com>
53636 * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
53637 and fgetc_unlocked.
53638 * nss/nss_files/files-key.c (search): Use fgets_unlocked and
53641 * elf/dl-open.c (add_to_global): Report additions to the global scope
53642 for LD_DEBUG=scopes.
53643 (dl_open_worker): Also print scope of newly loaded dependencies.
53644 (_dl_show_scope): Indicate if there is no scope.
53647 * stdio-common/Makefile (tests): Add bug24.
53648 * stdio-common/bug24.c: New file.
53650 2011-08-19 Andreas Jaeger <aj@suse.de>
53653 * libio/fileops.c (_IO_new_file_fopen): Fix handling of
53654 non-existant file when using close-on-exec mode.
53656 2011-08-20 Ulrich Drepper <drepper@gmail.com>
53658 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
53659 the very first instruction.
53661 * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
53662 the CFI state in the end.
53663 * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
53664 inclusion of dl-trampoline.h.
53665 Based on a patch by Jiri Olsa <jolsa@redhat.com>.
53667 2011-08-19 Andreas Schwab <schwab@redhat.com>
53669 * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
53670 expectations for long double.
53672 * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
53673 from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
53675 2011-08-14 David S. Miller <davem@davemloft.net>
53677 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
53678 artificual limit depends upon the system page size.
53680 2011-08-17 Ulrich Drepper <drepper@gmail.com>
53682 * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
53683 * resolv/Makefile: Define CFLAGS-libresolv.
53685 2011-08-17 Andreas Schwab <schwab@redhat.com>
53687 * nss/makedb.c (compute_tables): Make variables used in nested
53690 2011-08-17 Ulrich Drepper <drepper@gmail.com>
53692 * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
53693 * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
53694 if buffer was too small.
53696 * elf/pldd.c (main): Attach to all threads in the process.
53697 Rewrite /proc handling to use *at functions.
53699 2011-08-16 Ulrich Drepper <drepper@gmail.com>
53701 * elf/dl-open.c (_dl_show_scope): Take additional parameter which
53702 specifies first scope to show.
53703 (dl_open_worker): Update callers. Move printing scope of new
53704 object to before the relocation.
53705 * elf/rtld.c (dl_main): Update _dl_show_scope call.
53706 * sysdeps/generic/ldsodefs.h: Update declaration.
53708 * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
53709 string for the scope number.
53711 2011-08-14 Ulrich Drepper <drepper@gmail.com>
53713 * nscd/servicescache.c (cache_addserv): Make sure written is always
53716 2011-08-14 Roland McGrath <roland@hack.frob.com>
53718 * sysdeps/i386/i486/bits/atomic.h
53719 (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
53720 statement expression, so as to suppress "set but not used" warning.
53721 (__arch_c_compare_and_exchange_val_64_acq): Likewise.
53723 * string/strncat.c (STRNCAT): Use prototype definition.
53725 * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
53726 (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
53728 (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
53729 (localedef-modules): Add localedef.
53730 (locale-modules): Add locale.
53732 * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
53733 * elf/rtld.c (dl_main): Invert order of assignment in last change,
53734 to avoid a warning.
53736 2011-08-14 David S. Miller <davem@davemloft.net>
53738 * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
53739 RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
53741 2011-08-13 Ulrich Drepper <drepper@gmail.com>
53743 * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
53744 (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
53745 * elf/rtld.c (dl_main): Set l_name of vDSO.
53746 Call _dl_show_scope when DL_DEBUG_SCOPES.
53747 (process_dl_debug): Recognize scopes flag and also set it for all.
53748 * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
53749 Declare _dl_show_scope.
53751 * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
53752 (do_dlopen): Pass caller_dlopen to dl_open.
53753 (__libc_dlopen_mode): Initialize caller_dlopen.
53755 * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
53756 of libc. Make tolower call locale-independent. Optimize a bit by
53757 using isdigit instead of isalnum.
53758 * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
53760 2011-08-12 Ulrich Drepper <drepper@gmail.com>
53762 * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
53763 was a dependency or dynamically loaded.
53765 2011-08-11 Ulrich Drepper <drepper@gmail.com>
53767 * intl/l10nflist.c: Allow architecture-specific pop function.
53768 * sysdeps/x86_64/l10nflist.c: New file.
53770 * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
53773 2011-08-10 Andreas Schwab <schwab@redhat.com>
53775 * include/dirent.h: Add libc_hidden_proto for scandirat and
53776 scandirat64. Don't declare __scandirat64.
53777 * dirent/scandirat.c: Add libc_hidden_def.
53778 * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
53779 * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
53781 2011-08-10 David S. Miller <davem@davemloft.net>
53783 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
53785 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
53786 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
53787 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
53789 2011-08-09 Ulrich Drepper <drepper@gmail.com>
53791 * Versions.def [libc]: Add GLIBC_2.15.
53792 * dirent/Makefile (routines): Add scandirat and scandirat64.
53793 * dirent/Versions [libc]: Export scandirat and scandirat64 for
53795 * dirent/dirent.h: Declare scandirat and scandirat64.
53796 * dirent/scandirat.c: New file.
53797 * dirent/scandirat64.c: New file.
53798 * sysdeps/wordsize-64/scandirat.c: New file.
53799 * sysdeps/wordsize-64/scandirat64.c: New file.
53800 * dirent/opendir.c: Define opendirat.
53801 * dirent/scandir.c: Move code to scandirat.c. Implement scandir
53803 * dirent/scandir64.c: Adjust for scandir.c change.
53804 * include/dirent.h: Define scandir_cancel_struct. Declare __opendirat,
53805 __scandirat64, and __scandir_cancel_handler.
53806 * sysdeps/unix/opendir.c: Rename __opendir to __opendirat. Take
53807 additional parameter and use openat instead of open (outside of ld.so).
53808 Add new __opendir as wrapper around __opendirat.
53809 * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
53810 here without requiring old scandirat implementation.
53812 2011-08-08 Ulrich Drepper <drepper@gmail.com>
53814 * dirent/scandir.c (cancel_handler): Renamed to
53815 __scandir_cancel_handler. Do not define if SKIP_SCANDIR_CANCEL is
53816 defined. Adjust users.
53817 * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
53818 * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
53820 2011-08-04 Ulrich Drepper <drepper@gmail.com>
53822 * string/test-string.h (IMPL): Use __STRING to expand name and then
53825 * string/test-strcmp.c: Unify most of the WIDE and !WIDE code. Lots
53828 2011-07-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
53830 * string/Makefile: Update.
53831 (strop-tests): Append strncat.
53832 * string/test-wcscmp.c: New file.
53833 New comprehensive test for wcscmp.
53834 * string/test-strcmp.c: Update.
53835 (WIDE): New define.
53837 2011-07-22 Andreas Schwab <schwab@redhat.com>
53839 * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
53842 2011-07-26 Andreas Schwab <schwab@redhat.com>
53844 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
53845 encoding to ACE if AI_IDN.
53847 2011-08-01 Jakub Jelinek <jakub@redhat.com>
53849 * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
53850 to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
53852 2011-07-22 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
53854 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
53855 Fix overflow bug in strncat.
53856 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
53858 * string/test-strncat.c: Update.
53859 Add new tests for checking overflow bugs.
53861 2011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
53863 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53864 strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
53865 * sysdeps/i386/i686/multiarch/strcat.S: New file.
53866 * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
53867 * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
53868 * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
53869 * sysdeps/i386/i686/multiarch/strncat.S: New file.
53870 * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
53871 * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
53873 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
53874 (USE_AS_STRCAT): Define.
53875 Add strcat and strncat support.
53876 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
53878 2011-07-25 Andreas Schwab <schwab@redhat.com>
53880 * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
53881 __n bigger than INT_MAX+1.
53882 (__strncmp_g): Likewise.
53884 2011-07-23 Ulrich Drepper <drepper@gmail.com>
53886 * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
53887 * libio/stido.h: Likewise.
53889 * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
53891 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
53894 * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
53895 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
53896 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
53897 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
53898 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
53901 * scripts/test-installation.pl: Don't expect libnss_test1 to be
53904 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
53906 (_dl_x86_64_save_sse): Likewise.
53908 2011-07-22 Ulrich Drepper <drepper@gmail.com>
53910 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
53912 (_dl_x86_64_save_sse): Likewise.
53914 * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
53916 * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
53918 2011-07-21 Andreas Schwab <schwab@redhat.com>
53920 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
53922 (_dl_x86_64_save_sse): Use correct AVX check.
53924 2011-07-21 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
53926 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
53927 bug in strncpy/strncat.
53928 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
53930 2011-07-21 Ulrich Drepper <drepper@gmail.com>
53932 * string/tester.c (test_strcat): Add tests for different alignments
53933 of source and destination.
53934 (test_strncat): Likewise.
53936 2011-07-20 Ulrich Drepper <drepper@gmail.com>
53939 * posix/glob.c (glob): Check passed in values before using them in
53940 expressions to avoid some overflows.
53941 (glob_in_dir): Likewise.
53944 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
53945 check for AVX enablement so that we don't crash with old kernels and
53947 * elf/tst-audit4.c: Add same checks here.
53948 * elf/tst-audit6.c: Likewise.
53950 * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
53952 2011-07-09 Andreas Schwab <schwab@linux-m68k.org>
53954 * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
53956 2011-07-20 Ulrich Drepper <drepper@gmail.com>
53958 * po/cs.po: Update from translation team.
53959 * po/bg.po: Likewise.
53961 2011-07-12 Marek Polacek <mpolacek@redhat.com>
53963 * misc/sys/cdefs.h: Add support for const attribute.
53964 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
53965 to gnu_dev_{major,minor,makedev} functions.
53967 2011-07-20 Marek Polacek <mpolacek@redhat.com>
53969 * intl/dcigettext.c (get_output_charset): Add missing bracket.
53971 2011-07-20 Andreas Schwab <schwab@redhat.com>
53973 * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
53976 2011-07-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
53978 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
53979 (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
53980 register in order to avoid conflicts with the soft frame pointer
53981 being held in r11 when necessary.
53982 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
53983 (INTERNAL_VSYSCALL_NCS): Likewise.
53985 2011-07-14 Marek Polacek <mpolacek@redhat.com>
53987 * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
53988 * elf/dl-fini.c (_dl_fini): Adjust caller.
53989 * elf/dl-close.c (_dl_close_worker): Likewise.
53990 * sysdeps/generic/ldsodefs.h: Adjust declaration.
53992 2011-07-15 Marek Polacek <mpolacek@redhat.com>
53994 * elf/cache.c (load_aux_cache): Remove unnecessary condition of
53995 "aux_cache->nlibs < 0".
53997 * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
53998 in the reload-count case.
54000 2011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
54002 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54003 strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
54004 strncat-sse2-unaligned strncat-c strlen-sse2-pminub
54005 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
54006 * sysdeps/x86_64/multiarch/strcat.S: New file.
54007 * sysdeps/x86_64/multiarch/strncat.S: New file.
54008 * sysdeps/x86_64/multiarch/strncat-c.c: New file.
54009 * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
54010 * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
54011 * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
54012 * sysdeps/x86_64/multiarch/strcpy-ssse3.S
54013 (USE_AS_STRCAT): Define.
54014 Add strcat and strncat support.
54015 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
54016 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
54017 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
54018 * string/strncat.c: Update.
54019 (USE_AS_STRNCAT): Define.
54020 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54021 Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
54023 * sysdeps/x86_64/multiarch/init-arch.h
54024 (bit_Prefer_PMINUB_for_stringop): New.
54025 (index_Prefer_PMINUB_for_stringop): Likewise.
54026 * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
54027 bit_Prefer_PMINUB_for_stringop.
54029 2011-07-19 Ulrich Drepper <drepper@gmail.com>
54031 * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
54033 * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
54034 of casting of buffer.
54035 * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
54036 buffer32 and buffer64.
54037 * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
54038 writes instead of casting of buffer.
54039 * crypt/md5.h (struct md5_ctx): Move buffer into union and add
54041 * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
54044 2011-07-19 Andreas Schwab <schwab@redhat.com>
54046 * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
54048 2011-07-19 Ulrich Drepper <drepper@gmail.com>
54050 * nscd/nscd.c (termination_handler): Don't do anything for a database
54051 if it has not yet been initialized.
54053 2011-07-18 Ulrich Drepper <drepper@gmail.com>
54055 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
54057 2011-07-15 Marek Polacek <mpolacek@redhat.com>
54059 * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
54061 2011-07-18 Ulrich Drepper <drepper@gmail.com>
54063 * po/nl.po: Update from translation team.
54064 * po/sv.po: Likewise.
54066 2011-07-16 Roland McGrath <roland@hack.frob.com>
54068 * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
54069 now disallowed by GCC.
54071 * configure.in (use-default-link): Default to yes if a test -shared
54072 link meets our qualifications.
54073 * configure: Regenerated.
54075 * config.make.in (output-format): New variable.
54076 * configure.in: Check for ld --print-output-format support.
54077 * configure: Regenerated.
54078 * Makerules ($(common-objpfx)format.lds)
54079 [$(output-format) != unknown]: Just use $(output-format),
54080 instead of the linker-script munging.
54082 2011-07-14 Roland McGrath <roland@hack.frob.com>
54084 * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
54085 of $(common-objpfx)shlib.lds.
54086 * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
54088 * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
54089 Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
54091 * configure.in (-z relro check): Adjust test code to add a large
54092 writable data section after it.
54093 * configure: Regenerated.
54095 2011-07-11 Roland McGrath <roland@hack.frob.com>
54097 * configure.in (-z relro check): Fix test code to make the variable
54099 * configure: Regenerated.
54101 2011-07-11 Ulrich Drepper <drepper@gmail.com>
54103 * nscd/nscd.h (struct traced_file): Define.
54104 (struct database_dyn): Remove inotify_descr, reset_res, and filename
54105 elements. Add traced_files.
54106 (inotify_fd): Declare.
54107 (register_traced_file): Declare.
54108 * nscd/connections.c (dbs): Remove reset_res and filename initializers.
54109 (inotify_fd): Export.
54110 (resolv_conf_descr): Remove.
54111 (nscd_init): Move inotify descriptor creation to main.
54112 Don't register files for notification here.
54113 (register_traced_file): New function.
54114 (invalidate_cache): Don't use reset_res to determine whether to call
54115 res_init, go through the list of registered files.
54116 (main_loop_poll): The inotify descriptors are now stored in the
54117 structures for the traced files.
54118 (main_loop_epoll): Likewise
54119 * nscd/nscd.c (main): Create inotify socket here. Pass extra argument
54120 to __nss_disable_nscd.
54121 * nscd/cache.c (prune_cache): There is no single inotify descriptor
54122 for a database anymore. Check the records for all the registered
54124 * nss/Makefile (libnss_files-routines): Add files-init.
54125 (libnss_db-routines): Add db-init.
54126 * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
54127 [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
54128 * nss/nss_db/db-init.c: New file.
54129 * nss/nss_files/files-init.c: New file.
54130 * nss/nsswitch.c (nss_load_library): New function. Broken out of
54131 __nss_lookup_function.
54132 (__nss_lookup_function): Call nss_load_library.
54133 (nss_load_all_libraries): New function.
54134 (__nss_disable_nscd): Take parameter with callback function for files
54135 to register. Set is_nscd. Load all the DSOs for the NSS modules
54136 used for the cached services.
54137 * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
54138 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
54139 options for features to all the files in nscd.
54141 * nss/nsswitch.c (nss_parse_file): Add missing fclose.
54143 2011-07-10 Roland McGrath <roland@hack.frob.com>
54145 * csu/elf-init.c (__libc_csu_init): Comment typo.
54147 2011-07-09 Ulrich Drepper <drepper@gmail.com>
54149 * po/pl.po: Update from translation team.
54150 * po/ja.po: Likewise.
54151 * po/ru.po: Likewise.
54152 * po/ko.po: Likewise.
54153 * po/fr.po: Likewise.
54155 2011-07-09 Roland McGrath <roland@hack.frob.com>
54157 * configure.in (.ctors/.dtors header and trailer check):
54158 Use an empirical test on a built program.
54159 * configure: Regenerated.
54161 * configure.in (-z relro check): Use an empirical test on a built DSO.
54162 Detect, but do not require, on ia64.
54163 * configure: Regenerated.
54165 * configure.in (READELF): Find it with AC_CHECK_TOOL.
54166 Update tests that use readelf to use $READELF instead.
54167 * configure: Regenerated.
54169 2011-07-08 Ulrich Drepper <drepper@gmail.com>
54171 * malloc/hooks.c (memalign_check): Avoid using checked_request2size
54172 if the result is not used.
54174 2011-07-05 Andreas Jaeger <aj@suse.de>
54177 * stdlib/tst-strtod.c: Add testcase.
54179 2011-07-07 Ulrich Drepper <drepper@gmail.com>
54181 * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
54182 (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
54183 The latter has a higher limit. Take additional parameter to pass to
54185 (__pathconf): Pass file to __statfs_link_max.
54186 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
54188 * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
54192 * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
54193 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
54195 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
54196 (__statfs_filesize_max): Likewise.
54197 Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
54199 2011-07-05 Andreas Jaeger <aj@suse.de>
54201 * resolv/res_comp.c (dn_skipname): Remove unused variable.
54203 2011-07-06 Marek Polacek <mpolacek@redhat.com>
54205 * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
54207 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
54210 2011-07-04 H.J. Lu <hongjiu.lu@intel.com>
54212 * Makefile (strop-tests): Add strncat.
54213 * string/test-strncat.c: New file.
54215 2011-06-30 Marek Polacek <mpolacek@redhat.com>
54217 * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
54219 2011-06-21 Andreas Jaeger <aj@suse.de>
54221 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
54222 Copy rule from iconvdata/Makefile.
54224 2011-07-06 Ulrich Drepper <drepper@gmail.com>
54227 * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
54228 but no long options are defined, just return 'W'.
54230 2011-06-22 Marek Polacek <mpolacek@redhat.com>
54233 * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
54235 2011-07-06 Ulrich Drepper <drepper@gmail.com>
54237 * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
54239 (innetgr): Likewise.
54241 2011-07-05 Roland McGrath <roland@hack.frob.com>
54243 * config.make.in (install_root): Default to $(DESTDIR).
54245 2011-07-05 Ulrich Drepper <drepper@gmail.com>
54247 * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
54249 2011-07-02 Roland McGrath <roland@hack.frob.com>
54251 * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
54253 * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
54254 containing directory rather than embedding absolute directory names.
54256 * scripts/check-local-headers.sh: Rewritten using awk.
54257 Match by word, not by line. Print error messages for matches.
54258 * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
54260 * Makerules [shlib-lds-flags empty]:
54261 ($(common-objpfx)libc_pic.opts): New target.
54262 ($(common-objpfx)libc_pic.os.clean): New target.
54263 ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
54265 * config.make.in (OBJCOPY): New variable.
54266 * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
54267 * configure: Regenerated.
54269 * config.make.in (use-default-link): New variable.
54270 * configure.in (use_default_link): Grok --with-default-link to set it.
54271 * configure: Regenerated.
54272 * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
54273 (shlib-lds, shlib-lds-flags): Define to empty.
54275 * Makerules (shlib-lds): New variable.
54276 (shlib-lds-flags): New variable.
54277 (build-shlib, build-moduile, build-module-asneeded): Use it.
54278 ($(common-objpfx)libc.so): Use $(shlib-lds).
54279 ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
54280 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
54282 * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
54283 DT_FLAGS/DT_FLAGS_1 with zero flags.
54285 * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
54286 linker script munging.
54288 2011-07-02 Ulrich Drepper <drepper@gmail.com>
54290 * crypt/sha512.h (struct sha512_ctx): Add union to access total also
54292 * crypt/sha512.c (sha512_process_block): Perform total addition using
54293 128-bit if possible.
54294 (__sha512_finish_ctx): Likewise.
54295 * crypt/sha256.h (struct sha256_ctx): Add union to access total also
54297 * crypt/sha256.c (SWAP64): Define.
54298 (sha256_process_block): Perform total addition using 64-bit if
54300 (__sha256_finish_ctx): Likewise.
54302 2011-07-01 Ulrich Drepper <drepper@gmail.com>
54304 * nscd/pwdcache.c (cache_addpw): Cleanup. Add branch prediction.
54305 * nscd/initgrcache.c (addinitgroupsX): Likewise.
54306 * nscd/hstcache.c (cache_addhst): Likewise.
54307 * nscd/grpcache.c (cache_addgr): Likewise.
54308 * nscd/aicache.c (addhstaiX): Likewise
54309 * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
54311 2011-07-01 Thorsten Kukuk <kukuk@suse.de>
54313 * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
54314 * nscd/initgrcache.c (addinitgroupsX): Likewise.
54315 * nscd/hstcache.c (cache_addhst): Likewise.
54316 * nscd/grpcache.c (cache_addgr): Likewise.
54317 * nscd/aicache.c (addhstaiX): Likewise
54319 2011-07-01 Andreas Schwab <schwab@redhat.com>
54321 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
54322 domain only when needed.
54324 2011-06-30 Andreas Schwab <schwab@redhat.com>
54326 * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
54327 is always restored.
54329 2011-06-29 Ulrich Drepper <drepper@gmail.com>
54331 * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
54332 are re-adding the entry.
54333 * nscd/servicescache.c (cache_addserv): Likewise.
54335 2011-06-30 Aurelien Jarno <aurelien@aurel32.net>
54337 * sysdeps/generic/dl-irel.h: fix protection against multiple
54339 * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
54341 2011-06-28 Ulrich Drepper <drepper@gmail.com>
54344 * malloc/memusage.sh: Fix quoting in message.
54345 * debug/xtrace.sh: Likewise.
54347 * configure.in: Remove support for --experimental-malloc option, make
54349 * config.make.in: Likewise.
54350 * malloc/Makefile: Likewise.
54352 2011-06-27 Andreas Schwab <schwab@redhat.com>
54354 * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
54355 two-byte characters.
54357 2011-06-27 Roland McGrath <roland@hack.frob.com>
54359 * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
54360 AC_CACHE_CHECK invocation.
54361 * configure: Regenerated.
54363 * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
54365 2011-06-27 Ulrich Drepper <drepper@gmail.com>
54368 * nscd/aicache.c (addhstaiX): Restore only RES_USE_INET6
54369 bit from old_res_options.
54371 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
54373 * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
54374 value type for setfct.
54376 2011-06-23 H.J. Lu <hongjiu.lu@intel.com>
54378 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
54379 __gettimeofday instead of gettimeofday.
54381 2011-06-26 Ulrich Drepper <drepper@gmail.com>
54383 * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
54385 2011-06-24 H.J. Lu <hongjiu.lu@intel.com>
54387 * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
54389 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
54392 2011-06-22 H.J. Lu <hongjiu.lu@intel.com>
54394 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54395 strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
54396 strcpy-sse2-unaligned strncpy-sse2-unaligned
54397 stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
54398 * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
54399 * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
54400 * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
54401 * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
54402 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
54403 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
54404 * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
54405 * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
54406 * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
54407 (STRCPY): Support SSE2 and SSSE3 versions.
54409 2011-06-24 Ulrich Drepper <drepper@gmail.com>
54412 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
54413 * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
54414 kernels which artificially limit size of requests.
54416 2011-06-22 H.J. Lu <hongjiu.lu@intel.com>
54418 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54419 strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
54420 strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
54421 * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
54422 * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
54423 * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
54424 * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
54425 * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
54426 * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
54427 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
54428 * sysdeps/i386/i686/multiarch/strcpy.S: New file.
54429 * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
54430 * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
54431 * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
54432 * sysdeps/i386/i686/multiarch/strncpy.S: New file.
54433 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54434 Enable unaligned load optimization for Intel Core i3, i5 and i7
54436 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
54438 (index_Fast_Unaligned_Load): Define.
54439 (HAS_FAST_UNALIGNED_LOAD): Define.
54441 2011-06-23 Marek Polacek <mpolacek@redhat.com>
54443 * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
54445 2011-06-22 Ulrich Drepper <drepper@gmail.com>
54448 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
54449 until it is clear that the information is realy needed.
54450 Patch mostly by David Hanisch <david.hanisch@nsn.com>.
54452 2011-06-22 Andreas Schwab <schwab@redhat.com>
54454 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
54456 2011-06-22 Ulrich Drepper <drepper@gmail.com>
54458 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
54459 /sys/devices/system/cpu/online if it is usable.
54461 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
54462 reading the information from the /proc filesystem to once a second.
54464 2011-06-21 Andreas Jaeger <aj@suse.de>
54466 * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
54467 NULL after inclusion of kernel headers.
54469 2011-06-21 Ulrich Drepper <drepper@gmail.com>
54471 * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
54472 calls to internal_setent.
54475 * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
54476 addresses using gethostbyname4_r ignore IPv4 addresses.
54478 * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
54479 branch using gethostbyname2 is only for AF_INET. Optimize accordingly.
54481 * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
54483 2011-06-20 David S. Miller <davem@davemloft.net>
54485 * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
54487 * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
54489 * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
54490 (elf_irel): Use it.
54491 * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
54492 * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
54493 * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
54494 * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
54495 * sysdeps/x86_64/dl-irel.h: Likewise.
54497 * elf/dl-runtime.c: Use elf_ifunc_invoke.
54498 * elf/dl-sym.c: Likewise.
54500 2011-06-15 Ulrich Drepper <drepper@gmail.com>
54502 * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch. We
54503 need to dereference resplen2.
54505 2011-06-14 Andreas Schwab <schwab@redhat.com>
54507 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
54509 2011-06-15 Ulrich Drepper <drepper@gmail.com>
54511 * Makeconfig: Define vardbdir and inst_vardbdir.
54512 * nss/Makefile: Add rules to install db-Makefile.
54514 * nss/nss_db/db-XXX.c: Cleanup.
54516 * nss/Makefile (libnss_db-dbs): Add db-initgroups.
54517 * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
54519 * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
54520 * nss/makedb.c: Implement -g option to specify that value strings
54521 are generated and should not be added to table iterated over for
54523 * nss/nss_db/db-initgroups.c: New file.
54525 * nss/getent.c: Add support for initgroups lookups through getgrouplist
54528 * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
54529 (internal_getgrouplist): Adjust to name change.
54530 Update use_initgroups_entry if this is not the first call.
54531 * nss/databases.def: Add initgroups entry.
54533 * nss/makedb.c (compute_tables): Check result of multiple hash table
54534 sizes to minimize maximum chain length.
54536 2011-06-14 Ulrich Drepper <drepper@gmail.com>
54538 * Versions.def: Add entry for libnss_db.
54539 * shlib-versions: Likewise.
54540 * nss/Makefile: Add rules to build libnss_db.
54541 * nss/Versions: Add libnss_db information. Organize libnss_files
54543 * nss/db-Makefile: Add gshadow support. Change rules for the new
54544 makedb progra. Some minor improvements to generate smaller files.
54545 * nss/nss_db/nss_db.h: Move NSS database header data structures to
54547 * nss/makedb.c: ...here.
54548 Improve database format to be smaller and require less memory at
54550 * nss/nss_db/db-XXX.x: Adjust for new database format. Don't use
54552 * nss/nss_db/db-netgrp.c: Likewise.
54553 * nss/nss_db/db-open.c: Likewise.
54554 * nss/nss_files/flies-XXX.x: Adjust comments.
54555 * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
54556 * nss/nss_files/files-grp.c: Likewise.
54557 * nss/nss_files/files-hosts.c: Likewise.
54558 * nss/nss_files/files-network.c: Likewise.
54559 * nss/nss_files/files-proto.c: Likewise.
54560 * nss/nss_files/files-pwd.c: Likewise.
54561 * nss/nss_files/files-rpc.c: Likewise.
54562 * nss/nss_files/files-service.c: Likewise.
54563 * nss/nss_files/files-sgrp.c: Likewise.
54564 * nss/nss_files/files-spwd.c: Likewise.
54565 * nss/nss_db/db-alias.c: Removed.
54566 * nss/nss_db/dummy-db.h: Removed.
54568 2011-06-02 Ulrich Drepper <drepper@gmail.com>
54570 * nss/makedb.c: Rewritten to not use database library.
54571 * nss/Makefile: Update to build new makedb program.
54573 2011-06-14 Andreas Jaeger <aj@suse.de>
54575 * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
54576 memset declaration.
54578 2011-06-10 Andreas Schwab <schwab@redhat.com>
54580 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
54583 2011-06-10 Roland McGrath <roland@hack.frob.com>
54585 * Makerules (shlib.lds): Fail if the linker script comes out empty.
54586 * elf/Makefile ($(objpfx)ld.so): Likewise.
54588 * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
54589 Don't list ld.so twice in dependencies.
54591 * posix/bug-regex31.c: Include <stdlib.h>.
54593 * nscd/hstcache.c (cache_addhst): Remove unused variable.
54595 * nis/nss_compat/compat-spwd.c
54596 (getspent_next_nss_netgr): Remove unused variable.
54597 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
54599 * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
54600 nonmembers" output to use the right array.
54602 * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
54604 * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
54606 * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
54607 * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
54608 * catgets/gencat.c (read_input_file): Likewise.
54609 * locale/programs/locarchive.c (enlarge_archive): Likewise.
54611 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
54612 variable definition inside #if's controlling its use.
54614 * inet/getnetgrent_r.c (innetgr): Remove unused variable.
54616 * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
54618 * misc/syslog.c (__vsyslog_chk): Remove unused variable.
54620 * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
54623 * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
54625 * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
54626 * configure: Regenerated.
54628 * Makerules: Revert last change.
54629 * elf/Makefile: Likewise.
54631 2011-06-09 Roland McGrath <roland@hack.frob.com>
54633 * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
54634 * elf/Makefile ($(objpfx)librtld.os): Likewise.
54635 (reloc-link): Likewise.
54637 2011-06-09 Ulrich Drepper <drepper@gmail.com>
54639 * elf/Makefile: Add rules to build pldd.
54640 * elf/pldd.c: New file.
54641 * elf/pldd-xx.c: New file.
54643 2011-06-07 Ulrich Drepper <drepper@gmail.com>
54645 * version.h: Update for 2.15 development version.
54647 2011-06-07 David S. Miller <davem@davemloft.net>
54649 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
54651 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
54652 elf_machine_lazy_rel): Likewise.
54653 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
54654 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
54655 elf_machine_lazy_rel): Likewise.
54656 * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
54657 dl_hwcap via passed in argument.
54658 * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
54661 2011-06-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
54663 * stdlib/longlong.h: Update from GCC. Fix smul_ppmm for S/390.
54665 2011-06-06 Roland McGrath <roland@hack.frob.com>
54668 * manual/fdl-1.1.texi: New file, verbatim from:
54669 http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
54670 * manual/lgpl-2.1.texi: New file, verbatim from:
54671 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
54672 * manual/Makefile (licenses): New variable, list those new file names.
54674 (chapters.% top-menu.%): Include $(licenses) with $(appendices).
54676 * manual/fdl.texi: File removed.
54677 * manual/lesser.texi: File removed.
54678 * manual/libc.texinfo (Copying, Documentation License):
54679 Use new @include file names, put @appendix directive before @include.
54681 2011-06-04 Jakub Jelinek <jakub@redhat.com>
54684 * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
54685 (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
54686 (mq_open): Add __NTH.
54688 2011-06-02 H.J. Lu <hongjiu.lu@intel.com>
54690 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54691 Assume Intel Core i3/i5/i7 processor if AVX is available.
54693 2011-05-31 Ulrich Drepper <drepper@gmail.com>
54695 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
54698 2011-05-31 Andreas Schwab <schwab@redhat.com>
54700 * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
54701 memory. Use alloca_account. Fix memory leak when retrying.
54703 2011-05-31 Ulrich Drepper <drepper@gmail.com>
54705 * version.h (RELEASE): Bump for 2.14 release.
54706 * include/features.h (__GLIBC_MINOR__): Bump to 14.
54708 * config.make.in (RANLIB): Remove entry.
54710 2011-05-30 Ulrich Drepper <drepper@gmail.com>
54712 * po/Makefile (po-sed-cmd): Add ksh to extensions.
54713 (libc.pot): Work around missing support for .ksh extension in xgettext.
54716 * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
54717 if both request failed.
54718 (send_dg): In case of server errors clear resplen or *resplen2.
54721 * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
54722 when there are multiple maps.
54723 * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
54724 (_dl_fini): Remove test here.
54726 * elf/rtld.c (dl_main): Don't allow the loader to load itself.
54728 2011-05-29 Ulrich Drepper <drepper@gmail.com>
54731 * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
54732 bit from old_res_options.
54733 (gaih_inet): Likewise.
54736 * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
54739 * resolv/res_init.c (res_setoptions): Make the code more compact.
54742 * resolv/res_init.c (res_setoptions): Recognize use-vc option and
54746 * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
54748 * malloc/malloc.h: Mark malloc hook variables as deprecated.
54751 * malloc/malloc.h: Declare malloc hook variables as volatile.
54753 * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
54757 * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
54758 raise in the comment.
54759 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
54760 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
54761 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
54763 2011-05-28 Ulrich Drepper <drepper@gmail.com>
54766 * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
54767 grow the buffers more if it already has to be sufficient.
54768 (build_wcs_upper_buffer): Likewise.
54769 * posix/regexec.c (check_matching): Likewise.
54770 (clean_state_log_if_needed): Likewise.
54771 (extend_buffers): Don't enlarge buffers beyond size of the input
54773 Patches mostly by Emil Wojak <emil@wojak.eu>.
54774 * posix/bug-regex32.c: New file.
54775 * posix/Makefile (tests): Add bug-regex32.
54777 * locale/findlocale.c (_nl_find_locale): Return right away if
54778 _nl_explode_name failed.
54779 * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
54781 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
54783 * debug/xtrace.sh: Unify messages.
54784 * malloc/memusage.sh: Likewise.
54787 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
54788 time symbol from vDSO. Substitute with vsyscall if not available.
54789 * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
54792 * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
54793 * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
54794 * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
54795 Add sendmmsg and internal_sendmmsg.
54796 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
54797 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
54798 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
54800 * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
54801 * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
54802 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
54804 2011-05-27 Ulrich Drepper <drepper@gmail.com>
54807 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
54808 Retrieve getcpu symbol from vDSO. Substitute with vsyscall if not
54810 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
54814 * iconvdata/Makefile (tests): Add bug-iconv9.
54815 * iconvdata/bug-iconv9.c: New file.
54817 2011-05-27 Andreas Schwab <schwab@redhat.com>
54820 * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
54822 2011-05-25 Jakub Jelinek <jakub@redhat.com>
54824 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
54825 (struct user_regs_struct): Change intcs field back to cs.
54827 2011-05-25 Ulrich Drepper <drepper@gmail.com>
54829 * po/ja.po: Update from translation team.
54831 2011-05-23 Ulrich Drepper <drepper@gmail.com>
54834 * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
54835 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
54837 2011-05-20 Andreas Schwab <schwab@redhat.com>
54839 * stdlib/longlong.h: Update from GCC.
54841 2011-05-23 Andreas Schwab <schwab@redhat.com>
54843 * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
54845 * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
54846 Add parameter name.
54847 (__sysconf): Pass it down.
54849 2011-05-22 Ulrich Drepper <drepper@gmail.com>
54852 * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
54854 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
54855 * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
54856 add in in __libc_use_alloca calls. Adjust callers.
54857 (glob): Use malloc in some situations.
54859 * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
54860 and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
54863 2011-05-21 Ulrich Drepper <drepper@gmail.com>
54865 * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
54866 and CLOCK_BOOTTIME_ALARM.
54869 * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
54872 * string/_strerror.c (__strerror_r): Print negative errors as signed
54876 * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
54877 (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
54878 * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
54880 * configure.in: Fix typo in redirection and correct removal of test
54881 files in two cases.
54884 * locale/setlocale.c (new_composite_name): Fix test to check for
54885 identical name of all categories.
54888 * libio/filedoalloc.c (local_isatty): New function.
54889 (_IO_file_doallocate): Use local_isatty.
54890 * stdio-common/perror.c (perror): In case a new stream is used
54891 forward the stream error.
54892 * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
54895 2011-05-20 Ulrich Drepper <drepper@gmail.com>
54898 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
54900 * include/alloca.h (extend_alloca_account): Define.
54903 * posix/regex.h: Fix comments with documentation of user-accessible
54904 fields after compilation and describe correct free'ing of pattern
54905 after re_compile_pattern.
54906 Patch by Reuben Thomas <rrt@sc3d.org>.
54908 2011-05-18 Ryan S. Arnold <rsa@us.ibm.com>
54910 * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
54911 and -mno-altivec to prevent the compiler from using Altivec and/or
54912 VSX instructions when the corresponding registers are not available.
54914 2011-05-19 Andreas Schwab <schwab@redhat.com>
54916 * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
54918 2011-05-19 Ulrich Drepper <drepper@gmail.com>
54920 * libio/freopen.c (freopen): Use __dup2, not dup2.
54921 * libio/freopen64.c (freopen64): Likewise.
54923 2011-05-17 H.J. Lu <hongjiu.lu@intel.com>
54926 * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
54927 * math/Makefile (tests): Add test-powl.
54928 (CFLAGS-test-powl.c): Define.
54929 * math/test-powl.c: New file.
54931 2011-05-16 H.J. Lu <hongjiu.lu@intel.com>
54933 * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
54935 2011-05-17 Ulrich Drepper <drepper@gmail.com>
54938 * iconvdata/gb18030.c: Update to GB18020-2005.
54940 2011-05-16 Ulrich Drepper <drepper@gmail.com>
54942 * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
54943 RE_SYNTAX_POSIX_AWK): Update to match recent development.
54944 Patch by Aharon Robbins <arnold@skeeve.com>.
54947 * stdlib/putenv.c (putenv): Don't always create copy of the variable
54951 * misc/pselect.c (__pselect): Handle timeout value errors hidden
54952 through underflows.
54955 * misc/error.c (error_at_line): Ensure file_name and old_file_name
54956 point to strings before performing equality test for error_one_per_line
54960 * login/programs/pt_chown.c (do_pt_chown): Always call chown.
54963 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
54964 (struct user_fpregs_struct): Avoid __uint*_t types.
54967 * malloc/mtrace.c (tr_where): Add additional parameter to point to
54968 symbol info. Use it instead of calling _dl_addr locally.
54969 (lock_and_info): New function.
54970 (tr_freehook): Call lock_and_info and pass symbol info as additional
54971 parameter to tr_where.
54972 (tr_mallochook): Likewise.
54973 (tr_reallochook): Likewise.
54974 (tr_memalignhook): Likewise.
54976 * malloc/mtrace.c: Remove support for USE_MTRACE_FILE. It is not
54977 used and couldn't be at all thread-safe.
54979 2011-05-15 Ulrich Drepper <drepper@gmail.com>
54981 * libio/freopen.c (freopen): Don't close old file descriptor
54982 before the new one is opened. Instead dup the new file descriptor
54983 to the old one after the new stream is created.
54984 * libio/freopen64.c (freopen64): Likewise.
54985 * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
54986 * libio/fileops.c (_IO_new_file_close_it): Handle new
54987 _IO_FLAGS2_NOCLOSE flag.
54988 (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
54989 If _IO_file_open didn't set FD_CLOEXEC do it after the call.
54990 * libio/oldfileops.c (_IO_old_file_close_it): Handle new
54991 _IO_FLAGS2_NOCLOSE flag.
54992 * include/unistd.h: Add hidden_proto for dup3.
54993 Define __have_dup3.
54994 * io/dup3.c: Define hidden symbol.
54995 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
54998 * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
54999 when an incomplete long option is used.
55000 * posix/tst-getopt_long1.c: New file.
55001 * posix/Makefile (tests): Add tst-getopt_long1.
55004 * scripts/config.guess: Update from autoconf-2.68.
55005 * scripts/config.sub: Likewise.
55008 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
55010 (has_cpuclock): ...this. New function.
55011 * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
55012 macro here based on has_cpuclock code.
55015 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
55016 First byte (not low byte) is now always NUL.
55017 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
55019 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
55020 Use non-cancelable interfaces.
55023 * locale/iso-639.def: Add entry for Sorani.
55026 * include/stdlib.h: Move include protection to the right place.
55027 Define abort_msg_s. Declare __abort_msg with it.
55028 * stdlib/abort.c (__abort_msg): Adjust type.
55029 * assert/assert.c (__assert_fail_base): New function. Majority
55030 of code from __assert_fail. Allocate memory for __abort_msg with
55032 (__assert_fail): Now call __assert_fail_base.
55033 * assert/assert-perr.c: Remove bulk of implementation. Use
55034 __assert_fail_base.
55035 * include/assert.hL Declare __assert_fail_base.
55036 * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
55038 * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
55040 2011-05-14 Ulrich Drepper <drepper@gmail.com>
55044 * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
55045 until all modules are registered in the DTV.
55046 * elf/Makefile: Add rules to build and run tst-tls19.
55047 * elf/tst-tls19.c: New file.
55048 * elf/tst-tls19mod1.c: New file.
55049 * elf/tst-tls19mod2.c: New file.
55050 * elf/tst-tls19mod3.c: New file.
55051 Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
55054 * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
55058 * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
55059 two-byte sequence errors.
55060 * iconvdata/Makefile (tests): Add bug-iconv8.
55061 * iconvdata/bug-iconv8.c: New file.
55064 * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
55067 * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
55070 * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
55071 (dummy_getcfa): New function.
55072 (init): Get _Unwind_GetCFA address, use dummy if not found.
55073 (backtrace_helper): In recursion check, also check whether CFA changes.
55074 (__backtrace): Completely initialize arg.
55076 * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
55077 storing incomplete byte sequence in state object. Avoid testing for
55078 guaranteed too small input if we know there is enough data available.
55080 2011-05-11 Andreas Schwab <schwab@redhat.com>
55082 * Makeconfig (+link-pie): Indent.
55083 * Rules (binaries-pie): Define if $(have-fpie) and
55085 (binaries-shared): Also filter out $(binaries-pie).
55086 ($(addprefix $(objpfx),$(binaries-pie))): New rule.
55087 * nscd/Makefile (others-pie): Add nscd.
55088 (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
55089 ($(objpfx)nscd): Remove command override.
55090 * login/Makefile (others-pie): Add pt_chown.
55091 ($(objpfx)pt_chown): Remove command override.
55092 * elf/Makefile: Add PIE tests to tests and tests-pie variables and
55093 remove command overrides.
55095 2011-05-13 Ulrich Drepper <drepper@gmail.com>
55097 * libio/tst_putwc.c: Fix error messages.
55100 * libio/fileops.c (_IO_new_file_close_it): Always flush when
55101 currently writing and seek to current position when not.
55102 * libio/Makefile (tests): Add bug-fclose1.
55103 * libio/bug-fclose1.c: New file.
55105 2011-05-12 Ulrich Drepper <drepper@gmail.com>
55108 * elf/dl-lookup.c (enter): Don't test for copy relocation here and
55109 don't set DF_1_NODELETE here.
55110 (do_lookup_x): When entering new entry test for copy relocation
55111 and if necessary set DF_1_NODELETE flag.
55112 * elf/tst-unique4.cc: New file.
55113 * elf/tst-unique4.h: New file.
55114 * elf/tst-unique4lib.cc: New file.
55115 * elf/Makefile: Add rules to build and run tst-unique4.
55116 Patch by Piotr Bury <pbury@goahead.com>.
55118 2011-05-11 Ulrich Drepper <drepper@gmail.com>
55121 * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
55124 * misc/mntent_r.c (addmntent): Flush the stream after the output
55127 * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
55128 (is_trusted_path_normalize): Skip initial colon. Append slash
55129 to empty buffer. Duplicate is_trusted_path code but allow
55130 constructed patch to be prefix.
55131 (is_dst): Allow $ORIGIN followed by /.
55132 (_dl_dst_substitute): Correct clearing of check_for_trusted.
55133 Correct testing of result of is_trusted_path_normalize
55134 (decompose_rpath): Fix warning.
55136 2011-05-10 Ulrich Drepper <drepper@gmail.com>
55139 * grp/initgroups.c (internal_getgrouplist): When we found the service
55140 list through the initgroups entry in nsswitch.conf do not always
55141 continue on a successful lookup. Don't always use the
55142 __nss_group_database value if it is set.
55143 * nss/nsswitch.conf (initgroups): Change action for successful db
55144 lookup to continue for compatibility.
55146 2011-05-09 Ulrich Drepper <drepper@gmail.com>
55149 * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
55151 * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
55153 * iconvdata/tst-tables.sh: Likewise.
55154 * iconvdata/cp770.c: New file.
55155 * iconvdata/cp771.c: New file.
55156 * iconvdata/cp772.c: New file.
55157 * iconvdata/cp773.c: New file.
55158 * iconvdata/cp774.c: New file.
55159 * iconvdata/testdata/CP770: New file.
55160 * iconvdata/testdata/CP770..UTF8: New file.
55161 * iconvdata/testdata/CP771: New file.
55162 * iconvdata/testdata/CP771..UTF8: New file.
55163 * iconvdata/testdata/CP772: New file.
55164 * iconvdata/testdata/CP772..UTF8: New file.
55165 * iconvdata/testdata/CP773: New file.
55166 * iconvdata/testdata/CP773..UTF8: New file.
55167 * iconvdata/testdata/CP774: New file.
55168 * iconvdata/testdata/CP774..UTF8: New file.
55170 * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
55172 * iconvdata/gen-8bit-gap.sh: Likewise.
55173 * iconvdata/gen-8bit.sh: Likewise.
55175 * locale/iso-639.def: Add ary entry.
55178 * locale/C-translit.h.in: Add U20A1 transliteration.
55181 * locale/iso-639.def: Add wae entry.
55182 Patch by Kevin Bortis <bortis@translate-wae.ch>.
55185 * locale/programs/localedef.c (construct_output_path): Use ssize_t
55189 * locale/C-translit.h.in: Add entry for U20B9.
55190 Patch by pravin.d.s@gmail.com.
55192 2011-05-08 Ulrich Drepper <drepper@gmail.com>
55195 * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
55196 ENAMETOOLONG use generic getcwd.
55197 * sysdeps/posix/getcwd.c: Add support to use openat. Make usable
55198 in rtld. Use *stat64.
55199 * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
55200 Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
55201 * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
55202 * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
55203 * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
55204 * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
55205 * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
55206 __fstatat64 macros.
55207 * include/dirent.h: Add libc_hidden_proto for rewinddir.
55208 * dirent/rewinddir.c: Add libc_hidden_def.
55209 * sysdeps/mach/hurd/rewinddir.c: Likewise.
55210 * sysdeps/unix/rewinddir.c: Likewise. Don't do locking outside libc.
55212 * include/dirent.h (__alloc_dir): Add flags parameter.
55213 * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
55214 * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
55216 (__alloc_dir): Take new parameter. Don't call fcntl for invocations
55217 from fdopendir if O_CLOEXEC is already set.
55219 2011-03-15 Alan Modra <amodra@gmail.com>
55221 * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
55222 l_tls_firstbyte_offset non-zero. Save padding offset in
55223 l_tls_firstbyte_offset for later use.
55224 * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
55225 freeing static tls block.
55227 2011-03-05 Jonathan Nieder <jrnieder@gmail.com>
55229 * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
55230 where #ifdef was intended. The intent is to prevent ARG_MAX from
55231 being defined by the kernel headers.
55233 2011-05-07 Ulrich Drepper <drepper@gmail.com>
55236 * resolv/resolv.h: Define RES_NOTLDQUERY.
55237 * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
55238 no-tld-query and set RES_NOTLDQUERY.
55239 * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
55240 * resolv/res_query.c (__libc_res_nsearch): Backport changes from
55241 modern BIND to search name as TLD unless forbidden.
55243 2011-05-07 Petr Baudis <pasky@suse.cz>
55244 Ulrich Drepper <drepper@gmail.com>
55247 * elf/dl-load.c (fillin_rpath): Move trusted path check...
55248 (is_trusted_path): ...to here.
55249 (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
55250 (_dl_dst_substitute): Verify expanded $ORIGIN path elements
55251 using is_trusted_path_normalize() in setuid scripts.
55253 2011-05-06 Paul Pluzhnikov <ppluzhnikov@google.com>
55255 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
55256 __BEGIN/__END_DECLS.
55258 2011-05-06 Ulrich Drepper <drepper@gmail.com>
55260 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
55261 NSS_STATUS_NOTFOUND if no record was found.
55263 2011-05-05 Andreas Schwab <schwab@redhat.com>
55265 * sunrpc/Makefile (headers): Add rpc/netdb.h.
55266 (headers-not-in-tirpc): Remove rpc/netdb.h
55267 * resolv/netdb.h: Revert last change.
55269 2011-05-05 Paul Pluzhnikov <ppluzhnikov@google.com>
55271 * Makeconfig (link-libc-static): Use --{start,end}-group to handle
55272 circular dependency between libgcc.a and libc.a.
55274 2011-05-05 Andreas Schwab <schwab@redhat.com>
55276 * resolv/netdb.h: Don't include <rpc/netdb.h>.
55277 * nis/Makefile: Don't install rpcsvc/*.
55278 * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
55279 instead of <rpc/types.h>.
55280 (MAXHOSTNAMELEN): Define.
55282 2011-05-03 Andreas Schwab <schwab@redhat.com>
55284 * elf/ldconfig.c (add_dir): Don't crash on empty path.
55286 2011-04-28 Maciej Babinski <mbabinski@google.com>
55289 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
55290 gethostbyname4_r when IPv6 results are possible.
55292 2011-05-02 Ulrich Drepper <drepper@gmail.com>
55295 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
55296 _PC_PIPE_BUF handling.
55298 2011-04-30 Bruno Haible <bruno@clisp.org>
55301 * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
55302 * resolv/netdb.h (getnameinfo): Change type of flags parameter
55304 * inet/getnameinfo.c (getnameinfo): Likewise.
55306 2011-04-29 Ulrich Drepper <drepper@gmail.com>
55308 * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
55309 to groups setting in database lookup.
55310 * nss/nsswitch.conf: Add initgroups entry.
55312 2011-04-22 Ulrich Drepper <drepper@gmail.com>
55315 * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
55317 Patch by Eric Blake <eblake@redhat.com>.
55319 2011-04-20 H.J. Lu <hongjiu.lu@intel.com>
55321 * sunrpc/Makefile (need-export-routines): Add svc_run.
55322 (routines): Remove svc_run.
55323 ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
55324 * sunrpc/clnt_perr.c (clnt_perrno): Export.
55325 * sunrpc/svc_run.c (svc_run): Likewise.
55326 * sunrpc/svc_udp.c (svcudp_create): Likewise.
55328 2011-04-21 Ulrich Drepper <drepper@gmail.com>
55330 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
55331 problem in reallocation in last patch.
55333 2011-04-20 Ulrich Drepper <drepper@gmail.com>
55335 * sunrpc/Makefile: Move inclusion of Rules.
55337 2011-04-19 Ulrich Drepper <drepper@gmail.com>
55339 * nss/nss_files/files-initgroups.c: New file.
55340 * nss/Makefile (libnss_files-routines): Add files-initgroups.
55341 * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
55342 _nss_files_initgroups_dyn.
55344 2011-03-31 Richard Sandiford <richard.sandiford@linaro.org>
55346 * elf/elf.h (R_ARM_IRELATIVE): Define.
55348 2011-04-19 Ulrich Drepper <drepper@gmail.com>
55350 * po/ru.po: Update from translation team.
55352 2011-04-17 Ulrich Drepper <drepper@gmail.com>
55354 * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
55357 2011-02-06 Mike Frysinger <vapier@gentoo.org>
55360 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
55361 MEMCPY_CHK with USE_AS_BCOPY ifdef check.
55362 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
55363 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
55364 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
55366 2011-03-28 Andreas Schwab <schwab@linux-m68k.org>
55368 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
55370 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
55371 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
55372 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
55374 2011-04-17 Ulrich Drepper <drepper@gmail.com>
55377 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
55379 * stdlib/bug-getcontext.c: New file.
55380 * stdlib/Makefile: Add rules to build and run bug-getcontext.
55382 2011-04-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
55384 * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
55385 instructions into .machine "z9-109".
55386 * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
55387 * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
55389 2011-04-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
55391 * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
55392 between environment variables and auxiliary vector.
55394 2011-04-16 Ulrich Drepper <drepper@gmail.com>
55396 * Makefile: Add rules to build linkobj/libc.so.
55397 * include/libc-symbols.h: Define libc_hidden_nolink.
55398 * include/rpc/auth.h: Mark functions which are to be hidden.
55399 * include/rpc/auth_des.h: Likewise.
55400 * include/rpc/auth_unix.h: Likewise.
55401 * include/rpc/clnt.h: Likewise.
55402 * include/rpc/des_crypt.h: Likewise.
55403 * include/rpc/key_prot.h: Likewise.
55404 * include/rpc/pmap_clnt.h: Likewise.
55405 * include/rpc/pmap_prot.h: Likewise.
55406 * include/rpc/pmap_rmt.h: Likewise.
55407 * include/rpc/rpc_msg.h: Likewise.
55408 * include/rpc/svc.h: Likewise.
55409 * include/rpc/svc_auth.h: Likewise.
55410 * include/rpc/xdr.h: Likewise.
55411 * nis/Makefile: Link all DSOs against linkobj/libc.so.
55412 * nss/Makefile: Likewise.
55413 * sunrpc/Makefile: Don't install headers. Build library with normal
55414 entry points. Don't build rpcinfo. Link RPC tests appropriately.
55415 * sunrpc/auth_des.c: Hide exported symbols by default, export some
55416 for the compat linking library. Remove use of INTDEF/INTUSE.
55417 * sunrpc/auth_none.c: Likewise.
55418 * sunrpc/auth_unix.c: Likewise.
55419 * sunrpc/authdes_prot.c: Likewise.
55420 * sunrpc/authuxprot.c: Likewise.
55421 * sunrpc/clnt_gen.c: Likewise.
55422 * sunrpc/clnt_perr.c: Likewise.
55423 * sunrpc/clnt_raw.c: Likewise.
55424 * sunrpc/clnt_simp.c: Likewise.
55425 * sunrpc/clnt_tcp.c: Likewise.
55426 * sunrpc/clnt_udp.c: Likewise.
55427 * sunrpc/clnt_unix.c: Likewise.
55428 * sunrpc/des_crypt.c: Likewise.
55429 * sunrpc/des_soft.c: Likewise.
55430 * sunrpc/get_myaddr.c: Likewise.
55431 * sunrpc/key_call.c: Likewise.
55432 * sunrpc/key_prot.c: Likewise.
55433 * sunrpc/netname.c: Likewise.
55434 * sunrpc/pm_getmaps.c: Likewise.
55435 * sunrpc/pm_getport.c: Likewise.
55436 * sunrpc/pmap_clnt.c: Likewise.
55437 * sunrpc/pmap_prot.c: Likewise.
55438 * sunrpc/pmap_prot2.c: Likewise.
55439 * sunrpc/pmap_rmt.c: Likewise.
55440 * sunrpc/publickey.c: Likewise.
55441 * sunrpc/rpc_cmsg.c: Likewise.
55442 * sunrpc/rpc_common.c: Likewise.
55443 * sunrpc/rpc_dtable.c: Likewise.
55444 * sunrpc/rpc_prot.c: Likewise.
55445 * sunrpc/rpc_thread.c: Likewise.
55446 * sunrpc/rtime.c: Likewise.
55447 * sunrpc/svc.c: Likewise.
55448 * sunrpc/svc_auth.c: Likewise.
55449 * sunrpc/svc_authux.c: Likewise.
55450 * sunrpc/svc_raw.c: Likewise.
55451 * sunrpc/svc_run.c: Likewise.
55452 * sunrpc/svc_simple.c: Likewise.
55453 * sunrpc/svc_tcp.c: Likewise.
55454 * sunrpc/svc_udp.c: Likewise.
55455 * sunrpc/svc_unix.c: Likewise.
55456 * sunrpc/svcauth_des.c: Likewise.
55457 * sunrpc/xcrypt.c: Likewise.
55458 * sunrpc/xdr.c: Likewise.
55459 * sunrpc/xdr_array.c: Likewise.
55460 * sunrpc/xdr_float.c: Likewise.
55461 * sunrpc/xdr_intXX_t.c: Likewise.
55462 * sunrpc/xdr_mem.c: Likewise.
55463 * sunrpc/xdr_rec.c: Likewise.
55464 * sunrpc/xdr_ref.c: Likewise.
55465 * sunrpc/xdr_sizeof.c: Likewise.
55466 * sunrpc/xdr_stdio.c: Likewise.
55468 2011-04-10 Ulrich Drepper <drepper@gmail.com>
55471 * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
55472 * sysdeps/ia64/dl-tls.h: Likewise.
55473 * sysdeps/powerpc/dl-tls.h: Likewise.
55474 * sysdeps/s390/dl-tls.h: Likewise.
55475 * sysdeps/sh/dl-tls.h: Likewise.
55476 * sysdeps/sparc/dl-tls.h: Likewise.
55477 * sysdeps/x86_64/dl-tls.h: Likewise.
55478 * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
55480 2011-03-14 Andreas Schwab <schwab@redhat.com>
55482 * elf/dl-load.c (_dl_dst_substitute): When skipping the first
55483 rpath element also skip the following colon.
55484 (expand_dynamic_string_token): Add is_path parameter and pass
55485 down to DL_DST_REQUIRED and _dl_dst_substitute.
55486 (decompose_rpath): Call expand_dynamic_string_token with
55487 non-zero is_path. Ignore empty rpaths.
55488 (_dl_map_object_from_fd): Call expand_dynamic_string_token
55491 2011-04-08 Andreas Schwab <schwab@linux-m68k.org>
55493 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
55496 2011-04-09 Ulrich Drepper <drepper@gmail.com>
55499 * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
55500 Patch by Filipe David Manana <fdmanana@apache.org>.
55502 2011-04-07 Andreas Schwab <schwab@redhat.com>
55504 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
55505 Maintain aligned stack.
55506 (CHECK_RSP): Remove unused macro.
55508 2011-04-03 Ulrich Drepper <drepper@gmail.com>
55510 * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
55511 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
55513 2011-04-02 Ulrich Drepper <drepper@gmail.com>
55515 * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
55517 * include/features.h: Mention __USE_XOPEN2K8 in comment.
55519 2011-03-26 H.J. Lu <hongjiu.lu@intel.com>
55522 * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
55523 * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
55524 * sysdeps/x86_64/memmove.c: New file.
55525 * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
55526 (memcpy): Renamed to ...
55527 (__new_memcpy): This.
55528 (memcpy): Provide GLIBC_2_14 memcpy.
55529 * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
55530 (memcpy): Provide GLIBC_2_2_5 memcpy.
55532 2011-04-01 Ulrich Drepper <drepper@gmail.com>
55535 * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
55537 2011-03-30 Andreas Schwab <schwab@redhat.com>
55539 * misc/syncfs.c: New file.
55540 * misc/Makefile (routines): Add syncfs.
55541 * posix/unistd.h: Declare syncfs.
55542 * sysdeps/unix/syscalls.list: Add syncfs.
55544 2011-04-01 Andreas Schwab <schwab@redhat.com>
55546 * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
55548 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
55549 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55550 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55551 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55552 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55553 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
55554 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55556 2011-04-01 Ulrich Drepper <drepper@gmail.com>
55558 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
55559 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55560 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
55561 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55562 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55563 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55564 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55566 * io/Makefile: Compile fallocate.c, fallocate64.c, and
55567 sync_file_range.c with -fexceptions.
55568 * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
55569 * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
55570 * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
55571 * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
55572 * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
55573 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
55574 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
55575 sync_file_range as cancellation point
55576 * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file. This is
55577 now a wrapper around __call_sync_file_range with cancellation handling.
55578 * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
55579 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this. Change
55580 function name to __call_sync_file_range.
55581 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
55582 Add call_sync_file_range.
55584 2011-04-01 Andreas Schwab <schwab@redhat.com>
55586 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
55589 2011-04-01 Ulrich Drepper <drepper@gmail.com>
55591 * iconv/iconv.h: Fix typo in comment.
55592 * io/fcntl.h: Likewise.
55593 * libio/stdio.h: Likewise.
55594 * posix/spawn.h: Likewise.
55595 * posix/unistd.h: Likewise.
55596 * stdlib/stdlib.h: Likewise.
55597 * time/time.h: Likewise.
55598 * wcsmbs/wchar.h: Likewise.
55600 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
55601 open_by_handle): Add.
55602 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
55603 and MAX_HANDLE_SZ. Declare name_to_handle_at and open_by_handle.
55604 Augment a few comments.
55605 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
55606 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
55607 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
55608 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
55609 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
55610 * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
55613 * io/fcntl.h (AT_EMPTY_PATH): Define.
55615 2011-03-30 Ulrich Drepper <drepper@gmail.com>
55617 * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
55618 * sysdeps/unix/sysv/linux/bits/time.h: New file.
55619 * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
55621 * sysdeps/unix/sysv/linux/bits/timex.h: ...here. New file.
55622 * Versions.def: Add GLIBC_2.14.
55623 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
55626 2011-03-22 Ulrich Drepper <drepper@gmail.com>
55628 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
55630 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
55632 2011-03-20 H.J. Lu <hongjiu.lu@intel.com>
55635 * string/test-strncmp.c (do_page_test): New function.
55636 (check2): Likewise.
55637 (test_main): Call check2.
55638 * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
55640 2011-03-20 Ulrich Drepper <drepper@gmail.com>
55643 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
55644 Handle cache information in CPU leaf 4.
55645 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
55647 2011-03-18 Ulrich Drepper <drepper@gmail.com>
55650 * posix/fnmatch.c (fnmatch): Check size of pattern in wide
55651 character representation.
55652 Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
55654 2011-03-16 Ryan S. Arnold <rsa@us.ibm.com>
55656 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
55657 END(__isnan) to END(__isnanf) to match function entry point/label
55658 EALIGN(__isnanf,...).
55660 2011-03-10 Jakub Jelinek <jakub@redhat.com>
55662 * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
55664 2011-03-10 Ulrich Drepper <drepper@gmail.com>
55667 * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
55668 copy from the symbol referenced in the relocation to initialize the
55670 Patch by Piotr Bury <pbury@goahead.com>.
55671 * elf/Makefile: Add rules to build and tst-unique3.
55672 * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
55673 * elf/tst-unique3.cc: New file.
55674 * elf/tst-unique3.h: New file.
55675 * elf/tst-unique3lib.cc: New file.
55676 * elf/tst-unique3lib2.cc: New file.
55678 * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
55680 2011-03-10 Mike Frysinger <vapier@gentoo.org>
55682 * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
55683 $LDFLAGS and -nostdlib -nostartfiles to linking step. Change main
55686 2011-03-06 Ulrich Drepper <drepper@gmail.com>
55688 * elf/dl-load.c (_dl_map_object): If we are looking for the first
55689 to-be-loaded object along a path to loader is ld.so.
55691 2011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
55692 Ulrich Drepper <drepper@gmail.com>
55694 * sysdeps/x86_64/memset.S: After aligning destination, code
55695 branches to different locations depending on the value of
55696 misalignment, when multiarch is enabled. Fix this.
55698 2011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
55700 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
55701 Set _x86_64_preferred_memory_instruction for AMD processsors.
55702 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55703 Set bit_Prefer_SSE_for_memop for AMD processors.
55705 2011-03-04 Ulrich Drepper <drepper@gmail.com>
55707 * libio/fmemopen.c (fmemopen): Optimize a bit.
55709 2011-03-03 Andreas Schwab <schwab@redhat.com>
55711 * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
55713 2011-03-03 Roland McGrath <roland@redhat.com>
55715 * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
55717 2011-02-28 Aurelien Jarno <aurelien@aurel32.net>
55719 * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
55720 __bzero_ultra1 instead of __memset_ultra1.
55722 2011-02-23 Andreas Schwab <schwab@redhat.com>
55723 Ulrich Drepper <drepper@gmail.com>
55726 * include/link.h (struct link_map): Add l_orig_initfini.
55727 * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
55728 returning unsuccessfully.
55729 * elf/dl-close.c (_dl_close_worker): If this is the last explicit
55730 close of a file loaded at startup, restore the original l_initfini
55732 * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
55733 list, store the pointer.
55734 * elf/Makefile ($(objpfx)noload-mem): New rule.
55735 (noload-ENV): Define.
55736 (tests): Add $(objpfx)noload-mem.
55737 * elf/noload.c: Include <memcheck.h>.
55738 (main): Call mtrace. Close all opened handles.
55740 2011-02-17 Andreas Schwab <schwab@redhat.com>
55743 * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
55744 dependencies are missing.
55746 2011-02-22 Samuel Thibault <samuel.thibault@ens-lyon.org>
55748 Fix __if_freereq crash: Unlike the generic version which uses free,
55750 * sysdeps/mach/hurd/ifreq.h: New file.
55752 2011-01-27 Petr Baudis <pasky@suse.cz>
55753 Ulrich Drepper <drepper@gmail.com>
55756 * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
55757 to extend_alloca().
55758 * stdio-common/bug23.c: New file.
55759 * stdio-common/Makefile (tests): Add bug23.
55761 2010-09-28 Andreas Schwab <schwab@redhat.com>
55762 Ulrich Drepper <drepper@gmail.com>
55765 * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
55766 before performing relro protection. At old place add assertion
55767 to make sure nothing changed.
55769 2011-02-17 Nathan Sidwell <nathan@codesourcery.com>
55770 Glauber de Oliveira Costa <glommer@gmail.com>
55772 * elf/elf.h: Add new ARM TLS relocs.
55774 2011-02-16 Ryan S. Arnold <rsa@us.ibm.com>
55776 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
55777 (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
55779 * sysdeps/wordsize-64/Makefile: New file. Add tst-writev to
55781 * sysdeps/wordsize-64/tst-writev.c: New file.
55783 2011-02-15 Ryan S. Arnold <rsa@us.ibm.com>
55785 * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
55786 -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
55787 insns in _dl_start to prevent a TOC reference before relocs are
55790 2011-02-15 Ulrich Drepper <drepper@gmail.com>
55793 * Makeconfig: Remove RANLIB definition.
55794 * Makerules: Don't use RANLIB.
55795 * aclocal.m4: Remove ranlib test.
55796 * configure.in: No need to check for ranlib.
55797 * elf/rtld-Rules: Don't use RANLIB.
55799 2011-02-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
55801 * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
55803 * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
55804 inclusion protection macro.
55806 * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
55807 SIGRTMIN and SIGRTMAX and print information in that case only when
55808 SIGRTMIN is defined.
55810 2011-02-11 Jakub Jelinek <jakub@redhat.com>
55812 * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
55813 arginfo fn returning -1.
55815 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
55816 and thousands string is zero terminated.
55818 2011-02-03 Andreas Schwab <schwab@redhat.com>
55820 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
55821 sysdeps/unix/sysv/linux/bits/socket.h.
55823 2011-01-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
55825 * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
55826 (__CPU_COUNT): Remove old macros.
55827 (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
55828 (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
55829 (__CPU_ALLOC, __CPU_FREE): Add macros.
55830 (__sched_cpualloc, __sched_cpufree): Add declarations.
55832 2011-02-05 Ulrich Drepper <drepper@gmail.com>
55834 * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
55835 (struct datahead): Reuse 32 bits of the alignment for a TTL field.
55836 * nscd/aicache.c (addhstaiX): Return timeout of added value.
55837 (readdhstai): Return value of addhstaiX call.
55838 * nscd/grpcache.c (cache_addgr): Return timeout of added value.
55839 (addgrbyX): Return value returned by cache_addgr.
55840 (readdgrbyname): Return value returned by addgrbyX.
55841 (readdgrbygid): Likewise.
55842 * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
55843 (addpwbyX): Return value returned by cache_addpw.
55844 (readdpwbyname): Return value returned by addhstbyX.
55845 (readdpwbyuid): Likewise.
55846 * nscd/servicescache.c (cache_addserv): Return timeout of added value.
55847 (addservbyX): Return value returned by cache_addserv.
55848 (readdservbyname): Return value returned by addservbyX:
55849 (readdservbyport): Likewise.
55850 * nscd/hstcache.c (cache_addhst): Return timeout of added value.
55851 (addhstbyX): Return value returned by cache_addhst.
55852 (readdhstbyname): Return value returned by addhstbyX.
55853 (readdhstbyaddr): Likewise.
55854 (readdhstbynamev6): Likewise.
55855 (readdhstbyaddrv6): Likewise.
55856 * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
55857 (readdinitgroups): Return value returned by addinitgroupsX.
55858 * nscd/cache.c (readdfcts): Change return value of functions to time_t.
55859 (prune_cache): Keep track of timeout value of re-added entries.
55860 * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
55861 * nscd/nscd.h: Adjust prototypes of readd* functions.
55863 2011-02-04 Roland McGrath <roland@redhat.com>
55865 * nis/nis_server.c (nis_servstate): Use the right name for 0.
55866 (nis_stats): Likewise.
55867 * nis/nis_modify.c (nis_modify): Likewise.
55868 * nis/nis_remove.c (nis_remove): Likewise.
55869 * nis/nis_add.c (nis_add): Likewise.
55871 * elf/dl-object.c (_dl_new_object): Remove unused variable L.
55873 * posix/fnmatch_loop.c: Add some consts.
55875 * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
55877 2011-02-02 H.J. Lu <hongjiu.lu@intel.com>
55880 * config.make.in (config-cflags-novzeroupper): Define.
55881 * configure.in: Substitute libc_cv_cc_novzeroupper.
55882 * elf/Makefile (AVX-CFLAGS): Define.
55883 (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
55884 (CFLAGS-tst-auditmod4a.c): Likewise.
55885 (CFLAGS-tst-auditmod4b.c): Likewise.
55886 (CFLAGS-tst-auditmod6b.c): Likewise.
55887 (CFLAGS-tst-auditmod6c.c): Likewise.
55888 (CFLAGS-tst-auditmod7b.c): Likewise.
55889 * sysdeps/i386/configure.in: Check -mno-vzeroupper.
55891 2011-02-02 Ulrich Drepper <drepper@gmail.com>
55893 * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
55894 function to the callback.
55895 Patch partly by Jiri Olsa <jolsa@redhat.com>.
55897 2011-02-02 Andreas Schwab <schwab@redhat.com>
55899 * shadow/sgetspent.c: Check return value of __sgetspent_r instead
55902 2011-01-19 Ulrich Drepper <drepper@gmail.com>
55905 * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
55907 * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
55909 (_dl_fini): Don't call _dl_sort_fini if there is only one object.
55912 * elf/Makefile: Add rules to build and run new test.
55913 * elf/tst-initorder.c: New file.
55914 * elf/tst-initorder.exp: New file.
55915 * elf/tst-initordera1.c: New file.
55916 * elf/tst-initordera2.c: New file.
55917 * elf/tst-initordera3.c: New file.
55918 * elf/tst-initordera4.c: New file.
55919 * elf/tst-initorderb1.c: New file.
55920 * elf/tst-initorderb2.c: New file.
55921 * elf/tst-order-a1.c: New file.
55922 * elf/tst-order-a2.c: New file.
55923 * elf/tst-order-a3.c: New file.
55924 * elf/tst-order-a4.c: New file.
55925 * elf/tst-order-b1.c: New file.
55926 * elf/tst-order-b2.c: New file.
55927 * elf/tst-order-main.c: New file.
55928 New test case by George Gensure <werkt0@gmail.com>.
55930 2010-10-01 Andreas Schwab <schwab@redhat.com>
55932 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
55933 decoding ACE if AI_CANONIDN.
55935 2011-01-18 Ulrich Drepper <drepper@gmail.com>
55937 * elf/Makefile: Build IFUNC tests unless multi-arch = no.
55939 2011-01-17 Ulrich Drepper <drepper@gmail.com>
55941 * version.h (RELEASE): Bump for 2.13 release.
55942 * include/features.h: (__GLIBC_MINOR__): Bump to 13.
55944 * io/fcntl.h: Define AT_NO_AUTOMOUNT.
55946 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
55948 * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
55949 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
55950 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
55951 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
55952 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
55953 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
55955 * posix/getconf.c: Update copyright year.
55956 * catgets/gencat.c: Likewise.
55957 * csu/version.c: Likewise.
55958 * debug/catchsegv.sh: Likewise.
55959 * debug/xtrace.sh: Likewise.
55960 * elf/ldconfig.c: Likewise.
55961 * elf/ldd.bash.in: Likewise.
55962 * elf/sprof.c (print_version): Likewise.
55963 * iconv/iconv_prog.c: Likewise.
55964 * iconv/iconvconfig.c: Likewise.
55965 * locale/programs/locale.c: Likewise.
55966 * locale/programs/localedef.c: Likewise.
55967 * malloc/memusage.sh: Likewise.
55968 * malloc/mtrace.pl: Likewise.
55969 * nscd/nscd.c (print_version): Likewise.
55970 * nss/getent.c: Likewise.
55972 * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
55973 PF_CAIF, and PF_ALG.
55974 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
55976 2011-01-16 Andreas Schwab <schwab@linux-m68k.org>
55978 * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
55979 (modules-names): Use them.
55980 (ifunc-test-modules, ifunc-pie-tests): Define.
55981 (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
55982 tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
55983 (test-extras): Likewise.
55984 ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
55985 $(compile-command.c).
55986 ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
55987 (all-built-dso): Define.
55988 (check-textrel.out, check-execstack.out): Depend on it.
55990 * configure.in: Don't override --enable-multi-arch.
55992 2011-01-15 Ulrich Drepper <drepper@gmail.com>
55995 * nscd/hstcache.c (tryagain): Define.
55996 (cache_addhst): Return tryagain not notfound for temporary errors.
55997 (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
56000 2011-01-14 Ulrich Drepper <drepper@gmail.com>
56003 * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
56004 to make the syscall.
56005 * sysdeps/unix/sysv/linux/setgroups.c: New file.
56008 * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
56009 and fall back to matching as normal character if the string ends before
56010 the matching ']' is found. This is what POSIX requires.
56011 * posix/testfnm.c: Adjust test result.
56012 * posix/globtest.sh: Adjust test result. Add new test.
56013 * posix/tst-fnmatch.input: Likewise.
56014 * posix/tst-fnmatch2.c: Add new test.
56016 2010-12-28 Andreas Schwab <schwab@linux-m68k.org>
56018 * elf/Makefile (check-execstack): Revert last change. Depend on
56020 (check-execstack.h): New target.
56021 (generated): Add check-execstack.h.
56022 * elf/check-execstack.c: Include "check-execstack.h".
56023 (main): Revert last change.
56024 (handle_file): Return zero if GNU_STACK is absent and
56025 DEFAULT_STACK_PERMS doesn't include PF_X.
56027 2011-01-13 Ulrich Drepper <drepper@gmail.com>
56029 * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
56030 in child fails because the descriptor is already closed.
56031 * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
56032 * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
56033 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
56036 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
56040 * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
56041 temporary buffer used to handle multi lookups locally.
56042 * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
56044 2011-01-12 Ulrich Drepper <drepper@gmail.com>
56046 * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
56049 2011-01-10 Paul Pluzhnikov <ppluzhnikov@google.com>
56051 * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
56052 alignment for SSE2.
56054 2011-01-12 Ulrich Drepper <drepper@gmail.com>
56057 * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
56058 characters. When rounding increased number of integer digits recompute
56060 * stdio-common/tst-grouping.c: New file.
56061 * stdio-common/Makefile: Add rules to build and run tst-grouping.
56063 2011-01-09 Ulrich Drepper <drepper@gmail.com>
56065 * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
56066 __FD_CLR, and __FS_ISSET. gcc generates better code on its own.
56068 * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
56070 * bits/select.h: Likewise.
56072 2011-01-08 Ulrich Drepper <drepper@gmail.com>
56074 * po/ja.po: Update from translation team.
56076 2011-01-04 David S. Miller <davem@sunset.davemloft.net>
56079 * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
56080 implementation just like for lxstat, fxstatat, et al.
56082 2010-12-27 Jim Meyering <meyering@redhat.com>
56085 * posix/regexec.c (build_trtable): Return failure indication upon
56086 calloc failure. Otherwise, re_search_internal could infloop on OOM.
56088 2010-12-25 Ulrich Drepper <drepper@gmail.com>
56091 * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
56092 * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
56093 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
56094 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
56097 * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
56100 * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
56101 * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
56103 2010-12-15 H.J. Lu <hongjiu.lu@intel.com>
56105 * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
56106 * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
56107 script has SORT_BY_INIT_PRIORITY.
56108 * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
56109 NO_CTORS_DTORS_SECTIONS is defined.
56110 * elf/soinit.c: Likewise.
56111 * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
56112 NO_CTORS_DTORS_SECTIONS is defined.
56113 * sysdeps/mach/hurd/i386/init-first.c: Likewise.
56114 * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
56115 * sysdeps/sh/init-first.c: Likewise.
56116 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
56118 2010-12-24 Ulrich Drepper <drepper@gmail.com>
56120 * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
56121 always use the slow path.
56123 2010-12-15 Ryan S. Arnold <rsa@us.ibm.com>
56125 * elf/Makefile: (check-execstack): Replace $(native-compile) with a
56126 similar rule which adds the sysdep directories to the header search in
56127 order to pick up the correct platform stackinfo.h.
56128 * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
56129 perform test if it is, otherwise return successfully without testing.
56130 * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
56131 DEFAULT_STACK_PERMS define in stackinfo.h.
56132 * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
56133 defined in stackinfo.h.
56134 * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
56135 DEFAULT_STACK_PERMS defined in stackinfo.h.
56136 * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
56137 * sysdeps/ia64/stackinfo.h: Likewise.
56138 * sysdeps/s390/stackinfo.h: Likewise.
56139 * sysdeps/sh/stackinfo.h: Likewise.
56140 * sysdeps/sparc/stackinfo.h: Likewise.
56141 * sysdeps/x86_64/stackinfo.h: Likewise.
56142 * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
56143 PF_X for powerpc64. Retain PF_X for powerpc32.
56145 2010-12-19 Ulrich Drepper <drepper@gmail.com>
56147 * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
56149 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
56150 GETDENTS_64BIT_ALIGNED.
56152 2010-12-14 Ulrich Drepper <dreper@gmail.com>
56154 * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
56156 2010-12-10 Andreas Schwab <schwab@redhat.com>
56158 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
56161 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
56162 * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
56164 (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
56165 (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
56167 2010-12-09 Ulrich Drepper <drepper@gmail.com>
56170 * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
56173 2010-12-09 Jakub Jelinek <jakub@redhat.com>
56175 * string/bits/string3.h (memmove, bcopy): Remove __restrict.
56177 2010-12-03 Ulrich Drepper <drepper@gmail.com>
56179 * po/it.po: Update from translation team.
56181 2010-12-01 H.J. Lu <hongjiu.lu@intel.com>
56183 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
56186 2010-11-30 Ulrich Drepper <drepper@gmail.com>
56188 * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
56190 2010-11-24 Andreas Schwab <schwab@redhat.com>
56192 * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
56194 (gaih_getanswer_slice): Likewise.
56196 2010-10-20 Jakub Jelinek <jakub@redhat.com>
56198 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
56200 2010-05-31 Petr Baudis <pasky@suse.cz>
56203 * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
56204 silently even in the chroot mode.
56206 2010-11-22 Ulrich Drepper <drepper@gmail.com>
56208 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
56209 last patch a bit. Pretty printing
56211 2010-05-31 Petr Baudis <pasky@suse.cz>
56214 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
56215 initialization of skip_initgroups_dyn.
56217 2010-11-19 Ulrich Drepper <drepper@gmail.com>
56219 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
56220 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
56222 2010-11-16 Ulrich Drepper <drepper@gmail.com>
56224 * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
56226 2010-11-11 Andreas Schwab <schwab@redhat.com>
56228 * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
56229 * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
56230 (tst-fnmatch-ENV): Set MALLOC_TRACE.
56231 ($(objpfx)tst-fnmatch-mem): New rule.
56232 (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
56233 * posix/tst-fnmatch.c (main): Call mtrace.
56235 2010-11-11 H.J. Lu <hongjiu.lu@intel.com>
56237 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56238 Support Intel processor model 6 and model 0x2c.
56240 2010-11-10 Luis Machado <luisgpm@br.ibm.com>
56242 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
56245 2010-11-09 H.J. Lu <hongjiu.lu@intel.com>
56248 * string/test-strncasecmp.c (check_result): New function.
56249 (do_one_test): Use it.
56250 (check1): New function.
56251 (test_main): Use it.
56252 * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
56253 Support strcasecmp and strncasecmp.
56255 2010-11-08 Ulrich Drepper <drepper@gmail.com>
56258 * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
56259 * sysdeps/x86_64/bits/byteswap.h: Likewise.
56261 2010-11-07 H.J. Lu <hongjiu.lu@intel.com>
56263 * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
56265 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56267 * sysdeps/x86_64/multiarch/bzero.S: New file.
56268 * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
56269 * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
56270 * sysdeps/x86_64/multiarch/memset.S: New file.
56271 * sysdeps/x86_64/multiarch/memset_chk.S: New file.
56272 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56273 Set bit_Prefer_SSE_for_memop for Intel processors.
56274 * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
56276 (index_Prefer_SSE_for_memop): Define.
56277 (HAS_PREFER_SSE_FOR_MEMOP): Define.
56279 2010-11-04 Luis Machado <luisgpm@br.ibm.com>
56281 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
56282 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
56284 2010-11-03 H.J. Lu <hongjiu.lu@intel.com>
56287 * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
56288 (__x86_64_raw_data_cache_size_half): Likewise.
56289 (__x86_64_raw_shared_cache_size): Likewise.
56290 (__x86_64_raw_shared_cache_size_half): Likewise.
56292 * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
56293 (__x86_64_raw_data_cache_size_half): Likewise.
56294 (__x86_64_raw_shared_cache_size): Likewise.
56295 (__x86_64_raw_shared_cache_size_half): Likewise.
56296 (init_cacheinfo): Set __x86_64_raw_data_cache_size,
56297 __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
56298 and __x86_64_raw_shared_cache_size_half. Round
56299 __x86_64_data_cache_size_half, __x86_64_data_cache_size
56300 __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
56301 to multiple of 256 bytes.
56303 2010-11-03 Ulrich Drepper <drepper@gmail.com>
56306 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
56307 of inacessible symlinks. Verify result of symlink before returning it.
56308 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
56309 Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
56311 2010-10-28 Erich Ritz <erichritz@gmail.com>
56313 * math/math.h (isinf): Fix typo in comment.
56315 2010-11-01 Ulrich Drepper <drepper@gmail.com>
56317 * po/da.po: Update from translation team.
56319 2010-10-26 Ulrich Drepper <drepper@gmail.com>
56321 * elf/rtld.c (dl_main): Move assertion after the point where rtld map
56322 is added to the list.
56324 2010-10-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
56325 Ulrich Drepper <drepper@gmail.com>
56327 * elf/dl-object.c (_dl_new_object): Don't append the new object to
56328 the global list here. Move code to...
56329 (_dl_add_to_namespace_list): ...here. New function.
56330 * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
56331 * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
56332 * elf/dl-load.c (lose): Don't remove the element from the list.
56333 (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
56334 (_dl_map_object): Likewise.
56336 2010-10-25 Ulrich Drepper <drepper@gmail.com>
56339 * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
56340 into all bytes of SSE register.
56341 Patch by Richard Li <richardpku@gmail.com>.
56343 2010-10-24 Ulrich Drepper <drepper@gmail.com>
56346 * malloc/malloc.c (_int_free): Fill correct number of bytes when
56349 2010-10-20 Michael B. Brutman <brutman@us.ibm.com>
56351 * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
56352 * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
56353 * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
56354 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
56355 * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
56357 * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
56359 2010-10-22 Andreas Schwab <schwab@redhat.com>
56361 * include/dlfcn.h (__RTLD_SECURE): Define.
56362 * elf/dl-load.c (_dl_map_object): Remove preloaded parameter. Use
56363 mode & __RTLD_SECURE instead.
56364 (open_path): Rename preloaded parameter to secure.
56365 * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
56366 * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
56367 * elf/dl-deps.c (openaux): Likewise.
56368 * elf/rtld.c (struct map_args): Remove is_preloaded.
56369 (map_doit): Don't use it.
56370 (dl_main): Likewise.
56371 (do_preload): Use __RTLD_SECURE instead of is_preloaded.
56372 (dlmopen_doit): Add __RTLD_SECURE to mode bits.
56374 2010-09-09 Andreas Schwab <schwab@redhat.com>
56376 * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
56377 (sysd-rules-targets): Remove duplicates.
56378 * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
56379 rtld-%.$o dependency.
56381 2010-10-18 Andreas Schwab <schwab@redhat.com>
56383 * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
56384 _dl_map_object do it.
56386 2010-10-19 Ulrich Drepper <drepper@gmail.com>
56388 * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
56389 fast fma builtins, define the macros in the C99 standard.
56390 (FP_FAST_FMAF): Likewise.
56391 (FP_FAST_FMAL): Likewise.
56392 * sysdeps/x86_64/bits/mathdef.h: Likewise.
56394 * bits/mathdef.h: Update copyright year.
56395 * sysdeps/powerpc/bits/mathdef.h: Likewise.
56397 2010-10-19 Michael Meissner <meissner@linux.vnet.ibm.com>
56399 * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
56400 builtins, define the macros in the C99 standard.
56401 (FP_FAST_FMAF): Likewise.
56402 (FP_FAST_FMAL): Likewise.
56403 * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
56405 (FP_FAST_FMAF): Likewise.
56407 2010-10-15 Jakub Jelinek <jakub@redhat.com>
56410 * math/libm-test.inc (fma_test): Some new testcases.
56411 * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
56412 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
56413 y and infinite z. Do multiplication by C already in long double.
56414 * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
56415 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
56416 y and infinite z. Do bitwise or of inexact bit into u.d.
56417 * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
56418 * sysdeps/i386/fpu/s_fmaf.S: Removed.
56419 * sysdeps/i386/fpu/s_fma.S: Removed.
56420 * sysdeps/i386/fpu/s_fmal.S: Removed.
56422 2010-10-16 Jakub Jelinek <jakub@redhat.com>
56425 * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
56426 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
56427 computation is not scheduled after fetestexcept. Fix value
56428 of minimum denormal long double.
56430 2010-10-14 Jakub Jelinek <jakub@redhat.com>
56433 * math/libm-test.inc (fma_test): Add some more tests.
56434 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
56437 2010-10-15 Andreas Schwab <schwab@redhat.com>
56439 * scripts/data/localplt-s390-linux-gnu.data: New file.
56440 * scripts/data/localplt-s390x-linux-gnu.data: New file.
56442 2010-10-13 Jakub Jelinek <jakub@redhat.com>
56445 * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
56446 * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
56448 * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
56450 * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
56451 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
56452 if one of x and y is very large and the other is subnormal.
56453 * sysdeps/s390/fpu/s_fmaf.c: New file.
56454 * sysdeps/s390/fpu/s_fma.c: New file.
56455 * sysdeps/powerpc/fpu/s_fmaf.S: New file.
56456 * sysdeps/powerpc/fpu/s_fma.S: New file.
56457 * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
56458 * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
56459 * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
56461 2010-10-12 Jakub Jelinek <jakub@redhat.com>
56464 * math/libm-test.inc (fma_test): Add some more fmaf tests, add
56466 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
56467 * sysdeps/ieee754/dbl-64/s_fma.c: New file.
56468 * sysdeps/i386/i686/multiarch/s_fma.c: Include
56469 sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
56470 * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
56471 * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
56472 * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
56474 2010-10-12 Ulrich Drepper <drepper@redhat.com>
56477 * posix/regcomp.c (parse_branch): One more memory leak plugged.
56478 * posix/bug-regex31.input: Add test case.
56480 2010-10-11 Ulrich Drepper <drepper@gmail.com>
56482 * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
56483 * posix/bug-regex31.input: New file.
56486 * posix/regcomp.c (parse_branch): Free memory when allocation failed.
56487 (parse_sub_exp): Fix last change, use postorder.
56489 * posix/bug-regex31.c: New file.
56490 * posix/Makefile: Add rules to build and run bug-regex31.
56492 * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
56495 * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
56498 * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
56499 to have entries in sys_siglist.
56502 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
56505 2010-10-07 Jakub Jelinek <jakub@redhat.com>
56508 * math/libm-test.inc (fma_test): Add 2 fmaf tests.
56509 * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
56510 * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
56511 sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
56512 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
56513 * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
56514 * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
56515 * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
56516 * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
56517 * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
56518 * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
56519 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
56520 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
56521 * math/ftestexcept.c (fetestexcept): Likewise.
56522 * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
56523 * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
56524 * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
56525 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
56526 * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
56527 * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
56528 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
56530 2010-10-11 Ulrich Drepper <drepper@gmail.com>
56533 * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
56536 2010-10-06 Ulrich Drepper <drepper@gmail.com>
56538 * string/bug-strstr1.c: New file.
56539 * string/Makefile: Add rules to build and run bug-strstr1.
56541 2010-10-05 Eric Blake <eblake@redhat.com>
56544 * string/str-two-way.h (two_way_long_needle): Always clear memory
56545 when skipping input due to the shift table.
56547 2010-10-03 Ulrich Drepper <drepper@gmail.com>
56550 * malloc/mcheck.c: Handle large requests.
56553 * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
56554 for strncmp and strncasecmp.
56555 * string/stratcliff.c: Add tests for strcmp and strncmp.
56556 * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
56558 2010-09-28 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
56560 * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
56563 2010-09-30 Andreas Jaeger <aj@suse.de>
56565 * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
56566 (CGROUP_SUPER_MAGIC): Define.
56567 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
56568 Handle btrfs and cgroup file systems.
56569 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
56572 2010-09-27 Luis Machado <luisgpm@br.ibm.com>
56574 * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
56575 * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
56577 2010-09-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
56580 * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
56581 trying to locate the ELF header.
56583 2010-09-27 Andreas Schwab <schwab@redhat.com>
56586 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
56587 Mask out sign-bit copies when constructing f_fsid.
56589 2010-09-24 Petr Baudis <pasky@suse.cz>
56591 * debug/stack_chk_fail_local.c: Add missing licence exception.
56592 * debug/warning-nop.c: Likewise.
56594 2010-09-15 Joseph Myers <joseph@codesourcery.com>
56596 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
56597 implementing getdents64 using getdents syscall, set d_type if
56598 __ASSUME_GETDENTS32_D_TYPE.
56600 2010-09-16 Andreas Schwab <schwab@redhat.com>
56602 * elf/dl-close.c (free_slotinfo, free_mem): Move to...
56603 * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
56605 2010-09-21 Ulrich Drepper <drepper@redhat.com>
56608 * posix/unistd.h: Undo change of feature selection for ftruncate from
56611 2010-09-20 Ulrich Drepper <drepper@redhat.com>
56613 * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
56616 2010-09-20 Andreas Schwab <schwab@redhat.com>
56618 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
56620 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
56622 2010-09-14 Andreas Schwab <schwab@redhat.com>
56624 * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
56625 variables after CHECK_SP call.
56626 * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
56628 2010-09-13 Andreas Schwab <schwab@redhat.com>
56629 Ulrich Drepper <drepper@redhat.com>
56631 * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
56632 re-relocationg ld.so.
56633 * elf/dl-support.c (_dl_non_dynamic_init): And here after the
56634 _dl_init_paths call.
56635 * elf/dl-load.c (_dl_init_paths). Don't set GLRO(dl_init_all_dirs)
56638 2010-09-14 Ulrich Drepper <drepper@redhat.com>
56640 * resolv/res_init.c (__res_vinit): Count the default server we added.
56642 2010-09-08 Chung-Lin Tang <cltang@codesourcery.com>
56643 Ulrich Drepper <drepper@redhat.com>
56646 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
56647 (____longjmp_chk): Use %ebx for saving value across system call.
56650 2010-09-06 Andreas Schwab <schwab@redhat.com>
56652 * manual/Makefile: Don't mix pattern rules with normal rules.
56654 2010-09-05 Andreas Schwab <schwab@linux-m68k.org>
56656 * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
56658 * libio/iofdopen.c (_IO_new_fdopen): Likewise.
56659 * libio/iofopncook.c (_IO_cookie_init): Likewise.
56660 * libio/iovdprintf.c (_IO_vdprintf): Likewise.
56661 * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
56662 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
56665 2010-09-04 Ulrich Drepper <drepper@redhat.com>
56668 * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
56669 IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
56671 2010-09-02 Ulrich Drepper <drepper@redhat.com>
56673 * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
56674 * sysdeps/x86_64/addmul_1.S: Likewise.
56675 * sysdeps/x86_64/lshift.S: Likewise.
56676 * sysdeps/x86_64/mul_1.S: Likewise.
56677 * sysdeps/x86_64/rshift.S: Likewise.
56678 * sysdeps/x86_64/sub_n.S: Likewise.
56679 * sysdeps/x86_64/submul_1.S: Likewise.
56681 2010-09-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
56683 This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
56684 Define __sched_param instead of SCHED_* and sched_param when
56685 <bits/sched.h> is included with __need_schedparam defined.
56686 * bits/sched.h [__need_schedparam]
56687 (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
56688 [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
56689 (__defined_schedparam): Define to 1.
56690 (__sched_param): New structure, identical to sched_param.
56691 (__need_schedparam): Undefine.
56693 2010-08-31 Mike Frysinger <vapier@gentoo.org>
56695 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
56696 (epoll_create1): Declare.
56698 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
56700 2010-08-31 Andreas Schwab <schwab@redhat.com>
56703 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
56704 shifting retval into place.
56706 2010-09-01 Ulrich Drepper <drepper@redhat.com>
56708 * nis/rpcsvc/nis.h: Update copyright notice.
56709 * nis/rpcsvc/nis.x: Likewise.
56710 * nis/rpcsvc/nis_callback.h: Likewise.
56711 * nis/rpcsvc/nis_callback.x: Likewise.
56712 * nis/rpcsvc/nis_object.x: Likewise.
56713 * nis/rpcsvc/nis_tags.h: Likewise.
56714 * nis/rpcsvc/yp.h: Likewise.
56715 * nis/rpcsvc/yp.x: Likewise.
56716 * nis/rpcsvc/ypupd.h: Likewise.
56717 * nis/yp_xdr.c: Likewise.
56718 * nis/ypupdate_xdr.c: Likewise.
56720 * sunrpc/pm_getport.c (__libc_rpc_getport): New function. This is
56721 mainly the body of pmap_getport. Add parameters to specify timeouts.
56722 (pmap_getport): Use __libc_rpc_getport.
56723 * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
56724 * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
56725 * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
56727 2010-08-31 Andreas Schwab <schwab@linux-m68k.org>
56729 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
56732 2010-08-27 Roland McGrath <roland@redhat.com>
56734 * sysdeps/i386/i686/multiarch/Makefile
56735 (CFLAGS-varshift.c): New variable.
56737 2010-08-27 Ulrich Drepper <drepper@redhat.com>
56739 * sysdeps/i386/i686/multiarch/varshift.S: File removed.
56740 * sysdeps/i386/i686/multiarch/varshift.c: New file.
56742 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
56744 * sysdeps/x86_64/strlen.S: Minimal code improvement.
56746 2010-08-26 H.J. Lu <hongjiu.lu@intel.com>
56748 * sysdeps/x86_64/strlen.S: Unroll the loop.
56749 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56750 strlen-sse2 strlen-sse2-bsf.
56751 * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
56752 __strlen_no_bsf if bit_Slow_BSF is set.
56753 (__strlen_sse42): Removed.
56754 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
56755 * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
56757 2010-08-25 Roland McGrath <roland@redhat.com>
56759 * sysdeps/x86_64/multiarch/varshift.S: File removed.
56760 * sysdeps/x86_64/multiarch/varshift.c: New file.
56761 * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
56762 * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
56763 * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
56764 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
56766 2010-08-25 H.J. Lu <hongjiu.lu@intel.com>
56768 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
56769 strlen-sse2 strlen-sse2-bsf.
56770 * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
56771 __strlen_sse2_bsf if bit_Slow_BSF is unset.
56772 (__strlen_sse2): Removed.
56773 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
56774 * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
56775 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
56776 bit_Slow_BSF for Atom.
56777 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
56778 (index_Slow_BSF): Define.
56779 (HAS_SLOW_BSF): Define.
56781 2010-08-25 Ulrich Drepper <drepper@redhat.com>
56784 * resolv/res_init.c (__res_vinit): When no server address at all
56785 is given default to loopback.
56787 2010-08-24 Roland McGrath <roland@redhat.com>
56789 * configure.in: Remove config-name.h generation.
56790 * configure: Regenerated.
56791 * config-name.in: File removed.
56792 * scripts/config-uname.sh: New file.
56793 * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
56794 ($(objdir)config-name.h): New target.
56796 * sunrpc/rpc_parse.h: Avoid nested comment.
56798 2010-08-24 Richard Henderson <rth@redhat.com>
56799 Ulrich Drepper <drepper@redhat.com>
56800 H.J. Lu <hongjiu.lu@intel.com>
56802 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
56803 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
56804 * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
56805 Replace _mm_srli_si128 with __m128i_shift_right. Replace
56806 _mm_alignr_epi8 with _mm_loadu_si128.
56807 * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
56808 * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
56809 (__m128i_shift_right): Removed.
56810 * sysdeps/i386/i686/multiarch/varshift.h: New file.
56811 * sysdeps/i386/i686/multiarch/varshift.S: New file.
56812 * sysdeps/x86_64/multiarch/varshift.h: New file.
56813 * sysdeps/x86_64/multiarch/varshift.S: New file.
56815 2010-08-21 Mike Frysinger <vapier@gentoo.org>
56817 * configure.in: Move assembler checks to before sysdep dir checking.
56819 2010-08-20 Petr Baudis <pasky@suse.cz>
56821 * LICENSES: Sync the sunrpc license.
56823 2010-08-19 Ulrich Drepper <drepper@redhat.com>
56825 * sunrpc/auth_des.c: Update copyright notice once again.
56826 * sunrpc/auth_none.c: Likewise.
56827 * sunrpc/auth_unix.c: Likewise.
56828 * sunrpc/authdes_prot.c: Likewise.
56829 * sunrpc/authuxprot.c: Likewise.
56830 * sunrpc/bindrsvprt.c: Likewise.
56831 * sunrpc/clnt_gen.c: Likewise.
56832 * sunrpc/clnt_perr.c: Likewise.
56833 * sunrpc/clnt_raw.c: Likewise.
56834 * sunrpc/clnt_simp.c: Likewise.
56835 * sunrpc/clnt_tcp.c: Likewise.
56836 * sunrpc/clnt_udp.c: Likewise.
56837 * sunrpc/clnt_unix.c: Likewise.
56838 * sunrpc/des_crypt.c: Likewise.
56839 * sunrpc/des_soft.c: Likewise.
56840 * sunrpc/get_myaddr.c: Likewise.
56841 * sunrpc/getrpcport.c: Likewise.
56842 * sunrpc/key_call.c: Likewise.
56843 * sunrpc/key_prot.c: Likewise.
56844 * sunrpc/openchild.c: Likewise.
56845 * sunrpc/pm_getmaps.c: Likewise.
56846 * sunrpc/pm_getport.c: Likewise.
56847 * sunrpc/pmap_clnt.c: Likewise.
56848 * sunrpc/pmap_prot.c: Likewise.
56849 * sunrpc/pmap_prot2.c: Likewise.
56850 * sunrpc/pmap_rmt.c: Likewise.
56851 * sunrpc/rpc/auth.h: Likewise.
56852 * sunrpc/rpc/auth_unix.h: Likewise.
56853 * sunrpc/rpc/clnt.h: Likewise.
56854 * sunrpc/rpc/des_crypt.h: Likewise.
56855 * sunrpc/rpc/key_prot.h: Likewise.
56856 * sunrpc/rpc/netdb.h: Likewise.
56857 * sunrpc/rpc/pmap_clnt.h: Likewise.
56858 * sunrpc/rpc/pmap_prot.h: Likewise.
56859 * sunrpc/rpc/pmap_rmt.h: Likewise.
56860 * sunrpc/rpc/rpc.h: Likewise.
56861 * sunrpc/rpc/rpc_des.h: Likewise.
56862 * sunrpc/rpc/rpc_msg.h: Likewise.
56863 * sunrpc/rpc/svc.h: Likewise.
56864 * sunrpc/rpc/svc_auth.h: Likewise.
56865 * sunrpc/rpc/types.h: Likewise.
56866 * sunrpc/rpc/xdr.h: Likewise.
56867 * sunrpc/rpc_clntout.c: Likewise.
56868 * sunrpc/rpc_cmsg.c: Likewise.
56869 * sunrpc/rpc_common.c: Likewise.
56870 * sunrpc/rpc_cout.c: Likewise.
56871 * sunrpc/rpc_dtable.c: Likewise.
56872 * sunrpc/rpc_hout.c: Likewise.
56873 * sunrpc/rpc_main.c: Likewise.
56874 * sunrpc/rpc_parse.c: Likewise.
56875 * sunrpc/rpc_parse.h: Likewise.
56876 * sunrpc/rpc_prot.c: Likewise.
56877 * sunrpc/rpc_sample.c: Likewise.
56878 * sunrpc/rpc_scan.c: Likewise.
56879 * sunrpc/rpc_scan.h: Likewise.
56880 * sunrpc/rpc_svcout.c: Likewise.
56881 * sunrpc/rpc_tblout.c: Likewise.
56882 * sunrpc/rpc_util.c: Likewise.
56883 * sunrpc/rpc_util.h: Likewise.
56884 * sunrpc/rpcinfo.c: Likewise.
56885 * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
56886 * sunrpc/rpcsvc/key_prot.x: Likewise.
56887 * sunrpc/rpcsvc/klm_prot.x: Likewise.
56888 * sunrpc/rpcsvc/mount.x: Likewise.
56889 * sunrpc/rpcsvc/nfs_prot.x: Likewise.
56890 * sunrpc/rpcsvc/nlm_prot.x: Likewise.
56891 * sunrpc/rpcsvc/rex.x: Likewise.
56892 * sunrpc/rpcsvc/rstat.x: Likewise.
56893 * sunrpc/rpcsvc/rusers.x: Likewise.
56894 * sunrpc/rpcsvc/sm_inter.x: Likewise.
56895 * sunrpc/rpcsvc/spray.x: Likewise.
56896 * sunrpc/rpcsvc/yppasswd.x: Likewise.
56897 * sunrpc/rtime.c: Likewise.
56898 * sunrpc/svc.c: Likewise.
56899 * sunrpc/svc_auth.c: Likewise.
56900 * sunrpc/svc_authux.c: Likewise.
56901 * sunrpc/svc_raw.c: Likewise.
56902 * sunrpc/svc_run.c: Likewise.
56903 * sunrpc/svc_simple.c: Likewise.
56904 * sunrpc/svc_tcp.c: Likewise.
56905 * sunrpc/svc_udp.c: Likewise.
56906 * sunrpc/svc_unix.c: Likewise.
56907 * sunrpc/svcauth_des.c: Likewise.
56908 * sunrpc/xcrypt.c: Likewise.
56909 * sunrpc/xdr.c: Likewise.
56910 * sunrpc/xdr_array.c: Likewise.
56911 * sunrpc/xdr_float.c: Likewise.
56912 * sunrpc/xdr_mem.c: Likewise.
56913 * sunrpc/xdr_rec.c: Likewise.
56914 * sunrpc/xdr_ref.c: Likewise.
56915 * sunrpc/xdr_sizeof.c: Likewise.
56916 * sunrpc/xdr_stdio.c: Likewise.
56918 * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
56921 2010-08-19 Andreas Schwab <schwab@redhat.com>
56923 * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
56925 2010-08-19 Luis Machado <luisgpm@br.ibm.com>
56927 * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
56928 * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
56929 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
56930 * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
56931 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
56932 * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
56933 * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
56934 * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
56935 * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
56936 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
56937 * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
56938 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
56939 * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
56940 * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
56942 2010-07-26 Anton Blanchard <anton@samba.org>
56944 * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
56945 * malloc/arena.c (heap_trim): Likewise.
56947 2010-08-16 Ulrich Drepper <drepper@redhat.com>
56949 * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
56951 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
56952 * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
56954 2010-08-12 H.J. Lu <hongjiu.lu@intel.com>
56956 * sysdeps/i386/elf/Makefile: New file.
56958 2010-08-14 Andreas Schwab <schwab@linux-m68k.org>
56960 * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
56961 from fanotify_init.
56962 * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
56963 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
56965 2010-08-15 Ulrich Drepper <drepper@redhat.com>
56967 * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
56969 * sysdeps/multiarch/strcmp.S: Likewise.
56971 2010-08-14 Ulrich Drepper <drepper@redhat.com>
56973 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
56974 strncase_l-nonascii.
56975 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
56976 Add strncase_l-ssse3.
56977 * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
56978 * sysdeps/x86_64/strcmp.S: Likewise.
56979 * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
56980 * sysdeps/x86_64/multiarch/strncase_l.S: New file.
56981 * sysdeps/x86_64/strncase.S: New file.
56982 * sysdeps/x86_64/strncase_l-nonascii.c: New file.
56983 * sysdeps/x86_64/strncase_l.S: New file.
56984 * string/Makefile (strop-tests): Add strncasecmp.
56985 * string/test-strncasecmp.c: New file.
56987 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
56990 * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
56991 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
56993 2010-08-14 Andreas Schwab <schwab@linux-m68k.org>
56995 * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
56997 2010-08-12 Ulrich Drepper <drepper@redhat.com>
56999 * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
57000 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
57001 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
57003 2010-05-01 Alan Modra <amodra@gmail.com>
57005 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
57006 * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
57007 * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
57008 * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
57009 * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
57010 tidying. Don't tail-call __sigjmp_save for static lib.
57011 * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
57013 (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
57014 (CALL_MCOUNT): Add eh info, and nop after bl.
57015 (TAIL_CALL_SYSCALL_ERROR): New macro.
57016 (PSEUDO_RET): Use it.
57017 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
57018 Correct save location of integer regs and cr.
57019 (_dl_profile_resolve): Correct cr save location. Delete nops
57020 after bl when SHARED. Reduce cfi size a little by better
57021 placement of cfi directives.
57022 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
57023 make a stack frame. Instead use parm save area as a temp.
57024 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
57025 make a stack frame. Use TAIL_CALL_SYSCALL_ERROR.
57026 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
57027 Don't make a stack frame for parent, use parm save area.
57028 Increase child stack frame to 112 bytes. Don't save unused reg,
57029 and adjust reg usage. Set up cfi on error recovery and
57030 epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
57031 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
57032 (__makecontext): Add dummy nop after jump to exit.
57033 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
57034 Use correct parm save area and cr save, reduce stack frame.
57035 Correct cfi for possible PSEUDO_RET frame setup.
57036 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
57037 Branch to local label emitted by PSEUDO_RET rather than
57040 2010-08-12 Andreas Schwab <schwab@redhat.com>
57043 * locale/programs/locale.c (print_assignment): New function.
57044 (show_locale_vars): Use it.
57046 2010-08-11 Ulrich Drepper <drepper@redhat.com>
57048 * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
57050 (struct statfs64): Likewise.
57051 (_STATFS_F_FLAGS): Define.
57052 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
57053 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
57054 Don't define if __ASSUME_STATFS_F_FLAGS is defined.
57055 (ST_VALID): Define locally.
57056 (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
57057 __statvfs_getflags, use the provided value.
57058 * sysdeps/unix/sysv/linux/kernel-features.h: Define
57059 __ASSUME_STATFS_F_FLAGS.
57061 * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
57063 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
57064 Add sys/fanotify.h.
57065 * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
57066 fanotify_mask for GLIBC_2.13.
57067 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
57068 fanotify_init and fanotify_mark.
57069 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
57070 * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
57072 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
57074 * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
57075 prlimit64 for GLIBC_2.13.
57076 * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
57078 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
57080 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
57081 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
57082 * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
57083 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
57084 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise. Also
57086 * sysdeps/unix/sysv/linux/prlimit.c: New file.
57089 * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
57090 Patch by Evgeni Bikov <bikovevg@iitp.ru>.
57092 * nss/Makefile: Add rules to build and run tst-nss-test1.
57093 * shlib-versions: Add entry for libnss_test1.
57094 * nss/nss_test1.c: New file.
57095 * nss/tst-nss-test1.c: New file.
57097 * nss/nsswitch.c (__nss_database_custom): Define new variable.
57098 (__nss_configure_lookup): Set appropriate entry in
57099 __nss_configure_lookup to true.
57100 * nss/nsswitch.h: Define enum with indeces of databases in
57101 databases and __nss_database_custom arrays. Declare
57102 __nss_database_custom.
57103 * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
57104 to avoid using nscd when custom rules are installed.
57105 * nss/getXXbyYY_r.c: Likewise.
57106 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
57108 * nss/nss_files/files-parse.c: Whitespace fixes.
57110 2010-08-09 Ulrich Drepper <drepper@redhat.com>
57113 * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
57114 * posix/fnmatch_loop.c: Likewise.
57116 2010-07-17 Andi Kleen <ak@linux.intel.com>
57118 * sysdeps/i386/i386-mcount.S (__fentry__): Define.
57119 * sysdeps/x86_64/_mcount.S (__fentry__): Define.
57120 * stdlib/Versions (__fentry__): Add for GLIBC 2.13
57121 * Versions.def [GLIBC_2.13]: Add.
57123 2010-08-06 Ulrich Drepper <drepper@redhat.com>
57125 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
57126 Also fail if tpwd after pwuid call is NULL.
57128 2010-07-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
57130 * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
57131 when converting to ms.
57133 2010-06-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
57135 * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
57136 EOPNOTSUPP errors with ENOTTY.
57137 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
57138 EOPNOTSUPP errors with ENOTTY.
57140 2010-07-31 Ulrich Drepper <drepper@redhat.com>
57142 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
57143 Add strcasecmp_l-ssse3.
57144 * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
57146 * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
57147 * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
57148 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
57150 2010-07-30 Ulrich Drepper <drepper@redhat.com>
57152 * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
57154 * string/Makefile (strop-tests): Add strcasecmp.
57155 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
57156 strcasecmp_l-nonascii.
57157 (gen-as-const-headers): Add locale-defines.sym.
57158 * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
57159 * sysdeps/x86_64/strcasecmp.S: New file.
57160 * sysdeps/x86_64/strcasecmp_l.S: New file.
57161 * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
57162 * sysdeps/x86_64/locale-defines.sym: New file.
57163 * string/test-strcasecmp.c: New file.
57165 * string/test-strcasestr.c: Test both ends of the range of characters.
57166 * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
57168 2010-07-29 Roland McGrath <roland@redhat.com>
57171 * manual/locale.texi (Yes-or-No Questions): Fix example code.
57173 2010-07-27 Ulrich Drepper <drepper@redhat.com>
57175 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
57178 2010-07-27 Andreas Schwab <schwab@redhat.com>
57180 * manual/memory.texi (Malloc Tunable Parameters): Document
57183 2010-07-26 Roland McGrath <roland@redhat.com>
57186 * configure.in (-fgnu89-inline check): Set and substitute
57187 gnu89_inline, not libc_cv_gnu89_inline.
57188 * configure: Regenerated.
57189 * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
57191 2010-07-26 Ulrich Drepper <drepper@redhat.com>
57193 * string/test-strnlen.c: New file.
57194 * string/Makefile (strop-tests): Add strnlen.
57195 * string/tester.c (test_strnlen): Add a few more test cases.
57196 * string/tst-strlen.c: Better error reporting.
57198 * sysdeps/x86_64/strnlen.S: New file.
57200 2010-07-24 Ulrich Drepper <drepper@redhat.com>
57202 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
57203 lower-latency instructions.
57205 2010-07-23 Ulrich Drepper <drepper@redhat.com>
57207 * string/test-strcasestr.c: New file.
57208 * string/test-strstr.c: New file.
57209 * string/Makefile (strop-tests): Add strstr and strcasestr.
57210 * string/str-two-way.h: Don't undefine MAX.
57211 * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
57213 2010-07-21 Andreas Schwab <schwab@redhat.com>
57215 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
57216 strcasestr-nonascii.
57217 (CFLAGS-strcasestr-nonascii.c): Define.
57218 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
57219 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
57220 Remove unused attribute.
57222 2010-07-20 Roland McGrath <roland@redhat.com>
57224 * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
57225 dl_hwcap_mask as well as dl_hwcap. Without this, dsocaps matching in
57226 ld.so.cache was broken. With it, there is no way to disable dsocaps
57227 like LD_HWCAP_MASK can disable hwcaps.
57229 2010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
57231 * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
57233 2010-07-16 Ulrich Drepper <drepper@redhat.com>
57235 * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
57236 call in strcasestr.
57237 * sysdeps/x86_64/multiarch/strcasestr.c: Declare
57238 __strcasestr_sse42_nonascii.
57239 * sysdeps/x86_64/multiarch/Makefile: Add rules to build
57240 strcasestr-nonascii.c.
57241 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
57243 2010-06-15 Luis Machado <luisgpm@br.ibm.com>
57245 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
57246 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
57247 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
57248 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
57250 2010-07-09 Ulrich Drepper <drepper@redhat.com>
57252 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
57255 2010-07-06 Andreas Schwab <schwab@redhat.com>
57258 * elf/dl-version.c (match_symbol): Don't pass NULL occation to
57261 2010-07-06 Ulrich Drepper <drepper@redhat.com>
57263 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
57264 _PC_PIPE_BUF using F_GETPIPE_SZ.
57266 2010-07-05 Roland McGrath <roland@redhat.com>
57268 * manual/arith.texi (Rounding Functions): Fix rint description
57269 implicit in round description.
57271 2010-07-02 Ulrich Drepper <drepper@redhat.com>
57273 * elf/Makefile: Fix linking for a few tests to make recent linker
57276 2010-06-30 Andreas Schwab <schwab@redhat.com>
57278 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
57279 $(common-objpfx)libc_nonshared.a.
57281 2010-06-21 Luis Machado <luisgpm@br.ibm.com>
57283 * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
57284 * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
57285 * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
57286 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
57287 * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
57288 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
57289 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
57290 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
57291 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
57292 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
57293 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
57294 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
57295 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
57296 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
57297 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
57298 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
57299 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
57300 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
57301 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
57302 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
57303 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
57304 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
57305 * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
57306 * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
57307 * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
57308 * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
57309 * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
57310 * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
57311 * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
57312 * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
57313 * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
57314 * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
57315 * sysdeps/powerpc/powerpc32/power7/Implies: New file.
57316 * sysdeps/powerpc/powerpc64/power7/Implies: New file.
57317 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
57318 * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
57319 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
57320 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
57321 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
57322 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
57323 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
57324 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
57325 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
57326 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
57327 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
57328 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
57329 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
57330 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
57332 2010-06-25 H.J. Lu <hongjiu.lu@intel.com>
57334 * debug/memmove_chk.c (__memmove_chk): Renamed to ...
57335 (MEMMOVE_CHK): ...this. Default to __memmove_chk.
57336 * string/memmove.c (memmove): Renamed to ...
57337 (MEMMOVE): ...this. Default to memmove.
57338 * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
57339 * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
57341 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57342 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
57343 mempcpy-ssse3-back memmove-ssse3-back.
57344 * sysdeps/x86_64/multiarch/bcopy.S: New file .
57345 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
57346 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
57347 * sysdeps/x86_64/multiarch/memcpy.S: New file.
57348 * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
57349 * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
57350 * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
57351 * sysdeps/x86_64/multiarch/memmove.c: New file.
57352 * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
57353 * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
57354 * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
57355 * sysdeps/x86_64/multiarch/mempcpy.S: New file.
57356 * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
57357 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
57359 (index_Fast_Copy_Backward): Define.
57360 (HAS_ARCH_FEATURE): Define.
57361 (HAS_FAST_REP_STRING): Define.
57362 (HAS_FAST_COPY_BACKWARD): Define.
57364 2010-06-21 Andreas Schwab <schwab@redhat.com>
57366 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
57367 Restore proper fallback handling.
57369 2010-06-19 Ulrich Drepper <drepper@redhat.com>
57372 * posix/group_member.c (__group_member): Correct checking loop.
57374 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
57375 OOM in getpwuid_r correctly. Return error number when the caller
57376 should return, otherwise -1.
57377 (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
57378 call returning > 0 value.
57379 * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
57381 2010-06-07 Andreas Schwab <schwab@redhat.com>
57383 * dlfcn/Makefile: Remove explicit dependencies on libc.so and
57384 libc_nonshared.a from targets in modules-names.
57386 2010-06-02 Kirill A. Shutemov <kirill@shutemov.name>
57388 * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
57391 2010-06-10 Luis Machado <luisgpm@br.ibm.com>
57393 * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
57394 * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
57395 * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
57396 * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
57398 2010-06-02 Andreas Schwab <schwab@redhat.com>
57400 * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
57402 2010-06-14 Ulrich Drepper <drepper@redhat.com>
57404 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
57406 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
57407 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
57408 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
57409 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
57410 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
57411 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
57413 2010-06-14 Roland McGrath <roland@redhat.com>
57415 * manual/libc.texinfo (@copying): Change to GFDL v1.3.
57417 2010-06-07 Jakub Jelinek <jakub@redhat.com>
57419 * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
57420 __REDIRECT followed by __THROW.
57421 * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
57422 * posix/getopt.h (getopt): Likewise.
57424 2010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
57426 * hurd/lookup-at.c (__file_name_lookup_at): Accept
57427 AT_SYMLINK_FOLLOW in AT_FLAGS. Fail with EINVAL if both
57428 AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
57430 * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
57431 * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
57433 2010-05-28 Luis Machado <luisgpm@br.ibm.com>
57435 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
57437 2010-05-26 H.J. Lu <hongjiu.lu@intel.com>
57440 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57441 Properly check family and model.
57443 2010-05-26 Takashi Yoshii <takashi.yoshii.zj@renesas.com>
57445 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
57447 2010-05-24 Luis Machado <luisgpm@br.ibm.com>
57449 * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
57451 2010-05-21 Ulrich Drepper <drepper@redhat.com>
57453 * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
57456 2010-05-19 Andreas Schwab <schwab@redhat.com>
57458 * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
57461 2010-05-21 Andreas Schwab <schwab@redhat.com>
57463 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
57464 and internal_recvmmsg.
57465 * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
57466 * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
57467 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
57468 * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
57470 * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
57471 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
57472 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
57474 2010-05-20 Andreas Schwab <schwab@redhat.com>
57476 * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
57478 2010-05-17 Luis Machado <luisgpm@br.ibm.com>
57480 POWER7 optimizations.
57481 * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
57482 * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
57484 2010-05-19 Ulrich Drepper <drepper@redhat.com>
57486 * version.h: Update for 2.13 development version.
57488 2010-05-12 Andrew Stubbs <ams@codesourcery.com>
57490 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
57491 exceptions. Return 0.
57493 2010-05-07 Roland McGrath <roland@redhat.com>
57495 * elf/ldconfig.c (main): Add a const.
57497 2010-05-06 Ulrich Drepper <drepper@redhat.com>
57499 * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
57500 (args_options): Add no-idn option.
57501 (ahosts_keys_int): Add idn_flags to ai_flags.
57502 (parse_option): Handle 'i' option to clear idn_flags.
57504 * malloc/malloc.c (_int_free): Possible race in the most recently
57505 added check. Only act on the data if no current modification
57508 See ChangeLog.17 for earlier changes.